
-Now common scripts goes to the main npc folder, and pre-re-only/re-only ones goes to their respective folders. -NPCs with practically the same script but little differences have been left in the main folder and uses the command checkre() for the differences. -For those NPCs with different coordinates but same script, the script has been left in the main folder but the NPCs splitted as duplicates. -All pre-renewal files has been reverted back to their pre-renewal behavior. TODO: -Correct pre-re quest rewards. -Check for pre-re/re differences in mapflags. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16545 54d463be-8e91-2dee-dedb-b68131a5f0ec
87 lines
3.0 KiB
Plaintext
87 lines
3.0 KiB
Plaintext
// --------------------------------------------------------------
|
|
// - Warp Scripts -
|
|
// --------------------------------------------------------------
|
|
|
|
// --------------------------- Cities ---------------------------
|
|
npc: npc/warps/cities/alberta.txt
|
|
npc: npc/warps/cities/aldebaran.txt
|
|
npc: npc/warps/cities/amatsu.txt
|
|
npc: npc/warps/cities/ayothaya.txt
|
|
npc: npc/warps/cities/comodo.txt
|
|
npc: npc/warps/cities/einbech.txt
|
|
npc: npc/warps/cities/einbroch.txt
|
|
npc: npc/warps/cities/geffen.txt
|
|
npc: npc/warps/cities/gonryun.txt
|
|
npc: npc/warps/cities/hugel.txt
|
|
npc: npc/warps/cities/lighthalzen.txt
|
|
npc: npc/warps/cities/louyang.txt
|
|
npc: npc/warps/cities/lutie.txt
|
|
npc: npc/warps/cities/manuk.txt
|
|
npc: npc/warps/cities/mid_camp.txt
|
|
npc: npc/warps/cities/morroc.txt
|
|
npc: npc/warps/cities/moscovia.txt
|
|
npc: npc/warps/cities/nameless.txt
|
|
npc: npc/warps/cities/niflheim.txt
|
|
npc: npc/warps/cities/payon.txt
|
|
npc: npc/warps/cities/prontera.txt
|
|
npc: npc/warps/cities/splendide.txt
|
|
npc: npc/warps/cities/umbala.txt
|
|
npc: npc/warps/cities/veins.txt
|
|
npc: npc/warps/cities/yuno.txt
|
|
|
|
// -------------------------- Dungeons --------------------------
|
|
npc: npc/warps/dungeons/abbey.txt
|
|
npc: npc/warps/dungeons/abyss.txt
|
|
npc: npc/warps/dungeons/alde_dun.txt
|
|
npc: npc/warps/dungeons/ama_dun.txt
|
|
npc: npc/warps/dungeons/anthell.txt
|
|
npc: npc/warps/dungeons/ayo_dun.txt
|
|
npc: npc/warps/dungeons/beach_dun.txt
|
|
npc: npc/warps/dungeons/c_tower.txt
|
|
npc: npc/warps/dungeons/ein_dun.txt
|
|
npc: npc/warps/dungeons/gef_dun.txt
|
|
npc: npc/warps/dungeons/gon_dun.txt
|
|
npc: npc/warps/dungeons/ice_dun.txt
|
|
npc: npc/warps/dungeons/in_sphinx.txt
|
|
npc: npc/warps/dungeons/juperos.txt
|
|
npc: npc/warps/dungeons/kh_dun.txt
|
|
npc: npc/warps/dungeons/lhz_dun.txt
|
|
npc: npc/warps/dungeons/lou_dun.txt
|
|
npc: npc/warps/dungeons/mag_dun.txt
|
|
npc: npc/warps/dungeons/mjo_dun.txt
|
|
npc: npc/warps/dungeons/moc_pryd.txt
|
|
npc: npc/warps/dungeons/mosk_dun.txt
|
|
npc: npc/warps/dungeons/odin.txt
|
|
npc: npc/warps/dungeons/orcsdun.txt
|
|
npc: npc/warps/dungeons/pay_dun.txt
|
|
npc: npc/warps/dungeons/prt_maze.txt
|
|
npc: npc/warps/dungeons/ra_san.txt
|
|
npc: npc/warps/dungeons/tha_t.txt
|
|
npc: npc/warps/dungeons/thor_v.txt
|
|
npc: npc/warps/dungeons/treasure.txt
|
|
npc: npc/warps/dungeons/tur_dun.txt
|
|
npc: npc/warps/dungeons/um_dun.txt
|
|
npc: npc/warps/dungeons/xmas_dun.txt
|
|
|
|
// --------------------------- Fields ---------------------------
|
|
npc: npc/warps/fields/abyss_warper.txt
|
|
npc: npc/warps/fields/amatsu_fild.txt
|
|
npc: npc/warps/fields/ein_fild.txt
|
|
npc: npc/warps/fields/gefenia.txt
|
|
npc: npc/warps/fields/glastheim.txt
|
|
npc: npc/warps/fields/jawaii.txt
|
|
npc: npc/warps/fields/lhalzen_fild.txt
|
|
npc: npc/warps/fields/lutie_fild.txt
|
|
npc: npc/warps/fields/man_fild.txt
|
|
npc: npc/warps/fields/mtmjolnir.txt
|
|
npc: npc/warps/fields/spl_fild.txt
|
|
npc: npc/warps/fields/umbala_fild.txt
|
|
|
|
// --------------------------- Others ---------------------------
|
|
npc: npc/warps/other/airplane.txt
|
|
npc: npc/warps/other/bossnia.txt
|
|
npc: npc/warps/other/god.txt
|
|
npc: npc/warps/other/kiel.txt
|
|
npc: npc/warps/guildcastles.txt
|
|
npc: npc/warps/pvp.txt
|