summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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.
2013-06-13Memory Slasher [2] !!" - 17MB Down!shennetsind4-179/+191
Hercules is now even slimmer. Signed-off-by: shennetsind <ind@henn.et>
2013-06-13Fixed pre-re build warningshennetsind3-32/+12
Special Thanks to ossi0110 Signed-off-by: shennetsind <ind@henn.et>
2013-06-13Fixed Bug #7346shennetsind3-13/+36
http://hercules.ws/board/tracker/issue-7346-battlec-error Signed-off-by: shennetsind <ind@henn.et>
2013-06-13Performance Update: Script Parsershennetsind2-40/+37
Now 7% faster, at the expense of (at most 11kb) Signed-off-by: shennetsind <ind@henn.et>
2013-06-13Fixed Bug #7334 Part 3shennetsind1-1/+0
http://hercules.ws/board/tracker/issue-7334-mc-identify/ Special Thanks to kyeme~! Signed-off-by: shennetsind <ind@henn.et>
2013-06-13Fixed unix buildshennetsind1-4/+5
Signed-off-by: shennetsind <ind@henn.et>
2013-06-13Hercules Renewal Phase : Renewalmalufett54-6226/+7648
Rename SC names to eagis standard. Implement SC Configuration.(see db/sc_config.txt) Skill updates and fixes. Some code optimization. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-10Merge pull request #42 from Earisu/mastershennetsind11-473/+499
Sql Statement interface
2013-06-10Fixed a missing 'i' in getequipcardcntshennetsind1-4/+4
When did this go away, no idea. Special Thanks to kyeme~! Signed-off-by: shennetsind <ind@henn.et>
2013-06-10Merge branch 'master' of https://github.com/Earisu/HerculesSusu0-0/+0
2013-06-10Added SqlStmt functions to the SQL interfaceSusu11-473/+499
2013-06-09Fixed Bug #7253shennetsind2-9/+9
Special Thanks to Beret, malufett~! http://hercules.ws/board/tracker/issue-7253-deep-sleep/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Fixed Bug #7334shennetsind1-7/+22
Special Thanks to kyeme http://hercules.ws/board/tracker/issue-7334-mc-identify/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Follow up 399476eb93a829a8c926cc354f147d236b478d1dshennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Fixed #7317Matheus Macabu1-1/+1
Items that cast skill will work even if the casted skill is on disabled_skills at map_zone_db. To block, use disabled_items. Thanks to kyeme for reporting! http://hercules.ws/board/tracker/issue-7317-disabled-skills/ Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-06-09Fixed Bug #7273shennetsind1-1/+1
Special Thanks to Beret, Judas. http://hercules.ws/board/tracker/issue-7273-arrow-storm/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Linking missing interfaces to the HPMshennetsind1-0/+3
battle, bg, homun Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Fixed group cache bugshennetsind3-4/+19
Special Thanks to Xgear~! Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind3-18/+42
2013-06-09Modified @makehomunshennetsind1-6/+12
Using -1 will now revive a dead homun (finally, it now makes sense >_>) Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Fixed Bug #7313shennetsind1-8/+10
Special Thanks to mleo1, lighta~! http://hercules.ws/board/tracker/issue-7313-use-summon-legion-beside-emperium-emperium-dissapears/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Few adjustments to group search for 2012-04-1x and added new packets for ↵Matheus Macabu3-18/+42
2013-06-05 (thanks to Shakto). Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-06-09Fixed Bug #7265shennetsind1-0/+1
Special Thanks to bgamez23 http://hercules.ws/board/tracker/issue-7265-increase-agi-buffs-on-the-npc-bug/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Fixed Bug #7319shennetsind7-69/+68
Special Thanks to KeiKun~! http://hercules.ws/board/tracker/issue-7319-db-name/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Fixed Bug #7318shennetsind2-5/+10
Special Thanks to Beret, malufett, mkbu95~! http://hercules.ws/board/tracker/issue-7318-using-skill-and-talking-with-npc/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Follow up 81caf701723222ad07168017959d815fdd34535bshennetsind2-10/+10
Forgot the db files. whops. Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Fixed Bug #7308shennetsind3-12/+16
Special Thanks to kyeme, mkbu95! http://hercules.ws/board/tracker/issue-7308-guild-aura-on-ally/ Signed-off-by: shennetsind <ind@henn.et>