summaryrefslogtreecommitdiff
path: root/npc/re/events
AgeCommit message (Collapse)AuthorFilesLines
2018-11-13Remove type argument from buildin_getnpcid.EyesOfAHawk1-9/+9
2017-06-03convert specialeffect calls with strings to use GIDgumi1-9/+9
2017-06-03remove specialeffect2 from npcsgumi2-12/+12
2016-11-20Propageted the AegisName fix to scripts and pre-re databaseHaru1-6/+6
This commit just propagates the AegisName changes to the pre-re database and to the (re) scripts. Two issues are fixed as a side-effect: - The ghost_palace script was referring the non-existing constant(s): Thanatos_Two-Handed_Staff == (Thanatos_Two) - (Handed_Staff) == 0. Paired with the script engine's inability to differentiate between constants and player variables, that produced a very subtle issue. - The item RAG203 is sold by a NPC (Rebellion Weapon Vending). Due to a pair of swapped AegisName constants (RAG203 and RAG203_), the slotted version was sold by the NPC instead of hte non-slotted one (the issue was actually fixed in the previous commit, although the description of the fix is here - these two commits are only split for legibility purposes but they're to be considered indivisible). Signed-off-by: Haru <haru@dotalux.com>
2016-09-02change *strcharinfo to use constantsAsheraf2-76/+76
2016-06-25Fixed some script errorsHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2016-06-25Corrected various translation/text encoding issuesHaru1-7/+1
- The generated translation file now loads cleanly without encoding conversion errors Signed-off-by: Haru <haru@dotalux.com>
2016-03-12Fixes to Typo Errors.AtlantisRO1-1/+1
2016-02-29Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriateEmistry1-6/+6
2016-01-17Script Standardization: changed select format in RE folderDastgir2-6/+6
2015-12-15Standardized header in scripts (part 8)Haru3-69/+126
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Event scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-4/+3
Signed-off-by: Haru <haru@dotalux.com>
2015-07-12Follow Up ce39818fDastgir1-3/+1
2015-07-12Added 2013 Christmas EventDastgir1-0/+1733
Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Added and Optimized Halloween 2013Dastgir1-0/+1094
Reference: rathena/rathena@264c27ba5481ab563af6e344d8339180fb1486e9 Signed-off-by: Haru <haru@dotalux.com>
2015-05-14Fixed some invalid questprogress conditionsHaru1-1/+1
Special thanks to MordekaiserGod for pointing out the issue. Signed-off-by: Haru <haru@dotalux.com>
2014-10-29Added 2014 Halloween Event and made status change parameter optional on ↵Taylor Locke1-0/+2556
montransform.