Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-05 | Implement Refinery UI | Ibrahim Zidan | 14 | -7/+711 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Move refine database from refine public interface to private interface | Ibrahim Zidan | 3 | -22/+23 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Remove all direct access to refine database from status.c and replace it ↵ | Ibrahim Zidan | 1 | -6/+6 | |
with new refine interface functions Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Implement functions to returns refine database values to be used instead of ↵ | Ibrahim Zidan | 2 | -1/+37 | |
direct access to database structure * refine->get_bonus to retrive the refine bonus * refine->get_randombonus_max to retrive maximum refine random bonus NOTE: all functions expects the actual refine level and not the index of it unlike the previous code which used indexes Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Fix variables shadowing refine interface variable map-server source | Ibrahim Zidan | 6 | -26/+26 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Removal of refine database code from status.c and moving it respectfully to ↵ | Ibrahim Zidan | 12 | -238/+417 | |
its own files Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Add some missing trading flag checks | Andrei Karas | 1 | -4/+7 | |
2019-05-05 | Add missing checks for prevend flag | Andrei Karas | 8 | -22/+25 | |
2019-05-05 | Move packet ZC_SE_PC_BUY_CASHITEM_RESULT into separate function and convert ↵ | Andrei Karas | 3 | -8/+27 | |
to struct | |||||
2019-05-05 | Add missing value into enum CASH_SHOP_BUY_RESULT | Andrei Karas | 1 | -0/+1 | |
2019-05-05 | Convert packet ZC_MERGE_ITEM_OPEN into struct and fix packet dates | Andrei Karas | 2 | -15/+32 | |
2019-05-05 | Convert packeet ZC_ACK_MERGE_ITEM into structure | Andrei Karas | 2 | -6/+17 | |
2019-05-05 | Move sending packet from clif_ackmergeitems into separate function | Andrei Karas | 2 | -35/+29 | |
2019-05-05 | Add script function for close roulette window | Andrei Karas | 1 | -0/+12 | |
New script function: closeroulette() | |||||
2019-05-05 | Add packet ZC_ACK_CLOSE_ROULETTE | Andrei Karas | 3 | -0/+23 | |
2019-05-05 | Add char_id into struct guild_expulsion | Andrei Karas | 1 | -1/+2 | |
Also use char_id in packet ZC_BAN_LIST. | |||||
2019-05-05 | Update packet ZC_BAN_LIST | Andrei Karas | 2 | -22/+67 | |
2019-05-05 | Fix getting allow_party flag from client | Andrei Karas | 1 | -1/+1 | |
2019-05-05 | Force saving party allow flag on each packet change | Andrei Karas | 1 | -1/+8 | |
Also add configuration bit in save_settings flag for control it. | |||||
2019-05-05 | Remove fixme comment for reduce spam from lgtm ont github | Andrei Karas | 1 | -1/+1 | |
2019-05-05 | Add option for drop connection on disconnect packet from client | Andrei Karas | 3 | -2/+6 | |
New configuration option drop_connection_on_quit. | |||||
2019-05-05 | Dont allow invite players, who refused party invites | Andrei Karas | 1 | -0/+6 | |
2019-05-05 | Imporve packet ZC_ROLE_CHANGE usage | Andrei Karas | 3 | -11/+23 | |
2019-05-05 | Update packet ZC_PARTY_CONFIG | Andrei Karas | 2 | -4/+15 | |
2019-05-05 | Use new name packet for monsters too | Andrei Karas | 2 | -19/+84 | |
2019-05-05 | Move UDT_* constants from constants.conf into script.c | Andrei Karas | 1 | -0/+60 | |
2019-05-05 | Add commands getunittitle and setunittitle | Andrei Karas | 1 | -0/+42 | |
This commands get/set title for non players bl | |||||
2019-05-05 | Extend setinitdata and getunitdata with UDT_GROUP flag | Andrei Karas | 2 | -0/+24 | |
2019-05-05 | Add into unit_data groupId and title | Andrei Karas | 2 | -0/+44 | |
Send this fields in packet ZC_ACK_REQNAME_TITLE. | |||||
2019-05-05 | Add packet ZC_ACK_REQNAME_TITLE | Andrei Karas | 2 | -29/+39 | |
2019-05-05 | Send old name packet for players if fake name or disquise used | Andrei Karas | 1 | -2/+2 | |
2019-05-05 | Rename packet_reqnameall_ack into PACKET_ZC_ACK_REQNAMEALL | Andrei Karas | 2 | -24/+30 | |
2019-05-05 | Fix packet version for pc name packet with title | Andrei Karas | 2 | -5/+5 | |
2019-05-05 | Add function clif_send_selforarea for send packet to self or area | Andrei Karas | 2 | -97/+26 | |
2019-05-05 | Split clif_blname_ack into function per type | Andrei Karas | 2 | -103/+329 | |
2019-05-05 | Before correct client disconnect send disconnect packet and flush socket | Andrei Karas | 1 | -1/+2 | |
2019-05-05 | Add packet ZC_LOAD_CONFIRM | Andrei Karas | 3 | -0/+20 | |
2019-05-05 | Update packet CZ_PING | Andrei Karas | 1 | -1/+1 | |
2019-05-05 | Update messages up to 2019-05-02 | Andrei Karas | 3 | -3/+165 | |
2019-05-05 | Update shuffle up to 2019-05-02 | Andrei Karas | 3 | -6/+13 | |
2019-05-05 | Update keys up to 2019-05-02 | Andrei Karas | 2 | -4/+9 | |
2019-05-05 | Fix last inventory name letter in packet ZC_INVENTORY_START | Andrei Karas | 1 | -1/+1 | |
2019-05-05 | Merge pull request #2425 from hemagx/hercules_signed_items_fix | Haru | 2 | -9/+9 | |
Fix an issue with named/brewed/forged items getting saved with the wrong character id | |||||
2019-05-05 | Merge pull request #2424 from hemagx/hercules_packet_fixes | Haru | 2 | -33/+30 | |
Storage item list packet size fix and minor clif.c fixes | |||||
2019-05-05 | Merge pull request #2426 from Emistry/scriptcommand_getinventorylist_favourite | Haru | 1 | -25/+32 | |
Expand *getinventorylist() script command - favorite field | |||||
2019-05-05 | Merge pull request #2309 from guilherme-gm/201810-randomopt-drop | Haru | 4 | -15/+404 | |
Support for monster drops with Random Options | |||||
2019-04-29 | Merge pull request #2439 from Emistry/atcommand_dropall | Ibrahem Zidan | 2 | -6/+31 | |
Update dropall atcommand drop item based on type. | |||||
2019-04-29 | Update dropall atcommand drop item based on type. | Emistry Haoyan | 2 | -6/+31 | |
- Enable to drop items based on item type. | |||||
2019-04-29 | Merge pull request #2440 from Emistry/scriptcommand_consolemes | Ibrahem Zidan | 1 | -1/+61 | |
Added *consolemes script command | |||||
2019-04-29 | Merge pull request #2443 from Emistry/issue_1569 | Ibrahem Zidan | 1 | -0/+8 | |
Disable chatroom creation if cell_chknochat |