summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-15Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind29-1484/+1484
Adjusting pc.c interface name to adhere with the rest (pretty much we try to make it as short as we can, and being there were no conflicts we saw no reason to maintain the 'i') Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Fixing Travis/GCC/clang errorshennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Update plugins.confStreusel1-4/+4
We don't want those uncommented.
2013-06-15Fixed bug 7016 & 7322Mysteries3-6/+28
- http://hercules.ws/board/tracker/issue-7322-about-pluginsconf/ - http://hercules.ws/board/tracker/issue-7016-skill-db-not-behaving-as-des cribed-in-discription/ - Made /conf/plugins.conf a little bit more better to understand.
2013-06-15Hercules Renewal Phase One : pc, party, map, timerSusu57-4786/+5225
Added iPc, iParty, iMap, iTimer to HPM exported interfaces
2013-06-15HPM: Minor Updateshennetsind3-0/+7
Made 'guild' interface available to plugins, added 'bc' in battle interface to link to map-server's battle config (special thanks to Shikazu!) Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Enhanced warning on skill_unitgrouptickset_searchshennetsind1-1/+1
So we can get some clue as to what is trying to cast it. Special Thanks to Zopokx. Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Fixed Bug #7324shennetsind2-28/+36
Special Thanks to mkbu95, Zopokx! http://hercules.ws/board/tracker/issue-7324-2-skill-issues Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Fixed Bug #7325shennetsind1-3/+4
Special Thanks to Xgear~! http://hercules.ws/board/tracker/issue-7325-potion-pitcher-going-negative/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Follow up f754643911ebb19eb68fb7b6ad1a864b02d111a8shennetsind2-3/+2
Special Thanks to lighta for pointing out an issue with that. Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Fixed "Unable to restore stack! Double continuation" Errorshennetsind1-35/+37
Special Thanks to lighta for pointing it out. Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Fixed Bug #7328shennetsind4-24/+19
Special Thanks to Joseph / j-tkay ! http://hercules.ws/board/tracker/issue-7328-close-and-end/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Fixed Bug #7329shennetsind1-1/+1
Special Thanks to Angelmelody, Xgear~! http://hercules.ws/board/tracker/issue-7329-server-crash-when-running-getmapxy/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Update scripts.confStreusel1-1/+2
2013-06-15Follow up 86e9900db60e06738880a57820125ca169c37520shennetsind2-2/+2
Forgot about the Interface. Signed-off-by: shennetsind <ind@henn.et>
2013-06-15IRC Bridge Fix/Adjustmentsshennetsind4-9/+12
All Credits to Haruna~! Thank you very much! Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Fixed Bug#7373malufett2-391/+393
-Transformation scroll can now be seen by other char. -Follow up 6fd440ea35cf2a084ffa434ee3c8f651b3259c60. Changed sc_config.txt hex values to integer.
2013-06-15Merge pull request #44 from euphyy/masterMasao876-52/+1890
Implemented Hall of Abyss.
2013-06-15Initial release for Monster Transformation Scrolls.(Thanks to Beret)malufett4-8/+28
(http://hercules.ws/board/topic/1087-scroll-transform/) Fixed Bug#7372 -where bows should not benefit matk bonus from upgrade. Thanks to Ryuuzaki Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-15bg queue minor progressshennetsind3-3/+22
Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Follow up de3f4423058405636c76e05cd87a6eae0bfa7707shennetsind3-4/+10
Special Thanks to kyeme, Xgear Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind12-64/+134
2013-06-15Fixed Bug #7367shennetsind3-95/+100
http://hercules.ws/board/tracker/issue-7367-error-vdb-destroy-during-shutting-down-of-server/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-15Forgot to change something.Matheus Macabu6-32/+51
Also added mail interface for HPM. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-06-15Implemented Hall of Abyss.Euphy6-52/+1890
2013-06-15- HPM: Added trade interface;Matheus Macabu9-33/+84
- Moved PARTY_RECRUIT definition to mmo.h to avoid segfault; - Check if item is already at maximum refine; - Fixed that @reloadscript with one npc bug (thanks to akinari). Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-06-14Skipped 3136a51 for no reason..Akkarinage1-1/+1
2013-06-14Whitespace, TABs & SpellingsAkkarinage20-779/+783
Replaced indents using spaces with tabs, reducing file sizes and conforming to standards.
2013-06-14Fixed the '"__USE_GNU" redefined' warnings on selected platformsshennetsind2-9/+13
Special Thanks to Takkun~! Signed-off-by: shennetsind <ind@henn.et>
2013-06-14Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind2-1/+5
2013-06-14Fixed system-dependent errorshennetsind1-1/+0
don't ask me why. Special Thanks to Takkun~! :D Signed-off-by: shennetsind <ind@henn.et>
2013-06-14Finalizing fix for #7339.Matheus Macabu2-1/+5
Also added proper support for party booking on 2012-04-10Ragexe (thanks to bgamez23). Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-06-14Fixed Bug #7351shennetsind1-0/+1
Default version wasn't being set. http://hercules.ws/board/tracker/issue-7351-unable-to-fetch-unique-id-data/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-14Fixed Bug #7365shennetsind2-2/+2
Special Thanks to Axiom http://hercules.ws/board/tracker/issue-7365-scriptc-error/ Also fixed packetKeys order for 2013-06-12 Signed-off-by: shennetsind <ind@henn.et>
2013-06-14Follow up 5a942993dd12ae7d85b1633a58b0dc23f85832c2shennetsind1-0/+4
Added packetKeys for 2013-06-12 Special Thanks to Shakto! http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-14Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind13-316/+341
2013-06-14Hercules WPE Freeshennetsind7-10/+93
Official Packet Obfuscation Support http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-14Updating .sql item db filesshennetsind14-14194/+14218
Also Introducing the official DB2SQL plugin to quickly update the .sql db files. http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch Signed-off-by: shennetsind <ind@henn.et>
2013-06-14Update item_db.txtStreusel1-1/+1
Might as well when I'm at it..
2013-06-14Update item_db.txtStreusel1-4/+4
Fixed some incorrect parenthesis, special thanks to Ind's parser.
2013-06-14Fixed Bug#7362, Bug#7363 & Bug#7355malufett4-10/+17
Fixed compilation error and server console error.
2013-06-14Fixed Bug#7361malufett1-1/+1
Crash in 'status_get_matk'. Thanks to Axiom
2013-06-14Partial fix for #7339.Matheus Macabu1-1/+2
There is another topic on it that has to be discussed. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-06-14Attempt to fix #7340.Matheus Macabu2-0/+8
or —Oh the inconsistency between clients—. If it doesn't help and you are having problems with party booking search, keep reporting and giving thorough information, so we can actually help. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-06-13Fixed Bug#7359malufett1-4/+4
Map Crashed on battle_calc_return_damage.
2013-06-13Fixed Bug#7348malufett2-23/+23
Follow up for not updated SC in item_db.txt Thanks Kyeme Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-13Fixed some unintended revert(tortoise sucks..XD)malufett2-7/+7
Thanks to EvilPunker. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-13Follow up 0395610469ffcd3b71c93ef90861f73e0ab8d16fmalufett1-265/+274
Added changes in const.txt
2013-06-13Script.c Interface : detach ridshennetsind2-4/+4
Special Thanks to Shizaku for pointing it out! Signed-off-by: shennetsind <ind@henn.et>
2013-06-13Revert "Fixed pre-re build warning"shennetsind3-12/+32
This reverts commit 4b713e7e3eac34339285125d194ae4ff4627fc2a.