Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-20 | HPM Hooks Update | Hercules.ws | 3 | -0/+96 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-20 | Fix the *getcharip | AnnieRuru | 1 | -6/+13 | |
-> it uses the dirties method to search for player -> seriously ? why have to search account_id AND char_id ? -> if the char_id gone big enough, it can reach to account_id | |||||
2015-12-20 | Fix certain script command report source npc twice if player not attached | AnnieRuru | 1 | -146/+136 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-20 | Change map->nick2sd into script>nick2sd | AnnieRuru | 1 | -47/+46 | |
- *getcharid and *getmapxy is exempted to check the condition Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-20 | Change map->charid2sd into script->charid2sd | AnnieRuru | 1 | -12/+11 | |
- *charid2rid is exempted to check the condition Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-20 | Change map->id2sd into script->id2sd | AnnieRuru | 1 | -37/+33 | |
- these 4 commands are exempted, because they are meant to check the condition: *playerattached, *attachrid, *isloggedin, *sleep2 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-20 | Add script->id2sd function to throw error properly if player not found | AnnieRuru | 2 | -0/+36 | |
- included script->charid2sd and script->nick2sd | |||||
2015-12-19 | Corrected a typo in the Renewal cardfix calculation | Haru | 1 | -3/+3 | |
- If you name your variabled cardfix_ and cardfix, don't complain if you get confused... - Since 210c963d Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-18 | Add *getunittype and update *getmapxy | AnnieRuru | 1 | -26/+91 | |
- unlike rathena, hercules' getunittype use the value from getmapxy - getmapxy now can search object position using GID Closes #871 as merged Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-17 | Added 8 Official kRO & jRO Costumes supported up to 2015-05-13aRagexe. | Jedzkie | 2 | -12/+78 | |
Change the AegisName of Music Decoration to its official name. Update Status Change ID's. (Thanks to Rytech) Note: • Some of the costumes items are missing or not implemented on this commit, but this is their official SC's. • SC's that don't have costume items: - SC_FLOWERSMOKE - SC_HAPPINESS_STAR - SC_MAGICAL_FEATHER | |||||
2015-12-17 | Merge pull request #917 from dastgir/packet | Andrei Karas | 1 | -1/+5 | |
Update max packet size according to client date | |||||
2015-12-17 | Update max packet size according to client date | Dastgir | 1 | -1/+5 | |
2015-12-17 | Removal of SC_ITEMSCRIPT. | Jedzkie | 2 | -58/+2 | |
2015-12-17 | Implement official effect of MVP Scrolls | Jedzkie | 4 | -12/+53 | |
- Ghostring Scroll - Phreeoni Scroll - Tao Gunka Scroll - Mistress Scroll - Orc Hero Scroll - Orc Lord Scroll (thanks to Dastgir) Note: in Aegis, the reflect damage from Orc Lord Scroll is in the user not in the attacker, but in this commit, the attacker receives the reflect damage. - Added New Cash Boxes * Tao Gunka Scroll Box * Mistress Scroll Box Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-17 | Change all chat mute checks to use pc->can_talk instead of direct check. | hemagx | 6 | -25/+18 | |
Put new macro pc_ismuted and change all other kind of mutes to use it Closes #937 as merged Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-17 | Add bAddMaxWeight bonus for increasing player's max weight | AnnieRuru | 2 | -1/+5 | |
2015-12-16 | HPM Hooks Update | Hercules.ws | 9 | -0/+93 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-15 | Added GPL-compliant header to sql files | Haru | 1 | -1/+24 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 210 | -773/+4233 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added GPL information on interactive server startup | Haru | 5 | -0/+19 | |
2015-12-15 | Fix Dialog being cleaned after timeout on secure npc timeout enabled. | hemagx | 1 | -1/+0 | |
Closes #916 | |||||
2015-12-15 | HPM Hooks Update | Hercules.ws | 1 | -27/+27 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-15 | Fixed some too long char buffer initializers. | Florian Wilkemeyer | 2 | -11/+15 | |
- While they don't really cause an overflow (in C), there's no point in initializing strings to "\0". - Original commit message was: Found some static-assignment overflows -> fixed. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_unknown_object | Haru | 2 | -2/+19 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_mob | Haru | 2 | -2/+20 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_function | Haru | 2 | -4/+27 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_duplicate | Haru | 2 | -9/+38 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_script | Haru | 3 | -8/+34 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_shop | Haru | 2 | -6/+19 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_warp | Haru | 2 | -3/+20 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_mapflag | Haru | 2 | -9/+37 | |
- This is necessary before merging #960 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-14 | Added official effect of Mora Berry. | Jedzkie | 5 | -12/+33 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-14 | follow up f975f0a55ca930fd0f95a6209bea479ac9bc3a5d | hemagx | 1 | -1/+1 | |
2015-12-14 | Players now will auto warped to random spot in the map upon login in-case ↵ | hemagx | 1 | -0/+3 | |
they're stuck in dead cell. Closes #802 | |||||
2015-12-13 | Renaming 'start_point' to 'start_point_re' | Jedzkie | 1 | -5/+5 | |
2015-12-13 | Fix SC_STOMACHACHE to its official behavior. | Jedzkie | 1 | -6/+6 | |
2015-12-13 | ItemDB Updates: | Jedzkie | 4 | -2/+9 | |
- Added 'Malang Cat Can' item. - Added 'Ru Blue Spear' item. - Change the item id of 'RWC Silver Brooch' from 2998 to 2999. - Follow up https://github.com/HerculesWS/Hercules/commit/e511dcf5940cee7a6e43744543a5ca96bc23cf84, thanks to zackdreaver. - item_db.conf renewal minor clean-up xD | |||||
2015-12-13 | Fixed an issue in the bonus2 bAddMonsterDropChainItem implementation | Haru | 1 | -3/+3 | |
- The item_chain and race arguments were swapped. - Thanks to pengc2010 for pointing it out Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-13 | Corrected an error in bonus3 bAddMonsterDropItem | Haru | 1 | -1/+1 | |
- Follow-up to 9fef13d4d2e0eab3376ea95b3cb8783d48d19dda - Thanks to pengc2010 for pointing it out Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-13 | Fix double source script warning in-case of invalid battle config flag requested | hemagx | 1 | -1/+0 | |
2015-12-13 | HPM Hooks Update | Hercules.ws | 1 | -7/+7 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-13 | - Fixed #723 now it's possible to retrieve Battle Config Settings from ↵ | Your Name | 7 | -25/+104 | |
plugins into scripts - Fixed Possible Crash when null parse function pointer passed to HPMi->addConf - Now it's possible to use same parse function for all config entries - Now Battle Config entries must have a return function | |||||
2015-12-12 | Added server type checks to the sample plugin, to avoid hooking errors on ↵ | Haru | 1 | -16/+25 | |
login/char servers Related to issue #909 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-12 | HPM Hooks Update | Hercules.ws | 5 | -0/+562 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2015-12-11 | Fix guild member position check. | Andrei Karas | 1 | -1/+1 | |
2015-12-10 | Fix SPTable going low for MAX_LEVEL | Dastgir | 1 | -2/+2 | |
2015-12-10 | Fix guild position check. | Andrei Karas | 1 | -1/+1 | |
2015-12-10 | Change the sequence of Status ID's according to its number. Minor clean-up. | Jedzkie | 1 | -152/+160 | |
2015-12-10 | Rename 'ITEMIDBATTLE_MANUAL100' to 'ITEMID_BATTLE_MANUAL100'. | Jedzkie | 2 | -2/+2 | |
2015-12-09 | Fixed a nullpo check failure in log_chat | Haru | 1 | -6/+51 | |
- Thanks to Michieru Signed-off-by: Haru <haru@dotalux.com> |