rathena/npc/re/warps/other/ba_pw.txt
Everade 7853e926c2
Episode 17.2 - Sage's Legacy (#6799)
* Episode 17.2 Initial Release of instances and quests
* Added warp portals and monster spawn scripts
* Added Episode 17.2 related database entries

Closed #6470 

Thanks to @Megelith @Pokye 

Co-authored-by: JohnnyPlayy <JohnnyPlayy@users.noreply.github.com>
Co-authored-by: Everade <privacy@gatheringro.com>
Co-authored-by: crazyarashi <26841779+crazy-arashi@users.noreply.github.com>
Co-authored-by: Atemo <capucrath@gmail.com>
2023-04-12 21:27:34 +02:00

45 lines
1.1 KiB
Plaintext

//===== rAthena Script =======================================
//= Portals of Varmundt's mansion
//===== Changelog: ===========================================
//= 1.0 First version. [crazyarashi]
//============================================================
//= Power Plant
//============================================================
ba_pw01,91,291,0 script #ep172_pw1_to_lab WARPNPC,1,1,{
end;
OnTouch:
if (ep17_2_main < 6) {
mes "There is still some work to be done here. Let's look around more.";
close;
}
warp "ba_in01",23,315;
end;
}
ba_pw01,10,115,0 warp #ep172_pw1_to_pw2 1,1,ba_pw02,10,149
ba_pw02,7,149,0 script #ep172_pw2_to_pw1 WARPNPC,1,1,{
end;
OnTouch:
if (ep17_2_main < 4) {
mes "There is still some work to be done here. Let's look around more.";
close;
}
warp "ba_pw01",13,115;
end;
}
ba_pw02,275,15,0 warp #ep172_pw2_to_cor 1,1,sp_cor,257,285
sp_cor,258,287,0 script #ep172_cor_to_pw2 WARPNPC,1,1,{
end;
OnTouch:
if (ep17_2_main < 2) {
npctalk "Rookie : Oh? I haven't opened it yet! Hold on for a while, we're doing our best to open it!", "Rookie#rm171_2", bc_self;
end;
}
warp "ba_pw02",275,20;
end;
}