summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-07-05Updated cash atcommand.Emistry1-2/+6
Return a message that tell GM how many points has been sent and what is the latest total amount of points accumulated by users.
2015-07-05Fixed issue #560Emistry1-12/+11
@sold[] return named item values.
2015-07-05Removed blank text contents in NPC scripts.Emistry7-87/+87
http://herc.ws/board/tracker/issue-8677-lots-of-blank-things-in-scripts/
2015-07-05Added script command `showscript "<message>"{,<GID>};`Emistry2-0/+39
Makes attached player or GID says a message like shouting a skill name, the message will be seen to everyone around but not in chat window.
2015-07-04* Quality of life change: display name of the NPC with an invalid view data.Matheus Macabu1-1/+1
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2015-07-04Fixed issue #556malufett1-2/+3
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2015-06-25ItemDB SQL SyncHercules.ws2-4/+4
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-06-25Added missing 'end' in some scriptsDastgir2-2/+3
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Fix Issue in Dual Race.Dastgir1-487/+420
Reference: rathena/rathena@be1fd7b1 Also synchronized previous updates to the same script. Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Fix QuestID's for LostChild and Muff's LoanDastgir2-22/+21
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Fixed Several Bugs(Old GlastHeim)Dastgir1-89/+11
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Updated Buying Shops scriptDastgir1-1/+11
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Added new NPC constantsDastgir1-1/+3
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Fix Izlude In Shops Location and DirectionDastgir1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Added Ninja ShopDastgir2-2/+23
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Updated eden_iro.txtDastgir1-20/+256
Credits:rAthena Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Removed some extra semi-colonDastgir4-7/+7
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Added duplicates of Riding Creature MasterDastgir1-0/+6
Reference: rathena/rathena@5040b2ac6b61b90346ef698beccdcef26fa1863e Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Removed Blank MessagesDastgir22-154/+154
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25JobChanger UpdatedDastgir1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Added and Optimized Halloween 2013Dastgir3-0/+1099
Reference: rathena/rathena@264c27ba5481ab563af6e344d8339180fb1486e9 Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Added Renewal quest items to Ayothaya Dungeon Entrance quest.Dastgir1-47/+53
Reference: rathena/rathena@1d64b8f9e1d95f40778a625c10735a10d9e6f5db (part) Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Updated Blacksmith job quest with some extra conditions.Dastgir1-7/+20
Reference: rathena/rathena@1d64b8f9e1d95f40778a625c10735a10d9e6f5db (part) Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Fixed an issue in 'Message Delivery' quest blocking level 100+ characters.Dastgir1-1/+1
Reference: rathena/rathena@1d64b8f9e1d95f40778a625c10735a10d9e6f5db (part) Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Added WoE Teleport Scroll, and fixes its typoDastgir3-4/+6
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Fixes Still cutin.Dastgir2-4/+4
Reference: rathena/rathena@2330caaf0c26c03119f908e739f8b685e90323dc Signed-off-by: Haru <haru@dotalux.com>
2015-06-25monk_in should not have nosave.Dastgir1-1/+0
Reference: rathena/rathena@dab21907b67ddd7285d61b3009d5cf604937ecf9 Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Updated RockPaperScissorsDastgir1-267/+109
Signed-off-by: Haru <haru@dotalux.com>
2015-06-24Merge pull request #559 from Nihadm89/patch-3Dastgir1-2/+2
Sura quest fix
2015-06-24Charset fix in script_commands.txtDastgir1-1/+1
2015-06-24Merge branch 'master' of https://github.com/HerculesWS/HerculesDastgir2-18/+18
2015-06-24Fixed costume name in eclage questDastgir1-4/+4
2015-06-24ItemDB SQL SyncHercules.ws2-18/+18
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-06-24Updated item_db with Race2 ConstantsDastgir2-20/+20
2015-06-24Updated item_bonus document, added missing race2 constantsDastgir2-408/+426
2015-06-23Merge pull request #566 from Ancyker/masterHaruna1-1/+0
Fixing party creation failure condition
2015-06-22Fixing party creation failure conditionAncyker1-1/+0
mapif_party_created was incorrectly checking for a null pointer
2015-06-19Fixed HPMHookGen's inability to detect certain interface membersHaru2-6/+7
Private members as well as members of interfaces with more than one section are now correctly detected. Signed-off-by: Haru <haru@dotalux.com>
2015-06-19HPM Hooks UpdateHercules.ws5-60/+484
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-06-19Follow-up to e81d221Haru2-6/+2
Let doxygen ignore __attribute__ instead of ignoring it at parse time. Signed-off-by: Haru <haru@dotalux.com>
2015-06-19Cleaned up HPMDataCheck includesHaru3-15/+51
Fixes some plugin load failures Signed-off-by: Haru <haru@dotalux.com>
2015-06-19Fixed some conditionally-declared packet structures causing plugin build ↵Haru1-2/+10
failures Signed-off-by: Haru <haru@dotalux.com>
2015-06-19Improved info/error messages during plugin loadingHaru3-9/+14
- Each loaded plugin will now show a status message - If a plugin loads because of a missing symbol, an error message will be displayed, mentioning the name of the missing symbol. Signed-off-by: Haru <haru@dotalux.com>
2015-06-19Fixed an issue causing some structs to be missing from the HPMDataCheckHaru2-1/+2
Signed-off-by: Haru <haru@dotalux.com>
2015-06-19Dropped VS9 (Visual Studio 2008) broken/outdated projectHaru8-2849/+0
Signed-off-by: Haru <haru@dotalux.com>
2015-06-19HPM Hooks UpdateHercules.ws1-4/+4
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2015-06-19Merge pull request #532 from MishimaHaruna/includesHaruna206-2008/+2004
Include paths
2015-06-19Cleaned up some #includesHaru71-188/+170
Signed-off-by: Haru <haru@dotalux.com>
2015-06-19Removed ".." from include directivesHaru204-1870/+1879
- Include directives are now directory-independent. - This will allow building plugins from other directories in future. Signed-off-by: Haru <haru@dotalux.com>
2015-06-19Improved the HPMHookingGen parserHaru1-0/+5
It now strips gcc's __attribute__ from interface methods Signed-off-by: Haru <haru@dotalux.com>