
Fixes https://github.com/rathena/rathena/issues/6463 Implements Episode 17.1 - Illusion Adds viewpointmap script command Adds getbaseexp_ratio and getjobexp_ratio script command Comments quest log support for the Nameless Island Quest, Nameless Island Access Quest and Geoborg Family Curse Quest due to utilizing quest IDs that are used elsewhere. Credits to @crazy-arashi for the initial content release Co-authored-by: crazy-arashi <meganekiho@gmail.com> Co-authored-by: aleos <aleos89@users.noreply.github.com> Co-authored-by: Atemo <capucrath@gmail.com> Co-authored-by: Lemongrass3110 <lemongrass@kstp.at> Thanks to @crazy-arashi @Atemo @aleos89 @Lemongrass3110 @secretdataz @Dia @humanwizzard @idk-whoami @Megelith @Daegaladh
59 lines
2.2 KiB
Plaintext
59 lines
2.2 KiB
Plaintext
// --------------------------------------------------------------
|
|
// - Renewal Warp Scripts -
|
|
// --------------------------------------------------------------
|
|
|
|
// --------------------------- Cities ---------------------------
|
|
npc: npc/re/warps/cities/alberta.txt
|
|
npc: npc/re/warps/cities/brasilis.txt
|
|
npc: npc/re/warps/cities/dewata.txt
|
|
npc: npc/re/warps/cities/dicastes.txt
|
|
npc: npc/re/warps/cities/eclage.txt
|
|
npc: npc/re/warps/cities/einbech.txt
|
|
npc: npc/re/warps/cities/einbroch.txt
|
|
npc: npc/re/warps/cities/lighthalzen.txt
|
|
npc: npc/re/warps/cities/izlude.txt
|
|
npc: npc/re/warps/cities/malangdo.txt
|
|
npc: npc/re/warps/cities/malaya.txt
|
|
npc: npc/re/warps/cities/prontera.txt
|
|
npc: npc/re/warps/cities/rachel.txt
|
|
npc: npc/re/warps/cities/rockridge.txt
|
|
npc: npc/re/warps/cities/yggdrasil.txt
|
|
|
|
// -------------------------- Dungeons --------------------------
|
|
npc: npc/re/warps/dungeons/bra_dun.txt
|
|
npc: npc/re/warps/dungeons/dic_dun.txt
|
|
npc: npc/re/warps/dungeons/ecl_dun.txt
|
|
npc: npc/re/warps/dungeons/harboro2.txt
|
|
npc: npc/re/warps/dungeons/iz_dun.txt
|
|
npc: npc/re/warps/dungeons/moc_pryd.txt
|
|
npc: npc/re/warps/dungeons/rockmi1.txt
|
|
npc: npc/re/warps/dungeons/sp_rudus.txt
|
|
npc: npc/re/warps/dungeons/slabw01.txt
|
|
|
|
// --------------------------- Fields ---------------------------
|
|
npc: npc/re/warps/fields/bif_fild.txt
|
|
npc: npc/re/warps/fields/bra_fild.txt
|
|
npc: npc/re/warps/fields/com_fild.txt
|
|
npc: npc/re/warps/fields/dic_fild.txt
|
|
npc: npc/re/warps/fields/geffen_fild.txt
|
|
npc: npc/re/warps/fields/hugel_fild.txt
|
|
npc: npc/re/warps/fields/morroc_fild.txt
|
|
npc: npc/re/warps/fields/payon_fild.txt
|
|
npc: npc/re/warps/fields/prontera_fild.txt
|
|
npc: npc/re/warps/fields/rachel_fild.txt
|
|
npc: npc/re/warps/fields/rockridge_fild.txt
|
|
npc: npc/re/warps/fields/veins_fild.txt
|
|
npc: npc/re/warps/fields/yuno_fild.txt
|
|
|
|
// --------------------------- Others ---------------------------
|
|
npc: npc/re/warps/other/arena.txt
|
|
npc: npc/re/warps/other/dimensional_gap.txt
|
|
npc: npc/re/warps/other/jobquests.txt
|
|
npc: npc/re/warps/other/paradise.txt
|
|
npc: npc/re/warps/other/s_workshop.txt
|
|
npc: npc/re/warps/other/sign.txt
|
|
npc: npc/re/warps/other/special_border_area.txt
|
|
npc: npc/re/warps/other/un_myst.txt
|
|
npc: npc/re/warps/other/verus.txt
|
|
npc: npc/re/warps/guildcastles.txt
|