summaryrefslogtreecommitdiff
path: root/npc/re/quests/newgears
AgeCommit message (Collapse)AuthorFilesLines
2017-06-03remove specialeffect2 from npcsgumi1-2/+2
2016-11-20Replaced some unsupported symbols in AegisNames (step 2)Haru1-12/+12
This removes the remaining unsupported symbols (despite they being official names) in AegisNames: The apostrophe (`'`) sign is suppressed. The full replacement rules (cumulative with the step 1 commit) are thus: - Any apostrophe is suppressed. - Any non-`[A-Za-z0-9_]` character is replaced with an underscore (`_`). - If the replaced symbol is at a word boundary (beginning or end of the string, or next to another underscore), it is suppressed instead. - If the replacement causes an AegisName conflict, underscores are appended appropriately. Signed-off-by: Haru <haru@dotalux.com>
2016-01-17Script Standardization: changed select format in RE folderDastgir1-5/+5
2015-12-15Standardized header in scripts (part 9)Haru1-13/+33
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Quest scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-09-20Fix issue #687Emistry1-2/+2
Added missing Energy Crystal Book item_db. Removed wrong equipments list for exchange. Based on http://irowiki.org/wiki/Eden_Group_Crystal_Synthesis
2015-08-10Minor script cleanup (part 2)Haru1-1/+1
- Replaced leftover sprite IDs with constants - Corrected some NPC facing directions (in modulo 8) - Follow-up to 7b50fce0f62961b0228e6919562efcfe33e7fbca
2015-07-12Implemented 2012 Headgears QuestDastgir1-0/+729
Based on the rAthena version, improved and cleaned up. Signed-off-by: Haru <haru@dotalux.com>