Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-17 | Script Standardization: changed select format in RE folder | Dastgir | 1 | -222/+222 | |
2015-12-15 | Standardized header in scripts (part 9) | Haru | 1 | -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-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -113/+45 | |
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 | 1 | -3/+3 | |
- 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-06-24 | Fixed costume name in eclage quest | Dastgir | 1 | -4/+4 | |
2015-05-19 | Typo Fix on Teleport Cats, Bug Report #8689, Thanks to Arei for reporting. | Dastgir | 1 | -1/+1 | |
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-11 | Added Complete Eclage NPCs,Quests and Instances | dastgirpojee | 1 | -902/+18633 | |
2014-11-02 | Replaced 'set' with direct assignment where applicable (re/quests folder) | Haru | 1 | -17/+16 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-28 | Removed use of 'checkquest' from scripts (re folder) | Haru | 1 | -11/+11 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2013-11-30 | Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179 | Taylor Locke | 1 | -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-28 | Revert "Cleaned up Zeny manipulation in scripts." | Haru | 1 | -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-25 | Cleaned up Zeny manipulation in scripts. | Taylor Locke | 1 | -1/+1 | |
2013-10-28 | Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵ | Kisuka | 1 | -60/+60 | |
npcs to use this. | |||||
2013-10-24 | Update to last rAthena npc. | Michieru | 1 | -3/+1 | |
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt | |||||
2013-07-04 | Merged/Updated/Added scripts from rAthena. | j-tkay | 1 | -0/+1839 | |
- Fixed Bug #7400 Signed-off-by: j-tkay <joseph.tk.ea@gmail.com> |