summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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/Herculesshennetsind1-2/+1
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/mastershennetsind1-2/+1
Some minor changes. I'll be committing a script.c change to reflect these documentation changes within the next few minutes.
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-02Fixed Bug #7210shennetsind1-5/+9
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 #7064shennetsind3-1/+3
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/HerculesjaBote32-1089/+2027
2013-05-02Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-1/+1
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 Macabu1-1/+1
* 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 a2c45a8db6d724b98ab41fe9e75e1f7ea7523d5dshennetsind1-5/+1
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/Herculesshennetsind6-14/+73
2013-05-02Introducing Hercules Plugin Manangershennetsind28-1085/+1984
http://hercules.ws/board/topic/549-introducing-hercules-plugin-manager/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-01Implemented "item_nouse.txt" to prevent players from using items under ↵Matheus Macabu3-0/+38
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-29Merge branch 'master' of https://github.com/HerculesWS/HerculesjaBote19-1970/+2069
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 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 ...shennetsind7-32/+44
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 Overhaulshennetsind15-559/+614
http://hercules.ws/board/topic/512-skill-id-processing-overhaul/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-26Some minor changes:jaBote1-2/+1
* 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 Updateshennetsind9-407/+447
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 Documentationshennetsind1-2/+3
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>
2013-04-24Fixed msvc warning on irc-botshennetsind2-8/+10
Special Thanks to Zopokx! Signed-off-by: shennetsind <ind@henn.et>
2013-04-24Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind3-4/+5
2013-04-24Fixed defpattern/activatepset/deactivatepset/deletepset script commandsshennetsind1-6/+7
All Thanks to Zopokx! Signed-off-by: shennetsind <ind@henn.et>
2013-04-23Delete some athena words from files char_athena.conf to char-server.confChristian1-1/+1
2013-04-22Also fixed a behavior of npcwalkto, which was capped by walkpath limit.Matheus Macabu2-2/+2
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-04-22Little fix to start_items. Thanks to lighta!Matheus Macabu2-2/+3
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-04-22Fixed Bug#7180shennetsind2-5/+1
some weird msvc-9 problem. http://hercules.ws/board/tracker/issue-7180-unresolved-external-symbol-pc-get-group-id/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-22Fixed Bug #7168shennetsind1-1/+1
Card modifiers are now properly employed in pvp http://hercules.ws/board/tracker/issue-7168-bonus2-bsubracerc-demihuman-not-working/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-22Fixed logical error/compiler warningshennetsind1-1/+1
Special Thanks to bgamez23 Signed-off-by: shennetsind <ind@henn.et>
2013-04-22Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-18/+25
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind43-7539/+8393
http://hercules.ws/board/topic/470-hercules-april-22-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-20* Added support for up to 32 items in starting items (the items you receive ↵Matheus Macabu1-18/+25
when creating a new character). Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-04-20Yet another follow up, god almighty damn!Matheus Macabu1-1/+1
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-04-19Little something I left over...Matheus Macabu1-1/+1
2013-04-19* Partial fix for bugreport:1222, if you have a pet and the pet egg is ↵Matheus Macabu1-0/+10
flagged as non-droppable and your inventory is full and you try to return the pet to the egg, the egg would drop; now you won't be able to return the pet to the egg. * Fix for @item, if you use an egg id it would create it regardless of your inventory limit, dropping the item if your inventory is full; now it won't create the egg. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>