summaryrefslogtreecommitdiff
path: root/npc/quests/quests_moscovia.txt
blob: 462be6be9032d5ee9ae49efee1f999cd3516201b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
//===== eAthena Script =======================================
//= Moscovia Town script
//===== By: ==================================================
//= $ephiroth
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= Any eAthena Version
//===== Description: =========================================
//= Moscovia Town Npcs
//===== Additional Comments: =================================
//= 1.0 $ephiroth (from jA) Pre-quest dungeon entrances
//============================================================

//============================================================
//= NPC Moscovia Dungeon
//============================================================

mosk_dun01,207,276,0	script	Stone#mosk1	111,{

	mes "^009900-Square-shaped rocks on the surface";
	mes "are engraved on the characters.-^000000";
	next;
	mes "^3333FF~The person who advances, instead of being hurt.";
	mes "As for the person who receives courage, returns how long,";
	mes "it probably is safe.";
	mes "As for the person who has rash courage advancing.";
	mes "That's not good to be back.~^000000";
	next;
	if (select("Forward:Return") == 1) {
		mes "-Chose to go-";
		close2;
		warp "mosk_dun02",165,30;
		end;
	}
	mes "-Chose to return-";
	close;
}	

mosk_dun02,168,28,0	script	Stone#mosk2	111,{

	mes "^009900-Square-shaped rocks on the surface";
	mes "are engraved on the characters.-^000000";
	next;
	mes "^3333FF~The person who advances, instead of being hurt.";
	mes "Courage is received.";
	mes "As for the person who returns how long.";
	mes "it probably is safe.";
	mes "As for the person who is courage advancing,";
	mes "That's not good to be back.~^000000";
	next;
	if (select("Forward:Return") == 1) {
		mes "-Chose to go-";
		close2;
		warp "mosk_dun01",201,269;
		end;
	}
	mes "-Chose to return-";
	close;
}

mosk_dun02,268,117,0	script	Stone#mosk3	111,{

	mes "^009900-Square-shaped rocks on the surface";
	mes "are engraved on the characters.-^000000";
	next;
	mes "^3333FF~The person who advances, instead of dying.";
	mes "Reputation is received.";
	mes "The person who returns obtains courage, but";
	mes "it probably will get injured.";
	mes "As for the person who has rash courage advancing.";
	mes "That's not good to be back.~^000000";
	next;
	if (select("Forward:Return") == 1) {
		mes "-Chose to go-";
		close2;
		warp "mosk_dun03",32,135;
		end;
	}
	mes "-Chose to return-";
	close;
}

mosk_dun03,27,131,0	script	Stone#mosk4	111,{

	mes "^009900-Square-shaped rocks on the surface";
	mes "are engraved on the characters.-^000000";
	next;
	mes "^3333FF~The person who remains, instead of being hurt.";
	mes "Reputation is received.";
	mes "As for the person who returns getting large injured,";
	mes "Courage probably will be learned.";
	mes "by the return of courage.";
	mes "As for the person who is courage the return.~^000000";
	next;
	if (select("Forward:Return") == 1) {
		mes "-Fear, chose to return-";
		close2;
		warp "mosk_dun02",262,118;
		end;
	}
	mes "-Chose to return-";
	close;
}

mosk_dun01,264,191,0	script	Stone#mosk5	111,{

	mes "^009900-Square-shaped rocks on the surface";
	mes "are engraved on the characters.-^000000";
	next;
	mes "^3333FF~The person who advances, instead of dying.";
	mes "Reputation is received.";
	mes "As for the person who returns how long,";
	mes "It probably is safe.";
	mes "As for the person who does not fear death advancing,";
	mes "That's not good to be back.~^000000";
	next;
	if (select("Forward:Return") == 1) {
		mes "�Chose to go-";
		close2;
		warp "mosk_dun03",117,36;
		end;
	}
	mes "-Chose to return-";
	close;
}

mosk_dun03,119,46,0	script	Stone#mosk6	111,{

	mes "^009900-Square-shaped rocks on the surface";
	mes "are engraved on the characters.-^000000";
	next;
	mes "^3333FF~The person who remains, instead of dying.";
	mes "Reputation is received.";
	mes "As for the person who returns how long,";
	mes "It probably is safe.";
	mes "As for the person who does not fear death the return,";
	mes "is not a good forward.~^000000";
	next;
	if (select("Forward:Return") == 1) {
		mes "-Fear, chose to return-";
		close2;
		warp "mosk_dun01",257,190;
		end;
	}
	mes "-Chose to return-";
	close;
}