summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-07Cart Fixshennetsind10-110/+102
cart 'items' button no longer remains visible after the cart has been removed. -- Special Thanks to Wolfed. Improved status change end, now only sends the termination packet to those that matter, as opposed to always sending to those nearby, and made it smaller. Made possible thanks to super awesome Yommy :3 Signed-off-by: shennetsind <ind@henn.et>
2013-05-06Fixed support for 5k skill idsshennetsind2-8/+10
Thanks to malufett :3 Signed-off-by: shennetsind <ind@henn.et>
2013-05-053rd Class Effects Updateshennetsind8-83/+192
http://hercules.ws/board/topic/561-3rd-class-effects-update/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-05Fixed Bug #7200shennetsind1-0/+2
Fixed speed adjustment, special thanks to Zopkx http://hercules.ws/board/tracker/issue-7200-rental-cash-mounts-speed/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-042013-03-20 Packet Updateshennetsind1-20/+28
Special Thanks to Yommy~! <3 Signed-off-by: shennetsind <ind@henn.et>
2013-05-04Mapreg saving overhaulshennetsind3-116/+208
Server only saves variables that were changed, not all of them. Special Thanks to Yommy <3~! Signed-off-by: shennetsind <ind@henn.et>
2013-05-04mapindex updateshennetsind3-36/+51
Fixed a mapindex_name2id problem that'd persistently not fix a broken mapindex data (e.g. char save/last map data being incorrect). It'll now align it to MAP_DEFAULT when such error occurs. Also speeded up mapindex_name2id queries, replaced the loop by the red-black-tree db lookup. Special Thanks to yommy~! Signed-off-by: shennetsind <ind@henn.et>
2013-05-04Fixed Bug #7210shennetsind2-4/+4
http://hercules.ws/board/tracker/issue-7210-itemskill-command-does-not-check-for-required-items/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-04Upgrading Stat Server from 2.5 to 3.0shennetsind6-312/+337
also: modified encode_zip in grfio for a upcoming modification and some minor stuff in some other places. Signed-off-by: shennetsind <ind@henn.et>
2013-05-04Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind4-40/+32
2013-05-04Enabling a temporary debug setup for mapindexshennetsind2-4/+4
so when this thing finds a unknown id we can actually know where it came from. Signed-off-by: shennetsind <ind@henn.et>
2013-05-04Merge pull request #23 from jaBote/mastershennetsind4-21/+20
Some minor changes. I'll be committing a script.c change to reflect these documentation changes within the next few minutes.
2013-05-04Merge pull request #24 from HerculesUser/mastershennetsind1-19/+12
Little revision to script_commands.txt
2013-05-03Fixed Bug #7212shennetsind4-3/+4
http://hercules.ws/board/tracker/issue-7212-warning-while-recompiling-using-centos5/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-03Fixed Bug #7213shennetsind4-0/+16
msvc-12 char/login missing conf files http://hercules.ws/board/tracker/issue-7213-compiling-issue-with-visual-studio-solution-12/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-02Fixed Bug #7210shennetsind2-9/+14
itemskill now checks for skill conditions unless a 3rd param is present. http://hercules.ws/board/tracker/issue-7210-itemskill-command-does-not-check-for-required-items/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-02Fixed Bug #7064shennetsind4-1/+6
Special Thanks to Kyeme~! http://hercules.ws/board/tracker/issue-7064-item-scroll/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-03Merge branch 'master' of https://github.com/HerculesWS/HerculesjaBote64-1146/+3038
2013-05-02Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind8-15/+158
2013-05-02Fixed 2012-07-16a Storage Packetshennetsind1-4/+12
Special thanks to mybitch for pointing it out, Also enabled ragexe's cash shop for clients 2011-07-18 onwards (special thanks to Yommy!) Signed-off-by: shennetsind <ind@henn.et>
2013-05-02Follow-up to HPM.Matheus Macabu8-15/+158
* Fixed small warning * Added support for Visual Studio 2010. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-05-02Follow up a2c45a8db6d724b98ab41fe9e75e1f7ea7523d5dshennetsind1-3/+0
It's amazing. cant release something big without accidentally slipping a debug message or two. It's a curse :[ Signed-off-by: shennetsind <ind@henn.et>
2013-05-02Follow up a2c45a8db6d724b98ab41fe9e75e1f7ea7523d5dshennetsind2-5/+2
Missing CMakeLists.txt edit, removed unnecessary check on the sample plugin Signed-off-by: shennetsind <ind@henn.et>
2013-05-02Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind12-58/+248
2013-05-02Introducing Hercules Plugin Manangershennetsind50-1086/+2664
http://hercules.ws/board/topic/549-introducing-hercules-plugin-manager/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-02Fixed bug report #7183Kenpachi1-2/+3
You now wont get stuck when using MVP-Protector NPC (npc/custom/etc/mvp_arena.txt), but there still seems to be a bug with select command when no message is shown by the NPC. http://hercules.ws/board/index.php?app=tracker&showissue=7183
2013-05-02Commit message :DHerculesUser1-19/+12
Signed-off-by: HerculesUser <Hercules@mail.com>
2013-05-01Implemented "item_nouse.txt" to prevent players from using items under ↵Matheus Macabu4-0/+170
certain flags (which are pre-determined). Fixes issue:7064. Thanks to Muad_Dib for providing the item list for this db. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-04-29Fixed bug report #6396Kenpachi4-16/+16
- Updated bonus scripts of Chemical Protection scrolls to ensure that skill requirements are fulfilled. http://hercules.ws/board/tracker/issue-6396-chemical-protection/
2013-04-29Fixed bug report #7202Kenpachi4-4/+4
- Updated bonus order of 12218 to enable correct showing of skill effects. http://hercules.ws/board/tracker/issue-7202-assumptio-effect-on-scrolls/
2013-04-29Fixed bug report #7156Kenpachi4-22/+20
- Removed double entries for item 6441 and 6442 and updated their names according to fRO database. (http://rns.gamona.de/index.php?show=viewitem&itemid=6441, http://rns.gamona.de/index.php?show=viewitem&itemid=6442) - Updated name of 12416 in all 4 item database files. (LUcky -> Lucky) - Updated order of 19533 and 19534 in /db/re/item_db.txt. - Updated AegisName of 4853-4858. http://hercules.ws/board/tracker/issue-7156-double-items/
2013-04-29Merge branch 'master' of https://github.com/HerculesWS/HerculesjaBote21-1976/+2075
2013-04-27Introduced support for /guildinvite (present in 2012+ clients). Also merged ↵Matheus Macabu3-14/+35
both guild invite functions. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-04-27Fixed missing default in upgrade fileshennetsind1-1/+1
All credits to kyeme! thank you! Signed-off-by: shennetsind <ind@henn.et>
2013-04-27Fixed Bug #7184shennetsind1-1362/+1367
Also fixed the tab alignment http://hercules.ws/board/tracker/issue-7184-bug-in-icon-of-skill/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-27Fixed Bug #7192shennetsind1-1/+4
Fixed Buying Store for 2012-07-10 onwards clients, special thanks to Yommy <3 http://hercules.ws/board/tracker/issue-7192-crash-when-closing-buying-store-customer-2013/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-27Fixed Buying Stores on 2013 clientsshennetsind1-2/+5
Special Thanks to Yommy! Signed-off-by: shennetsind <ind@henn.et>
2013-04-27Fixed Bug #7193 and ...shennetsind8-33/+49
http://hercules.ws/board/tracker/issue-7193-monsterhp/ -- Follow up 0f4a50d13538c3e5d3ca4d3822f92217c8da0479 re-introduced mob_max_skilllvl -- Updated some packet intro dates (special thanks to yommy! <33) Signed-off-by: shennetsind <ind@henn.et>
2013-04-27Fixed Bug #7194shennetsind1-3/+3
http://hercules.ws/board/tracker/issue-7194-guild-id-packets-sending-to-clients-is-wrong/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-27Skill ID Processing Overhaulshennetsind16-563/+614
http://hercules.ws/board/topic/512-skill-id-processing-overhaul/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-26Some minor changes:jaBote4-21/+20
* Removed some forgotten references to rAthena. * Updated script_commands.txt for an upcoming script command modification by @shennetsind. * Corrected a typo in is_upper script command example. * Updated doc/sample/npc_test_skill.txt to reflect the type 3 flag. Signed-off-by: jaBote <j@bot.e>
2013-04-25Fixed @mount2 being dispelledshennetsind1-1/+1
special thanks to jaBote! Signed-off-by: shennetsind <ind@henn.et>
2013-04-25Fixed Bug #7134shennetsind1-0/+2
http://hercules.ws/board/tracker/issue-7134-tarot-skills/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-25Follow up 064a4ecf07689e8ee673bb17e5cf342ae3cdd585shennetsind1-3/+3
Signed-off-by: shennetsind <ind@henn.et>
2013-04-25Fixed Bug #7189shennetsind5-5/+5
http://hercules.ws/board/tracker/issue-7189-warning-while-recompiling-using-centos5/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-25Fixed Bug #7187shennetsind1-3/+3
http://hercules.ws/board/tracker/issue-7187-monsternpc-view-after-coming-back-and-forth/ Help us with packet len db donations! http://hercules.ws/board/topic/489-donate-your-packet-len-extraction-here/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-25Fixed Bug #7188shennetsind1-2/+2
http://hercules.ws/board/tracker/issue-7188-delitem-script-command-failed Signed-off-by: shennetsind <ind@henn.et>
2013-04-24Hanbok & Costumes Updateshennetsind13-412/+462
http://hercules.ws/board/topic/485-hanbok-costumes-update/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-24Fixed Bug #7182shennetsind1-2/+2
Missing zero. http://hercules.ws/board/tracker/issue-7182-item-delay-issue/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-24Fixed Map Zone DB Documentationshennetsind3-4/+5
Added missing description on CLONE and MOB_BOSS target types, special thanks to frenzmu06! http://hercules.ws/board/topic/302-introducing-hercules-map-zone-database/?p=3508 Also fixed map zone target type "All" to include "mob_boss" and "clone" Signed-off-by: shennetsind <ind@henn.et>