Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-20 | Remove conf dir. | Andrei Karas | 907 | -592179/+0 | |
2015-10-13 | Added Items needed in eden_iro.txt | moguri85 | 3 | -14/+14 | |
Changed NPC id->constant in eden_iro.txt Fixed case warning errors on may_hats.txt and mushroom_event.txt | |||||
2015-09-29 | Fix in academy.txt | Atemo | 1 | -32/+36 | |
2015-09-27 | Merge pull request #742 from michaelforge/lv4_weapon_quest-RPS_dialog_typo | Dastgir | 1 | -3/+3 | |
Fixed a bug in Lv4 Weapon Quest dialog | |||||
2015-09-26 | Merge pull request #692 from KirieZ/tu_merchant-fix | Haruna | 1 | -41/+22 | |
Fix quests/first_class/tu_merchant.txt | |||||
2015-09-26 | Merge pull request #678 from KirieZ/tu_sword-fix | Haruna | 1 | -23/+25 | |
Fix quest log linking in first_class/tu_sword.txt | |||||
2015-09-25 | Fixed a bug in Lv4 Weapon Quest dialog | Alexander Kozlov | 1 | -3/+3 | |
Dialog with rolled rock/paper/scissors didn't appear because of variable typo. An ancient one. Discovered by Aafemt. | |||||
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 119 | -865/+613 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-20 | Fix incorrect condition checks in attaching map of Sealed Shrine Instance. | tungsinpei | 1 | -7/+6 | |
2015-09-20 | Fix issue #687 | Emistry | 1 | -2/+2 | |
Added missing Energy Crystal Book item_db. Removed wrong equipments list for exchange. Based on http://irowiki.org/wiki/Eden_Group_Crystal_Synthesis | |||||
2015-09-20 | Fixed issue #721 | Emistry | 1 | -1/+1 | |
invalid information. | |||||
2015-09-08 | Fixed a missing parenthesis in the Criatura Academy script. | Haru | 1 | -120/+120 | |
Also applied several minor whitespace fixes. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-09-07 | Converted all item constants to IDs for Academy. Added missing hair coupon item. | Taylor Locke | 1 | -171/+173 | |
2015-09-07 | Fixed const name of Academy Hat in Academy script. Fixes #707. | Taylor Locke | 1 | -1/+1 | |
2015-09-05 | Moved novice_skills quests to pre-re. | Taylor Locke | 3 | -2/+4 | |
2015-09-05 | Episode 14.2 Criatura Academy Release. | Taylor Locke | 7 | -24/+14494 | |
2015-09-03 | Fix quest log linking in quests/first_class/tu_merchant.txt and wrong check ↵ | KirieZ | 1 | -41/+22 | |
that was blocking players who had level 10 increase weight limit to continue the quest | |||||
2015-08-31 | Fixed issue #670 | Emistry | 1 | -3/+3 | |
Ancient Golden Decoration which is upper headgear. | |||||
2015-08-28 | Fix tu_sword.txt quest log linking. issue #008561 (old tracker) | KirieZ | 1 | -23/+25 | |
2015-08-17 | Corrected a warp destination typo in The Sign quest | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-13 | Added script_mapquit plugin (moved from the StaffPlugins repository) | Haru | 1 | -0/+22 | |
The plugin is used by the Travis CI build, and it makes more sense to be present here, so that it can be kept up to date when the HPM is updated, to avoid build failures. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-12 | typo fix @ Eclage quest | Dastgir | 1 | -1/+1 | |
2015-08-10 | Minor script cleanup (part 2) | Haru | 9 | -17/+17 | |
- Replaced leftover sprite IDs with constants - Corrected some NPC facing directions (in modulo 8) - Follow-up to 7b50fce0f62961b0228e6919562efcfe33e7fbca | |||||
2015-08-09 | Minor script cleanup. | Haru | 18 | -54/+54 | |
- Replaced leftover sprite IDs with constants - Corrected some NPC facing directions (in modulo 8) | |||||
2015-08-03 | Fixed a bug in Lv4 Weapon Quest | Alexander Kozlov | 1 | -2/+2 | |
Always results "0" in dialog. An ancient one. Discovered by Aafemt. | |||||
2015-07-20 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | Dastgir | 3 | -6/+38 | |
2015-07-20 | Follow Up ebde1c70 | Dastgir | 1 | -4/+13 | |
2015-07-20 | Follow up #523 | Emistry | 1 | -5/+10 | |
Enable the NPC to inform users the Auction not available due to the feature isn't enabled by server. | |||||
2015-07-15 | Follow up d93ed2a26dab220632d523caea0358d33dda7051 | Emistry | 1 | -6/+20 | |
Returns a number with commas based on precision of digits and custom separator. -- callfunc "F_InsertComma",<number>{,<precision>,<separator>} Examples: callfunc("F_InsertComma",7777777{,<precision>,<separator>}) // returns "7,777,777" callfunc("F_InsertComma",1000000000,3,","}) // returns "1,000,000,000" callfunc("F_InsertComma",1000000000,3,"_"}) // returns "1_000_000_000" callfunc("F_InsertComma",1000000000,4) // returns "10,0000,0000" | |||||
2015-07-14 | Fixed bug #595 | Emistry | 1 | -1/+1 | |
https://github.com/HerculesWS/Hercules/issues/595 | |||||
2015-07-14 | Added F_InserComma | Emistry | 1 | -0/+13 | |
Merge from rAthena. Returns a number with commas between every three digits. | |||||
2015-07-13 | Added Shadow item Refiner | Dastgir | 2 | -0/+147 | |
2015-07-12 | Follow Up ce39818f | Dastgir | 1 | -3/+1 | |
2015-07-12 | Implemented Kagerou/Oboro Gear Enchants. | Dastgir | 2 | -0/+557 | |
Reference: rathena/rathena@9b5798dc395cd77e1ac35228c95603f43aa9e94c Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-07-12 | Implemented 2012 Headgears Quest | Dastgir | 2 | -0/+731 | |
Based on the rAthena version, improved and cleaned up. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-07-12 | Added 2013 Christmas Event | Dastgir | 2 | -0/+1734 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-07-08 | Update Unique ID system to match official now it cover all cash items ↵ | Ibrahim Hossam | 3 | -3/+5 | |
include stackable ones. Implement ForceSerial option in Package Item Database to force serial for any item. Implement ForceSerial option in item database to force serial for any item. Implement Merge Client interface to merge stackable items with serial numbers ( check npc/other/item_merge.txt ). | |||||
2015-07-05 | Removed blank text contents in NPC scripts. | Emistry | 7 | -87/+87 | |
http://herc.ws/board/tracker/issue-8677-lots-of-blank-things-in-scripts/ | |||||
2015-06-25 | Added missing 'end' in some scripts | Dastgir | 2 | -2/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Fix Issue in Dual Race. | Dastgir | 1 | -487/+420 | |
Reference: rathena/rathena@be1fd7b1 Also synchronized previous updates to the same script. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Fix QuestID's for LostChild and Muff's Loan | Dastgir | 2 | -22/+21 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Fixed Several Bugs(Old GlastHeim) | Dastgir | 1 | -89/+11 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Updated Buying Shops script | Dastgir | 1 | -1/+11 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Fix Izlude In Shops Location and Direction | Dastgir | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Added Ninja Shop | Dastgir | 2 | -2/+23 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Updated eden_iro.txt | Dastgir | 1 | -20/+256 | |
Credits:rAthena Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Removed some extra semi-colon | Dastgir | 4 | -7/+7 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Added duplicates of Riding Creature Master | Dastgir | 1 | -0/+6 | |
Reference: rathena/rathena@5040b2ac6b61b90346ef698beccdcef26fa1863e Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | Removed Blank Messages | Dastgir | 22 | -154/+154 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-25 | JobChanger Updated | Dastgir | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> |