summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-03Fixed Bug #7461shennetsind1-2/+2
Special Thanks to Igniz. http://hercules.ws/board/tracker/issue-7461-crash-on-clones-canto-candidus/ Signed-off-by: shennetsind <ind@henn.et>
2013-07-04Merge branch 'master' of https://github.com/HerculesWS/Herculesj-tkay1-1/+1
2013-07-04Follow up 28a9fec0916db3d92629ae6e6cd62b5777b09e73j-tkay1-1/+1
- Corrected the file path for ticket_refiner.txt. Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
2013-07-03Expanded quest db sizeshennetsind1-1/+1
Special Thanks to Vylow for bringing this to our attention. Signed-off-by: shennetsind <ind@henn.et>
2013-07-04Merge branch 'master' of https://github.com/HerculesWS/Herculesj-tkay59-1129/+4357
2013-07-04Merged/Updated/Added scripts from rAthena.j-tkay45-1839/+10018
- Fixed Bug #7400 Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
2013-07-03Follow up be2b1ae78b0d7798f57b3875097614b9c92f7a2cshennetsind1-1/+1
Special Thanks to ossi0110 Signed-off-by: shennetsind <ind@henn.et>
2013-07-03Updated item_group.confshennetsind2-675/+2813
Special Thanks to Muad_Dib for all the new info! and to Masao for bringing the issue to our attention. Signed-off-by: shennetsind <ind@henn.et>
2013-07-03Fixed configure.in inconsistency with its output (configure)shennetsind1-0/+1
Issue located and fixed by Haruna. Thank you! Signed-off-by: shennetsind <ind@henn.et>
2013-07-03Dropped engine setting, closing bug #7455.Matheus Macabu5-101/+19
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-07-01Fixed a dysfunctional piece of code in @reloadscriptshennetsind1-4/+3
Special Thanks to mleo1 for providing the debug info. Signed-off-by: shennetsind <ind@henn.et>
2013-07-01Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-144/+143
2013-07-01Fixed Bug #7216shennetsind44-24/+63
Special Thanks to Shikazu, wouldn't have been able to identify this issue without his help! http://hercules.ws/board/index.php?app=tracker&showissue=7216 Signed-off-by: shennetsind <ind@henn.et>
2013-07-01Fixed Bug#7452malufett1-6/+6
-where SC_SUB_WEAPONPROPERTY is now properly. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-07-01Follow up ce5085a000ee7babb05b9e6a86410e13a75d7606malufett1-138/+137
-Thanks kyeme and Ind.:D Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-07-01Follow up 074662a4b30e5d380fda32fd7df2d3ae2de759e0malufett1-15/+14
-where target def card is not working properly Renewal Update: -Updated MO_EXTREMITYFIST to its official RE damage formula. -Special thanks to Awesome Yommy..:D Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-30Pincode miscredit Fix.shennetsind2-0/+2
http://hercules.ws/board/blog/1/entry-36-pincode-credit-mistake/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-30Follow up 918b1123963ac2f91a4d074b092ceef1db71b4e8shennetsind1-4/+1
Just dropping a couple debug messages that shouldn't have gone live into the test script Signed-off-by: shennetsind <ind@henn.et>
2013-06-30Fixed Skill Cooldownsshennetsind8-27/+111
Special Thanks to Vylow for bringing this to our attention. Also added support for the client-side cooldown left/total feature (packetver 20120604 and newer) Made Possible Thanks to Yommy =3 Signed-off-by: shennetsind <ind@henn.et>
2013-06-30Fixed script timer problemshennetsind3-84/+101
Special Thanks to Igniz for bringing it to my attention, ALSO: over 10% script parsing speed boost!<3. Signed-off-by: shennetsind <ind@henn.et>
2013-06-28Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind6-132/+195
2013-06-28BG Queue Testingshennetsind12-39/+922
http://hercules.ws/board/topic/1302-bg-queue-debug/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-28Fixed Bug#6991malufett6-131/+194
-Where cardfix is not working properly. Thanks Kyeme Renewal Update: -updated/completed mastery fix damage factor(skills and sc). -initial implementation for new NPC skills (note: not yet functional dbs not yet updated).
2013-06-28Fixed Bug #7448shennetsind1-7/+13
Queue Iterators now keep a copy of the queue they'll iterate, so the iterator won't break items are removed or added during iteration. Special Thanks to Wend~! http://hercules.ws/board/tracker/issue-7448-queue-memory-leak/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-28Minor chrif.c interface adjustmentshennetsind2-9/+10
Special Thanks to Takkun for pointing it out. Signed-off-by: shennetsind <ind@henn.et>
2013-06-28Bumping Skill Indexshennetsind1-1/+1
As per malufett's request, for the upcoming support of the new 700 and above skills ( NPC_WIDE_DEEP_SLEEP etc ) Signed-off-by: shennetsind <ind@henn.et>
2013-06-28Merge branch 'master' of https://github.com/HerculesWS/Herculesj-tkay91-22390/+39414
2013-06-27Fixed Bug #7439shennetsind1-3/+4
Special Thanks to Wend. http://hercules.ws/board/tracker/issue-7439-queue-system-error/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Map Zone mapflag unload fixshennetsind1-5/+5
map[].units and map[].skills do not store the actual memory, they're pointers. Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Fixed Bug #7433shennetsind2-0/+12
http://hercules.ws/board/tracker/issue-7433-mount-and-mount2-command-bug/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Fixed Bug #7321shennetsind1-0/+3
Special Thanks to Xgear, he and I spent about 3h to figure this little thing. http://hercules.ws/board/tracker/issue-7321-map-server-connectivity-on-windows/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Follow up e5b1d3bdff66c9475755651a94d20057fc4d02ddshennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Follow up f98484699e820d8a6cd2eb656244a9178b1ecc61shennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind23-197/+330
2013-06-27Fixed Bug #7444shennetsind1-1/+0
Special Thanks to shenhuyong, Haruna. http://hercules.ws/board/tracker/issue-7444-partymembercount-gone-missing-when-reloaditemdb-is-executed/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Merge pull request #48 from CairoLee/mastershennetsind7-4/+31
Implemented notomb Mapflag
2013-06-27Merge pull request #52 from MatiasSW/chatdisguiseshennetsind1-0/+8
Chatroom deleting after @disguise
2013-06-27Merge pull request #53 from MatiasSW/ensembleshennetsind2-1/+15
Ensemble Songs
2013-06-27Merge pull request #54 from MatiasSW/channelbanshennetsind1-4/+10
Channel banning characters with a space in their name
2013-06-27Merge pull request #50 from Earisu/mastershennetsind16-188/+266
Chrif interface
2013-06-27Fixed Bug#7404malufett9-36/+46
-ALL_ODINS_POWER should now work properly. Follow up@074662a4b30e5d380fda32fd7df2d3ae2de759e0 -added some missing entry in dbs. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-26Fixed bug#7438malufett1-1/+6
-fixed some compilation warning in PRE mode.
2013-06-26Fixed Bug#7402malufett7-273/+355
-Added some missing calc in re atk. Fixed Bug#7378 -PA_GOSPEL should now clear buffs upon casting. Fixed Bug#7399 -Neutral skills should work properly with ghost type monsters. RENEWAL UPDATES: Updated some ninja & gunslinger skills to there renewal formula. Added exploit fix(RE fixed) with hunter stacking trap trick. Added some misc skills more to follow.
2013-06-26Merge branch 'master' of https://github.com/HerculesWS/HerculesSusu5-36/+57
2013-06-25Follow up 5785dbae3f513da20611e3147dadef2b9c911443shennetsind1-2/+6
Adjusted asura, special thanks to VyLow for bringing it up. Signed-off-by: shennetsind <ind@henn.et>
2013-06-25- Fixing an isue with Disguise that'd make chatrooms disappear when ↵Matias1-0/+8
@disguise'ing after creating a chat
2013-06-25- Fixed a bug with Ensemble songs allowing the Buffed target to leave party ↵Matias2-1/+15
and keep the buff. Also fixed a strange issue that'd allow non-party members to receive the buff under specific case
2013-06-25Fixing an issue with "@channel ban" not allowing you to ban a character with ↵Matias1-4/+10
a space after the first char of their name
2013-06-25Merge branch 'master' of https://github.com/HerculesWS/HerculesMatias398-53847/+87865
2013-06-25For Bug #7402shennetsind2-25/+42
Temporary measure until malufett is capable of adjusting it himself. Special Thanks to Xgear for going thru all the testing for this with me, Also Special Thanks to VyLow for making it possible for me to reproduce the issue, and Zopokx, mofo and malufett. http://hercules.ws/board/tracker/issue-7402-damage-with-reduction-cards/ Signed-off-by: shennetsind <ind@henn.et>