Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-29 | *strnpcinfo now uses constants | Asheraf | 2 | -3/+3 | |
- NPC_NAME for the whole npc name including hidden part - NPC_NAME_VISIBLE for the visible part of the npc name - NPC_NAME_HIDDEN for the hidden part of the npc name - NPC_NAME_UNIQUE for the npc unique name - NPC_MAP for npc map | |||||
2016-06-25 | Corrected various translation/text encoding issues | Haru | 2 | -2/+2 | |
- The generated translation file now loads cleanly without encoding conversion errors Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-29 | Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriate | Emistry | 1 | -1/+1 | |
2016-02-07 | Merge pull request #1110 from dastgir/22-ScriptClean-Phase2 | Haru | 12 | -168/+168 | |
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 | 12 | -168/+168 | |
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 | |||||
2015-12-31 | Replace -1,{ with FAKE_NPC,{ | AnnieRuru | 4 | -4/+4 | |
replace using Notepad++ | |||||
2015-12-18 | ItemID to Constant: re Folder | Dastgir | 11 | -87/+87 | |
2015-12-15 | Standardized header in scripts (part 9) | Haru | 16 | -249/+578 | |
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Quest scripts folders Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-18 | Converted some dealers to new trader format. | Jedzkie | 1 | -10/+149 | |
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 | 4 | -5/+4 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-10 | Minor script cleanup (part 2) | Haru | 1 | -1/+1 | |
- Replaced leftover sprite IDs with constants - Corrected some NPC facing directions (in modulo 8) - Follow-up to 7b50fce0f62961b0228e6919562efcfe33e7fbca | |||||
2015-06-25 | Updated eden_iro.txt | Dastgir | 1 | -20/+256 | |
Credits:rAthena Signed-off-by: Haru <haru@dotalux.com> | |||||
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-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-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 | |
2014-11-02 | Replaced 'set' with direct assignment where applicable (re/quests folder) | Haru | 10 | -417/+417 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-28 | Removed use of 'checkquest' from scripts (re folder) | Haru | 9 | -108/+112 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-05-13 | Removed trailing whitespace (scripts) | Haru | 2 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-05-13 | Fixed some charset issues | Haru | 2 | -0/+4 | |
- 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> | |||||
2013-12-01 | Corrected some accidentally renamed NPCs | Haru | 2 | -2/+2 | |
- Fixes bugreport:7860, thanks to SSky http://hercules.ws/board/tracker/issue-7860-eden-mission-board-npc-name/ - Follow-up to 6309eba Signed-off-by: Haru <haru@dotalux.com> | |||||
2013-11-30 | Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179 | Taylor Locke | 3 | -11/+11 | |
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 | 3 | -11/+11 | |
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 | 3 | -11/+11 | |
2013-11-10 | Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4 | Haru | 2 | -10/+10 | |
- Consolidated case in variables, labels, constants. Signed-off-by: Haru <haru@dotalux.com> | |||||
2013-11-08 | Added support for monster spritename constants | Haru | 1 | -1/+1 | |
- Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40 - Replaced numeric IDs in NPC definitions and setnpcdisplay calls with the appropriate constants - Made possible thanks to Ind Signed-off-by: Haru <haru@dotalux.com> | |||||
2013-11-04 | Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40 | Haru | 2 | -2/+2 | |
- Changed a few leftover NPC IDs to constants - Note: we're still missing support for mob sprite constants, so the NPCs using mob sprites are still not converted. Signed-off-by: Haru <haru@dotalux.com> | |||||
2013-10-28 | Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵ | Kisuka | 12 | -110/+110 | |
npcs to use this. | |||||
2013-10-24 | Update to last rAthena npc. | Michieru | 9 | -933/+1149 | |
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 | 3 | -392/+571 | |
- Fixed Bug #7400 Signed-off-by: j-tkay <joseph.tk.ea@gmail.com> | |||||
2013-06-20 | Follow-up. | Euphy | 1 | -1/+1 | |
2013-06-20 | Follow-up. | Euphy | 1 | -0/+1 | |
2013-06-20 | Implemented Eden Tutorial. | Euphy | 1 | -0/+1561 | |
2013-05-30 | Merge pull request #30 from Zopokx/master | shennetsind | 1 | -1058/+337 | |
Fixed some scripts | |||||
2013-05-28 | Woohooo! Some more cleaning up! | Mysteries | 3 | -6/+6 | |
- Follow up to 80510a0 { Corrected name placeholders } - Vas cleanup on name placeholders - Small change in /doc/permissions.txt | |||||
2013-05-28 | Fixed console error using Euphy's reference. | Sirius | 1 | -33/+47 | |
2013-05-27 | I didn't notice this errors before. | Sirius | 1 | -16/+16 | |
2013-05-26 | Argh! I hate the fact of having several repositories. Thanks again, Euphy! | Sirius | 1 | -2/+2 | |
2013-05-26 | Thanks to Euphy for pointing out a problem with the level check that ↵ | Sirius | 1 | -4/+8 | |
shouldn't be at beginning of the script. | |||||
2013-05-26 | Fixed a not intended NPC name in the last commit. | Sirius | 1 | -1/+1 | |
2013-05-26 | Eden EXP Quests 56-70 script rewritten and optimised | Sirius | 1 | -1059/+320 | |