Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-24 | Fixed SealedShrine Quest to be repeated if you have the required items | Dastgir | 1 | -6/+7 | |
2015-04-16 | Minor Typo Fix | Dastgir | 1 | -1/+1 | |
2015-04-14 | Fixed Requirements of Wolchev's Quest. Fixed Description of weapon, Thanks ↵ | Dastgir | 1 | -7/+7 | |
to Inzianity for pointing it | |||||
2015-04-14 | Fix Wolchev Laboratory not allowing to enter the instace | Dastgir | 1 | -6/+4 | |
2015-04-12 | Fixed SealedShrine Instance trying to change quest without checking, Report ↵ | Dastgir | 1 | -3/+6 | |
#8619 | |||||
2015-04-11 | Updated Zeny Requirement,Partial Fix for #8619 | Dastgir | 1 | -1/+1 | |
2015-04-10 | Corrected Craftsman Ki Location, Report #8614 | Dastgir | 1 | -1/+1 | |
2015-04-04 | Fix swapped weapon in eden_quests.txt | zackdreaver | 1 | -4/+4 | |
Eden Mace I and Eden Staff I Signed-off-by: zackdreaver <zackdreaver@gmail.com> | |||||
2015-03-31 | Minor NPC script fix | zackdreaver | 2 | -2/+2 | |
Signed-off-by: zackdreaver <zackdreaver@gmail.com> | |||||
2015-03-30 | Corrected Tiucknuc mob name into Tiyanak in /npc/re/quest/quest_malaya.txt | zackdreaver | 1 | -10/+10 | |
Signed-off-by: zackdreaver <zackdreaver@gmail.com> | |||||
2015-03-29 | Avoid binding rental items. | Emistry | 1 | -2/+2 | |
Prevent the NPC to show rental items when players try to bind an items. | |||||
2015-03-26 | Fixed Endless Tower weekly timer issue ( ↵ | milky-milk | 1 | -15/+15 | |
http://hercules.ws/board/tracker/issue-8590-endless-tower-possible-bu/ ) | |||||
2015-03-18 | Fix delitem bug in Ep13.1 quest. Thanks to milky-milk for reporting | Dastgir | 1 | -18/+2 | |
2015-03-16 | Another FollowUp to e99f874d , Added more QuestEntries and Fix some Translations | Dastgir | 1 | -15/+15 | |
2015-03-16 | Follow Up to e99f874d, Corrected card name and added Quest Entries for Eden ↵ | Dastgir | 4 | -31/+39 | |
121-140 | |||||
2015-03-14 | Eden Scripts: 100-140 Implemented | Dastgir | 5 | -0/+3822 | |
2015-03-14 | Eden Quests Update - Credits rAthena - 001e6967d417d0c7c6dce1069ddef9acd1b87d57 | Dastgir | 1 | -3204/+2393 | |
2015-03-05 | Merge pull request #454 from seifert10/patch-2 | shennetsind | 1 | -3/+3 | |
Update lvl4_weapon_quest.txt | |||||
2015-03-03 | Updated socket_enchant2.txt to contain ninja item | Dastgir | 1 | -1/+2 | |
2015-03-03 | Added Ninja Weapon and Armor Craftman NPC's | Dastgir | 2 | -0/+352 | |
2015-03-03 | Updated ninja shop | Dastgir | 1 | -0/+8 | |
2015-02-21 | Teleport Cat now warps properly, Issue#8541 | Dastgir | 1 | -7/+6 | |
2015-01-30 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | Dastgir | 1 | -1/+1 | |
2015-01-30 | Fixes Warper NPC Overlapping. #8018 | Dastgir | 1 | -1/+1 | |
2015-01-29 | Merge pull request #455 from seifert10/patch-1 | Streusel | 1 | -1/+1 | |
Update lvl4_weapon_quest.txt | |||||
2015-01-29 | Implemented 2010 Headgear Quests. Also corrected ID of Green Maiden in ↵ | Dastgir | 3 | -1/+1115 | |
Endless Tower, and Bascojin Slave. | |||||
2015-01-28 | Fixes Biolab Enchant having 0% success chance for some equips | Dastgir | 1 | -2/+3 | |
2015-01-28 | Fixes the Eclage Quest Checking. | Dastgir | 1 | -34/+38 | |
2015-01-28 | Fixes Invalid questprogress condition on Eclage Quests. Fixes Slot Expert ↵ | Dastgir | 2 | -9/+13 | |
rate of success. Bug Report#8511 | |||||
2015-01-25 | Update lvl4_weapon_quest.txt | seifert10 | 1 | -3/+3 | |
you can change the "npchand == 1" to "npchand1 == 1" or simply change the "npchand1 = random(1,3)" to "npchand = random(1,3)" | |||||
2015-01-25 | Update lvl4_weapon_quest.txt | seifert10 | 1 | -1/+1 | |
if (.@shobu > 1) { mes "[Kayron]"; mes "Let's see..."; mes "You won " + shobu + " times."; mes "You must be really"; mes "Without a doubt, you've"; mes "got some pretty good luck~"; next; mes "[Kayron]"; mes "Alright, I'll keep my end of the bargain. Give me the materials"; mes "and some time to finish preparing. I'll talk to you later, okay?"; close; } mes "You won " + shobu + " times."; should be: mes "You won " + .@shobu + " times."; | |||||
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> |