Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-07 | Fix sending guild storage to client (Fixes #2463) | Andrei Karas | 1 | -1/+32 | |
2019-05-06 | Merge pull request #2460 from 4144/fix2459 | Haru | 1 | -3/+3 | |
Fix player name packet (Fixes #2459) | |||||
2019-05-06 | Fix player name packet (Fixes #2459) | Andrei Karas | 1 | -3/+3 | |
2019-05-06 | Merge pull request #2453 from Emistry/scriptcommand_unitwarp | Haru | 1 | -1/+1 | |
Update unitwarp script command. | |||||
2019-05-06 | Merge pull request #2455 from hemagx/hercules_fix_rodex | Haru | 1 | -2/+0 | |
Fix Item retrieval from rodex | |||||
2019-05-06 | Merge pull request #2232 from guilherme-gm/201810-trap-visibility | Haru | 5 | -15/+44 | |
Added option to make hunter traps invisible | |||||
2019-05-06 | Merge pull request #2447 from hemagx/hpm_private_hooks | Haru | 2 | -0/+33 | |
Restore the ability for HPM Hooks to hook to private interfaces | |||||
2019-05-06 | HPM Hooks Update | Hercules.ws | 2 | -72/+72 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-05-06 | Change return type of attack related functions from unsigned int to int | Andrei Karas | 2 | -40/+40 | |
2019-05-06 | Fix warnings after last changes | Andrei Karas | 1 | -6/+10 | |
2019-05-06 | Add configurable limits for attack related functions | Andrei Karas | 3 | -32/+61 | |
2019-05-06 | Change attack related status functions to return int variable | Andrei Karas | 2 | -51/+55 | |
2019-05-06 | Change most field sizes from short to int in status_data struct. | Andrei Karas | 1 | -8/+6 | |
2019-05-05 | HPM Hooks update | Ibrahim Zidan | 8 | -119/+755 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Implement Refine success/failure announcement feature | Ibrahim Zidan | 5 | -0/+69 | |
Currently as far as we know kRO only sends this on success in refining an item through the refinery ui, from level 10 all the way to 20. Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Fix serval variable scopes in refine.c to reduce scope as much as | Ibrahim Zidan | 1 | -11/+8 | |
possible Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Implement Refinery UI | Ibrahim Zidan | 15 | -7/+719 | |
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 | HPM Hooks Update | Hercules.ws | 5 | -0/+598 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-05-05 | Disable packet validation in socket_datasync | Andrei Karas | 1 | -2/+2 | |
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 | 3 | -6/+10 | |
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 | Fix compilation for old packet versions (Fixes #2438) | Andrei Karas | 1 | -0/+2 | |
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 | Update HPM | Andrei Karas | 1 | -1/+1 | |