summaryrefslogtreecommitdiff
path: root/npc/guides/guides_pay.txt
blob: bc6a553e3642190dd80dacb4697b5abd5ca88996 (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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
//===== eAthena Script ======================================= 
//= Payon Guides
//===== By: ================================================== 
//= kobra_k88
//===== Current Version: ===================================== 
//= 1.2
//===== Compatible With: ===================================== 
//= eAthena  0.5.2 +
//===== Description: ========================================= 
//=
//===== Additional Comments: ================================= 
//= Fully working
//= v1.1 Now using duplicate command.
//= New Payon Locations [Darkchild]
//============================================================




payon.gat,148,213,4	script	Guide	708,{
	cutin "pay_soldier",2;
	mes "[Payon Soldier]";
	mes "Welcome to Payon, the peacefull city hidden in the forest!.";
	next;
	mes "[Payon Soldier]";
	mes "We are here to help you find your way.  Please feel free to speak to us anytime you need help.";
M_Menu:
	next;
	menu "View Buildings",M_1, "Notice",M_2, "Cancel",M_End;

	M_1:
		mes "[Payon Soldier]";
		mes "Do you want me to leave indications on the Mini-Map?";
		next;
		menu "No Thanks",sM_1a,"Yes Please",sM_1b;
		
		sM_1a:
			set @COMPASS_CHECK,0;
			goto L_Cont;

		sM_1b:
			set @COMPASS_CHECK,1;

		L_Cont:
		mes "[Payon Soldier]";
		mes "Please choose a building to view.";
		next;
	sM_Menu:
		menu 	"^FF0000Archer Guild^000000",M_1_1, "Armory",M_1_2, "Item Shop",M_1_3, "Inn",M_1_4, "Central Palace",M_1_5,
			"Wipe all indications from mini-map.",M_1_6, "Cancel",M_End;

   M_1_1: 
         mes "[Payon Soldier]"; 
         mes "The 'Archer Guild' is located in Archer Village.  Go there if you want to be an archer."; 
         viewpoint 1,227,323,1,0xFF0000; 
         goto sL_Wipe; 
      M_1_2: 
         mes "[Payon Soldier]"; 
         mes "The 'Armory' is located a bit West of the middle of the town."; 
         viewpoint 1,138,158,2,0xFF00FF; 
         goto sL_Wipe; 
      M_1_3: 
         mes "[Payon Soldier]"; 
         mes "The 'Item Shop' is located to the south."; 
         viewpoint 1,161,95,3,0xFF00FF; 
         goto sL_Wipe; 
      M_1_4: 
         mes "[Payon Soldier]"; 
         mes "The 'Inn' is located in the SouthEastern part of the town."; 
         viewpoint 1,219,117,4,0xFF00FF; 
         goto sL_Wipe; 
      M_1_5: 
         mes "[Payon Soldier]"; 
         mes "The 'Central Palace' is the home of the Payon Royal Family.  Mind your manners when you enter the palace."; 
         viewpoint 1,156,243,5,0x00FF00; 
         goto sL_Wipe; 
      M_1_6: 
         set @COMPASS_CHECK, 2; 

      sL_Wipe: 
         if(@COMPASS_CHECK != 2) next;   // avoids a double 'next' when 'wipe indications' is chosen 
         if(@COMPASS_CHECK == 1) goto sM_Menu; 
         viewpoint 2,227,323,1,0xFF0000; 
         viewpoint 2,138,158,2,0xFF00FF; 
         viewpoint 2,161,95,3,0xFF00FF; 
         viewpoint 2,219,117,4,0xFF00FF; 
         viewpoint 2,156,243,5,0x00FF00; 
         if (@COMPASS_CHECK == 0) goto sM_Menu; 
         mes "[Payon Soldier]"; 
         mes "All indications have been removed"; 
         cutin "pay_soldier",255; 
         close;

	M_2:
		mes "[Payon Soldier]";
		mes "We upgraded the Location Guide to the Newest Digital Style.  We hope you like this gorgeous new system.";
		next;
		mes "[Payon Soldier]";
		mes "Don't forget to refer to the Mini-Map on the Upper-Right corner of your screen.";
		next;
		mes "[Payon Soldier]";
		mes "If you can't see the Mini-Map, just hit ^0000ff'ctrl+tab'^000000 or Click the ^0000ff'map'^000000 button in the Basic Information Window";
		mes "Remeber to use the ^ff0000+,-^000000 buttons to adjust the map to your liking.";
		goto M_Menu;

	M_End:
		mes "[Payon Soldier]";
		mes "Bon Voyage, Wanderer.";
		cutin "pay_soldier",255;
		close;
}

// Archer Village ----------------------------------------------------------------
pay_arche.gat,85,30,2	script	Guide	708,{
	cutin "pay_soldier",2;
	mes "[Payon Soldier]";
	mes "Welcome to Payon, the peacefull city hidden in the forest!.";
	next;
	mes "[Payon Soldier]";
	mes "We are here to help you find your way.  Please feel free to speak to us anytime you need help.";
M_Menu:
	next;
	menu "View Buildings",M_1, "Notice",M_2, "Cancel",M_End;

	M_1:
		mes "[Payon Soldier]";
		mes "Do you want me to leave indications on the Mini-Map?";
		next;
		menu "No Thanks",sM_1a,"Yes Please",sM_1b;
		
		sM_1a:
			set @COMPASS_CHECK,0;
			goto L_Cont;

		sM_1b:
			set @COMPASS_CHECK,1;

		L_Cont:
		mes "[Payon Soldier]";
		mes "Please choose a building to view.";
		next;
	sM_Menu:
		menu 	"^FF0000Archer Guild^000000",M_1_1, "Item Shop",M_1_2, "^0000FFPayon Cave^000000",M_1_3,
			"Wipe all indications from mini-map.",M_1_4, "Cancel",M_End;

		M_1_1:
			mes "[Payon Soldier]";
			mes "The 'Archer Guild' located in the NorthEastern part of Archer Village.  Go there to become an Archer";
			viewpoint 1,144,164,1,0xFF0000;
			goto sL_Wipe;
		M_1_2:
			mes "[Payon Soldier]";
			mes "The 'Item Shop' is located in the Northwest corner of the Archer Village.";
			viewpoint 1,71,156,2,0xFF00FF;
			goto sL_Wipe;
		M_1_3:
			mes "[Payon Soldier]";
			mes "The 'Payon Cave' is filled with zombies and monsters.  Becarefull when you enter.";
			viewpoint 1,34,132,3,0x0000FF;
			goto sL_Wipe;
		M_1_4:
			set @COMPASS_CHECK, 2;

		sL_Wipe:
			if(@COMPASS_CHECK != 2) next;	// avoids a double 'next' when 'wipe indications' is chosen
			if(@COMPASS_CHECK == 1) goto sM_Menu;
			viewpoint 2,144,164,1,0xFF0000;
			viewpoint 2,71,156,2,0xFF00FF;
			viewpoint 2,34,132,3,0x0000FF;
			if (@COMPASS_CHECK == 0) goto sM_Menu;
			mes "[Payon Soldier]";
			mes "All indications have been removed";
			cutin "pay_soldier",255;
			goto M_Menu;

	M_2:
		mes "[Payon Soldier]";
		mes "We upgraded the Location Guide to the Newest Digital Style.  We hope you like this gorgeous new system.";
		next;
		mes "[Payon Soldier]";
		mes "Don't forget to refer to the Mini-Map on the Upper-Right corner of your screen.";
		next;
		mes "[Payon Soldier]";
		mes "If you can't see the Mini-Map, just hit ^0000ff'ctrl+tab'^000000 or Click the ^0000ff'map'^000000 button in the Basic Information Window";
		mes "Remeber to use the ^ff0000+,-^000000 buttons to adjust the map to your liking.";
		goto M_Menu;

	M_End:
		mes "[Payon Soldier]";
		mes "Bon Voyage, Wanderer.";
		cutin "pay_soldier",255;
		close;
}