summaryrefslogtreecommitdiff
path: root/npc/re/quests/quests_eclage.txt
AgeCommit message (Collapse)AuthorFilesLines
2015-12-15Standardized header in scripts (part 9)Haru1-30/+41
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Quest scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-113/+45
Signed-off-by: Haru <haru@dotalux.com>
2015-08-12typo fix @ Eclage questDastgir1-1/+1
2015-08-10Minor script cleanup (part 2)Haru1-3/+3
- Replaced leftover sprite IDs with constants - Corrected some NPC facing directions (in modulo 8) - Follow-up to 7b50fce0f62961b0228e6919562efcfe33e7fbca
2015-08-09Minor script cleanup.Haru1-27/+27
- Replaced leftover sprite IDs with constants - Corrected some NPC facing directions (in modulo 8)
2015-07-14Fixed bug #595Emistry1-1/+1
https://github.com/HerculesWS/Hercules/issues/595
2015-06-24Fixed costume name in eclage questDastgir1-4/+4
2015-05-19Typo Fix on Teleport Cats, Bug Report #8689, Thanks to Arei for reporting.Dastgir1-1/+1
2015-02-21Teleport Cat now warps properly, Issue#8541Dastgir1-7/+6
2015-01-28Fixes the Eclage Quest Checking.Dastgir1-34/+38
2015-01-28Fixes Invalid questprogress condition on Eclage Quests. Fixes Slot Expert ↵Dastgir1-7/+11
rate of success. Bug Report#8511
2015-01-14Incorrect quest progress checking.Emistry1-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-11Added Complete Eclage NPCs,Quests and Instancesdastgirpojee1-902/+18633
2014-11-02Replaced 'set' with direct assignment where applicable (re/quests folder)Haru1-17/+16
Signed-off-by: Haru <haru@dotalux.com>
2014-10-28Removed use of 'checkquest' from scripts (re folder)Haru1-11/+11
Signed-off-by: Haru <haru@dotalux.com>
2013-11-30Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179Taylor Locke1-1/+1
Cleaned up Zeny manipulation in scripts. - It is now finally safe to re-commit. - Removed some unwanted parts of the original commit, that broke the character set in some scripts. [Haru] - Corrected spacing in some edited lines. [Haru]
2013-11-28Revert "Cleaned up Zeny manipulation in scripts."Haru1-1/+1
Reverted due to a serious regression. I'll commit this again once I fixed the issue in the script engine. Sorry for the inconvenience. This reverts commit 4faa0ec9df7067cee3eb1c1953fccc6c2f842179. Signed-off-by: Haru <haru@dotalux.com>
2013-11-25Cleaned up Zeny manipulation in scripts.Taylor Locke1-1/+1
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka1-60/+60
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru1-3/+1
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2013-07-04Merged/Updated/Added scripts from rAthena.j-tkay1-0/+1839
- Fixed Bug #7400 Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>