rathena/npc/re/warps/dungeons/mag_dun.txt
Atemo 66c05937b5
Added mag_dun03 quests (#7207)
* Implemented mobs, quests
* Updated MAGMA_ESSENCE and added MAGMA3 option group

Thanks to @Pokye
2023-04-10 17:07:42 +02:00

24 lines
778 B
Plaintext

//===== rAthena Script =======================================
//= Magma Dungeon Warp Script
//===== Changelogs: ==========================================
//= 1.0 First version. [Capuche]
//============================================================
mag_dun02,248,72,3 script Republic Guard#mag03 4_M_EIN_SOLDIER,{
npctalk "Republic Guard: Be careful. You cannot enter unless you are an experienced adventurer.", "", bc_self;
end;
}
mag_dun02,247,68,0 script mag02a_mag03a WARPNPC,1,1,{
end;
OnTouch:
if (BaseLevel < 175) {
npctalk "Republic Guard: A dangerous place for adventurers. You must be at least level 175 to enter.", "Republic Guard#mag03", bc_self;
end;
}
warp "mag_dun03",120,120;
end;
}
mag_dun03,124,120,0 warp2 mag03a_mag02a 1,1,mag_dun02,243,68