another useless product of ignorance
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12979 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
cb565d9d45
commit
93bdf28e3b
@ -1,148 +1,148 @@
|
|||||||
//===== eAthena Script =======================================
|
//===== eAthena Script =======================================
|
||||||
//= Moscovia Town script
|
//= Moscovia Town script
|
||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= $ephiroth
|
//= $ephiroth
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0
|
//= 1.0
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= Any eAthena Version
|
//= Any eAthena Version
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//= Moscovia Town Npcs
|
//= Moscovia Town Npcs
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.0 $ephiroth (from jA) Pre-quest dungeon entrances
|
//= 1.0 $ephiroth (from jA) Pre-quest dungeon entrances
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//============================================================
|
//============================================================
|
||||||
//= NPC Moscovia Dungeon
|
//= NPC Moscovia Dungeon
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
mosk_dun01,207,276,0 script Stone#mosk1 111,{
|
mosk_dun01,207,276,0 script Stone#mosk1 111,{
|
||||||
|
|
||||||
mes "^009900-Square-shaped rocks on the surface";
|
mes "^009900-Square-shaped rocks on the surface";
|
||||||
mes "are engraved on the characters.-^000000";
|
mes "are engraved on the characters.-^000000";
|
||||||
next;
|
next;
|
||||||
mes "^3333FF~The person who advances, instead of being hurt.";
|
mes "^3333FF~The person who advances, instead of being hurt.";
|
||||||
mes "As for the person who receives courage, returns how long,";
|
mes "As for the person who receives courage, returns how long,";
|
||||||
mes "it probably is safe.";
|
mes "it probably is safe.";
|
||||||
mes "As for the person who has rash courage advancing.";
|
mes "As for the person who has rash courage advancing.";
|
||||||
mes "That's not good to be back.~^000000";
|
mes "That's not good to be back.~^000000";
|
||||||
next;
|
next;
|
||||||
if (select("Forward:Return") == 1) {
|
if (select("Forward:Return") == 1) {
|
||||||
mes "-Chose to go-";
|
mes "-Chose to go-";
|
||||||
close2;
|
close2;
|
||||||
warp "mosk_dun02",165,30;
|
warp "mosk_dun02",165,30;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
mes "-Chose to return-";
|
mes "-Chose to return-";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
mosk_dun02,168,28,0 script Stone#mosk2 111,{
|
mosk_dun02,168,28,0 script Stone#mosk2 111,{
|
||||||
|
|
||||||
mes "^009900-Square-shaped rocks on the surface";
|
mes "^009900-Square-shaped rocks on the surface";
|
||||||
mes "are engraved on the characters.-^000000";
|
mes "are engraved on the characters.-^000000";
|
||||||
next;
|
next;
|
||||||
mes "^3333FF~The person who advances, instead of being hurt.";
|
mes "^3333FF~The person who advances, instead of being hurt.";
|
||||||
mes "Courage is received.";
|
mes "Courage is received.";
|
||||||
mes "As for the person who returns how long.";
|
mes "As for the person who returns how long.";
|
||||||
mes "it probably is safe.";
|
mes "it probably is safe.";
|
||||||
mes "As for the person who is courage advancing,";
|
mes "As for the person who is courage advancing,";
|
||||||
mes "That's not good to be back.~^000000";
|
mes "That's not good to be back.~^000000";
|
||||||
next;
|
next;
|
||||||
if (select("Forward:Return") == 1) {
|
if (select("Forward:Return") == 1) {
|
||||||
mes "-Chose to go-";
|
mes "-Chose to go-";
|
||||||
close2;
|
close2;
|
||||||
warp "mosk_dun01",201,269;
|
warp "mosk_dun01",201,269;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
mes "-Chose to return-";
|
mes "-Chose to return-";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
mosk_dun02,268,117,0 script Stone#mosk3 111,{
|
mosk_dun02,268,117,0 script Stone#mosk3 111,{
|
||||||
|
|
||||||
mes "^009900-Square-shaped rocks on the surface";
|
mes "^009900-Square-shaped rocks on the surface";
|
||||||
mes "are engraved on the characters.-^000000";
|
mes "are engraved on the characters.-^000000";
|
||||||
next;
|
next;
|
||||||
mes "^3333FF~The person who advances, instead of dying.";
|
mes "^3333FF~The person who advances, instead of dying.";
|
||||||
mes "Reputation is received.";
|
mes "Reputation is received.";
|
||||||
mes "The person who returns obtains courage, but";
|
mes "The person who returns obtains courage, but";
|
||||||
mes "it probably will get injured.";
|
mes "it probably will get injured.";
|
||||||
mes "As for the person who has rash courage advancing.";
|
mes "As for the person who has rash courage advancing.";
|
||||||
mes "That's not good to be back.~^000000";
|
mes "That's not good to be back.~^000000";
|
||||||
next;
|
next;
|
||||||
if (select("Forward:Return") == 1) {
|
if (select("Forward:Return") == 1) {
|
||||||
mes "-Chose to go-";
|
mes "-Chose to go-";
|
||||||
close2;
|
close2;
|
||||||
warp "mosk_dun03",32,135;
|
warp "mosk_dun03",32,135;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
mes "-Chose to return-";
|
mes "-Chose to return-";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
mosk_dun03,27,131,0 script Stone#mosk4 111,{
|
mosk_dun03,27,131,0 script Stone#mosk4 111,{
|
||||||
|
|
||||||
mes "^009900-Square-shaped rocks on the surface";
|
mes "^009900-Square-shaped rocks on the surface";
|
||||||
mes "are engraved on the characters.-^000000";
|
mes "are engraved on the characters.-^000000";
|
||||||
next;
|
next;
|
||||||
mes "^3333FF~The person who remains, instead of being hurt.";
|
mes "^3333FF~The person who remains, instead of being hurt.";
|
||||||
mes "Reputation is received.";
|
mes "Reputation is received.";
|
||||||
mes "As for the person who returns getting large injured,";
|
mes "As for the person who returns getting large injured,";
|
||||||
mes "Courage probably will be learned.";
|
mes "Courage probably will be learned.";
|
||||||
mes "by the return of courage.";
|
mes "by the return of courage.";
|
||||||
mes "As for the person who is courage the return.~^000000";
|
mes "As for the person who is courage the return.~^000000";
|
||||||
next;
|
next;
|
||||||
if (select("Forward:Return") == 1) {
|
if (select("Forward:Return") == 1) {
|
||||||
mes "-Fear, chose to return-";
|
mes "-Fear, chose to return-";
|
||||||
close2;
|
close2;
|
||||||
warp "mosk_dun02",262,118;
|
warp "mosk_dun02",262,118;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
mes "-Chose to return-";
|
mes "-Chose to return-";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
mosk_dun01,264,191,0 script Stone#mosk5 111,{
|
mosk_dun01,264,191,0 script Stone#mosk5 111,{
|
||||||
|
|
||||||
mes "^009900-Square-shaped rocks on the surface";
|
mes "^009900-Square-shaped rocks on the surface";
|
||||||
mes "are engraved on the characters.-^000000";
|
mes "are engraved on the characters.-^000000";
|
||||||
next;
|
next;
|
||||||
mes "^3333FF~The person who advances, instead of dying.";
|
mes "^3333FF~The person who advances, instead of dying.";
|
||||||
mes "Reputation is received.";
|
mes "Reputation is received.";
|
||||||
mes "As for the person who returns how long,";
|
mes "As for the person who returns how long,";
|
||||||
mes "It probably is safe.";
|
mes "It probably is safe.";
|
||||||
mes "As for the person who does not fear death advancing,";
|
mes "As for the person who does not fear death advancing,";
|
||||||
mes "That's not good to be back.~^000000";
|
mes "That's not good to be back.~^000000";
|
||||||
next;
|
next;
|
||||||
if (select("Forward:Return") == 1) {
|
if (select("Forward:Return") == 1) {
|
||||||
mes "–Chose to go-";
|
mes "–Chose to go-";
|
||||||
close2;
|
close2;
|
||||||
warp "mosk_dun03",117,36;
|
warp "mosk_dun03",117,36;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
mes "-Chose to return-";
|
mes "-Chose to return-";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
mosk_dun03,119,46,0 script Stone#mosk6 111,{
|
mosk_dun03,119,46,0 script Stone#mosk6 111,{
|
||||||
|
|
||||||
mes "^009900-Square-shaped rocks on the surface";
|
mes "^009900-Square-shaped rocks on the surface";
|
||||||
mes "are engraved on the characters.-^000000";
|
mes "are engraved on the characters.-^000000";
|
||||||
next;
|
next;
|
||||||
mes "^3333FF~The person who remains, instead of dying.";
|
mes "^3333FF~The person who remains, instead of dying.";
|
||||||
mes "Reputation is received.";
|
mes "Reputation is received.";
|
||||||
mes "As for the person who returns how long,";
|
mes "As for the person who returns how long,";
|
||||||
mes "It probably is safe.";
|
mes "It probably is safe.";
|
||||||
mes "As for the person who does not fear death the return,";
|
mes "As for the person who does not fear death the return,";
|
||||||
mes "is not a good forward.~^000000";
|
mes "is not a good forward.~^000000";
|
||||||
next;
|
next;
|
||||||
if (select("Forward:Return") == 1) {
|
if (select("Forward:Return") == 1) {
|
||||||
mes "-Fear, chose to return-";
|
mes "-Fear, chose to return-";
|
||||||
close2;
|
close2;
|
||||||
warp "mosk_dun01",257,190;
|
warp "mosk_dun01",257,190;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
mes "-Chose to return-";
|
mes "-Chose to return-";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user