Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-07 | Merge pull request #1110 from dastgir/22-ScriptClean-Phase2 | Haru | 25 | -800/+800 | |
Script CleanUp Phase 2 | |||||
2016-01-18 | Fixes #1085 | Dastgir | 1 | -2/+2 | |
Eden Quest will now give EXP for JobLevel < 50 and JobLevel > 69 | |||||
2016-01-17 | Script Standardization: changed select format in RE folder | Dastgir | 25 | -800/+800 | |
2016-01-09 | Fixed #1033 | Dastgir | 1 | -2/+2 | |
Eden quest were giving wrong equipments. | |||||
2016-01-09 | Script Cleanup: | Dastgir | 1 | -168/+168 | |
Removed some comments from eden quests | |||||
2016-01-09 | Fix Eden Quest 11-25 bug which allowed to bypass quest delay. | Dastgir | 1 | -2/+3 | |
Fixed #1084 | |||||
2016-01-03 | Update morroc trader npc's to match kRO's morroc trader npc's. | Jedzkie | 1 | -1/+5 | |
Update some coordinates of the npc's in morroc. Added Marrol Battle Recruiter and Mr. Smile npc in morroc town. | |||||
2015-12-31 | Replaced leftover -1 view IDs with FAKE_NPC | Haru | 2 | -33/+33 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-31 | Replace -1,{ with FAKE_NPC,{ | AnnieRuru | 11 | -28/+28 | |
replace using Notepad++ | |||||
2015-12-18 | Replaced numeric values with UNITTYPE_ constants in getmapxy | Haru | 1 | -1/+1 | |
Follow-up to dbe5f2237cada6a261e297b60857dc305860a88d Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-18 | More ItemID to Constants | Dastgir | 2 | -16/+16 | |
2015-12-18 | ItemID to Constant: re Folder | Dastgir | 21 | -795/+795 | |
2015-12-15 | Standardized header in scripts (part 9) | Haru | 36 | -647/+1322 | |
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Quest scripts folders Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Fix quests_dicastes.txt variable. Thanks to Everade and Atemo of rAthena. | Jedzkie | 1 | -2/+3 | |
2015-11-18 | Converted some dealers to new trader format. | Jedzkie | 1 | -10/+149 | |
2015-11-15 | Fixed too-generic constant names of gettime() types | Haru | 1 | -1/+1 | |
- Follow-up to 3bd77ffc0daca508352834add828766490075aee - The names were too generic (not namespaced), and were easily clashing with custom (and potential future official) constants or variables. - Constants are now prefixed with a 'GETTIME_' namespace: - GETTIME_SECOND - GETTIME_MINUTE - GETTIME_HOUR - GETTIME_WEEKDAY - GETTIME_DAYOFMONTH - GETTIME_MONTH - GETTIME_YEAR - GETTIME_DAYOFYEAR - Fixed some excessive (and some times incorrect) parentheses in various scripts using gettime(). - Updated documentation. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-10-27 | Replaced parameter type with constant. | Emistry | 1 | -1/+1 | |
constant for gettime( <type> ) constant for Weekday and Month. | |||||
2015-10-13 | Added Items needed in eden_iro.txt | moguri85 | 1 | -1/+1 | |
Changed NPC id->constant in eden_iro.txt Fixed case warning errors on may_hats.txt and mushroom_event.txt | |||||
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 10 | -160/+65 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
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-08-12 | typo fix @ Eclage quest | Dastgir | 1 | -1/+1 | |
2015-08-10 | Minor script cleanup (part 2) | Haru | 6 | -8/+8 | |
- 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 | 1 | -27/+27 | |
- Replaced leftover sprite IDs with constants - Corrected some NPC facing directions (in modulo 8) | |||||
2015-07-14 | Fixed bug #595 | Emistry | 1 | -1/+1 | |
https://github.com/HerculesWS/Hercules/issues/595 | |||||
2015-07-12 | Implemented 2012 Headgears Quest | Dastgir | 1 | -0/+729 | |
Based on the rAthena version, improved and cleaned up. 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-24 | Fixed costume name in eclage quest | Dastgir | 1 | -4/+4 | |
2015-06-19 | Re-commit of 9f9ec84 | Haru | 1 | -0/+1 | |
Fixes #538 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-19 | Revert "Missing return #538" | Haru | 1 | -31/+30 | |
This reverts commit 9f9ec84fda9124d0927e99ca52a423a2b468c722. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-18 | Missing return #538 | Emistry | 1 | -30/+31 | |
2015-05-19 | Typo Fix on Teleport Cats, Bug Report #8689, Thanks to Arei for reporting. | 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-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-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 | 4 | -0/+3818 | |
2015-03-14 | Eden Quests Update - Credits rAthena - 001e6967d417d0c7c6dce1069ddef9acd1b87d57 | Dastgir | 1 | -3204/+2393 | |
2015-02-21 | Teleport Cat now warps properly, Issue#8541 | Dastgir | 1 | -7/+6 | |
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 | 1 | -7/+11 | |
rate of success. Bug Report#8511 | |||||
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 | Added Complete Eclage NPCs,Quests and Instances | dastgirpojee | 1 | -902/+18633 | |
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-11-02 | Replaced 'set' with direct assignment where applicable (re/quests folder) | Haru | 20 | -1523/+1525 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-28 | Removed use of 'checkquest' from scripts (re folder) | Haru | 19 | -568/+576 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-08-23 | change rand(1) to rand(2) | TungSinpei | 1 | -3/+3 | |
2014-05-13 | Removed trailing whitespace (scripts) | Haru | 6 | -49/+49 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-05-13 | Fixed some charset issues | Haru | 5 | -7/+17 | |
- Fixed files with mixed character set or invalid CP949 characters. - Uncommented '#music' script in the_sign_quest.txt (now the soundeffect filename should be fixed). - Added a note to the header of CP949 files not to read or save them as UTF8, since it'd break their encoding. It should be safe enough to read them as EUC-KR if your text editor doesn't offer CP949 as an option. - Added FIXME notes about untranslated strings in assassin_skills.txt and WolfchevLaboratory.txt. Signed-off-by: Haru <haru@dotalux.com> |