Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-14 | Incorrect quest progress checking. | Emistry | 1 | -1/+1 | |
I think the quest progress check is incorrect. should be these 4 quests I believe. ``` 7423,0,0,0,0,0,0,0,"A rumor about the King 1" 7424,0,0,0,0,0,0,0,"A rumor about the King 2" 7425,0,0,0,0,0,0,0,"A rumor about the King 3" 7426,0,0,0,0,0,0,0,"A rumor about the King 4" ``` | |||||
2015-01-12 | Fixes the Wrong conditions of Malaya Quest - Get Rid of Jejeling | Dastgir | 1 | -8/+2 | |
2015-01-12 | Corrected Tree Roots Location - Document Quests | Dastgir | 1 | -2/+3 | |
2015-01-11 | Corrected a condition on quest_alligator.txt, Fixes #8492 | Dastgir | 1 | -1/+1 | |
2015-01-11 | Added check for Renewal items in Shop, Fixed #8484 | Dastgir | 1 | -2/+4 | |
2015-01-11 | Follow Up e99cbac | dastgirpojee | 2 | -4/+4 | |
2015-01-11 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | dastgirpojee | 2 | -16/+16 | |
2015-01-11 | Added Complete Eclage NPCs,Quests and Instances | dastgirpojee | 8 | -1659/+19578 | |
2015-01-10 | Add new eclage skills used in items | Michieru | 2 | -16/+16 | |
Update item_db to episode 14.2 Update eclage mobs spawn to official Update eclage mobs to official | |||||
2014-12-30 | Merge pull request #325 from happyme9/master | malufett | 1 | -0/+2 | |
Added 'Explosive_Kunai' and 'Makibishi' to 'Boonji' NPC | |||||
2014-12-23 | Fixed an issue in the Doha's Secret Orders quest | Haru | 1 | -3/+3 | |
- Follow-up to bba3e690. Issue caused by an improper fix in commit 46f88c20. - Fixes bug 8425, special thanks to Ink, Michieru http://hercules.ws/board/tracker/issue-8425-dohas-secret-orders-bug-since-the-new-questprogress-command/ Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-12-14 | Fixed some improper grammar. | Mysteries | 1 | -1/+1 | |
2014-11-26 | Cleaner display for individual classes. | Streusel | 1 | -11/+15 | |
2014-11-14 | Fixed a typo in npc/custom/breeder.txt | Haru | 1 | -1/+1 | |
Special thanks to Ridley8819 Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-02 | Replaced 'set' with direct assignment where applicable (quests folder) | Haru | 43 | -4702/+4622 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-02 | Replaced 'set' with direct assignment where applicable (quests subfolders) | Haru | 35 | -995/+985 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-02 | Replaced 'set' with direct assignment where applicable (re folder) | Haru | 70 | -2207/+2230 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-02 | Replaced 'set' with direct assignment where applicable (re/quests folder) | Haru | 20 | -1523/+1525 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-02 | Replaced 'set' with direct assignment where applicable (pre-re folder) | Haru | 21 | -633/+572 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-02 | Replaced 'set' with direct assignment where applicable (common folder) | Haru | 163 | -3824/+3819 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-02 | Added min() and max() script commands | Haru | 1 | -0/+4 | |
- Special thanks to Streusel, Xgear Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-31 | Follow-up to c6f102e (fixed a typo) | Haru | 1 | -1/+1 | |
Special thanks to kyeme Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-29 | Added 2014 Halloween Event and made status change parameter optional on ↵ | Taylor Locke | 2 | -0/+2559 | |
montransform. | |||||
2014-10-30 | Deprecated checkriding and setriding commands | Haru | 13 | -96/+72 | |
Replaced their use in scripts with checkmount and setmount, respectively. Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-30 | Deprecated checkdragon and setdragon commands | Haru | 3 | -10/+11 | |
Replaced their use in scripts with checkmount and setmount, respectively. Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-30 | Deprecated checkmadogear and setmadogear commands | Haru | 3 | -14/+19 | |
Replaced their use in scripts with checkmount and setmount, respectively. Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-28 | Removed use of 'checkquest' from scripts (re folder) | Haru | 39 | -784/+790 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-28 | Removed use of 'checkquest' from scripts (pre-re folder) | Haru | 21 | -106/+106 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-28 | Removed use of 'checkquest' from scripts (common folder) | Haru | 42 | -835/+657 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-27 | Removed use of 'menu' from official (non-custom) scripts | Haru | 10 | -843/+720 | |
- Some scripts were partly refactored/rewritten to use a more modern coding style (and to fix some issues) - Note: the 'menu' command will be deprecated soon in favor of 'select' and 'prompt'. Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-24 | Renamed ismounting, setmounting, @mount2 | Haru | 20 | -31/+25 | |
To avoid ambiguity: - The script command ismounting is now hascashmount - The script command setmounting is now setcashmount - The at-command @mount2 is now @cashmount Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-06 | Fix Bug 8133 | dastgir | 1 | -1/+4 | |
* Disguise Event was having Renewal and Pre-Renewal Monster Constant in an array without any checks | |||||
2014-10-06 | Fixed Bug 8252 | dastgir | 2 | -3/+3 | |
* fixing some typo on script | |||||
2014-09-23 | Fix blackjack script by logging out to prevent zeny deletion | AnnieRuru | 1 | -6/+15 | |
there is a well known bug of this script (I've known this since eathena actually) when you are certainly going to lose the bet, log out immediately while the card are still dealt and you don't get zeny deletion thx to Holiness to bring this up again | |||||
2014-09-02 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | AnnieRuru | 1 | -2/+3 | |
2014-09-02 | Update hunting_missions.txt to follow author's method on fixing character ↵ | AnnieRuru | 1 | -2/+16 | |
deletion bug https://github.com/rathena/rathena/commit/3c24f45 | |||||
2014-09-01 | Follow-up to 1c97ace | Haru | 1 | -1/+1 | |
Removed accidental BOM from a script Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-08-31 | Fixed a small typo in Wolfchev Instance. (rAthena 403c22b) | Taylor Locke | 1 | -3/+4 | |
2014-08-23 | change rand(1) to rand(2) | TungSinpei | 4 | -6/+6 | |
2014-08-21 | Added Kagerou Tools | Happy | 1 | -0/+2 | |
Added Explosive_Kunai and Makibishi to Boonji NPC | |||||
2014-08-18 | HPM Hooks Update | Hercules.ws | 11 | -244/+244 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2014-08-18 | - Update some official mob spawn info | Michieru | 11 | -245/+244 | |
2014-08-06 | Fixed located of Mobile HP Recovery quest. Fixed wrong sprite on Mercenary ↵ | Taylor Locke | 3 | -8/+9 | |
Merchant NPC in Izlude. | |||||
2014-08-02 | Fixed Bug #8248 | Mumbles | 1 | -0/+4 | |
http://hercules.ws/board/tracker/issue-8248-job-master-bug/ - Job Master now properly resets Novice Basic Skill upon job change into Baby Novice. - Sparkles and thanks to @Ridley8819 for pointing out the issue. | |||||
2014-07-28 | Merge pull request #311 from vthibault/heart-fragment-quest-fix | Kisuka | 1 | -6/+7 | |
Fix Heart Fragment quest. | |||||
2014-07-28 | Fix Heart Fragment quest. | Vincent Thibault | 1 | -6/+7 | |
- The Security NPC should print **your** code in the dialog, not the number you have to guess ! - Typo error ```.@ball``` instead of ```@ball``` | |||||
2014-07-20 | Removed duplicate code from the Cool Event NPCs | Haru | 2 | -504/+249 | |
- Moved common code to a function. - Modified to use appropriate functions from function_kafras.txt. - Modernized syntax/updated function documentation in both files. - Fixed the Rachel NPC incorrectly stating it's warping you to Rachel, instead of Veins. - Special thanks to jaBote, GubA. Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-06-23 | Fixed issue with Biochemist that resulted in never regaining Bioethics. | Taylor Locke | 1 | -4/+5 | |
2014-06-14 | Removed pointless comment from Job Repairs script. | Taylor Locke | 1 | -44/+2 | |
2014-05-23 | Merge pull request #288 from pois8n/master | Streusel | 1 | -2/+2 | |
Minor spelling correction in agit_main.txt |