Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-13 | Remove type argument from buildin_getnpcid. | EyesOfAHawk | 1 | -12/+12 | |
2017-06-03 | convert specialeffect calls with strings to use GID | gumi | 1 | -12/+12 | |
2017-06-03 | remove specialeffect2 from npcs | gumi | 1 | -3/+3 | |
2017-03-08 | Removed the usage of deprecated command goto from npc scripts (except custom ↵ | AtlantisRO | 1 | -47/+44 | |
folder). Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2016-09-02 | change *strcharinfo to use constants | Asheraf | 1 | -55/+55 | |
2016-08-29 | *strnpcinfo now uses constants | Asheraf | 1 | -25/+25 | |
- 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-02-29 | Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriate | Emistry | 1 | -9/+15 | |
2016-01-17 | Script Standardization: changed select format in RE folder | Dastgir | 1 | -101/+101 | |
2015-12-31 | Replaced leftover -1 view IDs with FAKE_NPC | Haru | 1 | -10/+10 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-31 | Replace -1,{ with FAKE_NPC,{ | AnnieRuru | 1 | -4/+4 | |
replace using Notepad++ | |||||
2015-12-18 | More ItemID to Constants | Dastgir | 1 | -9/+9 | |
2015-12-18 | ItemID to Constant: re Folder | Dastgir | 1 | -179/+179 | |
2015-12-15 | Standardized header in scripts (part 9) | Haru | 1 | -35/+45 | |
- 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 | -4/+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-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-01-12 | Fixes the Wrong conditions of Malaya Quest - Get Rid of Jejeling | Dastgir | 1 | -8/+2 | |
2014-11-02 | Replaced 'set' with direct assignment where applicable (re/quests folder) | Haru | 1 | -160/+160 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-28 | Removed use of 'checkquest' from scripts (re folder) | Haru | 1 | -103/+109 | |
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 | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2013-12-21 | HPM Hooks Update | Hercules.ws | 1 | -9152/+9152 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2013-12-20 | Update to aegis info the number of mob that spawn in 13.1 quest to get the ↵ | Michieru | 1 | -9122/+9152 | |
Some_Of_Report item. Update malaya quest, added item Lost_Belongings to Tiyanak mob & fix wrong item id and change headers to Masao original. | |||||
2013-11-30 | Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179 | Taylor Locke | 1 | -2/+2 | |
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 | -2/+2 | |
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 | -2/+2 | |
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-10-28 | Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵ | Kisuka | 1 | -121/+121 | |
npcs to use this. | |||||
2013-10-24 | Update to last rAthena npc. | Michieru | 1 | -14/+7653 | |
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt | |||||
2013-09-16 | Corrected line endings and BOM issues with several files | Haru | 1 | -1/+1 | |
- Ensured final end-of-line character in every file. - Corrected cases of mixed line endings (mostly CR and CRLF within the same file.) - Removed extra BOM from some scripts, since it causes a parsing error. Signed-off-by: Haru <haru@dotalux.com> | |||||
2013-07-04 | Merged/Updated/Added scripts from rAthena. | j-tkay | 1 | -3/+979 | |
- Fixed Bug #7400 Signed-off-by: j-tkay <joseph.tk.ea@gmail.com> | |||||
2013-06-22 | Port Malay MVP Armors [by DeadlySilence] | Euphy | 1 | -0/+507 | |