summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 20:17:15 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 20:17:15 +0000
commit4d4d4040ef1ae13f72bca2ca060e869d2d914754 (patch)
tree5b97f26a4ab553608844ad8560ceb0f732239a5e
parentfdbec1d35364a6d4fa3ac9d5942e14f5fdf47541 (diff)
downloadhercules-4d4d4040ef1ae13f72bca2ca060e869d2d914754.tar.gz
hercules-4d4d4040ef1ae13f72bca2ca060e869d2d914754.tar.bz2
hercules-4d4d4040ef1ae13f72bca2ca060e869d2d914754.tar.xz
hercules-4d4d4040ef1ae13f72bca2ca060e869d2d914754.zip
- Set svn:eol-style=native for some recently added text files (follow up to r15060).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15062 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--npc/guides/guides_alberta.txt522
-rw-r--r--npc/guides/guides_aldebaran.txt326
-rw-r--r--npc/guides/guides_amatsu.txt216
-rw-r--r--npc/guides/guides_ayothaya.txt338
-rw-r--r--npc/guides/guides_comodo.txt440
-rw-r--r--npc/guides/guides_einbroch.txt588
-rw-r--r--npc/guides/guides_geffen.txt400
-rw-r--r--npc/guides/guides_gonryun.txt210
-rw-r--r--npc/guides/guides_hugel.txt670
-rw-r--r--npc/guides/guides_izlude.txt372
-rw-r--r--npc/guides/guides_juno.txt422
-rw-r--r--npc/guides/guides_lighthalzen.txt474
-rw-r--r--npc/guides/guides_louyang.txt248
-rw-r--r--npc/guides/guides_lutie.txt180
-rw-r--r--npc/guides/guides_morroc.txt664
-rw-r--r--npc/guides/guides_moscovia.txt178
-rw-r--r--npc/guides/guides_niflheim.txt140
-rw-r--r--npc/guides/guides_payon.txt668
-rw-r--r--npc/guides/guides_prontera.txt614
-rw-r--r--npc/guides/guides_rachel.txt252
-rw-r--r--npc/guides/guides_umbala.txt198
-rw-r--r--npc/guides/guides_veins.txt216
-rw-r--r--npc/jobs/3-1/archbishop.txt4580
-rw-r--r--npc/jobs/3-1/rune_knight.txt7862
24 files changed, 10389 insertions, 10389 deletions
diff --git a/npc/guides/guides_alberta.txt b/npc/guides/guides_alberta.txt
index 7654372f2..921f8ec5e 100644
--- a/npc/guides/guides_alberta.txt
+++ b/npc/guides/guides_alberta.txt
@@ -1,261 +1,261 @@
-//===== eAthena Script =======================================
-//= Alberta Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Alberta
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guides.
-//============================================================
-
-alberta,23,238,4 script Guide#01alberta::AlbertaGuide 105,{
- cutin "prt_soldier",2;
- mes "[Alberta Guide]";
- mes "Welcome to ^8B4513Alberta^000000,";
- mes "the Port City.";
- mes "Do you need help navigating the city?";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:[ Destination Ports ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Tool Shop ]:[ Forge ]:[ Weapon & Armor Shop ]:[ Inn ]:[ Beauty Salon ]:[ Merchant Guild ]:Previous Menu")) {
- case 1:
- mes "[Alberta Guide]";
- mes "Let me mark the location of the";
- mes "the ^0000FFTool Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,98,154,0,0x0A82FF;
- next;
- break;
- case 2:
- mes "[Alberta Guide]";
- mes "The ^B9062FForge^000000 is currently";
- mes "located inside the Merchant Guild building.";
- mes "Would you like to check any other locations?";
- viewpoint 1,35,41,1,0xFF0000;
- next;
- break;
- case 3:
- mes "[Alberta Guide]";
- mes "Let me mark the location of the";
- mes "the ^FF5400Weapon & Armor Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,117,37,2,0xFFB400;
- next;
- break;
- case 4:
- mes "[Alberta Guide]";
- mes "Let me mark the location of the";
- mes "the ^006400Inn^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,65,233,3,0xAAFF00;
- next;
- break;
- case 5:
- mes "[Alberta Guide]";
- mes "Let me mark the location of the";
- mes "the ^7F3300Beauty Salon^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,48,145,4,0xD2691E;
- next;
- break;
- case 6:
- mes "[Alberta Guide]";
- mes "The Merchant Guild is where";
- mes "you can change your job to ^800080Merchant.";
- mes "Let me mark its location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,33,41,5,0xDA70D6;
- next;
- break;
- case 7:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Cool Event Employee ]:[ Bullet Merchant ]:[ Cooking Ingredient Merchant ]:Previous Menu")) {
- case 1:
- mes "[Alberta Guide]";
- mes "^B9062FEden Teleport Officers^000000 are located in south Alberta";
- mes "and inside the Merchant Guild building.";
- mes "Let me mark their locations on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,33,41,6,0xFF0000;
- viewpoint 1,121,68,7,0xFF0000;
- next;
- break;
- case 2:
- mes "[Alberta Guide]";
- mes "Let me mark the location of the";
- mes "^0000FFKafra Employees^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,33,41,8,0x0A82FF;
- viewpoint 1,113,60,9,0x0A82FF;
- next;
- break;
- case 3:
- mes "[Alberta Guide]";
- mes "When you win event items,";
- mes "you can claim them through the ^FF5400Cool Event Employee^000000.";
- mes "Would you like to check any other locations?";
- viewpoint 1,148,57,10,0xFFB400;
- next;
- break;
- case 4:
- mes "[Alberta Guide]";
- mes "The ^7F3300Bullet Merchants^000000 for ^7F3300Gunslingers^000000";
- mes "are located";
- mes "near the center of the city.";
- mes "Would you like to check any other locations?";
- viewpoint 1,117,158,11,0xD2691E;
- next;
- break;
- case 5:
- mes "[Alberta Guide]";
- mes "The ^006400Chef Assistant^000000 in Alberta";
- mes "has many regular customers,";
- mes "especially for his ^006400Delicious Fishes^000000.";
- mes "Would you like to check any other locations?";
- viewpoint 1,167,135,12,0xAAFF00;
- next;
- break;
- case 6:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Port - Northern Dock ]:[ Port - Brasilis ]:[ Port - Amatsu ]:[ Port - Kunlun ]:[ Port - Moscovia ]:[ Port - Louyang ]:[ Port - Ayothaya ]:Previous Menu")) {
- case 1:
- mes "[Alberta Guide]";
- mes "You can use";
- mes "the ^B9062FNorthern Dock^000000";
- mes "to go to the ^B9062FSunken Ship^000000 or ^B9062FIzlude Marina^000000.";
- mes "Would you like to check any other locations?";
- viewpoint 1,192,151,13,0xFF0000;
- next;
- break;
- case 2:
- mes "[Alberta Guide]";
- mes "Please talk to the ^800080Crewman^000000 at the Alberta Port";
- mes "if you'd like to visit ^800080Brasilis^000000,";
- mes "the City of Passion.";
- mes "Would you like to check any other locations?";
- viewpoint 1,246,115,14,0xDA70D6;
- next;
- break;
- case 3:
- mes "[Alberta Guide]";
- mes "Please talk to the";
- mes "the ^0000FFSea Captain^000000 at the Alberta Port";
- mes "if you'd like to enjoy viewing cherry blossoms";
- mes "in ^0000FFAmatsu^000000.";
- mes "Would you like to check any other locations?";
- viewpoint 1,246,115,15,0x0A82FF;
- next;
- break;
- case 4:
- mes "[Alberta Guide]";
- mes "Please talk to the";
- mes "^B9062FKunlun Envoy^000000 at the Alberta Port";
- mes "if you'd like to experience the exotic atmosphere of ^B9062FKunlun^000000.";
- mes "Would you like to check any other locations?";
- viewpoint 1,245,69,16,0xFF0000;
- next;
- break;
- case 5:
- mes "[Alberta Guide]";
- mes "Please talk to the";
- mes "^FF5400Moscovia P.R. Officer^000000 at the Alberta Port";
- mes "if you'd like to move to";
- mes "^FF5400Moscovia^000000,";
- mes "the Eden on the ocean.";
- mes "Would you like to check any other locations?";
- viewpoint 1,245,66,17,0xFFB400;
- next;
- break;
- case 6:
- mes "[Alberta Guide]";
- mes "Please talk to the";
- mes "^7F3300Girl^000000 at the Alberta Port";
- mes "if you'd like to move to the historical city,";
- mes "^7F3300Louyang^000000.";
- mes "Would you like to check any other locations?";
- viewpoint 1,245,45,18,0xD2691E;
- next;
- break;
- case 7:
- mes "[Alberta Guide]";
- mes "Please talk to";
- mes "^800080Aibakthing^000000 at the Alberta Port";
- mes "if you'd like to move to";
- mes "^800080Ayothaya^000000,";
- mes "the religious city.";
- mes "Would you like to check any other locations?";
- viewpoint 1,245,42,19,0xDA70D6;
- next;
- break;
- case 8:
- set .@loop,0;
- break;
- }
- }
- break;
- case 4:
- mes "[Alberta Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFF00;
- viewpoint 2,1,1,1,0x000000;
- viewpoint 2,1,1,2,0xFF0000;
- viewpoint 2,1,1,3,0xFFFF00;
- viewpoint 2,1,1,4,0xFFFF00;
- viewpoint 2,1,1,5,0xFFFF00;
- viewpoint 2,1,1,6,0xFFFF00;
- viewpoint 2,1,1,7,0xFFFF00;
- viewpoint 2,1,1,8,0xFFFF00;
- viewpoint 2,1,1,9,0xFFFF00;
- viewpoint 2,1,1,10,0xFFFF00;
- viewpoint 2,1,1,11,0xFFFF00;
- viewpoint 2,1,1,12,0x000000;
- viewpoint 2,1,1,13,0xFFFF00;
- viewpoint 2,1,1,14,0xFFFF00;
- viewpoint 2,1,1,15,0xFFFF00;
- viewpoint 2,1,1,16,0xFFFF00;
- viewpoint 2,1,1,17,0xFFFF00;
- viewpoint 2,1,1,18,0xFFFF00;
- viewpoint 2,1,1,19,0xFFFF00;
- next;
- break;
- case 5:
- mes "[Alberta Guide]";
- mes "Enjoy your stay.";
- close2;
- cutin "prt_soldier",255;
- end;
- }
- }
-}
-
-alberta,120,60,3 duplicate(AlbertaGuide) Guide#02alberta 105
-alberta,184,143,4 duplicate(AlbertaGuide) Guide#03alberta 105
+//===== eAthena Script =======================================
+//= Alberta Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Alberta
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guides.
+//============================================================
+
+alberta,23,238,4 script Guide#01alberta::AlbertaGuide 105,{
+ cutin "prt_soldier",2;
+ mes "[Alberta Guide]";
+ mes "Welcome to ^8B4513Alberta^000000,";
+ mes "the Port City.";
+ mes "Do you need help navigating the city?";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:[ Destination Ports ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Tool Shop ]:[ Forge ]:[ Weapon & Armor Shop ]:[ Inn ]:[ Beauty Salon ]:[ Merchant Guild ]:Previous Menu")) {
+ case 1:
+ mes "[Alberta Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^0000FFTool Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,98,154,0,0x0A82FF;
+ next;
+ break;
+ case 2:
+ mes "[Alberta Guide]";
+ mes "The ^B9062FForge^000000 is currently";
+ mes "located inside the Merchant Guild building.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,35,41,1,0xFF0000;
+ next;
+ break;
+ case 3:
+ mes "[Alberta Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^FF5400Weapon & Armor Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,117,37,2,0xFFB400;
+ next;
+ break;
+ case 4:
+ mes "[Alberta Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^006400Inn^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,65,233,3,0xAAFF00;
+ next;
+ break;
+ case 5:
+ mes "[Alberta Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^7F3300Beauty Salon^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,48,145,4,0xD2691E;
+ next;
+ break;
+ case 6:
+ mes "[Alberta Guide]";
+ mes "The Merchant Guild is where";
+ mes "you can change your job to ^800080Merchant.";
+ mes "Let me mark its location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,33,41,5,0xDA70D6;
+ next;
+ break;
+ case 7:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Cool Event Employee ]:[ Bullet Merchant ]:[ Cooking Ingredient Merchant ]:Previous Menu")) {
+ case 1:
+ mes "[Alberta Guide]";
+ mes "^B9062FEden Teleport Officers^000000 are located in south Alberta";
+ mes "and inside the Merchant Guild building.";
+ mes "Let me mark their locations on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,33,41,6,0xFF0000;
+ viewpoint 1,121,68,7,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Alberta Guide]";
+ mes "Let me mark the location of the";
+ mes "^0000FFKafra Employees^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,33,41,8,0x0A82FF;
+ viewpoint 1,113,60,9,0x0A82FF;
+ next;
+ break;
+ case 3:
+ mes "[Alberta Guide]";
+ mes "When you win event items,";
+ mes "you can claim them through the ^FF5400Cool Event Employee^000000.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,148,57,10,0xFFB400;
+ next;
+ break;
+ case 4:
+ mes "[Alberta Guide]";
+ mes "The ^7F3300Bullet Merchants^000000 for ^7F3300Gunslingers^000000";
+ mes "are located";
+ mes "near the center of the city.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,117,158,11,0xD2691E;
+ next;
+ break;
+ case 5:
+ mes "[Alberta Guide]";
+ mes "The ^006400Chef Assistant^000000 in Alberta";
+ mes "has many regular customers,";
+ mes "especially for his ^006400Delicious Fishes^000000.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,167,135,12,0xAAFF00;
+ next;
+ break;
+ case 6:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Port - Northern Dock ]:[ Port - Brasilis ]:[ Port - Amatsu ]:[ Port - Kunlun ]:[ Port - Moscovia ]:[ Port - Louyang ]:[ Port - Ayothaya ]:Previous Menu")) {
+ case 1:
+ mes "[Alberta Guide]";
+ mes "You can use";
+ mes "the ^B9062FNorthern Dock^000000";
+ mes "to go to the ^B9062FSunken Ship^000000 or ^B9062FIzlude Marina^000000.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,192,151,13,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Alberta Guide]";
+ mes "Please talk to the ^800080Crewman^000000 at the Alberta Port";
+ mes "if you'd like to visit ^800080Brasilis^000000,";
+ mes "the City of Passion.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,246,115,14,0xDA70D6;
+ next;
+ break;
+ case 3:
+ mes "[Alberta Guide]";
+ mes "Please talk to the";
+ mes "the ^0000FFSea Captain^000000 at the Alberta Port";
+ mes "if you'd like to enjoy viewing cherry blossoms";
+ mes "in ^0000FFAmatsu^000000.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,246,115,15,0x0A82FF;
+ next;
+ break;
+ case 4:
+ mes "[Alberta Guide]";
+ mes "Please talk to the";
+ mes "^B9062FKunlun Envoy^000000 at the Alberta Port";
+ mes "if you'd like to experience the exotic atmosphere of ^B9062FKunlun^000000.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,245,69,16,0xFF0000;
+ next;
+ break;
+ case 5:
+ mes "[Alberta Guide]";
+ mes "Please talk to the";
+ mes "^FF5400Moscovia P.R. Officer^000000 at the Alberta Port";
+ mes "if you'd like to move to";
+ mes "^FF5400Moscovia^000000,";
+ mes "the Eden on the ocean.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,245,66,17,0xFFB400;
+ next;
+ break;
+ case 6:
+ mes "[Alberta Guide]";
+ mes "Please talk to the";
+ mes "^7F3300Girl^000000 at the Alberta Port";
+ mes "if you'd like to move to the historical city,";
+ mes "^7F3300Louyang^000000.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,245,45,18,0xD2691E;
+ next;
+ break;
+ case 7:
+ mes "[Alberta Guide]";
+ mes "Please talk to";
+ mes "^800080Aibakthing^000000 at the Alberta Port";
+ mes "if you'd like to move to";
+ mes "^800080Ayothaya^000000,";
+ mes "the religious city.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,245,42,19,0xDA70D6;
+ next;
+ break;
+ case 8:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 4:
+ mes "[Alberta Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFF00;
+ viewpoint 2,1,1,1,0x000000;
+ viewpoint 2,1,1,2,0xFF0000;
+ viewpoint 2,1,1,3,0xFFFF00;
+ viewpoint 2,1,1,4,0xFFFF00;
+ viewpoint 2,1,1,5,0xFFFF00;
+ viewpoint 2,1,1,6,0xFFFF00;
+ viewpoint 2,1,1,7,0xFFFF00;
+ viewpoint 2,1,1,8,0xFFFF00;
+ viewpoint 2,1,1,9,0xFFFF00;
+ viewpoint 2,1,1,10,0xFFFF00;
+ viewpoint 2,1,1,11,0xFFFF00;
+ viewpoint 2,1,1,12,0x000000;
+ viewpoint 2,1,1,13,0xFFFF00;
+ viewpoint 2,1,1,14,0xFFFF00;
+ viewpoint 2,1,1,15,0xFFFF00;
+ viewpoint 2,1,1,16,0xFFFF00;
+ viewpoint 2,1,1,17,0xFFFF00;
+ viewpoint 2,1,1,18,0xFFFF00;
+ viewpoint 2,1,1,19,0xFFFF00;
+ next;
+ break;
+ case 5:
+ mes "[Alberta Guide]";
+ mes "Enjoy your stay.";
+ close2;
+ cutin "prt_soldier",255;
+ end;
+ }
+ }
+}
+
+alberta,120,60,3 duplicate(AlbertaGuide) Guide#02alberta 105
+alberta,184,143,4 duplicate(AlbertaGuide) Guide#03alberta 105
diff --git a/npc/guides/guides_aldebaran.txt b/npc/guides/guides_aldebaran.txt
index 111afb56f..f47bb1c79 100644
--- a/npc/guides/guides_aldebaran.txt
+++ b/npc/guides/guides_aldebaran.txt
@@ -1,163 +1,163 @@
-//===== eAthena Script =======================================
-//= Al De Baran Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Al De baran
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-aldebaran,139,63,4 script Guide#01aldebaran::GuideAldearan 105,{
- cutin "prt_soldier",2;
- mes "[Al De Baran Guide]";
- mes "Welcome to ^8B4513Al De Baran^000000,";
- mes "the Border City.";
- mes "Do you need help navigating the city?";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Kafra Headquarters ]:[ Alchemist Guild ]:[ Clock Tower ]:[ Inn & Tool Shop ]:[ Repair & Buy Equipment ]:[ Tavern ]:Previous Menu")) {
- case 1:
- mes "[Al De Baran Guide]";
- mes "Let me mark the location of the";
- mes "^B9062FKafra Headquarters^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,61,229,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Al De Baran Guide]";
- mes "Let me mark the location of the";
- mes "the ^0000FFAlchemist Guild^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,60,60,1,0x0A82FF;
- next;
- break;
- case 3:
- mes "[Al De Baran Guide]";
- mes "Let me mark the location of the";
- mes "the ^FF5400Clock Tower^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,139,133,2,0xFFB400;
- next;
- break;
- case 4:
- mes "[Al De Baran Guide]";
- mes "Let me mark the location of the";
- mes "the ^006400Inn^000000 and";
- mes "the ^006400Tool Shop^000000 building";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,197,70,3,0xAAFF00;
- next;
- break;
- case 5:
- mes "[Al De Baran Guide]";
- mes "If you'd like to ^7F3300Buy or Repair Equipment^000000,";
- mes "then this is the place you'll want to visit.";
- mes "Would you like to check any other locations?";
- viewpoint 1,72,197,4,0xD2691E;
- next;
- break;
- case 6:
- mes "[Al De Baran Guide]";
- mes "Let me mark the location of the";
- mes "the ^800080Tavern^000000";
- mes "on your mini-map.";
- viewpoint 1,231,106,5,0xDA70D6;
- next;
- break;
- case 7:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Mr. Claus ]:[ Chef Assistant ]:Previous Menu")) {
- case 1:
- mes "[Al De Baran Guide]";
- mes "Let me mark the location of the";
- mes "^B9062FEden Teleport Officer^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,133,119,6,0xFF0000;
- next;
- break;
- case 2:
- mes "[Al De Baran Guide]";
- mes "Let me mark the location of the";
- mes "^0000FFKafra Employee^000000";
- mes "on your mini-map.";
- viewpoint 1,143,119,7,0x0A82FF;
- next;
- break;
- case 3:
- mes "[Al De Baran Guide]";
- mes "Mr. Claus can teleport";
- mes "you to ^006400Lutie^000000.";
- mes "Let me mark his location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,168,168,8,0xAAFF00;
- next;
- break;
- case 4:
- mes "[Al De Baran Guide]";
- mes "Let me mark the location of the";
- mes "^7F3300Chef Assistant^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,165,107,9,0xD2691E;
- next;
- break;
- case 5:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Al De Baran Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFF00;
- viewpoint 2,1,1,1,0x000000;
- viewpoint 2,1,1,2,0xFF0000;
- viewpoint 2,1,1,3,0xFFFF00;
- viewpoint 2,1,1,4,0xFFFF00;
- viewpoint 2,1,1,5,0xFFFF00;
- viewpoint 2,1,1,6,0xFFFF00;
- viewpoint 2,1,1,7,0xFFFF00;
- viewpoint 2,1,1,8,0xFFFF00;
- viewpoint 2,1,1,9,0xFFFF00;
- next;
- break;
- case 4:
- mes "[Al De Baran Guide]";
- mes "Alright then,";
- mes "enjoy your stay!";
- close2;
- cutin "prt_soldier",255;
- end;
- }
- }
-}
-
-aldebaran,243,143,2 duplicate(GuideAldearan) Guide#02aldebaran 105
-aldebaran,135,243,4 duplicate(GuideAldearan) Guide#03aldebaran 105
-aldebaran,36,135,6 duplicate(GuideAldearan) Guide#04aldebaran 105
+//===== eAthena Script =======================================
+//= Al De Baran Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Al De baran
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+aldebaran,139,63,4 script Guide#01aldebaran::GuideAldearan 105,{
+ cutin "prt_soldier",2;
+ mes "[Al De Baran Guide]";
+ mes "Welcome to ^8B4513Al De Baran^000000,";
+ mes "the Border City.";
+ mes "Do you need help navigating the city?";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Kafra Headquarters ]:[ Alchemist Guild ]:[ Clock Tower ]:[ Inn & Tool Shop ]:[ Repair & Buy Equipment ]:[ Tavern ]:Previous Menu")) {
+ case 1:
+ mes "[Al De Baran Guide]";
+ mes "Let me mark the location of the";
+ mes "^B9062FKafra Headquarters^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,61,229,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Al De Baran Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^0000FFAlchemist Guild^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,60,60,1,0x0A82FF;
+ next;
+ break;
+ case 3:
+ mes "[Al De Baran Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^FF5400Clock Tower^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,139,133,2,0xFFB400;
+ next;
+ break;
+ case 4:
+ mes "[Al De Baran Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^006400Inn^000000 and";
+ mes "the ^006400Tool Shop^000000 building";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,197,70,3,0xAAFF00;
+ next;
+ break;
+ case 5:
+ mes "[Al De Baran Guide]";
+ mes "If you'd like to ^7F3300Buy or Repair Equipment^000000,";
+ mes "then this is the place you'll want to visit.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,72,197,4,0xD2691E;
+ next;
+ break;
+ case 6:
+ mes "[Al De Baran Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^800080Tavern^000000";
+ mes "on your mini-map.";
+ viewpoint 1,231,106,5,0xDA70D6;
+ next;
+ break;
+ case 7:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Mr. Claus ]:[ Chef Assistant ]:Previous Menu")) {
+ case 1:
+ mes "[Al De Baran Guide]";
+ mes "Let me mark the location of the";
+ mes "^B9062FEden Teleport Officer^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,133,119,6,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Al De Baran Guide]";
+ mes "Let me mark the location of the";
+ mes "^0000FFKafra Employee^000000";
+ mes "on your mini-map.";
+ viewpoint 1,143,119,7,0x0A82FF;
+ next;
+ break;
+ case 3:
+ mes "[Al De Baran Guide]";
+ mes "Mr. Claus can teleport";
+ mes "you to ^006400Lutie^000000.";
+ mes "Let me mark his location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,168,168,8,0xAAFF00;
+ next;
+ break;
+ case 4:
+ mes "[Al De Baran Guide]";
+ mes "Let me mark the location of the";
+ mes "^7F3300Chef Assistant^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,165,107,9,0xD2691E;
+ next;
+ break;
+ case 5:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Al De Baran Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFF00;
+ viewpoint 2,1,1,1,0x000000;
+ viewpoint 2,1,1,2,0xFF0000;
+ viewpoint 2,1,1,3,0xFFFF00;
+ viewpoint 2,1,1,4,0xFFFF00;
+ viewpoint 2,1,1,5,0xFFFF00;
+ viewpoint 2,1,1,6,0xFFFF00;
+ viewpoint 2,1,1,7,0xFFFF00;
+ viewpoint 2,1,1,8,0xFFFF00;
+ viewpoint 2,1,1,9,0xFFFF00;
+ next;
+ break;
+ case 4:
+ mes "[Al De Baran Guide]";
+ mes "Alright then,";
+ mes "enjoy your stay!";
+ close2;
+ cutin "prt_soldier",255;
+ end;
+ }
+ }
+}
+
+aldebaran,243,143,2 duplicate(GuideAldearan) Guide#02aldebaran 105
+aldebaran,135,243,4 duplicate(GuideAldearan) Guide#03aldebaran 105
+aldebaran,36,135,6 duplicate(GuideAldearan) Guide#04aldebaran 105
diff --git a/npc/guides/guides_amatsu.txt b/npc/guides/guides_amatsu.txt
index 8fcf0ea57..6bb81586a 100644
--- a/npc/guides/guides_amatsu.txt
+++ b/npc/guides/guides_amatsu.txt
@@ -1,108 +1,108 @@
-//===== eAthena Script =======================================
-//= Amatsu Guide
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guide for the city of Amatsu
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-amatsu,202,91,3 script Amatsu Guide#amatsu 758,{
- mes "[Amachang]";
- mes "Welcome to ^8B4513Amatsu^000000,";
- mes "the town of kind towners";
- mes "and beautiful cherry blossoms.";
- next;
- mes "[Amachang]";
- mes "I'm Amachang,";
- mes "the 13th Miss Amatsu.";
- mes "I will guide you about town";
- mes "as Miss Amatsu.";
- mes "Please tell me";
- mes "if you want to know something.";
- while (1) {
- next;
- switch(select("[ Kafra Employee ]:[ Bar ]:[ Weapon Dealer ]:[ Tool Dealer ]:[ Amatsu Palace ]:[ Chef Assistant ]:[ Ninja Guild Building ]:[ Sea Captain ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Amachang]";
- mes "The ^0000FFKafra Employee^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,102,149,0,0x0A82FF;
- break;
- case 2:
- mes "[Amachang]";
- mes "The ^006400Bar^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,215,116,1,0xAAFF00;
- break;
- case 3:
- mes "[Amachang]";
- mes "The ^008080Weapon Dealer^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,129,117,2,0x008080;
- break;
- case 4:
- mes "[Amachang]";
- mes "The ^FF1493Tool Dealer^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,97,117,3,0xFF1493;
- break;
- case 5:
- mes "[Amachang]";
- mes "The ^8B4513Amatsu Palace^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,87,235,4,0x8B4513;
- break;
- case 6:
- mes "[Amachang]";
- mes "The ^8A2BE2Chef Assistant^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,206,150,5,0x8A2BE2;
- break;
- case 7:
- mes "[Amachang]";
- mes "The ^4B0082Ninja Guild Building^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,148,137,6,0x4B0082;
- break;
- case 8:
- mes "[Amachang]";
- mes "The ^00BFFFSea Captain^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,195,79,7,0x00BFFF;
- break;
- case 9:
- mes "[Amachang]";
- mes "I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFFFF;
- viewpoint 2,1,1,1,0xFFFFFF;
- viewpoint 2,1,1,2,0xFFFFFF;
- viewpoint 2,1,1,3,0xFFFFFF;
- viewpoint 2,1,1,4,0xFFFFFF;
- viewpoint 2,1,1,5,0xFFFFFF;
- viewpoint 2,1,1,6,0xFFFFFF;
- viewpoint 2,1,1,7,0xFFFFFF;
- break;
- case 10:
- mes "[Amachang]";
- mes "Enjoy your trip~!!";
- close;
- }
- }
-}
-
+//===== eAthena Script =======================================
+//= Amatsu Guide
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guide for the city of Amatsu
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+amatsu,202,91,3 script Amatsu Guide#amatsu 758,{
+ mes "[Amachang]";
+ mes "Welcome to ^8B4513Amatsu^000000,";
+ mes "the town of kind towners";
+ mes "and beautiful cherry blossoms.";
+ next;
+ mes "[Amachang]";
+ mes "I'm Amachang,";
+ mes "the 13th Miss Amatsu.";
+ mes "I will guide you about town";
+ mes "as Miss Amatsu.";
+ mes "Please tell me";
+ mes "if you want to know something.";
+ while (1) {
+ next;
+ switch(select("[ Kafra Employee ]:[ Bar ]:[ Weapon Dealer ]:[ Tool Dealer ]:[ Amatsu Palace ]:[ Chef Assistant ]:[ Ninja Guild Building ]:[ Sea Captain ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Amachang]";
+ mes "The ^0000FFKafra Employee^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,102,149,0,0x0A82FF;
+ break;
+ case 2:
+ mes "[Amachang]";
+ mes "The ^006400Bar^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,215,116,1,0xAAFF00;
+ break;
+ case 3:
+ mes "[Amachang]";
+ mes "The ^008080Weapon Dealer^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,129,117,2,0x008080;
+ break;
+ case 4:
+ mes "[Amachang]";
+ mes "The ^FF1493Tool Dealer^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,97,117,3,0xFF1493;
+ break;
+ case 5:
+ mes "[Amachang]";
+ mes "The ^8B4513Amatsu Palace^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,87,235,4,0x8B4513;
+ break;
+ case 6:
+ mes "[Amachang]";
+ mes "The ^8A2BE2Chef Assistant^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,206,150,5,0x8A2BE2;
+ break;
+ case 7:
+ mes "[Amachang]";
+ mes "The ^4B0082Ninja Guild Building^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,148,137,6,0x4B0082;
+ break;
+ case 8:
+ mes "[Amachang]";
+ mes "The ^00BFFFSea Captain^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,195,79,7,0x00BFFF;
+ break;
+ case 9:
+ mes "[Amachang]";
+ mes "I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFFFF;
+ viewpoint 2,1,1,1,0xFFFFFF;
+ viewpoint 2,1,1,2,0xFFFFFF;
+ viewpoint 2,1,1,3,0xFFFFFF;
+ viewpoint 2,1,1,4,0xFFFFFF;
+ viewpoint 2,1,1,5,0xFFFFFF;
+ viewpoint 2,1,1,6,0xFFFFFF;
+ viewpoint 2,1,1,7,0xFFFFFF;
+ break;
+ case 10:
+ mes "[Amachang]";
+ mes "Enjoy your trip~!!";
+ close;
+ }
+ }
+}
+
diff --git a/npc/guides/guides_ayothaya.txt b/npc/guides/guides_ayothaya.txt
index c30d64279..2ad076769 100644
--- a/npc/guides/guides_ayothaya.txt
+++ b/npc/guides/guides_ayothaya.txt
@@ -1,169 +1,169 @@
-//===== eAthena Script =======================================
-//= Ayothaya Guide
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guide for the city of Ayothaya
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 839,{
- mes "[Noi]";
- mes "Hello~";
- mes "Welcome to ^8B4513Ayothaya^000000.";
- mes "This town is linked to a river through the wild forest.";
- mes "It's a really calm country.";
- mes "Take your time to look around.";
- while (1) {
- next;
- switch(select("[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Noi]";
- mes "The ^0000FFWeapon Shop^000000";
- mes "in Ayothaya has special weapons.";
- mes "You can find great weapons there.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,163,90,0,0x0A82FF;
- break;
- case 2:
- mes "[Noi]";
- mes "Our citizens purchase many products in the ^006400Tool Shop^000000.";
- mes "Make sure you get all you need there.";
- mes "Do you need anything else??";
- viewpoint 1,131,86,1,0xAAFF00;
- break;
- case 3:
- mes "[Noi]";
- mes "Part of adventuring is collecting information.";
- mes "The ^008080Tavern^000000 is crowded with lots of travelers where you can get useful information.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,229,72,2,0x008080;
- break;
- case 4:
- mes "[Noi]";
- mes "To calm your heart, go to the ^FF1493Shrine^000000 and say a prayer.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,208,280,3,0xFF1493;
- break;
- case 5:
- mes "[Noi]";
- mes "Ayothaya is close to the beach, so most people enjoy fishing.";
- mes "They really love to fish.";
- mes "Go ^8B4513fishing^000000 and try to grab a big fish.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,255,99,4,0x8B4513;
- break;
- case 6:
- mes "[Noi]";
- mes "If you want to return home";
- mes "find ^00BFFFAibakthing^000000";
- mes "and ask him to send you back.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,151,68,5,0x00BFFF;
- break;
- case 7:
- mes "[Noi]";
- mes "I'll remove all marks from your mini-map.";
- mes "Do you need anything else??";
- viewpoint 2,1,1,0,0xFFFFFF;
- viewpoint 2,1,1,1,0xFFFFFF;
- viewpoint 2,1,1,2,0xFFFFFF;
- viewpoint 2,1,1,3,0xFFFFFF;
- viewpoint 2,1,1,4,0xFFFFFF;
- viewpoint 2,1,1,5,0xFFFFFF;
- break;
- case 8:
- mes "[Noi]";
- mes "Enjoy your trip~!";
- close;
- }
- }
-}
-
-ayothaya,146,86,4 script Ayothaya Guide Noa#01ay 839,{
- mes "[Noa]";
- mes "Hello~";
- mes "Welcome to ^8B4513Ayothaya^000000.";
- mes "This town is linked to a river through the wild forest.";
- mes "It's a really calm country.";
- mes "Take your time to look around.";
- while (1) {
- next;
- switch(select("[ Kafra Employee ]:[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Noa]";
- mes "The ^0000FFKafra Employee^000000 is";
- mes "marked on your mini-map.";
- mes "Check your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,212,169,0,0x0A82FF;
- break;
- case 2:
- mes "[Noa]";
- mes "The ^0000FFWeapon Shop^000000";
- mes "in Ayothaya has special weapons.";
- mes "You can find great weapons there.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,163,90,1,0xAAFF00;
- break;
- case 3:
- mes "[Noa]";
- mes "Our citizens purchase many products in the ^006400Tool Shop^000000.";
- mes "Make sure you get all you need there.";
- mes "Do you need anything else??";
- viewpoint 1,131,86,2,0x008080;
- break;
- case 4:
- mes "[Noa]";
- mes "Part of adventuring is collecting information.";
- mes "The ^008080Tavern^000000 is crowded with lots of travelers where you can get useful information.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,229,72,3,0xFF1493;
- break;
- case 5:
- mes "[Noa]";
- mes "To calm your heart, go to the ^FF1493Shrine^000000 and say a prayer.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,208,280,4,0x8B4513;
- break;
- case 6:
- mes "[Noa]";
- mes "Ayothaya is close to the beach, so most people enjoy fishing.";
- mes "They really love to fish.";
- mes "Go ^8B4513fishing^000000 and try to grab a big fish.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,255,99,5,0x9400D3;
- break;
- case 7:
- mes "[Noa]";
- mes "If you want to return home";
- mes "find ^00BFFFAibakthing^000000";
- mes "and ask him to send you back.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,151,68,6,0x00BFFF;
- break;
- case 8:
- mes "[Noa]";
- mes "I'll remove all marks from your mini-map.";
- mes "Do you need anything else??";
- viewpoint 2,1,1,0,0xFFFFFF;
- viewpoint 2,1,1,1,0xFFFFFF;
- viewpoint 2,1,1,2,0xFFFFFF;
- viewpoint 2,1,1,3,0xFFFFFF;
- viewpoint 2,1,1,4,0xFFFFFF;
- viewpoint 2,1,1,5,0xFFFFFF;
- viewpoint 2,1,1,6,0xFFFFFF;
- break;
- case 9:
- mes "[Noa]";
- mes "Enjoy your trip~!";
- close;
- }
- }
-}
+//===== eAthena Script =======================================
+//= Ayothaya Guide
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guide for the city of Ayothaya
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+ayothaya,203,169,4 script Ayothaya Guide Noi#01ay 839,{
+ mes "[Noi]";
+ mes "Hello~";
+ mes "Welcome to ^8B4513Ayothaya^000000.";
+ mes "This town is linked to a river through the wild forest.";
+ mes "It's a really calm country.";
+ mes "Take your time to look around.";
+ while (1) {
+ next;
+ switch(select("[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Noi]";
+ mes "The ^0000FFWeapon Shop^000000";
+ mes "in Ayothaya has special weapons.";
+ mes "You can find great weapons there.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,163,90,0,0x0A82FF;
+ break;
+ case 2:
+ mes "[Noi]";
+ mes "Our citizens purchase many products in the ^006400Tool Shop^000000.";
+ mes "Make sure you get all you need there.";
+ mes "Do you need anything else??";
+ viewpoint 1,131,86,1,0xAAFF00;
+ break;
+ case 3:
+ mes "[Noi]";
+ mes "Part of adventuring is collecting information.";
+ mes "The ^008080Tavern^000000 is crowded with lots of travelers where you can get useful information.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,229,72,2,0x008080;
+ break;
+ case 4:
+ mes "[Noi]";
+ mes "To calm your heart, go to the ^FF1493Shrine^000000 and say a prayer.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,208,280,3,0xFF1493;
+ break;
+ case 5:
+ mes "[Noi]";
+ mes "Ayothaya is close to the beach, so most people enjoy fishing.";
+ mes "They really love to fish.";
+ mes "Go ^8B4513fishing^000000 and try to grab a big fish.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,255,99,4,0x8B4513;
+ break;
+ case 6:
+ mes "[Noi]";
+ mes "If you want to return home";
+ mes "find ^00BFFFAibakthing^000000";
+ mes "and ask him to send you back.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,151,68,5,0x00BFFF;
+ break;
+ case 7:
+ mes "[Noi]";
+ mes "I'll remove all marks from your mini-map.";
+ mes "Do you need anything else??";
+ viewpoint 2,1,1,0,0xFFFFFF;
+ viewpoint 2,1,1,1,0xFFFFFF;
+ viewpoint 2,1,1,2,0xFFFFFF;
+ viewpoint 2,1,1,3,0xFFFFFF;
+ viewpoint 2,1,1,4,0xFFFFFF;
+ viewpoint 2,1,1,5,0xFFFFFF;
+ break;
+ case 8:
+ mes "[Noi]";
+ mes "Enjoy your trip~!";
+ close;
+ }
+ }
+}
+
+ayothaya,146,86,4 script Ayothaya Guide Noa#01ay 839,{
+ mes "[Noa]";
+ mes "Hello~";
+ mes "Welcome to ^8B4513Ayothaya^000000.";
+ mes "This town is linked to a river through the wild forest.";
+ mes "It's a really calm country.";
+ mes "Take your time to look around.";
+ while (1) {
+ next;
+ switch(select("[ Kafra Employee ]:[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Shrine ]:[ Fishing Spot ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Noa]";
+ mes "The ^0000FFKafra Employee^000000 is";
+ mes "marked on your mini-map.";
+ mes "Check your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,212,169,0,0x0A82FF;
+ break;
+ case 2:
+ mes "[Noa]";
+ mes "The ^0000FFWeapon Shop^000000";
+ mes "in Ayothaya has special weapons.";
+ mes "You can find great weapons there.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,163,90,1,0xAAFF00;
+ break;
+ case 3:
+ mes "[Noa]";
+ mes "Our citizens purchase many products in the ^006400Tool Shop^000000.";
+ mes "Make sure you get all you need there.";
+ mes "Do you need anything else??";
+ viewpoint 1,131,86,2,0x008080;
+ break;
+ case 4:
+ mes "[Noa]";
+ mes "Part of adventuring is collecting information.";
+ mes "The ^008080Tavern^000000 is crowded with lots of travelers where you can get useful information.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,229,72,3,0xFF1493;
+ break;
+ case 5:
+ mes "[Noa]";
+ mes "To calm your heart, go to the ^FF1493Shrine^000000 and say a prayer.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,208,280,4,0x8B4513;
+ break;
+ case 6:
+ mes "[Noa]";
+ mes "Ayothaya is close to the beach, so most people enjoy fishing.";
+ mes "They really love to fish.";
+ mes "Go ^8B4513fishing^000000 and try to grab a big fish.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,255,99,5,0x9400D3;
+ break;
+ case 7:
+ mes "[Noa]";
+ mes "If you want to return home";
+ mes "find ^00BFFFAibakthing^000000";
+ mes "and ask him to send you back.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,151,68,6,0x00BFFF;
+ break;
+ case 8:
+ mes "[Noa]";
+ mes "I'll remove all marks from your mini-map.";
+ mes "Do you need anything else??";
+ viewpoint 2,1,1,0,0xFFFFFF;
+ viewpoint 2,1,1,1,0xFFFFFF;
+ viewpoint 2,1,1,2,0xFFFFFF;
+ viewpoint 2,1,1,3,0xFFFFFF;
+ viewpoint 2,1,1,4,0xFFFFFF;
+ viewpoint 2,1,1,5,0xFFFFFF;
+ viewpoint 2,1,1,6,0xFFFFFF;
+ break;
+ case 9:
+ mes "[Noa]";
+ mes "Enjoy your trip~!";
+ close;
+ }
+ }
+}
diff --git a/npc/guides/guides_comodo.txt b/npc/guides/guides_comodo.txt
index ce1c8d80f..4363a3578 100644
--- a/npc/guides/guides_comodo.txt
+++ b/npc/guides/guides_comodo.txt
@@ -1,220 +1,220 @@
-//===== eAthena Script =======================================
-//= Comodo Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Comodo
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-comodo,322,178,4 script Comodo Guide#01comodo::GuideComodo 700,{
- mes "[Comodo Guide]";
- mes "Welcome to ^8B4513Comodo^000000,";
- mes "the Beach Town of the Rune-Midgarts Kingdom.";
- mes "Do you need help navigating the town?";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel:About ^8B4513Comodo^000000")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Tavern ]:[ Casino ]:[ Weapon & Armor Shop ]:[ Tool Shop ]:[ Campsite ]:[ Souvenir Vendor ]:[ East Cave Mao ]:[ West Cave Karu ]:[ North Cave Ruanda ]:[ Hula Dance Stage ]:[ Kafra Co. Western Branch ]:Previous Menu")) {
- case 1:
- mes "[Comodo Guide]";
- mes "Let me mark the location of";
- mes "the ^FF0000Tavern^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,166,298,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Comodo Guide]";
- mes "Let me mark the location of";
- mes "the ^FF4500Weapon & Armor Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,140,98,1,0xFFA500;
- next;
- break;
- case 3:
- mes "[Comodo Guide]";
- mes "Let me mark the location of";
- mes "the ^FFA500Casino^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,266,70,2,0xFF4500;
- next;
- break;
- case 4:
- mes "[Comodo Guide]";
- mes "Let me mark the location of";
- mes "the ^B8860BTool Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,86,128,3,0xB8860B;
- next;
- break;
- case 5:
- mes "[Comodo Guide]";
- mes "Let me mark the location of";
- mes "the ^32CD32Campsite^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,210,308,4,0x32CD32;
- next;
- break;
- case 6:
- mes "[Comodo Guide]";
- mes "Let me mark the location of";
- mes "the ^6B8E23Souvenir Vendor^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,298,124,5,0x6B8E23;
- next;
- break;
- case 7:
- mes "[Comodo Guide]";
- mes "Let me mark the location of";
- mes "^008B8BEast Cave Mao^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,333,175,6,0x008B8B;
- next;
- break;
- case 8:
- mes "[Comodo Guide]";
- mes "Let me mark the location of";
- mes "^1E90FFWest Cave Karu^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,24,214,7,0x1E90FF;
- next;
- break;
- case 9:
- mes "[Comodo Guide]";
- mes "Let me mark the location of";
- mes "^0000CDNorth Cave Ruanda^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,176,358,8,0x0000CD;
- next;
- break;
- case 10:
- mes "[Comodo Guide]";
- mes "Let me mark the location of";
- mes "the ^C71585Hula Dance Stage^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,188,168,9,0xC71585;
- next;
- break;
- case 11:
- mes "[Comodo Guide]";
- mes "Let me mark the location of";
- mes "the ^DB7093Kafra Corporation Western Branch^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,136,202,10,0xDB7093;
- next;
- break;
- case 12:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Chief's House ]:[ Bor Robin ]:[ Kafra Employee ]:[ Roaming Bard ]:Previous Menu")) {
- case 1:
- mes "[Comodo Guide]";
- mes "Let me mark the ^6495EDChief's House^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,114,294,11,0x6495ED;
- next;
- break;
- case 2:
- mes "[Comodo Guide]";
- mes "^228B22Bor Robin^000000";
- mes "helps adventurers to become ^228B22Dancers^000000.";
- mes "Would you like to check any other locations?";
- viewpoint 1,193,151,12,0x228B22;
- next;
- break;
- case 3:
- mes "[Comodo Guide]";
- mes "Let me mark the location of the";
- mes "^1E90FFKafra Employee^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,195,149,13,0x1E90FF;
- next;
- break;
- case 4:
- mes "[Comodo Guide]";
- mes "The ^DB7093Roaming Bard^000000";
- mes "helps adventurers to become ^DB7093Bards^000000.";
- mes "Would you like to check any other locations?";
- viewpoint 1,211,155,14,0xDB7093;
- next;
- break;
- case 5:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Comodo Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,166,298,0,0xFFFFFF;
- viewpoint 2,140,98,1,0xFFFFFF;
- viewpoint 2,266,70,2,0xFFFFFF;
- viewpoint 2,86,128,3,0xFFFFFF;
- viewpoint 2,210,308,4,0xFFFFFF;
- viewpoint 2,298,124,5,0xFFFFFF;
- viewpoint 2,333,175,6,0xFFFFFF;
- viewpoint 2,24,214,7,0xFFFFFF;
- viewpoint 2,176,358,8,0xFFFFFF;
- viewpoint 2,188,168,9,0xFFFFFF;
- viewpoint 2,136,202,10,0xFFFFFF;
- viewpoint 2,114,294,11,0xFFFFFF;
- viewpoint 2,193,151,12,0xFFFFFF;
- viewpoint 2,195,149,13,0xFFFFFF;
- viewpoint 2,211,155,14,0xFFFFFF;
- next;
- break;
- case 4:
- mes "[Comodo Guide]";
- mes "Enjoy your stay.";
- close;
- case 5:
- mes "[Comodo Guide]";
- mes "^8B4513Comodo^000000 is";
- mes "located inside a cave";
- mes "and can never be reached by natural sunlight.";
- next;
- mes "[Comodo Guide]";
- mes "The villagers of ^8B4513Comodo^000000";
- mes "have overcome their poor natural surroundings";
- mes "to create a popular tourist site.";
- mes "Is there anything else I can do for you?";
- next;
- break;
- }
- }
-}
-
-comodo,181,347,4 duplicate(GuideComodo) Comodo Guide#02comodo 700
-comodo,197,149,3 duplicate(GuideComodo) Comodo Guide#03comodo 700
-comodo,37,219,4 duplicate(GuideComodo) Comodo Guide#04comodo 700
+//===== eAthena Script =======================================
+//= Comodo Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Comodo
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+comodo,322,178,4 script Comodo Guide#01comodo::GuideComodo 700,{
+ mes "[Comodo Guide]";
+ mes "Welcome to ^8B4513Comodo^000000,";
+ mes "the Beach Town of the Rune-Midgarts Kingdom.";
+ mes "Do you need help navigating the town?";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel:About ^8B4513Comodo^000000")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Tavern ]:[ Casino ]:[ Weapon & Armor Shop ]:[ Tool Shop ]:[ Campsite ]:[ Souvenir Vendor ]:[ East Cave Mao ]:[ West Cave Karu ]:[ North Cave Ruanda ]:[ Hula Dance Stage ]:[ Kafra Co. Western Branch ]:Previous Menu")) {
+ case 1:
+ mes "[Comodo Guide]";
+ mes "Let me mark the location of";
+ mes "the ^FF0000Tavern^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,166,298,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Comodo Guide]";
+ mes "Let me mark the location of";
+ mes "the ^FF4500Weapon & Armor Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,140,98,1,0xFFA500;
+ next;
+ break;
+ case 3:
+ mes "[Comodo Guide]";
+ mes "Let me mark the location of";
+ mes "the ^FFA500Casino^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,266,70,2,0xFF4500;
+ next;
+ break;
+ case 4:
+ mes "[Comodo Guide]";
+ mes "Let me mark the location of";
+ mes "the ^B8860BTool Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,86,128,3,0xB8860B;
+ next;
+ break;
+ case 5:
+ mes "[Comodo Guide]";
+ mes "Let me mark the location of";
+ mes "the ^32CD32Campsite^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,210,308,4,0x32CD32;
+ next;
+ break;
+ case 6:
+ mes "[Comodo Guide]";
+ mes "Let me mark the location of";
+ mes "the ^6B8E23Souvenir Vendor^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,298,124,5,0x6B8E23;
+ next;
+ break;
+ case 7:
+ mes "[Comodo Guide]";
+ mes "Let me mark the location of";
+ mes "^008B8BEast Cave Mao^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,333,175,6,0x008B8B;
+ next;
+ break;
+ case 8:
+ mes "[Comodo Guide]";
+ mes "Let me mark the location of";
+ mes "^1E90FFWest Cave Karu^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,24,214,7,0x1E90FF;
+ next;
+ break;
+ case 9:
+ mes "[Comodo Guide]";
+ mes "Let me mark the location of";
+ mes "^0000CDNorth Cave Ruanda^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,176,358,8,0x0000CD;
+ next;
+ break;
+ case 10:
+ mes "[Comodo Guide]";
+ mes "Let me mark the location of";
+ mes "the ^C71585Hula Dance Stage^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,188,168,9,0xC71585;
+ next;
+ break;
+ case 11:
+ mes "[Comodo Guide]";
+ mes "Let me mark the location of";
+ mes "the ^DB7093Kafra Corporation Western Branch^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,136,202,10,0xDB7093;
+ next;
+ break;
+ case 12:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Chief's House ]:[ Bor Robin ]:[ Kafra Employee ]:[ Roaming Bard ]:Previous Menu")) {
+ case 1:
+ mes "[Comodo Guide]";
+ mes "Let me mark the ^6495EDChief's House^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,114,294,11,0x6495ED;
+ next;
+ break;
+ case 2:
+ mes "[Comodo Guide]";
+ mes "^228B22Bor Robin^000000";
+ mes "helps adventurers to become ^228B22Dancers^000000.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,193,151,12,0x228B22;
+ next;
+ break;
+ case 3:
+ mes "[Comodo Guide]";
+ mes "Let me mark the location of the";
+ mes "^1E90FFKafra Employee^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,195,149,13,0x1E90FF;
+ next;
+ break;
+ case 4:
+ mes "[Comodo Guide]";
+ mes "The ^DB7093Roaming Bard^000000";
+ mes "helps adventurers to become ^DB7093Bards^000000.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,211,155,14,0xDB7093;
+ next;
+ break;
+ case 5:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Comodo Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,166,298,0,0xFFFFFF;
+ viewpoint 2,140,98,1,0xFFFFFF;
+ viewpoint 2,266,70,2,0xFFFFFF;
+ viewpoint 2,86,128,3,0xFFFFFF;
+ viewpoint 2,210,308,4,0xFFFFFF;
+ viewpoint 2,298,124,5,0xFFFFFF;
+ viewpoint 2,333,175,6,0xFFFFFF;
+ viewpoint 2,24,214,7,0xFFFFFF;
+ viewpoint 2,176,358,8,0xFFFFFF;
+ viewpoint 2,188,168,9,0xFFFFFF;
+ viewpoint 2,136,202,10,0xFFFFFF;
+ viewpoint 2,114,294,11,0xFFFFFF;
+ viewpoint 2,193,151,12,0xFFFFFF;
+ viewpoint 2,195,149,13,0xFFFFFF;
+ viewpoint 2,211,155,14,0xFFFFFF;
+ next;
+ break;
+ case 4:
+ mes "[Comodo Guide]";
+ mes "Enjoy your stay.";
+ close;
+ case 5:
+ mes "[Comodo Guide]";
+ mes "^8B4513Comodo^000000 is";
+ mes "located inside a cave";
+ mes "and can never be reached by natural sunlight.";
+ next;
+ mes "[Comodo Guide]";
+ mes "The villagers of ^8B4513Comodo^000000";
+ mes "have overcome their poor natural surroundings";
+ mes "to create a popular tourist site.";
+ mes "Is there anything else I can do for you?";
+ next;
+ break;
+ }
+ }
+}
+
+comodo,181,347,4 duplicate(GuideComodo) Comodo Guide#02comodo 700
+comodo,197,149,3 duplicate(GuideComodo) Comodo Guide#03comodo 700
+comodo,37,219,4 duplicate(GuideComodo) Comodo Guide#04comodo 700
diff --git a/npc/guides/guides_einbroch.txt b/npc/guides/guides_einbroch.txt
index 543c3fa04..17a70e375 100644
--- a/npc/guides/guides_einbroch.txt
+++ b/npc/guides/guides_einbroch.txt
@@ -1,294 +1,294 @@
-//===== eAthena Script =======================================
-//= Einbroch, and Einbech Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Einbroch, and Einbech
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-einbroch,72,202,4 script Einbroch Guide#ein01::GuideEinbroch 852,{
- cutin "ein_soldier",2;
- mes "[Einbroch Guide]";
- mes "Welcome";
- mes "to ^8B4513Einbroch^000000,";
- mes "the City of Steel.";
- mes "Please ask me if you";
- mes "have any questions.";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Airport ]:[ Factory ]:[ Plaza ]:[ Hotel ]:[ Train Station ]:[ Weapon Shop ]:[ Laboratory ]:[ Monument ]:[ Blacksmith Guild ]:[ Gunslinger Guild ]:Previous Menu")) {
- case 1:
- mes "[Einbroch Guide]";
- mes "The ^FF0000Airport^000000 is located";
- mes "in the northwestern part";
- mes "of the city. There you can";
- mes "see our city's pride and joy, the Airship. Remember that you must pay admission to board the Airship.";
- viewpoint 1,64,204,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Einbroch Guide]";
- mes "The Factory, perhaps the";
- mes "most important facility in";
- mes "Einbroch, is located in the";
- mes "southern part of the city.";
- viewpoint 1,129,79,1,0xFF4500;
- next;
- break;
- case 3:
- mes "[Einbroch Guide]";
- mes "The Plaza, our biggest";
- mes "shopping district, can be";
- mes "found just east from the";
- mes "center of Einbroch.";
- viewpoint 1,254,199,2,0xDAA520;
- next;
- break;
- case 4:
- mes "[Einbroch Guide]";
- mes "The Hotel is east of";
- mes "the Plaza and offers top";
- mes "caliber accomodations.";
- mes "There, you can enjoy your";
- mes "stay in Einbroch in comfort~";
- viewpoint 1,254,199,3,0x008000;
- next;
- break;
- case 5:
- mes "[Einbroch Guide]";
- mes "The Train Station is";
- mes "located in the northeast";
- mes "part of Einbroch. Trains";
- mes "running between here";
- mes "and Einbech run all day";
- mes "long, everyday.";
- viewpoint 1,232,272,4,0x0000FF;
- next;
- break;
- case 6:
- mes "[Einbroch Guide]";
- mes "The Weapon Shop is";
- mes "located north from the";
- mes "Plaza. There you can";
- mes "purchase weapons for";
- mes "your personal use.";
- viewpoint 1,216,211,5,0x000080;
- next;
- break;
- case 7:
- mes "[Einbroch Guide]";
- mes "The Laboratory is an";
- mes "annex of the Factory and";
- mes "is located in the southwest";
- mes "sector of Einbroch.";
- viewpoint 1,55,52,6,0x800080;
- next;
- break;
- case 8:
- mes "[Einbroch Guide]";
- mes "I will mark the location";
- mes "of the ^808080Monument^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,178,173,7,0x808080;
- next;
- break;
- case 9:
- mes "[Einbroch Guide]";
- mes "The Blacksmith Guild is";
- mes "located in the southeast";
- mes "part of Einbroch. You can";
- mes "upgrade your equipment";
- mes "by using their services.";
- viewpoint 1,255,110,8,0x556B2F;
- next;
- break;
- case 10:
- mes "[Einbroch Guide]";
- mes "I will mark the location";
- mes "of the ^008080Gunslinger Guild^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,130,197,9,0x008080;
- next;
- break;
- case 11:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Armsmith ]:[ Kafra Employees ]:[ Eden Teleport Officer ]:Previous Menu")) {
- case 1:
- mes "[Einbroch Guide]";
- mes "You may go to ^FF1493Manthasman^000000,";
- mes "the ^FF1493Armsmith^000000";
- mes "on the 1st basement floor in the Blacksmith Guild.";
- viewpoint 1,255,110,10,0xFF1493;
- next;
- mes "[Einbroch Guide]";
- mes "I will mark the location";
- mes "of the ^FF1493Armsmith^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- next;
- break;
- case 2:
- mes "[Einbroch Guide]";
- mes "I will mark the locations";
- mes "of the ^DA70D6Kafra Employees^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,242,205,11,0xDA70D6;
- viewpoint 1,59,203,12,0xDA70D6;
- next;
- break;
- case 3:
- mes "[Einbroch Guide]";
- mes "You can find";
- mes "the ^CD1039Eden Teleport Officer^000000";
- mes "on the 1st floor of the Gunslinger Guild.";
- viewpoint 1,130,197,13,0xCD1039;
- next;
- mes "[Einbroch Guide]";
- mes "I will mark the location";
- mes "of the ^CD1039Eden Teleport Officer^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- next;
- break;
- case 4:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Einbroch Guide]";
- mes "I'll remove the marks from your mini-map.";
- mes "Do you need any other help?";
- viewpoint 2,64,204,0,0xFFFFFF;
- viewpoint 2,129,79,1,0xFFFFFF;
- viewpoint 2,254,199,2,0xFFFFFF;
- viewpoint 2,254,199,3,0xFFFFFF;
- viewpoint 2,232,272,4,0xFFFFFF;
- viewpoint 2,216,211,5,0xFFFFFF;
- viewpoint 2,55,52,6,0xFFFFFF;
- viewpoint 2,178,173,7,0xFFFFFF;
- viewpoint 2,255,110,8,0xFFFFFF;
- viewpoint 2,130,197,9,0xFFFFFF;
- viewpoint 2,255,110,10,0xFFFFFF;
- viewpoint 2,242,205,11,0xFFFFFF;
- viewpoint 2,59,203,12,0xFFFFFF;
- viewpoint 2,130,197,13,0xDA70D6;
- next;
- break;
- case 4:
- mes "[Einbroch Guide]";
- mes "Have a safe journey!";
- close2;
- cutin "ein_soldier",255;
- end;
- }
- }
-}
-
-einbroch,155,43,4 duplicate(GuideEinbroch) Einbroch Guide#ein02 852
-einbroch,162,317,4 duplicate(GuideEinbroch) Einbroch Guide#ein03 852
-einbroch,252,320,3 duplicate(GuideEinbroch) Einbroch Guide#ein04 852
-
-einbech,67,37,4 script Einbech Guide#einbech01::GuideEinbech 852,{
- cutin "ein_soldier",2;
- mes "[Einbech Guide]";
- mes "Welcome to ^8B4513Einbech^000000,";
- mes "the Mining Town. We're";
- mes "here to assist tourists,";
- mes "so if you have any questions,";
- mes "please feel free to ask us.";
- next;
- while (1) {
- switch(select("[ Tavern ]:[ Tool Shop ]:[ Train Station ]:[ Mine ]:[ Kafra Employee ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Einbech Guide]";
- mes "The Tavern is located";
- mes "in the southern part of";
- mes "Einbech. It's a nice place";
- mes "to relax after a long day.";
- viewpoint 1,157,106,0,0x497649;
- next;
- break;
- case 2:
- mes "[Einbech Guide]";
- mes "You can find the Tool";
- mes "Shop in the center of";
- mes "Einbech. There, you can";
- mes "purchase any tools you";
- mes "might need for your travels.";
- viewpoint 1,177,133,1,0xFA8072;
- next;
- break;
- case 3:
- mes "[Einbech Guide]";
- mes "The Train Stations are";
- mes "located in the northwest";
- mes "and northeast parts of";
- mes "Einbech. There, you can";
- mes "take a train to Einbroch.";
- viewpoint 1,39,215,2,0xCD1039;
- next;
- break;
- case 4:
- mes "[Einbech Guide]";
- mes "The Mine, which is";
- mes "Einbech's major industry,";
- mes "is located in the northern";
- mes "part of this town. It's where";
- mes "we get all our ores, although monsters get in the miners' way.";
- viewpoint 1,137,248,3,0xDA70D6;
- next;
- break;
- case 5:
- mes "[Einbech Guide]";
- mes "I will mark the location";
- mes "of the ^FF1493Kafra Employee^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,181,132,4,0xFF1493;
- next;
- break;
- case 6:
- mes "[Einbech Guide]";
- mes "I'll remove the marks from your mini-map.";
- mes "Do you need any other help?";
- viewpoint 2,157,106,0,0xFFFFFF;
- viewpoint 2,177,133,1,0xFFFFFF;
- viewpoint 2,39,215,2,0xFFFFFF;
- viewpoint 2,137,248,3,0xFFFFFF;
- viewpoint 2,181,132,4,0xFFFFFF;
- next;
- break;
- case 7:
- mes "[Einbech Guide]";
- mes "Have a safe journey!";
- close2;
- cutin "ein_soldier",255;
- end;
- }
- }
-}
-
-einbech,48,214,4 duplicate(GuideEinbech) Einbech Guide#einbech02 852
+//===== eAthena Script =======================================
+//= Einbroch, and Einbech Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Einbroch, and Einbech
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+einbroch,72,202,4 script Einbroch Guide#ein01::GuideEinbroch 852,{
+ cutin "ein_soldier",2;
+ mes "[Einbroch Guide]";
+ mes "Welcome";
+ mes "to ^8B4513Einbroch^000000,";
+ mes "the City of Steel.";
+ mes "Please ask me if you";
+ mes "have any questions.";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Airport ]:[ Factory ]:[ Plaza ]:[ Hotel ]:[ Train Station ]:[ Weapon Shop ]:[ Laboratory ]:[ Monument ]:[ Blacksmith Guild ]:[ Gunslinger Guild ]:Previous Menu")) {
+ case 1:
+ mes "[Einbroch Guide]";
+ mes "The ^FF0000Airport^000000 is located";
+ mes "in the northwestern part";
+ mes "of the city. There you can";
+ mes "see our city's pride and joy, the Airship. Remember that you must pay admission to board the Airship.";
+ viewpoint 1,64,204,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Einbroch Guide]";
+ mes "The Factory, perhaps the";
+ mes "most important facility in";
+ mes "Einbroch, is located in the";
+ mes "southern part of the city.";
+ viewpoint 1,129,79,1,0xFF4500;
+ next;
+ break;
+ case 3:
+ mes "[Einbroch Guide]";
+ mes "The Plaza, our biggest";
+ mes "shopping district, can be";
+ mes "found just east from the";
+ mes "center of Einbroch.";
+ viewpoint 1,254,199,2,0xDAA520;
+ next;
+ break;
+ case 4:
+ mes "[Einbroch Guide]";
+ mes "The Hotel is east of";
+ mes "the Plaza and offers top";
+ mes "caliber accomodations.";
+ mes "There, you can enjoy your";
+ mes "stay in Einbroch in comfort~";
+ viewpoint 1,254,199,3,0x008000;
+ next;
+ break;
+ case 5:
+ mes "[Einbroch Guide]";
+ mes "The Train Station is";
+ mes "located in the northeast";
+ mes "part of Einbroch. Trains";
+ mes "running between here";
+ mes "and Einbech run all day";
+ mes "long, everyday.";
+ viewpoint 1,232,272,4,0x0000FF;
+ next;
+ break;
+ case 6:
+ mes "[Einbroch Guide]";
+ mes "The Weapon Shop is";
+ mes "located north from the";
+ mes "Plaza. There you can";
+ mes "purchase weapons for";
+ mes "your personal use.";
+ viewpoint 1,216,211,5,0x000080;
+ next;
+ break;
+ case 7:
+ mes "[Einbroch Guide]";
+ mes "The Laboratory is an";
+ mes "annex of the Factory and";
+ mes "is located in the southwest";
+ mes "sector of Einbroch.";
+ viewpoint 1,55,52,6,0x800080;
+ next;
+ break;
+ case 8:
+ mes "[Einbroch Guide]";
+ mes "I will mark the location";
+ mes "of the ^808080Monument^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,178,173,7,0x808080;
+ next;
+ break;
+ case 9:
+ mes "[Einbroch Guide]";
+ mes "The Blacksmith Guild is";
+ mes "located in the southeast";
+ mes "part of Einbroch. You can";
+ mes "upgrade your equipment";
+ mes "by using their services.";
+ viewpoint 1,255,110,8,0x556B2F;
+ next;
+ break;
+ case 10:
+ mes "[Einbroch Guide]";
+ mes "I will mark the location";
+ mes "of the ^008080Gunslinger Guild^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,130,197,9,0x008080;
+ next;
+ break;
+ case 11:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Armsmith ]:[ Kafra Employees ]:[ Eden Teleport Officer ]:Previous Menu")) {
+ case 1:
+ mes "[Einbroch Guide]";
+ mes "You may go to ^FF1493Manthasman^000000,";
+ mes "the ^FF1493Armsmith^000000";
+ mes "on the 1st basement floor in the Blacksmith Guild.";
+ viewpoint 1,255,110,10,0xFF1493;
+ next;
+ mes "[Einbroch Guide]";
+ mes "I will mark the location";
+ mes "of the ^FF1493Armsmith^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ next;
+ break;
+ case 2:
+ mes "[Einbroch Guide]";
+ mes "I will mark the locations";
+ mes "of the ^DA70D6Kafra Employees^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,242,205,11,0xDA70D6;
+ viewpoint 1,59,203,12,0xDA70D6;
+ next;
+ break;
+ case 3:
+ mes "[Einbroch Guide]";
+ mes "You can find";
+ mes "the ^CD1039Eden Teleport Officer^000000";
+ mes "on the 1st floor of the Gunslinger Guild.";
+ viewpoint 1,130,197,13,0xCD1039;
+ next;
+ mes "[Einbroch Guide]";
+ mes "I will mark the location";
+ mes "of the ^CD1039Eden Teleport Officer^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ next;
+ break;
+ case 4:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Einbroch Guide]";
+ mes "I'll remove the marks from your mini-map.";
+ mes "Do you need any other help?";
+ viewpoint 2,64,204,0,0xFFFFFF;
+ viewpoint 2,129,79,1,0xFFFFFF;
+ viewpoint 2,254,199,2,0xFFFFFF;
+ viewpoint 2,254,199,3,0xFFFFFF;
+ viewpoint 2,232,272,4,0xFFFFFF;
+ viewpoint 2,216,211,5,0xFFFFFF;
+ viewpoint 2,55,52,6,0xFFFFFF;
+ viewpoint 2,178,173,7,0xFFFFFF;
+ viewpoint 2,255,110,8,0xFFFFFF;
+ viewpoint 2,130,197,9,0xFFFFFF;
+ viewpoint 2,255,110,10,0xFFFFFF;
+ viewpoint 2,242,205,11,0xFFFFFF;
+ viewpoint 2,59,203,12,0xFFFFFF;
+ viewpoint 2,130,197,13,0xDA70D6;
+ next;
+ break;
+ case 4:
+ mes "[Einbroch Guide]";
+ mes "Have a safe journey!";
+ close2;
+ cutin "ein_soldier",255;
+ end;
+ }
+ }
+}
+
+einbroch,155,43,4 duplicate(GuideEinbroch) Einbroch Guide#ein02 852
+einbroch,162,317,4 duplicate(GuideEinbroch) Einbroch Guide#ein03 852
+einbroch,252,320,3 duplicate(GuideEinbroch) Einbroch Guide#ein04 852
+
+einbech,67,37,4 script Einbech Guide#einbech01::GuideEinbech 852,{
+ cutin "ein_soldier",2;
+ mes "[Einbech Guide]";
+ mes "Welcome to ^8B4513Einbech^000000,";
+ mes "the Mining Town. We're";
+ mes "here to assist tourists,";
+ mes "so if you have any questions,";
+ mes "please feel free to ask us.";
+ next;
+ while (1) {
+ switch(select("[ Tavern ]:[ Tool Shop ]:[ Train Station ]:[ Mine ]:[ Kafra Employee ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Einbech Guide]";
+ mes "The Tavern is located";
+ mes "in the southern part of";
+ mes "Einbech. It's a nice place";
+ mes "to relax after a long day.";
+ viewpoint 1,157,106,0,0x497649;
+ next;
+ break;
+ case 2:
+ mes "[Einbech Guide]";
+ mes "You can find the Tool";
+ mes "Shop in the center of";
+ mes "Einbech. There, you can";
+ mes "purchase any tools you";
+ mes "might need for your travels.";
+ viewpoint 1,177,133,1,0xFA8072;
+ next;
+ break;
+ case 3:
+ mes "[Einbech Guide]";
+ mes "The Train Stations are";
+ mes "located in the northwest";
+ mes "and northeast parts of";
+ mes "Einbech. There, you can";
+ mes "take a train to Einbroch.";
+ viewpoint 1,39,215,2,0xCD1039;
+ next;
+ break;
+ case 4:
+ mes "[Einbech Guide]";
+ mes "The Mine, which is";
+ mes "Einbech's major industry,";
+ mes "is located in the northern";
+ mes "part of this town. It's where";
+ mes "we get all our ores, although monsters get in the miners' way.";
+ viewpoint 1,137,248,3,0xDA70D6;
+ next;
+ break;
+ case 5:
+ mes "[Einbech Guide]";
+ mes "I will mark the location";
+ mes "of the ^FF1493Kafra Employee^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,181,132,4,0xFF1493;
+ next;
+ break;
+ case 6:
+ mes "[Einbech Guide]";
+ mes "I'll remove the marks from your mini-map.";
+ mes "Do you need any other help?";
+ viewpoint 2,157,106,0,0xFFFFFF;
+ viewpoint 2,177,133,1,0xFFFFFF;
+ viewpoint 2,39,215,2,0xFFFFFF;
+ viewpoint 2,137,248,3,0xFFFFFF;
+ viewpoint 2,181,132,4,0xFFFFFF;
+ next;
+ break;
+ case 7:
+ mes "[Einbech Guide]";
+ mes "Have a safe journey!";
+ close2;
+ cutin "ein_soldier",255;
+ end;
+ }
+ }
+}
+
+einbech,48,214,4 duplicate(GuideEinbech) Einbech Guide#einbech02 852
diff --git a/npc/guides/guides_geffen.txt b/npc/guides/guides_geffen.txt
index 4e7557f52..75e9c71ba 100644
--- a/npc/guides/guides_geffen.txt
+++ b/npc/guides/guides_geffen.txt
@@ -1,200 +1,200 @@
-//===== eAthena Script =======================================
-//= Geffen Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Geffen
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-geffen,203,116,4 script Guide#01geffen::GuideGeffen 705,{
- cutin "gef_soldier",2;
- mes "[Geffen Guide]";
- mes "Welcome to ^8B4513Geffen^000000,";
- mes "the City of Magic.";
- mes "Do you need help navigating the city?";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Magic Academy ]:[ Geffen Tower ]:[ Fountain ]:[ Tool Shop ]:[ Buy & Repair Equipment ]:[ Inn ]:[ Tavern ]:[ Christopher's Forge ]:Previous Menu")) {
- case 1:
- mes "[Geffen Guide]";
- mes "The ^B9062FMagic Academy^000000";
- mes "handles all magic-related affairs,";
- mes "including job changes.";
- mes "Let me mark its location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,61,180,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Geffen Guide]";
- mes "Let me mark the location of the";
- mes "the ^0000FFGeffen Tower^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,120,114,1,0x0000FF;
- next;
- break;
- case 3:
- mes "[Geffen Guide]";
- mes "Let me mark the location of the";
- mes "the ^FF5400Fountain^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,126,48,2,0xFFB400;
- next;
- break;
- case 4:
- mes "[Geffen Guide]";
- mes "Let me mark the location of the";
- mes "the ^006400Tool Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,44,86,3,0xAAFF00;
- next;
- break;
- case 5:
- mes "[Geffen Guide]";
- mes "If you'd like to ^7F3300Buy or Repair Equipment^000000";
- mes "then this is the place you'll want to visit.";
- mes "Let me mark its location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,99,140,4,0xD2691E;
- next;
- break;
- case 6:
- mes "[Geffen Guide]";
- mes "Let me mark the location of the";
- mes "the ^800080Inn^00000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,172,174,5,0xDA70D6;
- next;
- break;
- case 7:
- mes "[Geffen Guide]";
- mes "Let me mark the location of the";
- mes "the ^B9062FTavern^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,138,138,6,0xFF0000;
- next;
- break;
- case 8:
- mes "[Geffen Guide]";
- mes "^0000FFChristopher's Forge^000000 is";
- mes "where you can purchase";
- mes "Refining materials.";
- mes "It used to be the old Blacksmith Guild.";
- viewpoint 1,182,59,6,0x0000FF;
- next;
- break;
- case 9:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Pet Groomer ]:[ Chef Assistant ]:[ Dimensional Arcanist Guide ]:Previous Menu")) {
- case 1:
- mes "[Geffen Guide]";
- mes "Let me mark the location of the";
- mes "^B9062FEden Teleport Officers^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,61,180,7,0xFF0000;
- viewpoint 1,132,66,8,0xFF0000;
- next;
- break;
- case 2:
- mes "[Geffen Guide]";
- mes "Let me mark the location of the";
- mes "^FF5400Kafra Employees^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,203,123,10,0xFFB400;
- viewpoint 1,120,62,11,0xFFB400;
- next;
- break;
- case 3:
- mes "[Geffen Guide]";
- mes "Let me mark the location of the";
- mes "^006400Pet Groomer^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,193,152,12,0xAAFF00;
- next;
- break;
- case 4:
- mes "[Geffen Guide]";
- mes "Let me mark the location of the";
- mes "^7F3300Chef Assistant^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,196,111,13,0xD2691E;
- next;
- break;
- case 5:
- mes "[Geffen Guide]";
- mes "Let me mark the location of the";
- mes "^800080Dimensional Arcanist Guide^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,140,196,14,0xDA70D6;
- next;
- break;
- case 6:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Geffen Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFF00;
- viewpoint 2,1,1,1,0x000000;
- viewpoint 2,1,1,2,0xFF0000;
- viewpoint 2,1,1,3,0xFFFF00;
- viewpoint 2,1,1,4,0xFFFF00;
- viewpoint 2,1,1,5,0xFFFF00;
- viewpoint 2,1,1,6,0xFFFF00;
- viewpoint 2,1,1,7,0xFFFF00;
- viewpoint 2,1,1,8,0xFFFF00;
- viewpoint 2,1,1,9,0xFFFF00;
- viewpoint 2,1,1,10,0xFFFF00;
- viewpoint 2,1,1,11,0xFFFF00;
- viewpoint 2,1,1,12,0xFFFF00;
- viewpoint 2,1,1,13,0xFFFF00;
- viewpoint 2,1,1,14,0xFFFF00;
- next;
- break;
- case 4:
- mes "[Geffen Guide]";
- mes "Enjoy your stay.";
- close2;
- cutin "gef_soldier",255;
- end;
- }
- }
-}
-
-geffen,118,62,0 duplicate(GuideGeffen) Guide#02geffen 705
-geffen,36,123,6 duplicate(GuideGeffen) Guide#03geffen 705
-geffen,123,203,4 duplicate(GuideGeffen) Guide#04geffen 705
+//===== eAthena Script =======================================
+//= Geffen Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Geffen
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+geffen,203,116,4 script Guide#01geffen::GuideGeffen 705,{
+ cutin "gef_soldier",2;
+ mes "[Geffen Guide]";
+ mes "Welcome to ^8B4513Geffen^000000,";
+ mes "the City of Magic.";
+ mes "Do you need help navigating the city?";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Magic Academy ]:[ Geffen Tower ]:[ Fountain ]:[ Tool Shop ]:[ Buy & Repair Equipment ]:[ Inn ]:[ Tavern ]:[ Christopher's Forge ]:Previous Menu")) {
+ case 1:
+ mes "[Geffen Guide]";
+ mes "The ^B9062FMagic Academy^000000";
+ mes "handles all magic-related affairs,";
+ mes "including job changes.";
+ mes "Let me mark its location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,61,180,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Geffen Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^0000FFGeffen Tower^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,120,114,1,0x0000FF;
+ next;
+ break;
+ case 3:
+ mes "[Geffen Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^FF5400Fountain^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,126,48,2,0xFFB400;
+ next;
+ break;
+ case 4:
+ mes "[Geffen Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^006400Tool Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,44,86,3,0xAAFF00;
+ next;
+ break;
+ case 5:
+ mes "[Geffen Guide]";
+ mes "If you'd like to ^7F3300Buy or Repair Equipment^000000";
+ mes "then this is the place you'll want to visit.";
+ mes "Let me mark its location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,99,140,4,0xD2691E;
+ next;
+ break;
+ case 6:
+ mes "[Geffen Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^800080Inn^00000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,172,174,5,0xDA70D6;
+ next;
+ break;
+ case 7:
+ mes "[Geffen Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^B9062FTavern^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,138,138,6,0xFF0000;
+ next;
+ break;
+ case 8:
+ mes "[Geffen Guide]";
+ mes "^0000FFChristopher's Forge^000000 is";
+ mes "where you can purchase";
+ mes "Refining materials.";
+ mes "It used to be the old Blacksmith Guild.";
+ viewpoint 1,182,59,6,0x0000FF;
+ next;
+ break;
+ case 9:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Pet Groomer ]:[ Chef Assistant ]:[ Dimensional Arcanist Guide ]:Previous Menu")) {
+ case 1:
+ mes "[Geffen Guide]";
+ mes "Let me mark the location of the";
+ mes "^B9062FEden Teleport Officers^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,61,180,7,0xFF0000;
+ viewpoint 1,132,66,8,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Geffen Guide]";
+ mes "Let me mark the location of the";
+ mes "^FF5400Kafra Employees^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,203,123,10,0xFFB400;
+ viewpoint 1,120,62,11,0xFFB400;
+ next;
+ break;
+ case 3:
+ mes "[Geffen Guide]";
+ mes "Let me mark the location of the";
+ mes "^006400Pet Groomer^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,193,152,12,0xAAFF00;
+ next;
+ break;
+ case 4:
+ mes "[Geffen Guide]";
+ mes "Let me mark the location of the";
+ mes "^7F3300Chef Assistant^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,196,111,13,0xD2691E;
+ next;
+ break;
+ case 5:
+ mes "[Geffen Guide]";
+ mes "Let me mark the location of the";
+ mes "^800080Dimensional Arcanist Guide^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,140,196,14,0xDA70D6;
+ next;
+ break;
+ case 6:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Geffen Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFF00;
+ viewpoint 2,1,1,1,0x000000;
+ viewpoint 2,1,1,2,0xFF0000;
+ viewpoint 2,1,1,3,0xFFFF00;
+ viewpoint 2,1,1,4,0xFFFF00;
+ viewpoint 2,1,1,5,0xFFFF00;
+ viewpoint 2,1,1,6,0xFFFF00;
+ viewpoint 2,1,1,7,0xFFFF00;
+ viewpoint 2,1,1,8,0xFFFF00;
+ viewpoint 2,1,1,9,0xFFFF00;
+ viewpoint 2,1,1,10,0xFFFF00;
+ viewpoint 2,1,1,11,0xFFFF00;
+ viewpoint 2,1,1,12,0xFFFF00;
+ viewpoint 2,1,1,13,0xFFFF00;
+ viewpoint 2,1,1,14,0xFFFF00;
+ next;
+ break;
+ case 4:
+ mes "[Geffen Guide]";
+ mes "Enjoy your stay.";
+ close2;
+ cutin "gef_soldier",255;
+ end;
+ }
+ }
+}
+
+geffen,118,62,0 duplicate(GuideGeffen) Guide#02geffen 705
+geffen,36,123,6 duplicate(GuideGeffen) Guide#03geffen 705
+geffen,123,203,4 duplicate(GuideGeffen) Guide#04geffen 705
diff --git a/npc/guides/guides_gonryun.txt b/npc/guides/guides_gonryun.txt
index 64147002a..d84f4f4a3 100644
--- a/npc/guides/guides_gonryun.txt
+++ b/npc/guides/guides_gonryun.txt
@@ -1,105 +1,105 @@
-//===== eAthena Script =======================================
-//= Kunlun Guide
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guide for the city of Kunlun
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-gonryun,163,60,4 script Kunlun Guide#01gonryun 780,{
- mes "[He Yuen Zhe]";
- mes "Ni Hao!";
- mes "Welcome to ^8B4513Kunlun^000000~";
- mes "Take a walk around and experience";
- mes "the ancient history and tradition";
- mes "of our breath taking city.";
- next;
- mes "[He Yuen Zhe]";
- mes "I am responsible for helping you";
- mes "with any questions you may have.";
- mes "Please feel free to ask me anything.";
- while (1) {
- next;
- switch(select("[ Kafra Employee ]:[ Chief's Residence ]:[ Tool Dealer ]:[ Weapon Dealer ]:[ Armor Dealer ]:[ Wine Maker ]:[ Kunlun Envoy ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[He Yuen Zhe]";
- mes "The ^0000FFKafra Employee^000000 is";
- mes "marked on your mini-map.";
- mes "Check your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,159,122,0,0x0A82FF;
- break;
- case 2:
- mes "[He Yuen Zhe]";
- mes "The ^006400Chief's Residence^000000 is";
- mes "marked on your mini-map.";
- mes "Check your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,110,131,1,0xAAFF00;
- break;
- case 3:
- mes "[He Yuen Zhe]";
- mes "The ^D8BFD8Tool Dealer^000000 is";
- mes "marked on your mini-map.";
- mes "Check your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,147,84,2,0xD8BFD8;
- break;
- case 4:
- mes "[He Yuen Zhe]";
- mes "The ^FF1493Weapon Dealer^000000 is";
- mes "marked on your mini-map.";
- mes "Check your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,174,101,3,0xFF1493;
- break;
- case 5:
- mes "[He Yuen Zhe]";
- mes "The ^8B4513Armor Dealer^000000 is";
- mes "marked on your mini-map.";
- mes "Check your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,173,84,4,0x8B4513;
- break;
- case 6:
- mes "[He Yuen Zhe]";
- mes "The ^9400DWine Maker^000000 is";
- mes "marked on your Mini-Map.";
- mes "Check your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,213,115,5,0x9400D3;
- break;
- case 7:
- mes "[He Yuen Zhe]";
- mes "The ^00BFFFKunlun Envoy^000000 is";
- mes "marked on your mini-map.";
- mes "Check your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,161,11,6,0x00BFFF;
- break;
- case 8:
- mes "[He Yuen Zhe]";
- mes "I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFFFF;
- viewpoint 2,1,1,1,0xFFFFFF;
- viewpoint 2,1,1,2,0xFFFFFF;
- viewpoint 2,1,1,3,0xFFFFFF;
- viewpoint 2,1,1,4,0xFFFFFF;
- viewpoint 2,1,1,5,0xFFFFFF;
- viewpoint 2,1,1,6,0xFFFFFF;
- break;
- case 9:
- mes "[He Yuen Zhe]";
- mes "Bon voyage!";
- close;
- }
- }
-}
+//===== eAthena Script =======================================
+//= Kunlun Guide
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guide for the city of Kunlun
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+gonryun,163,60,4 script Kunlun Guide#01gonryun 780,{
+ mes "[He Yuen Zhe]";
+ mes "Ni Hao!";
+ mes "Welcome to ^8B4513Kunlun^000000~";
+ mes "Take a walk around and experience";
+ mes "the ancient history and tradition";
+ mes "of our breath taking city.";
+ next;
+ mes "[He Yuen Zhe]";
+ mes "I am responsible for helping you";
+ mes "with any questions you may have.";
+ mes "Please feel free to ask me anything.";
+ while (1) {
+ next;
+ switch(select("[ Kafra Employee ]:[ Chief's Residence ]:[ Tool Dealer ]:[ Weapon Dealer ]:[ Armor Dealer ]:[ Wine Maker ]:[ Kunlun Envoy ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[He Yuen Zhe]";
+ mes "The ^0000FFKafra Employee^000000 is";
+ mes "marked on your mini-map.";
+ mes "Check your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,159,122,0,0x0A82FF;
+ break;
+ case 2:
+ mes "[He Yuen Zhe]";
+ mes "The ^006400Chief's Residence^000000 is";
+ mes "marked on your mini-map.";
+ mes "Check your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,110,131,1,0xAAFF00;
+ break;
+ case 3:
+ mes "[He Yuen Zhe]";
+ mes "The ^D8BFD8Tool Dealer^000000 is";
+ mes "marked on your mini-map.";
+ mes "Check your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,147,84,2,0xD8BFD8;
+ break;
+ case 4:
+ mes "[He Yuen Zhe]";
+ mes "The ^FF1493Weapon Dealer^000000 is";
+ mes "marked on your mini-map.";
+ mes "Check your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,174,101,3,0xFF1493;
+ break;
+ case 5:
+ mes "[He Yuen Zhe]";
+ mes "The ^8B4513Armor Dealer^000000 is";
+ mes "marked on your mini-map.";
+ mes "Check your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,173,84,4,0x8B4513;
+ break;
+ case 6:
+ mes "[He Yuen Zhe]";
+ mes "The ^9400DWine Maker^000000 is";
+ mes "marked on your Mini-Map.";
+ mes "Check your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,213,115,5,0x9400D3;
+ break;
+ case 7:
+ mes "[He Yuen Zhe]";
+ mes "The ^00BFFFKunlun Envoy^000000 is";
+ mes "marked on your mini-map.";
+ mes "Check your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,161,11,6,0x00BFFF;
+ break;
+ case 8:
+ mes "[He Yuen Zhe]";
+ mes "I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFFFF;
+ viewpoint 2,1,1,1,0xFFFFFF;
+ viewpoint 2,1,1,2,0xFFFFFF;
+ viewpoint 2,1,1,3,0xFFFFFF;
+ viewpoint 2,1,1,4,0xFFFFFF;
+ viewpoint 2,1,1,5,0xFFFFFF;
+ viewpoint 2,1,1,6,0xFFFFFF;
+ break;
+ case 9:
+ mes "[He Yuen Zhe]";
+ mes "Bon voyage!";
+ close;
+ }
+ }
+}
diff --git a/npc/guides/guides_hugel.txt b/npc/guides/guides_hugel.txt
index 9d08b042a..71a5b8d51 100644
--- a/npc/guides/guides_hugel.txt
+++ b/npc/guides/guides_hugel.txt
@@ -1,335 +1,335 @@
-//===== eAthena Script =======================================
-//= Hugel Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Hugel
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-hugel,98,56,3 script Hugel Guide Granny#hugel 863,{
- mes "[Hugel Guide Granny]";
- mes "Oh, hello~ you are one energetic adventurer.";
- mes "Welcome to ^8B4513Hugel^000000. I am honored to guide you in this beautiful village.";
- mes "If this is the first time for you to use the guide services, you should ask a lot of questions.";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Church ]:[ Inn ]:[ Pub ]:[ Airport ]:[ Weapon Shop ]:[ Tool Shop ]:[ Bingo Game Room ]:[ ^3131FFHunter Guild^000000 ]:[ Party Supplies Shop ]:[ ^3131FFShrine Expedition^000000 ]:Previous Menu")) {
- case 1:
- mes "[Hugel Guide Granny]";
- mes "Well, to me, this Church is rather like a place for old folks like me, you know...";
- mes "Would you like to know more locations?";
- viewpoint 1,159,113,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Hugel Guide Granny]";
- mes "Pudding rather than praise.";
- mes "You'd better unpack your stuff first before you start looking around this village.";
- mes "Would you like to know more locations?";
- viewpoint 1,101,77,1,0x8B4513;
- next;
- break;
- case 3:
- mes "[Hugel Guide Granny]";
- mes "Yes, when you travel, you want to drop by a Pub and make new friends.";
- mes "Go east from here, then you will arrive at the pub.";
- mes "Would you like to know more locations?";
- viewpoint 1,126,65,2,0xDAA520;
- next;
- break;
- case 4:
- mes "[Hugel Guide Granny]";
- mes "A while ago, strangers came to the village and built that strange Airport kind of thing...";
- mes "What do they call it? Airship?";
- mes "Would you like to know more locations?";
- viewpoint 1,178,146,3,0xD7567F;
- next;
- break;
- case 5:
- mes "[Hugel Guide Granny]";
- mes "Well, we have a Weapon Shop in the center of the village.";
- mes "But I don't know if there is any weapon that you find useful.";
- mes "Would you like to know more locations?";
- viewpoint 1,88,167,4,0xCD5C5C;
- next;
- break;
- case 6:
- mes "[Hugel Guide Granny]";
- mes "Yes, I love Hugel brand Red Potions. I haven't tasted Red Potions from any other brands yet...hohoho. ";
- mes "The tool shop is located in the center of village.";
- mes "Would you like to know more locations?";
- viewpoint 1,92,163,5,0x000080;
- next;
- break;
- case 7:
- mes "[Hugel Guide Granny]";
- mes "I will mark the location";
- mes "of the ^800080Bingo Game Room^000000";
- mes "on your mini-map.";
- mes "Would you like to know more locations?";
- viewpoint 1,58,206,6,0x800080;
- next;
- break;
- case 8:
- mes "[Hugel Guide Granny]";
- mes "Oh, are you an aspiring Hunter?";
- mes "Then head northeast following the beach, then you will find the Hunter Guild.";
- mes "Would you like to know more locations?";
- viewpoint 1,209,224,7,0xFF1493;
- next;
- break;
- case 9:
- mes "[Hugel Guide Granny]";
- mes "I will mark the location";
- mes "of the ^483D8BParty Supplies Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to know more locations?";
- viewpoint 1,95,103,8,0x483D8B;
- next;
- break;
- case 10:
- mes "[Hugel Guide Granny]";
- mes "I heard that the Shrine Expedition is staying in a house at the west.";
- mes "They have put some kind of sign in the middle of village, so I guess that they are hiring people for something...";
- mes "I wonder what they are doing in here...hmmm.";
- mes "Would you like to know more locations?";
- viewpoint 1,52,95,9,0x834683;
- next;
- break;
- case 11:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Monster Race Arena ]:[ Cool Event Corp. Staff ]:Previous Menu")) {
- case 1:
- mes "[Hugel Guide Granny]";
- mes "I also like playing Monster Race games. It is pretty fun, you know?";
- mes "Oh, you haven't tried it yet? No~ you'd better try. Trust me, you will like it.";
- mes "Would you like to know more locations?";
- viewpoint 1,60,71,10,0xFF1493;
- next;
- break;
- case 2:
- mes "[Hugel Guide Granny]";
- mes "I will mark the location";
- mes "of the ^DA70D6Cool Event Corp. Staff^000000";
- mes "on your mini-map.";
- mes "Would you like to know more locations?";
- viewpoint 1,88,168,11,0xDA70D6;
- next;
- break;
- case 3:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Hugel Guide Granny]";
- mes "I'll remove the marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,159,113,0,0xFFFFFF;
- viewpoint 2,101,77,1,0xFFFFFF;
- viewpoint 2,126,65,2,0xFFFFFF;
- viewpoint 2,178,146,3,0xFFFFFF;
- viewpoint 2,88,167,4,0xFFFFFF;
- viewpoint 2,92,163,5,0xFFFFFF;
- viewpoint 2,58,206,6,0xFFFFFF;
- viewpoint 2,209,224,7,0xFFFFFF;
- viewpoint 2,95,103,8,0xFFFFFF;
- viewpoint 2,52,95,9,0xFFFFFF;
- viewpoint 2,60,71,10,0xFFFFFF;
- viewpoint 2,88,168,11,0xFFFFFF;
- next;
- break;
- case 4:
- mes "[Hugel Guide Granny]";
- mes "Ho ho ho ~!";
- mes "Guiding is very interesting.";
- close;
- }
- }
-}
-
-hugel,187,172,6 script Guide Rich King# 414,{
- mes "[Guide Rich King]";
- mes "What business do you have";
- mes "in this countryside village?";
- next;
- mes "[Rich King]";
- mes "This is ^8B4513Hugel^000000";
- mes "in the Schwaltzvalt Republic.";
- mes "You are very honored to receive guidance from a great person like me.";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Church ]:[ Inn ]:[ Pub ]:[ Airport ]:[ Weapon Shop ]:[ Tool Shop ]:[ Bingo Game Room ]:[ Hunter Guild ]:[ Party Supplies Shop ]:[ Shrine Expedition ]:Previous Menu")) {
- case 1:
- mes "[Rich King]";
- mes "I will mark the location";
- mes "of the ^FF0000Church^000000.";
- mes "Do you want to know more locations?";
- mes "Are you going to keep bugging me and make me get upset?";
- viewpoint 1,159,113,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Rich King]";
- mes "I will mark the location";
- mes "of the ^8B4513Inn^000000.";
- mes "Do you want to know more locations?";
- mes "Are you going to keep bugging me and make me get upset?";
- viewpoint 1,101,77,1,0x8B4513;
- next;
- break;
- case 3:
- mes "[Rich King]";
- mes "I will mark the location";
- mes "of the ^DAA520Pub^000000.";
- mes "Do you want to know more locations?";
- mes "Are you going to keep bugging me and make me get upset?";
- viewpoint 1,126,65,2,0xDAA520;
- next;
- break;
- case 4:
- mes "[Rich King]";
- mes "I will mark the location";
- mes "of the ^D7567FAirport^000000.";
- mes "Do you want to know more locations?";
- mes "Are you going to keep bugging me and make me get upset?";
- viewpoint 1,178,146,3,0xD7567F;
- next;
- break;
- case 5:
- mes "[Rich King]";
- mes "I will mark the location";
- mes "of the ^CD5C5CWeapon Shop^000000.";
- mes "Do you want to know more locations?";
- mes "Are you going to keep bugging me and make me get upset?";
- viewpoint 1,88,167,4,0xCD5C5C;
- next;
- break;
- case 6:
- mes "[Rich King]";
- mes "I will mark the location";
- mes "of the ^000080Tool Shop^000000.";
- mes "Do you want to know more locations?";
- mes "Are you going to keep bugging me and make me get upset?";
- viewpoint 1,92,163,5,0x000080;
- next;
- break;
- case 7:
- mes "[Rich King]";
- mes "I will mark the location";
- mes "of the ^800080Bingo Game Room^000000.";
- mes "Do you want to know more locations?";
- mes "Are you going to keep bugging me and make me get upset?";
- viewpoint 1,58,206,6,0x800080;
- next;
- break;
- case 8:
- mes "[Rich King]";
- mes "I will mark the location";
- mes "of the ^FF1493Hunter Guild^000000.";
- mes "Do you want to know more locations?";
- mes "Are you going to keep bugging me and make me get upset?";
- viewpoint 1,209,224,7,0xFF1493;
- next;
- break;
- case 9:
- mes "[Rich King]";
- mes "I will mark the location";
- mes "of the ^483D8BParty Supplies Shop^000000.";
- mes "Do you want to know more locations?";
- mes "Are you going to keep bugging me and make me get upset?";
- viewpoint 1,95,103,8,0x483D8B;
- next;
- break;
- case 10:
- mes "[Rich King]";
- mes "I will mark the location";
- mes "of the ^834683Shrine Expedition^000000.";
- mes "Do you want to know more locations?";
- mes "Are you going to keep bugging me and make me get upset?";
- viewpoint 1,52,95,9,0x834683;
- next;
- break;
- case 11:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Monster Race Arena ]:[ Cool Event Corp. Staff ]:Previous Menu")) {
- case 1:
- mes "[Rich King]";
- mes "I will mark the location";
- mes "of the ^FF1493Monster Race Arena^000000.";
- mes "Do you want to know more locations?";
- mes "Are you going to keep bugging me and make me get upset?";
- viewpoint 1,60,71,10,0xFF1493;
- next;
- break;
- case 2:
- mes "[Rich King]";
- mes "I will mark the location";
- mes "of the ^DA70D6Cool Event Corp. Staff^000000.";
- mes "Do you want to know more locations?";
- mes "Are you going to keep bugging me and make me get upset?";
- viewpoint 1,88,168,11,0xDA70D6;
- next;
- break;
- case 3:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Rich King]";
- mes "I'll remove the marks from your mini-map.";
- mes "I know you're curious but you need to stop bugging me.";
- viewpoint 2,159,113,0,0xFFFFFF;
- viewpoint 2,101,77,1,0xFFFFFF;
- viewpoint 2,126,65,2,0xFFFFFF;
- viewpoint 2,178,146,3,0xFFFFFF;
- viewpoint 2,88,167,4,0xFFFFFF;
- viewpoint 2,92,163,5,0xFFFFFF;
- viewpoint 2,58,206,6,0xFFFFFF;
- viewpoint 2,209,224,7,0xFFFFFF;
- viewpoint 2,95,103,8,0xFFFFFF;
- viewpoint 2,52,95,9,0xFFFFFF;
- viewpoint 2,60,71,10,0xFFFFFF;
- viewpoint 2,88,168,11,0xFFFFFF;
- next;
- break;
- case 4:
- mes "[Rich King]";
- mes "I'm getting a little bit hungry after working so hard...";
- mes "I am eager to eat something!";
- close;
- }
- }
-}
+//===== eAthena Script =======================================
+//= Hugel Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Hugel
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+hugel,98,56,3 script Hugel Guide Granny#hugel 863,{
+ mes "[Hugel Guide Granny]";
+ mes "Oh, hello~ you are one energetic adventurer.";
+ mes "Welcome to ^8B4513Hugel^000000. I am honored to guide you in this beautiful village.";
+ mes "If this is the first time for you to use the guide services, you should ask a lot of questions.";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Church ]:[ Inn ]:[ Pub ]:[ Airport ]:[ Weapon Shop ]:[ Tool Shop ]:[ Bingo Game Room ]:[ ^3131FFHunter Guild^000000 ]:[ Party Supplies Shop ]:[ ^3131FFShrine Expedition^000000 ]:Previous Menu")) {
+ case 1:
+ mes "[Hugel Guide Granny]";
+ mes "Well, to me, this Church is rather like a place for old folks like me, you know...";
+ mes "Would you like to know more locations?";
+ viewpoint 1,159,113,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Hugel Guide Granny]";
+ mes "Pudding rather than praise.";
+ mes "You'd better unpack your stuff first before you start looking around this village.";
+ mes "Would you like to know more locations?";
+ viewpoint 1,101,77,1,0x8B4513;
+ next;
+ break;
+ case 3:
+ mes "[Hugel Guide Granny]";
+ mes "Yes, when you travel, you want to drop by a Pub and make new friends.";
+ mes "Go east from here, then you will arrive at the pub.";
+ mes "Would you like to know more locations?";
+ viewpoint 1,126,65,2,0xDAA520;
+ next;
+ break;
+ case 4:
+ mes "[Hugel Guide Granny]";
+ mes "A while ago, strangers came to the village and built that strange Airport kind of thing...";
+ mes "What do they call it? Airship?";
+ mes "Would you like to know more locations?";
+ viewpoint 1,178,146,3,0xD7567F;
+ next;
+ break;
+ case 5:
+ mes "[Hugel Guide Granny]";
+ mes "Well, we have a Weapon Shop in the center of the village.";
+ mes "But I don't know if there is any weapon that you find useful.";
+ mes "Would you like to know more locations?";
+ viewpoint 1,88,167,4,0xCD5C5C;
+ next;
+ break;
+ case 6:
+ mes "[Hugel Guide Granny]";
+ mes "Yes, I love Hugel brand Red Potions. I haven't tasted Red Potions from any other brands yet...hohoho. ";
+ mes "The tool shop is located in the center of village.";
+ mes "Would you like to know more locations?";
+ viewpoint 1,92,163,5,0x000080;
+ next;
+ break;
+ case 7:
+ mes "[Hugel Guide Granny]";
+ mes "I will mark the location";
+ mes "of the ^800080Bingo Game Room^000000";
+ mes "on your mini-map.";
+ mes "Would you like to know more locations?";
+ viewpoint 1,58,206,6,0x800080;
+ next;
+ break;
+ case 8:
+ mes "[Hugel Guide Granny]";
+ mes "Oh, are you an aspiring Hunter?";
+ mes "Then head northeast following the beach, then you will find the Hunter Guild.";
+ mes "Would you like to know more locations?";
+ viewpoint 1,209,224,7,0xFF1493;
+ next;
+ break;
+ case 9:
+ mes "[Hugel Guide Granny]";
+ mes "I will mark the location";
+ mes "of the ^483D8BParty Supplies Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to know more locations?";
+ viewpoint 1,95,103,8,0x483D8B;
+ next;
+ break;
+ case 10:
+ mes "[Hugel Guide Granny]";
+ mes "I heard that the Shrine Expedition is staying in a house at the west.";
+ mes "They have put some kind of sign in the middle of village, so I guess that they are hiring people for something...";
+ mes "I wonder what they are doing in here...hmmm.";
+ mes "Would you like to know more locations?";
+ viewpoint 1,52,95,9,0x834683;
+ next;
+ break;
+ case 11:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Monster Race Arena ]:[ Cool Event Corp. Staff ]:Previous Menu")) {
+ case 1:
+ mes "[Hugel Guide Granny]";
+ mes "I also like playing Monster Race games. It is pretty fun, you know?";
+ mes "Oh, you haven't tried it yet? No~ you'd better try. Trust me, you will like it.";
+ mes "Would you like to know more locations?";
+ viewpoint 1,60,71,10,0xFF1493;
+ next;
+ break;
+ case 2:
+ mes "[Hugel Guide Granny]";
+ mes "I will mark the location";
+ mes "of the ^DA70D6Cool Event Corp. Staff^000000";
+ mes "on your mini-map.";
+ mes "Would you like to know more locations?";
+ viewpoint 1,88,168,11,0xDA70D6;
+ next;
+ break;
+ case 3:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Hugel Guide Granny]";
+ mes "I'll remove the marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,159,113,0,0xFFFFFF;
+ viewpoint 2,101,77,1,0xFFFFFF;
+ viewpoint 2,126,65,2,0xFFFFFF;
+ viewpoint 2,178,146,3,0xFFFFFF;
+ viewpoint 2,88,167,4,0xFFFFFF;
+ viewpoint 2,92,163,5,0xFFFFFF;
+ viewpoint 2,58,206,6,0xFFFFFF;
+ viewpoint 2,209,224,7,0xFFFFFF;
+ viewpoint 2,95,103,8,0xFFFFFF;
+ viewpoint 2,52,95,9,0xFFFFFF;
+ viewpoint 2,60,71,10,0xFFFFFF;
+ viewpoint 2,88,168,11,0xFFFFFF;
+ next;
+ break;
+ case 4:
+ mes "[Hugel Guide Granny]";
+ mes "Ho ho ho ~!";
+ mes "Guiding is very interesting.";
+ close;
+ }
+ }
+}
+
+hugel,187,172,6 script Guide Rich King# 414,{
+ mes "[Guide Rich King]";
+ mes "What business do you have";
+ mes "in this countryside village?";
+ next;
+ mes "[Rich King]";
+ mes "This is ^8B4513Hugel^000000";
+ mes "in the Schwaltzvalt Republic.";
+ mes "You are very honored to receive guidance from a great person like me.";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Church ]:[ Inn ]:[ Pub ]:[ Airport ]:[ Weapon Shop ]:[ Tool Shop ]:[ Bingo Game Room ]:[ Hunter Guild ]:[ Party Supplies Shop ]:[ Shrine Expedition ]:Previous Menu")) {
+ case 1:
+ mes "[Rich King]";
+ mes "I will mark the location";
+ mes "of the ^FF0000Church^000000.";
+ mes "Do you want to know more locations?";
+ mes "Are you going to keep bugging me and make me get upset?";
+ viewpoint 1,159,113,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Rich King]";
+ mes "I will mark the location";
+ mes "of the ^8B4513Inn^000000.";
+ mes "Do you want to know more locations?";
+ mes "Are you going to keep bugging me and make me get upset?";
+ viewpoint 1,101,77,1,0x8B4513;
+ next;
+ break;
+ case 3:
+ mes "[Rich King]";
+ mes "I will mark the location";
+ mes "of the ^DAA520Pub^000000.";
+ mes "Do you want to know more locations?";
+ mes "Are you going to keep bugging me and make me get upset?";
+ viewpoint 1,126,65,2,0xDAA520;
+ next;
+ break;
+ case 4:
+ mes "[Rich King]";
+ mes "I will mark the location";
+ mes "of the ^D7567FAirport^000000.";
+ mes "Do you want to know more locations?";
+ mes "Are you going to keep bugging me and make me get upset?";
+ viewpoint 1,178,146,3,0xD7567F;
+ next;
+ break;
+ case 5:
+ mes "[Rich King]";
+ mes "I will mark the location";
+ mes "of the ^CD5C5CWeapon Shop^000000.";
+ mes "Do you want to know more locations?";
+ mes "Are you going to keep bugging me and make me get upset?";
+ viewpoint 1,88,167,4,0xCD5C5C;
+ next;
+ break;
+ case 6:
+ mes "[Rich King]";
+ mes "I will mark the location";
+ mes "of the ^000080Tool Shop^000000.";
+ mes "Do you want to know more locations?";
+ mes "Are you going to keep bugging me and make me get upset?";
+ viewpoint 1,92,163,5,0x000080;
+ next;
+ break;
+ case 7:
+ mes "[Rich King]";
+ mes "I will mark the location";
+ mes "of the ^800080Bingo Game Room^000000.";
+ mes "Do you want to know more locations?";
+ mes "Are you going to keep bugging me and make me get upset?";
+ viewpoint 1,58,206,6,0x800080;
+ next;
+ break;
+ case 8:
+ mes "[Rich King]";
+ mes "I will mark the location";
+ mes "of the ^FF1493Hunter Guild^000000.";
+ mes "Do you want to know more locations?";
+ mes "Are you going to keep bugging me and make me get upset?";
+ viewpoint 1,209,224,7,0xFF1493;
+ next;
+ break;
+ case 9:
+ mes "[Rich King]";
+ mes "I will mark the location";
+ mes "of the ^483D8BParty Supplies Shop^000000.";
+ mes "Do you want to know more locations?";
+ mes "Are you going to keep bugging me and make me get upset?";
+ viewpoint 1,95,103,8,0x483D8B;
+ next;
+ break;
+ case 10:
+ mes "[Rich King]";
+ mes "I will mark the location";
+ mes "of the ^834683Shrine Expedition^000000.";
+ mes "Do you want to know more locations?";
+ mes "Are you going to keep bugging me and make me get upset?";
+ viewpoint 1,52,95,9,0x834683;
+ next;
+ break;
+ case 11:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Monster Race Arena ]:[ Cool Event Corp. Staff ]:Previous Menu")) {
+ case 1:
+ mes "[Rich King]";
+ mes "I will mark the location";
+ mes "of the ^FF1493Monster Race Arena^000000.";
+ mes "Do you want to know more locations?";
+ mes "Are you going to keep bugging me and make me get upset?";
+ viewpoint 1,60,71,10,0xFF1493;
+ next;
+ break;
+ case 2:
+ mes "[Rich King]";
+ mes "I will mark the location";
+ mes "of the ^DA70D6Cool Event Corp. Staff^000000.";
+ mes "Do you want to know more locations?";
+ mes "Are you going to keep bugging me and make me get upset?";
+ viewpoint 1,88,168,11,0xDA70D6;
+ next;
+ break;
+ case 3:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Rich King]";
+ mes "I'll remove the marks from your mini-map.";
+ mes "I know you're curious but you need to stop bugging me.";
+ viewpoint 2,159,113,0,0xFFFFFF;
+ viewpoint 2,101,77,1,0xFFFFFF;
+ viewpoint 2,126,65,2,0xFFFFFF;
+ viewpoint 2,178,146,3,0xFFFFFF;
+ viewpoint 2,88,167,4,0xFFFFFF;
+ viewpoint 2,92,163,5,0xFFFFFF;
+ viewpoint 2,58,206,6,0xFFFFFF;
+ viewpoint 2,209,224,7,0xFFFFFF;
+ viewpoint 2,95,103,8,0xFFFFFF;
+ viewpoint 2,52,95,9,0xFFFFFF;
+ viewpoint 2,60,71,10,0xFFFFFF;
+ viewpoint 2,88,168,11,0xFFFFFF;
+ next;
+ break;
+ case 4:
+ mes "[Rich King]";
+ mes "I'm getting a little bit hungry after working so hard...";
+ mes "I am eager to eat something!";
+ close;
+ }
+ }
+}
diff --git a/npc/guides/guides_izlude.txt b/npc/guides/guides_izlude.txt
index 3e6d29ebf..76be52f29 100644
--- a/npc/guides/guides_izlude.txt
+++ b/npc/guides/guides_izlude.txt
@@ -1,186 +1,186 @@
-//===== eAthena Script =======================================
-//= Izlude Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Izlude
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-izlude,121,87,6 script Guide#01izlude::GuideIzlude 105,{
- cutin "prt_soldier",2;
- mes "[Izlude Guide]";
- mes "Welcome to ^8B4513Izlude^000000,";
- mes "Prontera's satellite town.";
- mes "Do you need help navigating the town?";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Marina ]:[ Airport ]:[ Arena ]:[ Tool Shop ]:[ Weapon & Armor Shop ]:[ Swordsman Guild ]:[ Swordsman Association ]:Previous Menu")) {
- case 1:
- mes "[Izlude Guide]";
- mes "You can use the northeast ^B9062FMarina^000000";
- mes "to go to ^8B4513Alberta^000000 or ^8B4513Byalan Island^000000.";
- mes "Beware of ^8B4513Izlude Dungeon^000000";
- mes "on Byalan Island since it is";
- mes "filled with dreadful monsters.";
- mes "Would you like to check any other locations?";
- viewpoint 1,200,180,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Izlude Guide]";
- mes "The ^0000FFInternational Airship^000000 to the southeast";
- mes "goes to ^8B4513Juno^000000 and ^8B4513Rachel^000000.";
- mes "Let me mark its location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,145,39,1,0x0A82FF;
- next;
- break;
- case 3:
- mes "[Izlude Guide]";
- mes "The ^FF5400Arena^000000 at the north";
- mes "is a perfect place to";
- mes "test your combat capabilities.";
- mes "Let me mark its location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,128,255,2,0xFF5400;
- next;
- break;
- case 4:
- mes "[Izlude Guide]";
- mes "Let me mark the location of the ^006400Tool Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,148,148,3,0xAAFF00;
- next;
- break;
- case 5:
- mes "[Izlude Guide]";
- mes "Let me mark the location of the ^7F3300Weapon & Armor Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,114,149,4,0xD2691E;
- next;
- break;
- case 6:
- mes "[Izlude Guide]";
- mes "The Swordsman Guild is where you can ^800080change your job to Swordsman.^000000";
- mes "Let me mark its location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,52,140,5,0xDA70D6;
- next;
- break;
- case 7:
- mes "[Izlude Guide]";
- mes "Let me mark the location of the ^B9062FSwordsman Association^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,214,130,6,0xFF0000;
- next;
- break;
- case 8:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Newlywed Helper ]:[ Bullet Merchant ]:[ Mercenary Guildsman ]:Previous Menu")) {
- case 1:
- mes "[Izlude Guide]";
- mes "The ^0000FFEden Teleport Officer^000000";
- mes "is currently staying inside";
- mes "the Swordsman Guild building.";
- mes "Let me mark his location on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,52,140,7,0x0A82FF;
- next;
- break;
- case 2:
- mes "[Izlude Guide]";
- mes "Let me mark the location of the";
- mes "^FF5400Kafra Employee^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,134,88,8,0xFF5400;
- next;
- break;
- case 3:
- mes "[Izlude Guide]";
- mes "If you'd like to go on a honeymoon to";
- mes "^8B4513Jawaii^000000, the paradise of newlyweds,";
- mes "please speak to the ^B9062FNewlywed Helper^000000.";
- mes "Would you like to check any other locations?";
- viewpoint 1,171,185,9,0xFF0000;
- next;
- break;
- case 4:
- mes "[Izlude Guide]";
- mes "The ^7F3300Bullet Merchants^000000 for ^7F3300Gunslingers^000000";
- mes "is located to the east.";
- mes "Let me mark his location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,171,130,10,0xD2691E;
- next;
- break;
- case 5:
- mes "[Izlude Guide]";
- mes "Let me mark the location of ^0000FFFencer Mercenary Manager^000000 and";
- mes "^0000FFMercenary Goods Merchant^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,48,137,11,0xDA70D6;
- next;
- break;
- case 6:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Izlude Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFF00;
- viewpoint 2,1,1,1,0x000000;
- viewpoint 2,1,1,2,0xFF0000;
- viewpoint 2,1,1,3,0xFFFF00;
- viewpoint 2,1,1,4,0xFFFF00;
- viewpoint 2,1,1,5,0xFFFF00;
- viewpoint 2,1,1,6,0xFFFF00;
- viewpoint 2,1,1,7,0xFFFF00;
- viewpoint 2,1,1,8,0xFFFF00;
- viewpoint 2,1,1,9,0xFFFF00;
- viewpoint 2,1,1,10,0xFFFF00;
- viewpoint 2,1,1,11,0xFFFF00;
- next;
- break;
- case 4:
- mes "[Izlude Guide]";
- mes "Enjoy your stay.";
- mes "Bye~!";
- close2;
- cutin "prt_soldier",255;
- end;
- }
- }
-}
-
-izlude,131,177,4 duplicate(GuideIzlude) Guide#02izlude 105
+//===== eAthena Script =======================================
+//= Izlude Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Izlude
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+izlude,121,87,6 script Guide#01izlude::GuideIzlude 105,{
+ cutin "prt_soldier",2;
+ mes "[Izlude Guide]";
+ mes "Welcome to ^8B4513Izlude^000000,";
+ mes "Prontera's satellite town.";
+ mes "Do you need help navigating the town?";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Marina ]:[ Airport ]:[ Arena ]:[ Tool Shop ]:[ Weapon & Armor Shop ]:[ Swordsman Guild ]:[ Swordsman Association ]:Previous Menu")) {
+ case 1:
+ mes "[Izlude Guide]";
+ mes "You can use the northeast ^B9062FMarina^000000";
+ mes "to go to ^8B4513Alberta^000000 or ^8B4513Byalan Island^000000.";
+ mes "Beware of ^8B4513Izlude Dungeon^000000";
+ mes "on Byalan Island since it is";
+ mes "filled with dreadful monsters.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,200,180,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Izlude Guide]";
+ mes "The ^0000FFInternational Airship^000000 to the southeast";
+ mes "goes to ^8B4513Juno^000000 and ^8B4513Rachel^000000.";
+ mes "Let me mark its location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,145,39,1,0x0A82FF;
+ next;
+ break;
+ case 3:
+ mes "[Izlude Guide]";
+ mes "The ^FF5400Arena^000000 at the north";
+ mes "is a perfect place to";
+ mes "test your combat capabilities.";
+ mes "Let me mark its location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,128,255,2,0xFF5400;
+ next;
+ break;
+ case 4:
+ mes "[Izlude Guide]";
+ mes "Let me mark the location of the ^006400Tool Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,148,148,3,0xAAFF00;
+ next;
+ break;
+ case 5:
+ mes "[Izlude Guide]";
+ mes "Let me mark the location of the ^7F3300Weapon & Armor Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,114,149,4,0xD2691E;
+ next;
+ break;
+ case 6:
+ mes "[Izlude Guide]";
+ mes "The Swordsman Guild is where you can ^800080change your job to Swordsman.^000000";
+ mes "Let me mark its location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,52,140,5,0xDA70D6;
+ next;
+ break;
+ case 7:
+ mes "[Izlude Guide]";
+ mes "Let me mark the location of the ^B9062FSwordsman Association^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,214,130,6,0xFF0000;
+ next;
+ break;
+ case 8:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Eden Teleport Officer ]:[ Kafra Employee ]:[ Newlywed Helper ]:[ Bullet Merchant ]:[ Mercenary Guildsman ]:Previous Menu")) {
+ case 1:
+ mes "[Izlude Guide]";
+ mes "The ^0000FFEden Teleport Officer^000000";
+ mes "is currently staying inside";
+ mes "the Swordsman Guild building.";
+ mes "Let me mark his location on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,52,140,7,0x0A82FF;
+ next;
+ break;
+ case 2:
+ mes "[Izlude Guide]";
+ mes "Let me mark the location of the";
+ mes "^FF5400Kafra Employee^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,134,88,8,0xFF5400;
+ next;
+ break;
+ case 3:
+ mes "[Izlude Guide]";
+ mes "If you'd like to go on a honeymoon to";
+ mes "^8B4513Jawaii^000000, the paradise of newlyweds,";
+ mes "please speak to the ^B9062FNewlywed Helper^000000.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,171,185,9,0xFF0000;
+ next;
+ break;
+ case 4:
+ mes "[Izlude Guide]";
+ mes "The ^7F3300Bullet Merchants^000000 for ^7F3300Gunslingers^000000";
+ mes "is located to the east.";
+ mes "Let me mark his location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,171,130,10,0xD2691E;
+ next;
+ break;
+ case 5:
+ mes "[Izlude Guide]";
+ mes "Let me mark the location of ^0000FFFencer Mercenary Manager^000000 and";
+ mes "^0000FFMercenary Goods Merchant^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,48,137,11,0xDA70D6;
+ next;
+ break;
+ case 6:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Izlude Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFF00;
+ viewpoint 2,1,1,1,0x000000;
+ viewpoint 2,1,1,2,0xFF0000;
+ viewpoint 2,1,1,3,0xFFFF00;
+ viewpoint 2,1,1,4,0xFFFF00;
+ viewpoint 2,1,1,5,0xFFFF00;
+ viewpoint 2,1,1,6,0xFFFF00;
+ viewpoint 2,1,1,7,0xFFFF00;
+ viewpoint 2,1,1,8,0xFFFF00;
+ viewpoint 2,1,1,9,0xFFFF00;
+ viewpoint 2,1,1,10,0xFFFF00;
+ viewpoint 2,1,1,11,0xFFFF00;
+ next;
+ break;
+ case 4:
+ mes "[Izlude Guide]";
+ mes "Enjoy your stay.";
+ mes "Bye~!";
+ close2;
+ cutin "prt_soldier",255;
+ end;
+ }
+ }
+}
+
+izlude,131,177,4 duplicate(GuideIzlude) Guide#02izlude 105
diff --git a/npc/guides/guides_juno.txt b/npc/guides/guides_juno.txt
index 429c25f69..5cd65f9ef 100644
--- a/npc/guides/guides_juno.txt
+++ b/npc/guides/guides_juno.txt
@@ -1,211 +1,211 @@
-//===== eAthena Script =======================================
-//= Juno Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Juno
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-yuno,59,212,4 script Juno Guide#yuno01::GuideJuno 700,{
- mes "[Juno Guide]";
- mes "A place that takes the vision of the future, and gives it form in the present. Welcome to";
- mes "the city of ^8B4513Juno^00000!";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Tool Shop ]:[ Forge ]:[ Airport ]:[ Government Building ]:[ Street of Book Stores ]:[ Inn & Pub ]:[ Sage Castle ]:[ Monster Academy ]:[ Library of the Republic ]:[ Weapon & Armor Shop ]:[ Juphero Plaze ]:[ Monster Museum ]:[ Schweicherbil Magic Academy ]:Previous Menu")) {
- case 1:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^FF0000Tool Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,194,140,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^FF4500Forge^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,120,137,1,0xFF4500;
- next;
- break;
- case 3:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^DAA520Airport^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,16,261,2,0xDAA520;
- next;
- break;
- case 4:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^008000Government Building^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,157,317,3,0x008000;
- next;
- break;
- case 5:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^0000FFStreet of Book Stores^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,172,100,4,0x0000FF;
- next;
- break;
- case 6:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^000080Inn & Pub^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,51,105,5,0x000080;
- next;
- break;
- case 7:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^800080Sage Castle^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,90,318,6,0x800080;
- next;
- break;
- case 8:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^834683Monster Academy^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,95,184,7,0x834683;
- next;
- break;
- case 9:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^4B0082Juno Library^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,338,203,8,0x4B0082;
- next;
- break;
- case 10:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^008080Weapon & Armor Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,120,137,9,0x008080;
- next;
- break;
- case 11:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^FF1493Juphero Plaza^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,115,157,10,0xFF1493;
- next;
- break;
- case 12:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^DA70D6Monster Museum^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,278,290,11,0xDA70D6;
- next;
- break;
- case 13:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^CD1039Schweicherbil Magic Academy^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,323,280,12,0xCD1039;
- next;
- break;
- case 14:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Kafra Employees ]:[ Eden Teleport Officer ]:Previous Menu")) {
- case 1:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^FA8072Kafra Employees^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,152,187,13,0xFA8072;
- viewpoint 1,277,221,14,0xFA8072;
- viewpoint 1,327,108,15,0xFA8072;
- next;
- break;
- case 2:
- mes "[Juno Guide]";
- mes "I will mark the location";
- mes "of the ^803232Eden Teleport Officer^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,144,189,16,0x803232;
- next;
- break;
- case 3:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Juno Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,194,140,0,0xFFFFFF;
- viewpoint 2,120,137,1,0xFFFFFF;
- viewpoint 2,16,261,2,0xFFFFFF;
- viewpoint 2,157,317,3,0xFFFFFF;
- viewpoint 2,172,100,4,0xFFFFFF;
- viewpoint 2,51,105,5,0xFFFFFF;
- viewpoint 2,90,318,6,0xFFFFFF;
- viewpoint 2,95,184,7,0xFFFFFF;
- viewpoint 2,338,203,8,0xFFFFFF;
- viewpoint 2,120,137,9,0xFFFFFF;
- viewpoint 2,115,157,10,0xFFFFFF;
- viewpoint 2,278,290,11,0xFFFFFF;
- viewpoint 2,323,280,12,0xFFFFFF;
- viewpoint 2,152,187,13,0xFFFFFF;
- viewpoint 2,277,221,14,0xFFFFFF;
- viewpoint 2,327,108,15,0xFFFFFF;
- viewpoint 2,144,189,16,0xFFFFFF;
- next;
- break;
- case 4:
- mes "[Juno Guide]";
- mes "Have fun on your adventures!";
- close;
- }
- }
-}
-
-yuno,153,47,4 duplicate(GuideJuno) Juno Guide#yuno02 700
+//===== eAthena Script =======================================
+//= Juno Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Juno
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+yuno,59,212,4 script Juno Guide#yuno01::GuideJuno 700,{
+ mes "[Juno Guide]";
+ mes "A place that takes the vision of the future, and gives it form in the present. Welcome to";
+ mes "the city of ^8B4513Juno^00000!";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Tool Shop ]:[ Forge ]:[ Airport ]:[ Government Building ]:[ Street of Book Stores ]:[ Inn & Pub ]:[ Sage Castle ]:[ Monster Academy ]:[ Library of the Republic ]:[ Weapon & Armor Shop ]:[ Juphero Plaze ]:[ Monster Museum ]:[ Schweicherbil Magic Academy ]:Previous Menu")) {
+ case 1:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^FF0000Tool Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,194,140,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^FF4500Forge^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,120,137,1,0xFF4500;
+ next;
+ break;
+ case 3:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^DAA520Airport^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,16,261,2,0xDAA520;
+ next;
+ break;
+ case 4:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^008000Government Building^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,157,317,3,0x008000;
+ next;
+ break;
+ case 5:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^0000FFStreet of Book Stores^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,172,100,4,0x0000FF;
+ next;
+ break;
+ case 6:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^000080Inn & Pub^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,51,105,5,0x000080;
+ next;
+ break;
+ case 7:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^800080Sage Castle^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,90,318,6,0x800080;
+ next;
+ break;
+ case 8:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^834683Monster Academy^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,95,184,7,0x834683;
+ next;
+ break;
+ case 9:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^4B0082Juno Library^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,338,203,8,0x4B0082;
+ next;
+ break;
+ case 10:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^008080Weapon & Armor Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,120,137,9,0x008080;
+ next;
+ break;
+ case 11:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^FF1493Juphero Plaza^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,115,157,10,0xFF1493;
+ next;
+ break;
+ case 12:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^DA70D6Monster Museum^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,278,290,11,0xDA70D6;
+ next;
+ break;
+ case 13:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^CD1039Schweicherbil Magic Academy^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,323,280,12,0xCD1039;
+ next;
+ break;
+ case 14:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Kafra Employees ]:[ Eden Teleport Officer ]:Previous Menu")) {
+ case 1:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^FA8072Kafra Employees^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,152,187,13,0xFA8072;
+ viewpoint 1,277,221,14,0xFA8072;
+ viewpoint 1,327,108,15,0xFA8072;
+ next;
+ break;
+ case 2:
+ mes "[Juno Guide]";
+ mes "I will mark the location";
+ mes "of the ^803232Eden Teleport Officer^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,144,189,16,0x803232;
+ next;
+ break;
+ case 3:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Juno Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,194,140,0,0xFFFFFF;
+ viewpoint 2,120,137,1,0xFFFFFF;
+ viewpoint 2,16,261,2,0xFFFFFF;
+ viewpoint 2,157,317,3,0xFFFFFF;
+ viewpoint 2,172,100,4,0xFFFFFF;
+ viewpoint 2,51,105,5,0xFFFFFF;
+ viewpoint 2,90,318,6,0xFFFFFF;
+ viewpoint 2,95,184,7,0xFFFFFF;
+ viewpoint 2,338,203,8,0xFFFFFF;
+ viewpoint 2,120,137,9,0xFFFFFF;
+ viewpoint 2,115,157,10,0xFFFFFF;
+ viewpoint 2,278,290,11,0xFFFFFF;
+ viewpoint 2,323,280,12,0xFFFFFF;
+ viewpoint 2,152,187,13,0xFFFFFF;
+ viewpoint 2,277,221,14,0xFFFFFF;
+ viewpoint 2,327,108,15,0xFFFFFF;
+ viewpoint 2,144,189,16,0xFFFFFF;
+ next;
+ break;
+ case 4:
+ mes "[Juno Guide]";
+ mes "Have fun on your adventures!";
+ close;
+ }
+ }
+}
+
+yuno,153,47,4 duplicate(GuideJuno) Juno Guide#yuno02 700
diff --git a/npc/guides/guides_lighthalzen.txt b/npc/guides/guides_lighthalzen.txt
index 4271bcc2f..ee034c82b 100644
--- a/npc/guides/guides_lighthalzen.txt
+++ b/npc/guides/guides_lighthalzen.txt
@@ -1,237 +1,237 @@
-//===== eAthena Script =======================================
-//= Lighthalzen Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Lighthalzen
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-lighthalzen,207,310,5 script Lighthalzen Guide#lhz01::GuideLighthazlen 852,{
- cutin "ein_soldier",2;
- mes "[Lighthalzen Guide]";
- mes "Welcome to ^8B4513Lighthalzen^000000,";
- mes "the Corporation City-State.";
- mes "If you need any guidance";
- mes "around the city, feel free";
- mes "to ask me and I'll do my";
- mes "very best to help you.";
- next;
- mes "[Lighthalzen Guide]";
- mes "Please be aware that I'm";
- mes "in charge of providing info";
- mes "regarding the West District";
- mes "of ^8B4513Lighthalzen^000000. Now, please";
- mes "select the location that you'd";
- mes "like to learn more about.";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Hotel ]:[ Bank ]:[ Airport ]:[ Weapon Shop ]:[ Department Store ]:[ Police Station ]:[ Jewelry Store ]:[ Cool Event Corp. ]:[ Somatology Laboratory ]:[ Alchemist Association ]:Previous Menu")) {
- case 1:
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of the ^FF0000Hotel^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,160,217,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of the ^FF4500Bank^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,203,257,1,0xFF4500;
- next;
- break;
- case 3:
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of the ^DAA520Airport^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,262,75,2,0xDAA520;
- next;
- break;
- case 4:
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of the ^7B68EEWeapon Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,194,35,3,0x7B68EE;
- next;
- break;
- case 5:
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of the ^B91A4DDepartment Store^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,202,106,4,0xB91A4D;
- next;
- break;
- case 6:
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of the ^008000Police Station^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,234,276,5,0x008000;
- next;
- break;
- case 7:
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of the ^0000FFJewelry Store^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,96,110,6,0x0000FF;
- next;
- break;
- case 8:
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of the ^000080Cool Event Corp.^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,238,217,7,0x000080;
- next;
- break;
- case 9:
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of the ^800080Somatology Laboratory^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,101,243,8,0x800080;
- next;
- break;
- case 10:
- mes "[Lighthalzen Guide]";
- mes "I will mark the location of";
- mes "^0A9696Alchemist Association^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,54,132,9,0x0A9696;
- next;
- break;
- case 11:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Armsmith ]:[ Seiayablem ]:[ Pet Groomer ]:[ Kafra Employees ]:[ Cool Event Corp. Staff ]:Previous Menu")) {
- case 1:
- mes "[Lighthalzen Guide]";
- mes "You may go to Fulerr,";
- mes "the ^0A9696Armsmith^000000";
- mes "on the 1st floor of the Weapon Shop.";
- viewpoint 1,194,35,10,0x0A9696;
- next;
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of the ^0A9696Armsmith^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- next;
- break;
- case 2:
- mes "[Lighthalzen Guide]";
- mes "^4B0082Seiyablem^000000 adds";
- mes "sockets on your items";
- mes "on the 1st floor";
- mes "of the Weapon Shop.";
- viewpoint 1,194,35,11,0x4B0082;
- next;
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of ^4B0082Seiyablem^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- next;
- break;
- case 3:
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of the ^FF4500Pet Groomer^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,222,191,12,0xFF4500;
- next;
- break;
- case 4:
- mes "[Lighthalzen Guide]";
- mes "I will mark the locations";
- mes "of the ^008080Kafra Employees^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,164,99,13,0x008080;
- viewpoint 1,164,99,14,0x008080;
- next;
- break;
- case 5:
- mes "[Lighthalzen Guide]";
- mes "I will mark the location";
- mes "of the ^FF1493Cool Event Corp. Staff^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,94,247,15,0xFF1493;
- next;
- break;
- case 6:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Lighthalzen Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,160,217,0,0xFFFFFF;
- viewpoint 2,203,257,1,0xFFFFFF;
- viewpoint 2,262,75,2,0xFFFFFF;
- viewpoint 2,194,35,3,0xFFFFFF;
- viewpoint 2,202,106,4,0xFFFFFF;
- viewpoint 2,234,276,5,0xFFFFFF;
- viewpoint 2,96,110,6,0xFFFFFF;
- viewpoint 2,238,217,7,0xFFFFFF;
- viewpoint 2,101,243,8,0xFFFFFF;
- viewpoint 2,54,132,9,0xFFFFFF;
- viewpoint 2,194,35,10,0xFFFFFF;
- viewpoint 2,194,35,11,0xFFFFFF;
- viewpoint 2,222,191,12,0xFFFFFF;
- viewpoint 2,164,99,13,0xFFFFFF;
- viewpoint 2,164,99,14,0xFFFFFF;
- viewpoint 2,94,247,15,0xFFFFFF;
- next;
- break;
- case 4:
- mes "[Lighthalzen Guide]";
- mes "Enjoy your adventures!";
- close2;
- cutin "ein_soldier",255;
- end;
- }
- }
-}
-
-lighthalzen,220,310,3 duplicate(GuideLighthazlen) Lighthalzen Guide#lhz02 852
-lighthalzen,154,100,5 duplicate(GuideLighthazlen) Lighthalzen Guide#lhz03 852
-lighthalzen,307,224,3 duplicate(GuideLighthazlen) Lighthalzen Guide#lhz04 852
+//===== eAthena Script =======================================
+//= Lighthalzen Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Lighthalzen
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+lighthalzen,207,310,5 script Lighthalzen Guide#lhz01::GuideLighthazlen 852,{
+ cutin "ein_soldier",2;
+ mes "[Lighthalzen Guide]";
+ mes "Welcome to ^8B4513Lighthalzen^000000,";
+ mes "the Corporation City-State.";
+ mes "If you need any guidance";
+ mes "around the city, feel free";
+ mes "to ask me and I'll do my";
+ mes "very best to help you.";
+ next;
+ mes "[Lighthalzen Guide]";
+ mes "Please be aware that I'm";
+ mes "in charge of providing info";
+ mes "regarding the West District";
+ mes "of ^8B4513Lighthalzen^000000. Now, please";
+ mes "select the location that you'd";
+ mes "like to learn more about.";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Hotel ]:[ Bank ]:[ Airport ]:[ Weapon Shop ]:[ Department Store ]:[ Police Station ]:[ Jewelry Store ]:[ Cool Event Corp. ]:[ Somatology Laboratory ]:[ Alchemist Association ]:Previous Menu")) {
+ case 1:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of the ^FF0000Hotel^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,160,217,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of the ^FF4500Bank^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,203,257,1,0xFF4500;
+ next;
+ break;
+ case 3:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of the ^DAA520Airport^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,262,75,2,0xDAA520;
+ next;
+ break;
+ case 4:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of the ^7B68EEWeapon Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,194,35,3,0x7B68EE;
+ next;
+ break;
+ case 5:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of the ^B91A4DDepartment Store^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,202,106,4,0xB91A4D;
+ next;
+ break;
+ case 6:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of the ^008000Police Station^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,234,276,5,0x008000;
+ next;
+ break;
+ case 7:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of the ^0000FFJewelry Store^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,96,110,6,0x0000FF;
+ next;
+ break;
+ case 8:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of the ^000080Cool Event Corp.^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,238,217,7,0x000080;
+ next;
+ break;
+ case 9:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of the ^800080Somatology Laboratory^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,101,243,8,0x800080;
+ next;
+ break;
+ case 10:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location of";
+ mes "^0A9696Alchemist Association^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,54,132,9,0x0A9696;
+ next;
+ break;
+ case 11:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Armsmith ]:[ Seiayablem ]:[ Pet Groomer ]:[ Kafra Employees ]:[ Cool Event Corp. Staff ]:Previous Menu")) {
+ case 1:
+ mes "[Lighthalzen Guide]";
+ mes "You may go to Fulerr,";
+ mes "the ^0A9696Armsmith^000000";
+ mes "on the 1st floor of the Weapon Shop.";
+ viewpoint 1,194,35,10,0x0A9696;
+ next;
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of the ^0A9696Armsmith^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ next;
+ break;
+ case 2:
+ mes "[Lighthalzen Guide]";
+ mes "^4B0082Seiyablem^000000 adds";
+ mes "sockets on your items";
+ mes "on the 1st floor";
+ mes "of the Weapon Shop.";
+ viewpoint 1,194,35,11,0x4B0082;
+ next;
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of ^4B0082Seiyablem^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ next;
+ break;
+ case 3:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of the ^FF4500Pet Groomer^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,222,191,12,0xFF4500;
+ next;
+ break;
+ case 4:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the locations";
+ mes "of the ^008080Kafra Employees^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,164,99,13,0x008080;
+ viewpoint 1,164,99,14,0x008080;
+ next;
+ break;
+ case 5:
+ mes "[Lighthalzen Guide]";
+ mes "I will mark the location";
+ mes "of the ^FF1493Cool Event Corp. Staff^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,94,247,15,0xFF1493;
+ next;
+ break;
+ case 6:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Lighthalzen Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,160,217,0,0xFFFFFF;
+ viewpoint 2,203,257,1,0xFFFFFF;
+ viewpoint 2,262,75,2,0xFFFFFF;
+ viewpoint 2,194,35,3,0xFFFFFF;
+ viewpoint 2,202,106,4,0xFFFFFF;
+ viewpoint 2,234,276,5,0xFFFFFF;
+ viewpoint 2,96,110,6,0xFFFFFF;
+ viewpoint 2,238,217,7,0xFFFFFF;
+ viewpoint 2,101,243,8,0xFFFFFF;
+ viewpoint 2,54,132,9,0xFFFFFF;
+ viewpoint 2,194,35,10,0xFFFFFF;
+ viewpoint 2,194,35,11,0xFFFFFF;
+ viewpoint 2,222,191,12,0xFFFFFF;
+ viewpoint 2,164,99,13,0xFFFFFF;
+ viewpoint 2,164,99,14,0xFFFFFF;
+ viewpoint 2,94,247,15,0xFFFFFF;
+ next;
+ break;
+ case 4:
+ mes "[Lighthalzen Guide]";
+ mes "Enjoy your adventures!";
+ close2;
+ cutin "ein_soldier",255;
+ end;
+ }
+ }
+}
+
+lighthalzen,220,310,3 duplicate(GuideLighthazlen) Lighthalzen Guide#lhz02 852
+lighthalzen,154,100,5 duplicate(GuideLighthazlen) Lighthalzen Guide#lhz03 852
+lighthalzen,307,224,3 duplicate(GuideLighthazlen) Lighthalzen Guide#lhz04 852
diff --git a/npc/guides/guides_louyang.txt b/npc/guides/guides_louyang.txt
index 589d81c19..ac12e26e2 100644
--- a/npc/guides/guides_louyang.txt
+++ b/npc/guides/guides_louyang.txt
@@ -1,124 +1,124 @@
-//===== eAthena Script =======================================
-//= Louyang Guide
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guide for the city of Louyang
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-louyang,224,104,4 script Louyang Guide#01louyang 818,{
- mes "[Representative]";
- mes "Welcome to ^8B4513Louyang^000000,";
- mes "an ancient land with";
- mes "a history full of tales";
- mes "of bravery.";
- next;
- mes "[Representative]";
- mes "We now provide an ocean lane to accomodate foreign travelers and intercultural exchange from which all can benefit.";
- next;
- mes "[Representative]";
- mes "^8B4513Louyang^000000 is famous for";
- mes "its elaborate history, as well as specialties that are unique to this nation. Please take your time and enjoy your stay.";
- while (1) {
- next;
- switch(select("[ Dragon Castle ]:[ Doctor's Office ]:[ City Hall ]:[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Observatory ]:[ Return to Alberta ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Representative]";
- mes "The Dragon Castle is located at ^0A82FF+^000000. It is where all the nobles reside, including our lord.";
- mes "Since you're an outsider, I guess it would be appropriate for you to visit our lord first.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,218,253,0,0x0A82FF;
- break;
- case 2:
- mes "[Representative]";
- mes "It's a famous ^AAFF00Doctor's Office^000000";
- mes "according to rumor it can cure all diseases. But I'm not sure if it's true or not.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,261,93,1,0xAAFF00;
- break;
- case 3:
- mes "[Representative]";
- mes "We have a City Hall where the federal government operates.";
- mes "It is located at ^008080+^000000.";
- next;
- mes "[Representative]";
- mes "If you have any problems,";
- mes "you should talk with the";
- mes "employees there.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,309,78,2,0x20B2AA;
- break;
- case 4:
- mes "[Representative]";
- mes "The Weapon Shop is located at ^55FF33+^000000.";
- next;
- mes "[Representative]";
- mes "You will see";
- mes "marvelous weapons forged";
- mes "by the well-experienced";
- mes "Blacksmiths of Louyang.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,145,172,3,0xFF1493;
- break;
- case 5:
- mes "[Representative]";
- mes "The Tool Shop is located at ^3355FF+^000000.";
- next;
- mes "[Representative]";
- mes "Knowing your enemy";
- mes "is half the battle!";
- mes "It's also safer to prepare yourself than to be sorry later. Why don't you go check their supplies?";
- mes "Is there anything else I can do for you?";
- viewpoint 1,138,99,4,0xFF0000;
- break;
- case 6:
- mes "[Representative]";
- mes "When you get tired during your trip, I suggest that you visit the Tavern. It's located at ^00FF00+^000000.";
- next;
- mes "[Soldier]";
- mes "The Tavern is a good place";
- mes "to meet other tourists, as well as to hear of any news that may be helpful to know.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,280,165,5,0xDAA520;
- break;
- case 7:
- mes "[Representative]";
- mes "You won't get a better view of the world than you can at the Observatory.";
- mes "It's a must see here.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,136,245,6,0xD8BFD8;
- break;
- case 8:
- mes "[Representative]";
- mes "If you want to return to Alberta,";
- mes "find the ^00BFFFKGirl^000000 outside town on the docks.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,218,22,7,0x00BFFF;
- break;
- case 9:
- mes "[Representative]";
- mes "I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFFFF;
- viewpoint 2,1,1,1,0xFFFFFF;
- viewpoint 2,1,1,2,0xFFFFFF;
- viewpoint 2,1,1,3,0xFFFFFF;
- viewpoint 2,1,1,4,0xFFFFFF;
- viewpoint 2,1,1,5,0xFFFFFF;
- viewpoint 2,1,1,6,0xFFFFFF;
- viewpoint 2,1,1,7,0xFFFFFF;
- break;
- case 10:
- mes "[Representative]";
- mes "Enjoy your trip~!";
- close;
- }
- }
-}
+//===== eAthena Script =======================================
+//= Louyang Guide
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guide for the city of Louyang
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+louyang,224,104,4 script Louyang Guide#01louyang 818,{
+ mes "[Representative]";
+ mes "Welcome to ^8B4513Louyang^000000,";
+ mes "an ancient land with";
+ mes "a history full of tales";
+ mes "of bravery.";
+ next;
+ mes "[Representative]";
+ mes "We now provide an ocean lane to accomodate foreign travelers and intercultural exchange from which all can benefit.";
+ next;
+ mes "[Representative]";
+ mes "^8B4513Louyang^000000 is famous for";
+ mes "its elaborate history, as well as specialties that are unique to this nation. Please take your time and enjoy your stay.";
+ while (1) {
+ next;
+ switch(select("[ Dragon Castle ]:[ Doctor's Office ]:[ City Hall ]:[ Weapon Shop ]:[ Tool Shop ]:[ Tavern ]:[ Observatory ]:[ Return to Alberta ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Representative]";
+ mes "The Dragon Castle is located at ^0A82FF+^000000. It is where all the nobles reside, including our lord.";
+ mes "Since you're an outsider, I guess it would be appropriate for you to visit our lord first.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,218,253,0,0x0A82FF;
+ break;
+ case 2:
+ mes "[Representative]";
+ mes "It's a famous ^AAFF00Doctor's Office^000000";
+ mes "according to rumor it can cure all diseases. But I'm not sure if it's true or not.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,261,93,1,0xAAFF00;
+ break;
+ case 3:
+ mes "[Representative]";
+ mes "We have a City Hall where the federal government operates.";
+ mes "It is located at ^008080+^000000.";
+ next;
+ mes "[Representative]";
+ mes "If you have any problems,";
+ mes "you should talk with the";
+ mes "employees there.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,309,78,2,0x20B2AA;
+ break;
+ case 4:
+ mes "[Representative]";
+ mes "The Weapon Shop is located at ^55FF33+^000000.";
+ next;
+ mes "[Representative]";
+ mes "You will see";
+ mes "marvelous weapons forged";
+ mes "by the well-experienced";
+ mes "Blacksmiths of Louyang.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,145,172,3,0xFF1493;
+ break;
+ case 5:
+ mes "[Representative]";
+ mes "The Tool Shop is located at ^3355FF+^000000.";
+ next;
+ mes "[Representative]";
+ mes "Knowing your enemy";
+ mes "is half the battle!";
+ mes "It's also safer to prepare yourself than to be sorry later. Why don't you go check their supplies?";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,138,99,4,0xFF0000;
+ break;
+ case 6:
+ mes "[Representative]";
+ mes "When you get tired during your trip, I suggest that you visit the Tavern. It's located at ^00FF00+^000000.";
+ next;
+ mes "[Soldier]";
+ mes "The Tavern is a good place";
+ mes "to meet other tourists, as well as to hear of any news that may be helpful to know.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,280,165,5,0xDAA520;
+ break;
+ case 7:
+ mes "[Representative]";
+ mes "You won't get a better view of the world than you can at the Observatory.";
+ mes "It's a must see here.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,136,245,6,0xD8BFD8;
+ break;
+ case 8:
+ mes "[Representative]";
+ mes "If you want to return to Alberta,";
+ mes "find the ^00BFFFKGirl^000000 outside town on the docks.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,218,22,7,0x00BFFF;
+ break;
+ case 9:
+ mes "[Representative]";
+ mes "I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFFFF;
+ viewpoint 2,1,1,1,0xFFFFFF;
+ viewpoint 2,1,1,2,0xFFFFFF;
+ viewpoint 2,1,1,3,0xFFFFFF;
+ viewpoint 2,1,1,4,0xFFFFFF;
+ viewpoint 2,1,1,5,0xFFFFFF;
+ viewpoint 2,1,1,6,0xFFFFFF;
+ viewpoint 2,1,1,7,0xFFFFFF;
+ break;
+ case 10:
+ mes "[Representative]";
+ mes "Enjoy your trip~!";
+ close;
+ }
+ }
+}
diff --git a/npc/guides/guides_lutie.txt b/npc/guides/guides_lutie.txt
index 1e2a803a5..117d6a1cd 100644
--- a/npc/guides/guides_lutie.txt
+++ b/npc/guides/guides_lutie.txt
@@ -1,90 +1,90 @@
-//===== eAthena Script =======================================
-//= Lutie Guide
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guide for the city of Lutie
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-xmas,140,137,3 script Lutie Guide#xmas 717,{
- mes "[Lutie Guide]";
- mes "Welcome to ^8B4513Lutie^000000,";
- mes "the Snow Village.";
- mes "Do you need help navigating the village?" ;
- while (1) {
- next;
- switch(select("[ Gift Shop ]:[ Church ]:[ Weapon & Armor Shop ]:[ Tool Shop ]:[ Santa's House ]:[ Toy Factory ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Lutie Guide]";
- mes "Let me mark the location of the";
- mes "^00808Gift Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,172,131,2,0x008080;
- break;
- case 2:
- mes "[Lutie Guide]";
- mes "Let me mark the location of the";
- mes "^006400Church^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,104,287,1,0xAAFF00;
- break;
- case 3:
- mes "[Lutie Guide]";
- mes "Let me mark the location of the";
- mes "^FF1493Weapon & Armor Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,171,158,3,0xFF1493;
- break;
- case 4:
- mes "[Lutie Guide]";
- mes "Let me mark the location of the";
- mes "^8B4513Tool Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,122,131,4,0x8B4513;
- break;
- case 5:
- mes "[Lutie Guide]";
- mes "Let me mark the location of the";
- mes "^9400D3Toy Factory^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,149,237,5,0x9400D3;
- break;
- case 6:
- mes "[Lutie Guide]";
- mes "Let me mark the location of";
- mes "^B9062FSanta's House^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,143,312,6,0xFF0000;
- break;
- case 7:
- mes "[Lutie Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFFFF;
- viewpoint 2,1,1,1,0xFFFFFF;
- viewpoint 2,1,1,2,0xFFFFFF;
- viewpoint 2,1,1,3,0xFFFFFF;
- viewpoint 2,1,1,4,0xFFFFFF;
- viewpoint 2,1,1,5,0xFFFFFF;
- viewpoint 2,1,1,6,0xFFFFFF;
- break;
- case 8:
- mes "[Lutie Guide]";
- mes "Be safe on your travels.";
- close;
- }
- }
-}
+//===== eAthena Script =======================================
+//= Lutie Guide
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guide for the city of Lutie
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+xmas,140,137,3 script Lutie Guide#xmas 717,{
+ mes "[Lutie Guide]";
+ mes "Welcome to ^8B4513Lutie^000000,";
+ mes "the Snow Village.";
+ mes "Do you need help navigating the village?" ;
+ while (1) {
+ next;
+ switch(select("[ Gift Shop ]:[ Church ]:[ Weapon & Armor Shop ]:[ Tool Shop ]:[ Santa's House ]:[ Toy Factory ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Lutie Guide]";
+ mes "Let me mark the location of the";
+ mes "^00808Gift Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,172,131,2,0x008080;
+ break;
+ case 2:
+ mes "[Lutie Guide]";
+ mes "Let me mark the location of the";
+ mes "^006400Church^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,104,287,1,0xAAFF00;
+ break;
+ case 3:
+ mes "[Lutie Guide]";
+ mes "Let me mark the location of the";
+ mes "^FF1493Weapon & Armor Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,171,158,3,0xFF1493;
+ break;
+ case 4:
+ mes "[Lutie Guide]";
+ mes "Let me mark the location of the";
+ mes "^8B4513Tool Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,122,131,4,0x8B4513;
+ break;
+ case 5:
+ mes "[Lutie Guide]";
+ mes "Let me mark the location of the";
+ mes "^9400D3Toy Factory^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,149,237,5,0x9400D3;
+ break;
+ case 6:
+ mes "[Lutie Guide]";
+ mes "Let me mark the location of";
+ mes "^B9062FSanta's House^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,143,312,6,0xFF0000;
+ break;
+ case 7:
+ mes "[Lutie Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFFFF;
+ viewpoint 2,1,1,1,0xFFFFFF;
+ viewpoint 2,1,1,2,0xFFFFFF;
+ viewpoint 2,1,1,3,0xFFFFFF;
+ viewpoint 2,1,1,4,0xFFFFFF;
+ viewpoint 2,1,1,5,0xFFFFFF;
+ viewpoint 2,1,1,6,0xFFFFFF;
+ break;
+ case 8:
+ mes "[Lutie Guide]";
+ mes "Be safe on your travels.";
+ close;
+ }
+ }
+}
diff --git a/npc/guides/guides_morroc.txt b/npc/guides/guides_morroc.txt
index 23ef148f7..7ddb7acc5 100644
--- a/npc/guides/guides_morroc.txt
+++ b/npc/guides/guides_morroc.txt
@@ -1,332 +1,332 @@
-//===== eAthena Script =======================================
-//= Morroc Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Morroc, and Morroc Ruins
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-morocc,153,286,6 script Guide#01morocc::GuideMorroc 707,{
- cutin "moc_soldier",2;
- mes "[Morroc Guide]";
- mes "Welcome to ^8B4513Morroc^000000,";
- mes "the Desert Town.";
- mes "Do you need help navigating the town?";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Thief Guild ]:[ Sphinx Dungeon ]:[ Oasis Entrance ]:[ Forge ]:[ Weapon & Armor Shop ]:[ Inn ]:[ Tavern ]:Previous Menu")) {
- case 1:
- mes "[Morroc Guide]";
- mes "The ^B9062FThief Guild^000000 is located";
- mes "inside the ^B9062FPyramids^000000";
- mes "that is near the ^B9062FOasis^000000.";
- mes "Would you like to check any other locations?";
- viewpoint 1,26,294,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Morroc Guide]";
- mes "The ^0000FFSphinx Dungeon^000000 is";
- mes "right outside the western gate.";
- mes "Would you like to check any other locations?";
- viewpoint 1,26,164,1,0x0A82FF;
- next;
- break;
- case 3:
- mes "[Morroc Guide]";
- mes "Let me mark the entrance to the ^FF5400Oasis^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,26,294,2,0xFFB400;
- next;
- break;
- case 4:
- mes "[Morroc Guide]";
- mes "Let me mark the location of the";
- mes "the ^006400Forge^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,47,47,3,0xAAFF00;
- next;
- break;
- case 5:
- mes "[Morroc Guide]";
- mes "Let me mark the location of the";
- mes "the ^7F3300Weapon & Armor Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,253,56,4,0xD2691E;
- next;
- break;
- case 6:
- mes "[Morroc Guide]";
- mes "Currently the ^800080Inn^000000";
- mes "has been shut down until further notice,";
- mes "but I'll mark its location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,273,269,5,0xDA70D6;
- next;
- break;
- case 7:
- mes "[Morroc Guide]";
- mes "Let me mark the location of the";
- mes "the ^B9062FTavern^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,52,259,6,0xFF0000;
- next;
- break;
- case 8:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Kafra Employee ]:[ Poison Herb Salesman ]:[ Dye Maker ]:[ Seiyablem ]:Previous Menu")) {
- case 1:
- mes "[Morroc Guide]";
- mes "Let me mark the location of the";
- mes "^0000FFKafra Employees^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,156,97,7,0x0A82FF;
- viewpoint 1,160,258,8,0x0A82FF;
- next;
- break;
- case 2:
- mes "[Morroc Guide]";
- mes "Let me mark the location of the";
- mes "^006400Poison Herb Salesman^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,190,96,9,0xAAFF00;
- next;
- break;
- case 3:
- mes "[Morroc Guide]";
- mes "The ^7F3300Dye Maker^000000 is";
- mes "currently staying";
- mes "on the 1st floor of the Inn.";
- mes "Let me mark his location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,273,269,10,0xD2691E;
- next;
- break;
- case 4:
- mes "[Morroc Guide]";
- mes "^800080Seiyablem^000000";
- mes "is a technician";
- mes "who can create ^0000FFslots^000000 on weapons and armors,";
- mes "but not all equipment";
- mes "can be slotted. Well, that's what he says.";
- mes "Would you like to check any other locations?";
- viewpoint 1,51,41,11,0xDA70D6;
- next;
- break;
- case 5:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Morroc Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFF00;
- viewpoint 2,1,1,1,0x000000;
- viewpoint 2,1,1,2,0xFF0000;
- viewpoint 2,1,1,3,0xFFFF00;
- viewpoint 2,1,1,4,0xFFFF00;
- viewpoint 2,1,1,5,0xFFFF00;
- viewpoint 2,1,1,6,0xFFFF00;
- viewpoint 2,1,1,7,0xFFFF00;
- viewpoint 2,1,1,8,0xFFFF00;
- viewpoint 2,1,1,9,0xFFFF00;
- viewpoint 2,1,1,10,0xFFFF00;
- viewpoint 2,1,1,11,0xFFFF00;
- next;
- break;
- case 4:
- mes "[Morroc Guide]";
- mes "Be safe on your travels.";
- close2;
- cutin "moc_soldier",255;
- end;
- }
- }
-}
-
-morocc,154,38,6 duplicate(GuideMorroc) Guide#02morocc 707,{
-morocc,296,213,4 duplicate(GuideMorroc) Guide#03morocc 707,{
-morocc,28,170,5 duplicate(GuideMorroc) Guide#04morocc 707,{
-
-moc_ruins,159,53,3 script Guide#01ruins::GuideMocRuins 707,{
- cutin "moc_soldier",2;
- mes "[Morroc Guide]";
- mes "Welcome to ^8B4513Morroc^000000,";
- mes "the Desert Town.";
- mes "Do you need help navigating the town?";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Thief Guild ]:[ Sphinx Dungeon ]:[ Morroc Entrance ]:Previous Menu")) {
- case 1:
- mes "[Morroc Guide]";
- mes "The ^B9062FThief Guild^000000 is located";
- mes "inside the ^B9062FPyramids^000000.";
- mes "Let me mark its location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,56,161,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Morroc Guide]";
- mes "The ^0000FFSphinx Dungeon^000000";
- mes "is outside the south entrance of this Oasis.";
- mes "Would you like to check any other locations?";
- viewpoint 1,71,19,1,0x0A82FF;
- next;
- break;
- case 3:
- mes "[Morroc Guide]";
- mes "^FF5400Morroc^000000 is";
- mes "right outside the southeast entrance of this Oasis.";
- mes "Let me mark its location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,158,40,2,0xFFB400;
- next;
- break;
- case 4:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Eden Teleport Officer ]:[ Tool Dealer ]:[ Kafra Employee ]:[ Repairman ]:[ Pet Groomer ]:[ Chef Assistant ]:[ Leablem ]:Previous Menu")) {
- case 1:
- mes "[Morroc Guide]";
- mes "Let me mark the location of the";
- mes "^006400Eden Teleport Officer^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,68,164,3,0xAAFF00;
- next;
- break;
- case 2:
- mes "[Morroc Guide]";
- mes "Let me mark the location of the";
- mes "^800080Tool Dealers^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,92,128,5,0xDA70D6;
- viewpoint 1,114,63,6,0xDA70D6;
- next;
- break;
- case 3:
- mes "[Morroc Guide]";
- mes "Let me mark the location of the";
- mes "^B9062FKafra Employee^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,59,157,7,0xFF0000;
- next;
- break;
- case 4:
- mes "[Morroc Guide]";
- mes "Let me mark the location of the";
- mes "^0000FFRepairman^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,107,94,8,0x0A82FF;
- next;
- break;
- case 5:
- mes "[Morroc Guide]";
- mes "Let me mark the location of the";
- mes "^FF5400Pet Groomer^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,118,170,9,0xFFB400;
- next;
- break;
- case 6:
- mes "[Morroc Guide]";
- mes "Let me mark the location of the";
- mes "^006400Chef Assistant^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,115,123,10,0xAAFF00;
- next;
- break;
- case 7:
- mes "[Morroc Guide]";
- mes "^7F3300Leablem^000000";
- mes "is a technician";
- mes "who can create ^0000FFslots^000000 on weapons and armors,";
- mes "but not all equipment";
- mes "can be slotted. Well, that's what he says.";
- mes "Would you like to check any other locations?";
- viewpoint 1,154,86,11,0xD2691E;
- next;
- break;
- case 8:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Morroc Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFF00;
- viewpoint 2,1,1,1,0x000000;
- viewpoint 2,1,1,2,0xFF0000;
- viewpoint 2,1,1,3,0xFFFF00;
- viewpoint 2,1,1,4,0xFFFF00;
- viewpoint 2,1,1,5,0xFFFF00;
- viewpoint 2,1,1,6,0xFFFF00;
- viewpoint 2,1,1,7,0xFFFF00;
- viewpoint 2,1,1,8,0xFFFF00;
- viewpoint 2,1,1,9,0xFFFF00;
- viewpoint 2,1,1,10,0xFFFF00;
- viewpoint 2,1,1,11,0xFFFF00;
- next;
- break;
- case 4:
- mes "[Morroc Guide]";
- mes "Be safe on your travels.";
- close2;
- cutin "moc_soldier",255;
- end;
- }
- }
-}
-
-moc_ruins,70,164,3 duplicate(GuideMocRuins) Guide#02ruins 707
-moc_ruins,65,44,5 duplicate(GuideMocRuins) Guide#03ruins 707
+//===== eAthena Script =======================================
+//= Morroc Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Morroc, and Morroc Ruins
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+morocc,153,286,6 script Guide#01morocc::GuideMorroc 707,{
+ cutin "moc_soldier",2;
+ mes "[Morroc Guide]";
+ mes "Welcome to ^8B4513Morroc^000000,";
+ mes "the Desert Town.";
+ mes "Do you need help navigating the town?";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Thief Guild ]:[ Sphinx Dungeon ]:[ Oasis Entrance ]:[ Forge ]:[ Weapon & Armor Shop ]:[ Inn ]:[ Tavern ]:Previous Menu")) {
+ case 1:
+ mes "[Morroc Guide]";
+ mes "The ^B9062FThief Guild^000000 is located";
+ mes "inside the ^B9062FPyramids^000000";
+ mes "that is near the ^B9062FOasis^000000.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,26,294,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Morroc Guide]";
+ mes "The ^0000FFSphinx Dungeon^000000 is";
+ mes "right outside the western gate.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,26,164,1,0x0A82FF;
+ next;
+ break;
+ case 3:
+ mes "[Morroc Guide]";
+ mes "Let me mark the entrance to the ^FF5400Oasis^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,26,294,2,0xFFB400;
+ next;
+ break;
+ case 4:
+ mes "[Morroc Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^006400Forge^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,47,47,3,0xAAFF00;
+ next;
+ break;
+ case 5:
+ mes "[Morroc Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^7F3300Weapon & Armor Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,253,56,4,0xD2691E;
+ next;
+ break;
+ case 6:
+ mes "[Morroc Guide]";
+ mes "Currently the ^800080Inn^000000";
+ mes "has been shut down until further notice,";
+ mes "but I'll mark its location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,273,269,5,0xDA70D6;
+ next;
+ break;
+ case 7:
+ mes "[Morroc Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^B9062FTavern^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,52,259,6,0xFF0000;
+ next;
+ break;
+ case 8:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Kafra Employee ]:[ Poison Herb Salesman ]:[ Dye Maker ]:[ Seiyablem ]:Previous Menu")) {
+ case 1:
+ mes "[Morroc Guide]";
+ mes "Let me mark the location of the";
+ mes "^0000FFKafra Employees^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,156,97,7,0x0A82FF;
+ viewpoint 1,160,258,8,0x0A82FF;
+ next;
+ break;
+ case 2:
+ mes "[Morroc Guide]";
+ mes "Let me mark the location of the";
+ mes "^006400Poison Herb Salesman^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,190,96,9,0xAAFF00;
+ next;
+ break;
+ case 3:
+ mes "[Morroc Guide]";
+ mes "The ^7F3300Dye Maker^000000 is";
+ mes "currently staying";
+ mes "on the 1st floor of the Inn.";
+ mes "Let me mark his location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,273,269,10,0xD2691E;
+ next;
+ break;
+ case 4:
+ mes "[Morroc Guide]";
+ mes "^800080Seiyablem^000000";
+ mes "is a technician";
+ mes "who can create ^0000FFslots^000000 on weapons and armors,";
+ mes "but not all equipment";
+ mes "can be slotted. Well, that's what he says.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,51,41,11,0xDA70D6;
+ next;
+ break;
+ case 5:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Morroc Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFF00;
+ viewpoint 2,1,1,1,0x000000;
+ viewpoint 2,1,1,2,0xFF0000;
+ viewpoint 2,1,1,3,0xFFFF00;
+ viewpoint 2,1,1,4,0xFFFF00;
+ viewpoint 2,1,1,5,0xFFFF00;
+ viewpoint 2,1,1,6,0xFFFF00;
+ viewpoint 2,1,1,7,0xFFFF00;
+ viewpoint 2,1,1,8,0xFFFF00;
+ viewpoint 2,1,1,9,0xFFFF00;
+ viewpoint 2,1,1,10,0xFFFF00;
+ viewpoint 2,1,1,11,0xFFFF00;
+ next;
+ break;
+ case 4:
+ mes "[Morroc Guide]";
+ mes "Be safe on your travels.";
+ close2;
+ cutin "moc_soldier",255;
+ end;
+ }
+ }
+}
+
+morocc,154,38,6 duplicate(GuideMorroc) Guide#02morocc 707,{
+morocc,296,213,4 duplicate(GuideMorroc) Guide#03morocc 707,{
+morocc,28,170,5 duplicate(GuideMorroc) Guide#04morocc 707,{
+
+moc_ruins,159,53,3 script Guide#01ruins::GuideMocRuins 707,{
+ cutin "moc_soldier",2;
+ mes "[Morroc Guide]";
+ mes "Welcome to ^8B4513Morroc^000000,";
+ mes "the Desert Town.";
+ mes "Do you need help navigating the town?";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Thief Guild ]:[ Sphinx Dungeon ]:[ Morroc Entrance ]:Previous Menu")) {
+ case 1:
+ mes "[Morroc Guide]";
+ mes "The ^B9062FThief Guild^000000 is located";
+ mes "inside the ^B9062FPyramids^000000.";
+ mes "Let me mark its location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,56,161,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Morroc Guide]";
+ mes "The ^0000FFSphinx Dungeon^000000";
+ mes "is outside the south entrance of this Oasis.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,71,19,1,0x0A82FF;
+ next;
+ break;
+ case 3:
+ mes "[Morroc Guide]";
+ mes "^FF5400Morroc^000000 is";
+ mes "right outside the southeast entrance of this Oasis.";
+ mes "Let me mark its location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,158,40,2,0xFFB400;
+ next;
+ break;
+ case 4:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Eden Teleport Officer ]:[ Tool Dealer ]:[ Kafra Employee ]:[ Repairman ]:[ Pet Groomer ]:[ Chef Assistant ]:[ Leablem ]:Previous Menu")) {
+ case 1:
+ mes "[Morroc Guide]";
+ mes "Let me mark the location of the";
+ mes "^006400Eden Teleport Officer^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,68,164,3,0xAAFF00;
+ next;
+ break;
+ case 2:
+ mes "[Morroc Guide]";
+ mes "Let me mark the location of the";
+ mes "^800080Tool Dealers^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,92,128,5,0xDA70D6;
+ viewpoint 1,114,63,6,0xDA70D6;
+ next;
+ break;
+ case 3:
+ mes "[Morroc Guide]";
+ mes "Let me mark the location of the";
+ mes "^B9062FKafra Employee^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,59,157,7,0xFF0000;
+ next;
+ break;
+ case 4:
+ mes "[Morroc Guide]";
+ mes "Let me mark the location of the";
+ mes "^0000FFRepairman^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,107,94,8,0x0A82FF;
+ next;
+ break;
+ case 5:
+ mes "[Morroc Guide]";
+ mes "Let me mark the location of the";
+ mes "^FF5400Pet Groomer^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,118,170,9,0xFFB400;
+ next;
+ break;
+ case 6:
+ mes "[Morroc Guide]";
+ mes "Let me mark the location of the";
+ mes "^006400Chef Assistant^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,115,123,10,0xAAFF00;
+ next;
+ break;
+ case 7:
+ mes "[Morroc Guide]";
+ mes "^7F3300Leablem^000000";
+ mes "is a technician";
+ mes "who can create ^0000FFslots^000000 on weapons and armors,";
+ mes "but not all equipment";
+ mes "can be slotted. Well, that's what he says.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,154,86,11,0xD2691E;
+ next;
+ break;
+ case 8:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Morroc Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFF00;
+ viewpoint 2,1,1,1,0x000000;
+ viewpoint 2,1,1,2,0xFF0000;
+ viewpoint 2,1,1,3,0xFFFF00;
+ viewpoint 2,1,1,4,0xFFFF00;
+ viewpoint 2,1,1,5,0xFFFF00;
+ viewpoint 2,1,1,6,0xFFFF00;
+ viewpoint 2,1,1,7,0xFFFF00;
+ viewpoint 2,1,1,8,0xFFFF00;
+ viewpoint 2,1,1,9,0xFFFF00;
+ viewpoint 2,1,1,10,0xFFFF00;
+ viewpoint 2,1,1,11,0xFFFF00;
+ next;
+ break;
+ case 4:
+ mes "[Morroc Guide]";
+ mes "Be safe on your travels.";
+ close2;
+ cutin "moc_soldier",255;
+ end;
+ }
+ }
+}
+
+moc_ruins,70,164,3 duplicate(GuideMocRuins) Guide#02ruins 707
+moc_ruins,65,44,5 duplicate(GuideMocRuins) Guide#03ruins 707
diff --git a/npc/guides/guides_moscovia.txt b/npc/guides/guides_moscovia.txt
index 5ac602df0..c32ca5737 100644
--- a/npc/guides/guides_moscovia.txt
+++ b/npc/guides/guides_moscovia.txt
@@ -1,89 +1,89 @@
-//===== eAthena Script =======================================
-//= Moscovia Guide
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guide for the city of Moscovia
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-moscovia,226,191,4 script Moscovia Guide#02mosc 959,{
- mes "[Moscovia Guide]";
- mes "A paradise on the sea";
- mes "beautiful wave and warm sunshine";
- mes "^8B4513Moscovia^000000 is waitting for you";
- mes "welcome to come here.";
- mes "I'm supporting to offer information about here.";
- mes "if you want to ask anything just feel free tell me.";
- while (1) {
- next;
- switch(select("[ Palace ]:[ Chapel ]:[ Weapon Shop ]:[ Armor Shop ]:[ Tool Shop ]:[ Inn ]:[ Return to Alberta ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Moscovia Guide]";
- mes "In the ^006400Palace^000000 you will find our Lord the Czar and other servants.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,255,140,0,0x0A82FF;
- break;
- case 2:
- mes "[Moscovia Guide]";
- mes "The ^008080Chapel^000000 is located here.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,253,179,1,0xAAFF00;
- break;
- case 3:
- mes "[Moscovia Guide]";
- mes "You can buy weapons from the best craftsmen in Moscovia if you go to ^FF1493Weapon Shop^000000.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,186,191,2,0x008080;
- break;
- case 4:
- mes "[Moscovia Guide]" ;
- mes "You will find only the best gear at the Moscovia ^8B4513Armor Shop^000000.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,204,169,3,0xB200FF;
- break;
- case 5:
- mes "[Moscovia Guide]";
- mes "The ^FF1493Tool Shop^000000 is located just south from the center of town.";
- mes "You can find all sorts of things you need for your travels.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,221,176,4,0xFF1493;
- break;
- case 6:
- mes "[Moscovia Guide]";
- mes "The Inn 'Sticky Herb Tree' is just north from the center of town.";
- mes "If you need to rest, there is no better place to stay.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,227,206,5,0x8B4513;
- break;
- case 7:
- mes "[Moscovia Guide]";
- mes "You can go back to Alberta at the docks.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,166,53,6,0x00BFFF;
- break;
- case 8:
- mes "[Moscovia Guide]";
- mes "I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFFFF;
- viewpoint 2,1,1,1,0xFFFFFF;
- viewpoint 2,1,1,2,0xFFFFFF;
- viewpoint 2,1,1,3,0xFFFFFF;
- viewpoint 2,1,1,4,0xFFFFFF;
- viewpoint 2,1,1,5,0xFFFFFF;
- viewpoint 2,1,1,6,0xFFFFFF;
- break;
- case 9:
- mes "[Moscovia Guide]";
- mes "Enjoy your trip~!";
- close;
- }
- }
-}
+//===== eAthena Script =======================================
+//= Moscovia Guide
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guide for the city of Moscovia
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+moscovia,226,191,4 script Moscovia Guide#02mosc 959,{
+ mes "[Moscovia Guide]";
+ mes "A paradise on the sea";
+ mes "beautiful wave and warm sunshine";
+ mes "^8B4513Moscovia^000000 is waitting for you";
+ mes "welcome to come here.";
+ mes "I'm supporting to offer information about here.";
+ mes "if you want to ask anything just feel free tell me.";
+ while (1) {
+ next;
+ switch(select("[ Palace ]:[ Chapel ]:[ Weapon Shop ]:[ Armor Shop ]:[ Tool Shop ]:[ Inn ]:[ Return to Alberta ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Moscovia Guide]";
+ mes "In the ^006400Palace^000000 you will find our Lord the Czar and other servants.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,255,140,0,0x0A82FF;
+ break;
+ case 2:
+ mes "[Moscovia Guide]";
+ mes "The ^008080Chapel^000000 is located here.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,253,179,1,0xAAFF00;
+ break;
+ case 3:
+ mes "[Moscovia Guide]";
+ mes "You can buy weapons from the best craftsmen in Moscovia if you go to ^FF1493Weapon Shop^000000.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,186,191,2,0x008080;
+ break;
+ case 4:
+ mes "[Moscovia Guide]" ;
+ mes "You will find only the best gear at the Moscovia ^8B4513Armor Shop^000000.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,204,169,3,0xB200FF;
+ break;
+ case 5:
+ mes "[Moscovia Guide]";
+ mes "The ^FF1493Tool Shop^000000 is located just south from the center of town.";
+ mes "You can find all sorts of things you need for your travels.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,221,176,4,0xFF1493;
+ break;
+ case 6:
+ mes "[Moscovia Guide]";
+ mes "The Inn 'Sticky Herb Tree' is just north from the center of town.";
+ mes "If you need to rest, there is no better place to stay.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,227,206,5,0x8B4513;
+ break;
+ case 7:
+ mes "[Moscovia Guide]";
+ mes "You can go back to Alberta at the docks.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,166,53,6,0x00BFFF;
+ break;
+ case 8:
+ mes "[Moscovia Guide]";
+ mes "I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFFFF;
+ viewpoint 2,1,1,1,0xFFFFFF;
+ viewpoint 2,1,1,2,0xFFFFFF;
+ viewpoint 2,1,1,3,0xFFFFFF;
+ viewpoint 2,1,1,4,0xFFFFFF;
+ viewpoint 2,1,1,5,0xFFFFFF;
+ viewpoint 2,1,1,6,0xFFFFFF;
+ break;
+ case 9:
+ mes "[Moscovia Guide]";
+ mes "Enjoy your trip~!";
+ close;
+ }
+ }
+}
diff --git a/npc/guides/guides_niflheim.txt b/npc/guides/guides_niflheim.txt
index b890d1cc5..7ca237b53 100644
--- a/npc/guides/guides_niflheim.txt
+++ b/npc/guides/guides_niflheim.txt
@@ -1,71 +1,71 @@
-//===== eAthena Script =======================================
-//= Niflheim Guide
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guide for the city of Niflehim
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-niflheim,201,187,3 script Niflheim Guide#01nif 849,{
- mes "[Niflheim Guide]";
- mes "Welcome to.. ^8B4513Niflheim^000000...";
- mes "the Realm of the Dead...";
- mes "Do you need help navigating the realm...?" ;
- while (1) {
- next;
- switch(select("[ Tool Shop ]:[ Pub ]:[ Weapon Shop ]:[ Witch's Castle ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Niflheim Guide]";
- mes "Let me mark the location of the";
- mes "^0000FFTool Shop^000000..";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,218,196,0,0x0A82FF;
- break;
- case 2:
- mes "[Niflheim Guide]";
- mes "Let me mark the location of the";
- mes "^006400Pub^000000..";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,189,208,1,0xAAFF00;
- break;
- case 3:
- mes "[Niflheim Guide]";
- mes "Let me mark the location of the";
- mes "^800080Weapon Shop^000000..";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,218,170,2,0xDA70D6;
- break;
- case 4:
- mes "[Niflheim Guide]";
- mes "Let me mark the location of the";
- mes "^FF1493Witch's Castle^000000..";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,255,195,3,0xFF1493;
- break;
- case 5:
- mes "[Niflheim Guide]";
- mes "Sure, I'll remove all marks from your mini-map...";
- mes "Is there anything else I can do for you...?";
- viewpoint 2,1,1,0,0xFFFFFF;
- viewpoint 2,1,1,1,0xFFFFFF;
- viewpoint 2,1,1,2,0xFFFFFF;
- viewpoint 2,1,1,3,0xFFFFFF;
- break;
- case 6:
- mes "[Niflheim Guide]";
- mes "......Bye~!..";
- close;
- }
- }
+//===== eAthena Script =======================================
+//= Niflheim Guide
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guide for the city of Niflehim
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+niflheim,201,187,3 script Niflheim Guide#01nif 849,{
+ mes "[Niflheim Guide]";
+ mes "Welcome to.. ^8B4513Niflheim^000000...";
+ mes "the Realm of the Dead...";
+ mes "Do you need help navigating the realm...?" ;
+ while (1) {
+ next;
+ switch(select("[ Tool Shop ]:[ Pub ]:[ Weapon Shop ]:[ Witch's Castle ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Niflheim Guide]";
+ mes "Let me mark the location of the";
+ mes "^0000FFTool Shop^000000..";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,218,196,0,0x0A82FF;
+ break;
+ case 2:
+ mes "[Niflheim Guide]";
+ mes "Let me mark the location of the";
+ mes "^006400Pub^000000..";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,189,208,1,0xAAFF00;
+ break;
+ case 3:
+ mes "[Niflheim Guide]";
+ mes "Let me mark the location of the";
+ mes "^800080Weapon Shop^000000..";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,218,170,2,0xDA70D6;
+ break;
+ case 4:
+ mes "[Niflheim Guide]";
+ mes "Let me mark the location of the";
+ mes "^FF1493Witch's Castle^000000..";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,255,195,3,0xFF1493;
+ break;
+ case 5:
+ mes "[Niflheim Guide]";
+ mes "Sure, I'll remove all marks from your mini-map...";
+ mes "Is there anything else I can do for you...?";
+ viewpoint 2,1,1,0,0xFFFFFF;
+ viewpoint 2,1,1,1,0xFFFFFF;
+ viewpoint 2,1,1,2,0xFFFFFF;
+ viewpoint 2,1,1,3,0xFFFFFF;
+ break;
+ case 6:
+ mes "[Niflheim Guide]";
+ mes "......Bye~!..";
+ close;
+ }
+ }
} \ No newline at end of file
diff --git a/npc/guides/guides_payon.txt b/npc/guides/guides_payon.txt
index b436b55dc..c5399a541 100644
--- a/npc/guides/guides_payon.txt
+++ b/npc/guides/guides_payon.txt
@@ -1,334 +1,334 @@
-//===== eAthena Script =======================================
-//= Payon Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Payon
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guides.
-//============================================================
-
-payon,163,64,3 script Guide#01payon::GuidePayon 708,{
- cutin "pay_soldier",2;
- mes "[Payon Guide]";
- mes "Welcome to ^8B4513Payon^000000,";
- mes "the Mountain Village.";
- mes "Do you need help navigating the village?";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Archer Village ]:[ Tool Shop]:[ Weapon & Armor Shop ]:[ Inn & Tavern ]:[ Central Palace ]:[ Palace Court ]:[ Royal Kitchen ]:Previous Menu")) {
- case 1:
- mes "[Payon Guide]";
- mes "^B9062FArcher Village^000000 is where";
- mes "the Archer Association resides.";
- mes "Please use the far north gate to enter the village.";
- mes "Would you like to check any other locations?";
- viewpoint 1,227,328,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "the ^0000FFTool Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,144,85,1,0x0A82FF;
- next;
- break;
- case 3:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "the ^FF5400Weapon & Armor Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,139,159,2,0xFFB400;
- next;
- break;
- case 4:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "the ^006400Inn & Tavern^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,220,117,3,0xAAFF00;
- next;
- break;
- case 5:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "the ^7F3300Central Palace^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,155,245,4,0xD2691E;
- next;
- break;
- case 6:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "the ^800080Palace Court^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,107,325,5,0xDA70D6;
- next;
- break;
- case 7:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "the ^B9062FRoyal Kitchen^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,154,325,6,0xFF0000;
- next;
- break;
- case 8:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Eden Teleport Officer ]:[ Kafra Shop ]:[ Repair /Armsmith ]:[ Trap Specialist ]:[ Seiayblem ]:[ Leablem ]:[ Jade ]:[ Pet Groomer ]:[ Chef Assistant ]:Previous Menu")) {
- case 1:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "^0000FFEden Teleport Officer^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,177,111,7,0x0A82FF;
- next;
- break;
- case 2:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "^FF5400Kafra Shop Girls^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,164,157,8,0xFFB400;
- next;
- break;
- case 3:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "^006400Repairman & Armsmith^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,144,170,9,0xAAFF00;
- next;
- break;
- case 4:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "^7F3300Kafra Employees^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,181,104,10,0xD2691E;
- viewpoint 1,175,226,11,0xD2691E;
- next;
- break;
- case 5:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "^800080Trap Specialist^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,123,109,12,0xDA70D6;
- next;
- break;
- case 6:
- mes "[Payon Guide]";
- mes "^B9062FSeiyablem^000000";
- mes "is a technician";
- mes "who can create ^0000FFslots^000000 on weapons and armors,";
- mes "but not all equipment";
- mes "can be slotted. Well, that's what he says.";
- mes "Would you like to check any other locations?";
- viewpoint 1,140,151,13,0xFF0000;
- next;
- break;
- case 7:
- mes "[Payon Guide]";
- mes "^0000FFLeablem^000000";
- mes "is a technician";
- mes "who can create ^0000FFslots^000000 on weapons and armors,";
- mes "but not all equipment";
- mes "can be slotted. Well, that's what he says.";
- mes "Would you like to check any other locations?";
- viewpoint 1,236,199,14,0x0A82FF;
- next;
- break;
- case 8:
- mes "[Payon Guide]";
- mes "^FF5400Jade^000000";
- mes "can exchange different types of";
- mes "^FF5400Gemstones^000000.";
- mes "Would you like to check any other locations?";
- viewpoint 1,173,238,15,0xFFB400;
- next;
- break;
- case 9:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "^006400Pet Groomer^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,177,131,16,0xAAFF00;
- next;
- break;
- case 10:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "^7F3300Chef Assistant^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,206,119,17,0xD2691E;
- next;
- break;
- case 11:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Payon Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFF00;
- viewpoint 2,1,1,1,0x000000;
- viewpoint 2,1,1,2,0xFF0000;
- viewpoint 2,1,1,3,0xFFFF00;
- viewpoint 2,1,1,4,0xFFFF00;
- viewpoint 2,1,1,5,0xFFFF00;
- viewpoint 2,1,1,6,0xFFFF00;
- viewpoint 2,1,1,7,0xFFFF00;
- viewpoint 2,1,1,8,0xFFFF00;
- viewpoint 2,1,1,9,0xFFFF00;
- viewpoint 2,1,1,10,0xFFFF00;
- viewpoint 2,1,1,11,0xFFFF00;
- viewpoint 2,1,1,12,0xFFFF00;
- viewpoint 2,1,1,13,0xFFFF00;
- viewpoint 2,1,1,14,0xFFFF00;
- viewpoint 2,1,1,15,0xFFFF00;
- viewpoint 2,1,1,16,0xFFFF00;
- viewpoint 2,1,1,17,0xFFFF00;
- next;
- break;
- case 4:
- mes "[Payon Guide]";
- mes "Enjoy your stay.";
- close;
- cutin "pay_soldier",255;
- end;
- }
- }
-}
-
-payon,151,182,6 duplicate(GuidePayon) Guide#02payon 708
-payon,221,85,6 duplicate(GuidePayon) Guide#03payon 708
-payon,233,324,4 duplicate(GuidePayon) Guide#04payon 708
-
-pay_arche,86,33,4 script Guide#05payon 708,{
- cutin "pay_soldier",2;
- mes "[Payon Guide]";
- mes "Welcome to ^8B4513Archer Village^000000,";
- mes "a subsidiary village of Payon.";
- mes "Do you need help navigating the village?";
- next;
- while (1) {
- switch(select("[ Payon Dungeon ]:[ Archer Guild ]:[ Tool Shop ]:[ Kafra Employee ]:[ Mercenary Guildsman ]:[ Alchemist Guildsman ]:[ Eden Teleport Officer ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Payon Guide]";
- mes "Let me mark the entrance of";
- mes "the ^B9062FPayon Dungeon^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,38,131,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Payon Guide]";
- mes "The ^0000FFArcher Guild^000000";
- mes "is where you can change";
- mes "your job to Archer.";
- mes "Would you like to check any other locations?";
- viewpoint 1,143,164,1,0x0A82FF;
- next;
- break;
- case 3:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "^FF5400Tool Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,72,156,2,0xFFB400;
- next;
- break;
- case 4:
- mes "[Payon Guide]";
- mes "Let me mark the location of the ^006400Kafra Employee^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,55,123,3,0xAAFF00;
- next;
- break;
- case 5:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "^7F3300Bow Mercenary Manager^000000 and";
- mes "^7F3300Mercenary Goods Merchant^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,101,166,4,0xD2691E;
- next;
- break;
- case 6:
- mes "[Payon Guide]";
- mes "Let me mark the location of the";
- mes "^800080Alchemist Guildsman^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,127,113,5,0xDA70D6;
- next;
- break;
- case 7:
- mes "[Payon Guide]";
- mes "The ^0000FFEden Teleport Officer^000000";
- mes "is currently staying inside";
- mes "the Archer Guild building.";
- mes "Would you like to check any other locations?";
- viewpoint 1,143,164,6,0x0A82FF;
- next;
- break;
- case 8:
- mes "[Payon Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 2,1,1,0,0xFFFF00;
- viewpoint 2,1,1,1,0x000000;
- viewpoint 2,1,1,2,0xFF0000;
- viewpoint 2,1,1,3,0xFFFF00;
- viewpoint 2,1,1,4,0xFFFF00;
- viewpoint 2,1,1,5,0xFFFF00;
- viewpoint 2,1,1,6,0xFFFF00;
- next;
- break;
- case 9:
- mes "[Payon Guide]";
- mes "Enjoy your stay.";
- close2;
- cutin "pay_soldier",255;
- end;
- }
- }
-}
+//===== eAthena Script =======================================
+//= Payon Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Payon
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guides.
+//============================================================
+
+payon,163,64,3 script Guide#01payon::GuidePayon 708,{
+ cutin "pay_soldier",2;
+ mes "[Payon Guide]";
+ mes "Welcome to ^8B4513Payon^000000,";
+ mes "the Mountain Village.";
+ mes "Do you need help navigating the village?";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Archer Village ]:[ Tool Shop]:[ Weapon & Armor Shop ]:[ Inn & Tavern ]:[ Central Palace ]:[ Palace Court ]:[ Royal Kitchen ]:Previous Menu")) {
+ case 1:
+ mes "[Payon Guide]";
+ mes "^B9062FArcher Village^000000 is where";
+ mes "the Archer Association resides.";
+ mes "Please use the far north gate to enter the village.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,227,328,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^0000FFTool Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,144,85,1,0x0A82FF;
+ next;
+ break;
+ case 3:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^FF5400Weapon & Armor Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,139,159,2,0xFFB400;
+ next;
+ break;
+ case 4:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^006400Inn & Tavern^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,220,117,3,0xAAFF00;
+ next;
+ break;
+ case 5:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^7F3300Central Palace^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,155,245,4,0xD2691E;
+ next;
+ break;
+ case 6:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^800080Palace Court^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,107,325,5,0xDA70D6;
+ next;
+ break;
+ case 7:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "the ^B9062FRoyal Kitchen^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,154,325,6,0xFF0000;
+ next;
+ break;
+ case 8:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Eden Teleport Officer ]:[ Kafra Shop ]:[ Repair /Armsmith ]:[ Trap Specialist ]:[ Seiayblem ]:[ Leablem ]:[ Jade ]:[ Pet Groomer ]:[ Chef Assistant ]:Previous Menu")) {
+ case 1:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "^0000FFEden Teleport Officer^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,177,111,7,0x0A82FF;
+ next;
+ break;
+ case 2:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "^FF5400Kafra Shop Girls^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,164,157,8,0xFFB400;
+ next;
+ break;
+ case 3:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "^006400Repairman & Armsmith^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,144,170,9,0xAAFF00;
+ next;
+ break;
+ case 4:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "^7F3300Kafra Employees^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,181,104,10,0xD2691E;
+ viewpoint 1,175,226,11,0xD2691E;
+ next;
+ break;
+ case 5:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "^800080Trap Specialist^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,123,109,12,0xDA70D6;
+ next;
+ break;
+ case 6:
+ mes "[Payon Guide]";
+ mes "^B9062FSeiyablem^000000";
+ mes "is a technician";
+ mes "who can create ^0000FFslots^000000 on weapons and armors,";
+ mes "but not all equipment";
+ mes "can be slotted. Well, that's what he says.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,140,151,13,0xFF0000;
+ next;
+ break;
+ case 7:
+ mes "[Payon Guide]";
+ mes "^0000FFLeablem^000000";
+ mes "is a technician";
+ mes "who can create ^0000FFslots^000000 on weapons and armors,";
+ mes "but not all equipment";
+ mes "can be slotted. Well, that's what he says.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,236,199,14,0x0A82FF;
+ next;
+ break;
+ case 8:
+ mes "[Payon Guide]";
+ mes "^FF5400Jade^000000";
+ mes "can exchange different types of";
+ mes "^FF5400Gemstones^000000.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,173,238,15,0xFFB400;
+ next;
+ break;
+ case 9:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "^006400Pet Groomer^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,177,131,16,0xAAFF00;
+ next;
+ break;
+ case 10:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "^7F3300Chef Assistant^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,206,119,17,0xD2691E;
+ next;
+ break;
+ case 11:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Payon Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFF00;
+ viewpoint 2,1,1,1,0x000000;
+ viewpoint 2,1,1,2,0xFF0000;
+ viewpoint 2,1,1,3,0xFFFF00;
+ viewpoint 2,1,1,4,0xFFFF00;
+ viewpoint 2,1,1,5,0xFFFF00;
+ viewpoint 2,1,1,6,0xFFFF00;
+ viewpoint 2,1,1,7,0xFFFF00;
+ viewpoint 2,1,1,8,0xFFFF00;
+ viewpoint 2,1,1,9,0xFFFF00;
+ viewpoint 2,1,1,10,0xFFFF00;
+ viewpoint 2,1,1,11,0xFFFF00;
+ viewpoint 2,1,1,12,0xFFFF00;
+ viewpoint 2,1,1,13,0xFFFF00;
+ viewpoint 2,1,1,14,0xFFFF00;
+ viewpoint 2,1,1,15,0xFFFF00;
+ viewpoint 2,1,1,16,0xFFFF00;
+ viewpoint 2,1,1,17,0xFFFF00;
+ next;
+ break;
+ case 4:
+ mes "[Payon Guide]";
+ mes "Enjoy your stay.";
+ close;
+ cutin "pay_soldier",255;
+ end;
+ }
+ }
+}
+
+payon,151,182,6 duplicate(GuidePayon) Guide#02payon 708
+payon,221,85,6 duplicate(GuidePayon) Guide#03payon 708
+payon,233,324,4 duplicate(GuidePayon) Guide#04payon 708
+
+pay_arche,86,33,4 script Guide#05payon 708,{
+ cutin "pay_soldier",2;
+ mes "[Payon Guide]";
+ mes "Welcome to ^8B4513Archer Village^000000,";
+ mes "a subsidiary village of Payon.";
+ mes "Do you need help navigating the village?";
+ next;
+ while (1) {
+ switch(select("[ Payon Dungeon ]:[ Archer Guild ]:[ Tool Shop ]:[ Kafra Employee ]:[ Mercenary Guildsman ]:[ Alchemist Guildsman ]:[ Eden Teleport Officer ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Payon Guide]";
+ mes "Let me mark the entrance of";
+ mes "the ^B9062FPayon Dungeon^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,38,131,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Payon Guide]";
+ mes "The ^0000FFArcher Guild^000000";
+ mes "is where you can change";
+ mes "your job to Archer.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,143,164,1,0x0A82FF;
+ next;
+ break;
+ case 3:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "^FF5400Tool Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,72,156,2,0xFFB400;
+ next;
+ break;
+ case 4:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the ^006400Kafra Employee^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,55,123,3,0xAAFF00;
+ next;
+ break;
+ case 5:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "^7F3300Bow Mercenary Manager^000000 and";
+ mes "^7F3300Mercenary Goods Merchant^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,101,166,4,0xD2691E;
+ next;
+ break;
+ case 6:
+ mes "[Payon Guide]";
+ mes "Let me mark the location of the";
+ mes "^800080Alchemist Guildsman^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,127,113,5,0xDA70D6;
+ next;
+ break;
+ case 7:
+ mes "[Payon Guide]";
+ mes "The ^0000FFEden Teleport Officer^000000";
+ mes "is currently staying inside";
+ mes "the Archer Guild building.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,143,164,6,0x0A82FF;
+ next;
+ break;
+ case 8:
+ mes "[Payon Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 2,1,1,0,0xFFFF00;
+ viewpoint 2,1,1,1,0x000000;
+ viewpoint 2,1,1,2,0xFF0000;
+ viewpoint 2,1,1,3,0xFFFF00;
+ viewpoint 2,1,1,4,0xFFFF00;
+ viewpoint 2,1,1,5,0xFFFF00;
+ viewpoint 2,1,1,6,0xFFFF00;
+ next;
+ break;
+ case 9:
+ mes "[Payon Guide]";
+ mes "Enjoy your stay.";
+ close2;
+ cutin "pay_soldier",255;
+ end;
+ }
+ }
+}
diff --git a/npc/guides/guides_prontera.txt b/npc/guides/guides_prontera.txt
index c70f304b9..b08be507c 100644
--- a/npc/guides/guides_prontera.txt
+++ b/npc/guides/guides_prontera.txt
@@ -1,307 +1,307 @@
-//===== eAthena Script =======================================
-//= Prontera Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Prontera
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guides.
-//============================================================
-
-prontera,154,187,4 script Guide#01prontera::GuideProntera 105,{
- cutin "prt_soldier",2;
- mes "[Prontera Guide]";
- mes "Welcome to ^8B4513Prontera^000000,";
- mes "the beautiful capital of the";
- mes "Rune-Midgarts Kingdom.";
- mes "Do you need help navigating the city?";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Tool Shop ]:[ Weapon & Armor Shop ]:[ Forge ]:[ Sanctuary ]:[ Chivalry Office ]:[ Inn ]:[ Tavern ]:[ Library ]:[ Prontera Castle ]:[ Job Agency ]:[ City Hall ]:Previous Menu")) {
- case 1:
- mes "[Prontera Guide]";
- mes "Let me mark the location of the ^B9062FTool Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,134,221,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Prontera Guide]";
- mes "Let me mark the location of the ^0000FFWeapon & Armor Shop^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,175,220,1,0x0A82FF;
- next;
- break;
- case 3:
- mes "[Prontera Guide]";
- mes "Let me mark the location of the ^FF5400Forge^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,179,184,2,0xFFB400;
- next;
- break;
- case 4:
- mes "[Prontera Guide]";
- mes "The ^006400Prontera Sanctuary^000000 is";
- mes "where you can change your job to Acolyte,";
- mes "its located in the far northeast of Prontera.";
- mes "Let me mark the location on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,236,316,3,0xAAFF00;
- next;
- break;
- case 5:
- mes "[Prontera Guide]";
- mes "The Chivalry Office is";
- mes "where you can change your job to ^7F3300Knight^000000";
- mes "or apply for the ^7F3300Culvert^000000 Subjugation Party.";
- mes "Would you like to check any other locations?";
- viewpoint 1,46,345,4,0xD2691E;
- next;
- break;
- case 6:
- mes "[Prontera Guide]";
- mes "Let me mark the location of the ^800080Inn^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,204,191,5,0xDA70D6;
- next;
- break;
- case 7:
- mes "[Prontera Guide]";
- mes "Let me mark the location of the ^B9062FTaverns^000000";
- mes "on your mini-map.";
- mes "Only the ^B9062Fnorthern^000000 tavern";
- mes "is open for now.";
- mes "Would you like to check any other locations?";
- viewpoint 1,208,154,6,0xFF0000;
- viewpoint 1,46,67,7,0xFF0000;
- next;
- break;
- case 8:
- mes "[Prontera Guide]";
- mes "The ^0000FFLibrary^000000 is";
- mes "where you can find useful information, like the Monster Encyclopedia.";
- mes "There are currently twi libaries available";
- mes "in the northern area of Prontera.";
- mes "Would you like to check any other locations?";
- viewpoint 1,120,264,8,0x0A82FF;
- viewpoint 1,192,264,9,0x0A82FF;
- next;
- break;
- case 9:
- mes "[Prontera Guide]";
- mes "The ^FF5400Prontera Castle^000000 is north from here,";
- mes "and its rear gate is connected to";
- mes "the northern Prontera Fields.";
- mes "Let me mark the castle on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,156,360,10,0xFFB400;
- next;
- break;
- case 10:
- mes "[Prontera Guide]";
- mes "Let me mark the location of the ^006400Job Agency^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,133,183,11,0xAAFF00;
- next;
- break;
- case 11:
- mes "[Prontera Guide]";
- mes "Let me mark the location of ^7F3300City Hall^000000";
- mes "on your mini-map.";
- mes "There's a hairstylist";
- mes "there that can change your hair color.";
- mes "Would you like to check any other locations?";
- viewpoint 1,75,91,12,0xD2691E;
- next;
- break;
- case 12:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Eden Teleport Officer ]:[ Peco Peco Breeder ]:[ Riding Creature Master ]:[ Magic Gear Master ]:[ Peco Peco Remover ]:[ Rune Salesman ]:[ Mercenary Guildsman ]:[ Hypnotist ]:[ Kafra Employee ]:[ Leablem ]:[ Apprentice Craftsman ]:Previous Menu")) {
- case 1:
- mes "[Prontera Guide]";
- mes "Let me mark the location of the";
- mes "^800080Eden Teleport Officer^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,124,76,13,0xDA70D6;
- next;
- break;
- case 2:
- mes "[Prontera Guide]";
- mes "Two ^0000FFPeco Peco Breeders^000000 are available,";
- mes "one for ^0000FFKnights^000000 to the ^0000FFnorthwest^000000";
- mes "and the other for ^0000FFCrusaders^000000 to the ^0000FFnortheast^000000.";
- viewpoint 1,55,350,15,0x0A82FF;
- viewpoint 1,232,310,16,0x0A82FF;
- next;
- break;
- case 3:
- mes "[Prontera Guide]";
- mes "The ^FF5400Riding Creature Master^000000 provides services for";
- mes "^FF5400Rune Knights^000000 and ^FF5400Royal Guards^000000.";
- mes "Let me mark his location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,131,213,17,0xFFB400;
- next;
- break;
- case 4:
- mes "[Prontera Guide]";
- mes "The ^006400Magic Gear Master^000000";
- mes "provides services for";
- mes "^006400Mechanics^000000.";
- mes "Let me mark his location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,163,178,18,0xAAFF00;
- next;
- break;
- case 5:
- mes "[Prontera Guide]";
- mes "If your beloved Peco Peco refuses";
- mes "to leave you,";
- mes "please talk to the ^7F3300Peco Peco Remover^000000";
- mes "near the central fountain.";
- mes "Would you like to check any other locations?";
- viewpoint 1,125,208,19,0xD2691E;
- next;
- break;
- case 6:
- mes "[Prontera Guide]";
- mes "Let me mark the location of";
- mes "the ^800080Rune Salesman^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,168,228,20,0xDA70D6;
- next;
- break;
- case 7:
- mes "[Prontera Guide]";
- mes "Let me mark the location of ^0000FFSpear Mercenary Manager^000000 and";
- mes "^0000FFMercenary Goods Merchant^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,35,337,21,0x0A82FF;
- next;
- break;
- case 8:
- mes "[Prontera Guide]";
- mes "The ^FF5400Hypnotist^000000";
- mes "helps beginner adventurers";
- mes "to reset their skills.";
- mes "Let me mark his location";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,146,232,22,0xFFB400;
- next;
- break;
- case 9:
- mes "[Prontera Guide]";
- mes "Let me mark the location of the";
- mes "^006400Kafra Employees^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,152,326,23,0xAAFF00;
- viewpoint 1,30,207,24,0xAAFF00;
- viewpoint 1,282,200,25,0xAAFF00;
- viewpoint 1,151,29,26,0xAAFF00;
- viewpoint 1,146,89,27,0xAAFF00;
- next;
- break;
- case 10:
- mes "[Prontera Guide]";
- mes "^0000FFLeablem^000000";
- mes "is a technician";
- mes "who can create ^0000FFslots^000000 on weapons and armors,";
- mes "As amazing as it sounds,";
- mes "not all equipment can be slotted.";
- mes "Would you like to check any other locations?";
- viewpoint 1,244,169,28,0x0A82FF;
- next;
- break;
- case 11:
- mes "[Prontera Guide]";
- mes "Let me mark the location of the";
- mes "^800080Apprentice Craftsman^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,165,60,29,0xDA70D6;
- next;
- break;
- case 12:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Prontera Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFF00;
- viewpoint 2,1,1,1,0x000000;
- viewpoint 2,1,1,2,0xFF0000;
- viewpoint 2,1,1,3,0xFFFF00;
- viewpoint 2,1,1,4,0xFFFF00;
- viewpoint 2,1,1,5,0xFFFF00;
- viewpoint 2,1,1,6,0xFFFF00;
- viewpoint 2,1,1,7,0xFFFF00;
- viewpoint 2,1,1,8,0xFFFF00;
- viewpoint 2,1,1,9,0xFFFF00;
- viewpoint 2,1,1,10,0xFFFF00;
- viewpoint 2,1,1,11,0xFFFF00;
- viewpoint 2,1,1,12,0xFFFF00;
- viewpoint 2,1,1,13,0xFFFF00;
- viewpoint 2,1,1,14,0xFFFF00;
- viewpoint 2,1,1,15,0xFFFF00;
- viewpoint 2,1,1,16,0xFFFF00;
- viewpoint 2,1,1,17,0xFFFF00;
- viewpoint 2,1,1,18,0xFFFF00;
- viewpoint 2,1,1,19,0xFFFF00;
- viewpoint 2,1,1,20,0xFFFF00;
- viewpoint 2,1,1,21,0xFFFF00;
- viewpoint 2,1,1,22,0xFFFF00;
- viewpoint 2,1,1,23,0xFFFF00;
- viewpoint 2,1,1,24,0xFFFF00;
- viewpoint 2,1,1,25,0xFFFF00;
- viewpoint 2,1,1,26,0xFFFF00;
- viewpoint 2,1,1,27,0xFFFF00;
- viewpoint 2,1,1,28,0xFFFF00;
- viewpoint 2,1,1,29,0xFFFF00;
- next;
- break;
- case 4:
- mes "[Prontera Guide]";
- mes "Enjoy your stay.";
- close2;
- cutin "prt_soldier",255;
- end;
- }
- }
-}
-
-prontera,282,208,2 duplicate(GuideProntera) Guide#02prontera 105
-prontera,29,200,6 duplicate(GuideProntera) Guide#03prontera 105
-prontera,160,29,0 duplicate(GuideProntera) Guide#04prontera 105
-prontera,151,330,4 duplicate(GuideProntera) Guide#05prontera 105
+//===== eAthena Script =======================================
+//= Prontera Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Prontera
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guides.
+//============================================================
+
+prontera,154,187,4 script Guide#01prontera::GuideProntera 105,{
+ cutin "prt_soldier",2;
+ mes "[Prontera Guide]";
+ mes "Welcome to ^8B4513Prontera^000000,";
+ mes "the beautiful capital of the";
+ mes "Rune-Midgarts Kingdom.";
+ mes "Do you need help navigating the city?";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Tool Shop ]:[ Weapon & Armor Shop ]:[ Forge ]:[ Sanctuary ]:[ Chivalry Office ]:[ Inn ]:[ Tavern ]:[ Library ]:[ Prontera Castle ]:[ Job Agency ]:[ City Hall ]:Previous Menu")) {
+ case 1:
+ mes "[Prontera Guide]";
+ mes "Let me mark the location of the ^B9062FTool Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,134,221,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Prontera Guide]";
+ mes "Let me mark the location of the ^0000FFWeapon & Armor Shop^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,175,220,1,0x0A82FF;
+ next;
+ break;
+ case 3:
+ mes "[Prontera Guide]";
+ mes "Let me mark the location of the ^FF5400Forge^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,179,184,2,0xFFB400;
+ next;
+ break;
+ case 4:
+ mes "[Prontera Guide]";
+ mes "The ^006400Prontera Sanctuary^000000 is";
+ mes "where you can change your job to Acolyte,";
+ mes "its located in the far northeast of Prontera.";
+ mes "Let me mark the location on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,236,316,3,0xAAFF00;
+ next;
+ break;
+ case 5:
+ mes "[Prontera Guide]";
+ mes "The Chivalry Office is";
+ mes "where you can change your job to ^7F3300Knight^000000";
+ mes "or apply for the ^7F3300Culvert^000000 Subjugation Party.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,46,345,4,0xD2691E;
+ next;
+ break;
+ case 6:
+ mes "[Prontera Guide]";
+ mes "Let me mark the location of the ^800080Inn^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,204,191,5,0xDA70D6;
+ next;
+ break;
+ case 7:
+ mes "[Prontera Guide]";
+ mes "Let me mark the location of the ^B9062FTaverns^000000";
+ mes "on your mini-map.";
+ mes "Only the ^B9062Fnorthern^000000 tavern";
+ mes "is open for now.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,208,154,6,0xFF0000;
+ viewpoint 1,46,67,7,0xFF0000;
+ next;
+ break;
+ case 8:
+ mes "[Prontera Guide]";
+ mes "The ^0000FFLibrary^000000 is";
+ mes "where you can find useful information, like the Monster Encyclopedia.";
+ mes "There are currently twi libaries available";
+ mes "in the northern area of Prontera.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,120,264,8,0x0A82FF;
+ viewpoint 1,192,264,9,0x0A82FF;
+ next;
+ break;
+ case 9:
+ mes "[Prontera Guide]";
+ mes "The ^FF5400Prontera Castle^000000 is north from here,";
+ mes "and its rear gate is connected to";
+ mes "the northern Prontera Fields.";
+ mes "Let me mark the castle on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,156,360,10,0xFFB400;
+ next;
+ break;
+ case 10:
+ mes "[Prontera Guide]";
+ mes "Let me mark the location of the ^006400Job Agency^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,133,183,11,0xAAFF00;
+ next;
+ break;
+ case 11:
+ mes "[Prontera Guide]";
+ mes "Let me mark the location of ^7F3300City Hall^000000";
+ mes "on your mini-map.";
+ mes "There's a hairstylist";
+ mes "there that can change your hair color.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,75,91,12,0xD2691E;
+ next;
+ break;
+ case 12:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Eden Teleport Officer ]:[ Peco Peco Breeder ]:[ Riding Creature Master ]:[ Magic Gear Master ]:[ Peco Peco Remover ]:[ Rune Salesman ]:[ Mercenary Guildsman ]:[ Hypnotist ]:[ Kafra Employee ]:[ Leablem ]:[ Apprentice Craftsman ]:Previous Menu")) {
+ case 1:
+ mes "[Prontera Guide]";
+ mes "Let me mark the location of the";
+ mes "^800080Eden Teleport Officer^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,124,76,13,0xDA70D6;
+ next;
+ break;
+ case 2:
+ mes "[Prontera Guide]";
+ mes "Two ^0000FFPeco Peco Breeders^000000 are available,";
+ mes "one for ^0000FFKnights^000000 to the ^0000FFnorthwest^000000";
+ mes "and the other for ^0000FFCrusaders^000000 to the ^0000FFnortheast^000000.";
+ viewpoint 1,55,350,15,0x0A82FF;
+ viewpoint 1,232,310,16,0x0A82FF;
+ next;
+ break;
+ case 3:
+ mes "[Prontera Guide]";
+ mes "The ^FF5400Riding Creature Master^000000 provides services for";
+ mes "^FF5400Rune Knights^000000 and ^FF5400Royal Guards^000000.";
+ mes "Let me mark his location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,131,213,17,0xFFB400;
+ next;
+ break;
+ case 4:
+ mes "[Prontera Guide]";
+ mes "The ^006400Magic Gear Master^000000";
+ mes "provides services for";
+ mes "^006400Mechanics^000000.";
+ mes "Let me mark his location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,163,178,18,0xAAFF00;
+ next;
+ break;
+ case 5:
+ mes "[Prontera Guide]";
+ mes "If your beloved Peco Peco refuses";
+ mes "to leave you,";
+ mes "please talk to the ^7F3300Peco Peco Remover^000000";
+ mes "near the central fountain.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,125,208,19,0xD2691E;
+ next;
+ break;
+ case 6:
+ mes "[Prontera Guide]";
+ mes "Let me mark the location of";
+ mes "the ^800080Rune Salesman^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,168,228,20,0xDA70D6;
+ next;
+ break;
+ case 7:
+ mes "[Prontera Guide]";
+ mes "Let me mark the location of ^0000FFSpear Mercenary Manager^000000 and";
+ mes "^0000FFMercenary Goods Merchant^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,35,337,21,0x0A82FF;
+ next;
+ break;
+ case 8:
+ mes "[Prontera Guide]";
+ mes "The ^FF5400Hypnotist^000000";
+ mes "helps beginner adventurers";
+ mes "to reset their skills.";
+ mes "Let me mark his location";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,146,232,22,0xFFB400;
+ next;
+ break;
+ case 9:
+ mes "[Prontera Guide]";
+ mes "Let me mark the location of the";
+ mes "^006400Kafra Employees^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,152,326,23,0xAAFF00;
+ viewpoint 1,30,207,24,0xAAFF00;
+ viewpoint 1,282,200,25,0xAAFF00;
+ viewpoint 1,151,29,26,0xAAFF00;
+ viewpoint 1,146,89,27,0xAAFF00;
+ next;
+ break;
+ case 10:
+ mes "[Prontera Guide]";
+ mes "^0000FFLeablem^000000";
+ mes "is a technician";
+ mes "who can create ^0000FFslots^000000 on weapons and armors,";
+ mes "As amazing as it sounds,";
+ mes "not all equipment can be slotted.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,244,169,28,0x0A82FF;
+ next;
+ break;
+ case 11:
+ mes "[Prontera Guide]";
+ mes "Let me mark the location of the";
+ mes "^800080Apprentice Craftsman^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,165,60,29,0xDA70D6;
+ next;
+ break;
+ case 12:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Prontera Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFF00;
+ viewpoint 2,1,1,1,0x000000;
+ viewpoint 2,1,1,2,0xFF0000;
+ viewpoint 2,1,1,3,0xFFFF00;
+ viewpoint 2,1,1,4,0xFFFF00;
+ viewpoint 2,1,1,5,0xFFFF00;
+ viewpoint 2,1,1,6,0xFFFF00;
+ viewpoint 2,1,1,7,0xFFFF00;
+ viewpoint 2,1,1,8,0xFFFF00;
+ viewpoint 2,1,1,9,0xFFFF00;
+ viewpoint 2,1,1,10,0xFFFF00;
+ viewpoint 2,1,1,11,0xFFFF00;
+ viewpoint 2,1,1,12,0xFFFF00;
+ viewpoint 2,1,1,13,0xFFFF00;
+ viewpoint 2,1,1,14,0xFFFF00;
+ viewpoint 2,1,1,15,0xFFFF00;
+ viewpoint 2,1,1,16,0xFFFF00;
+ viewpoint 2,1,1,17,0xFFFF00;
+ viewpoint 2,1,1,18,0xFFFF00;
+ viewpoint 2,1,1,19,0xFFFF00;
+ viewpoint 2,1,1,20,0xFFFF00;
+ viewpoint 2,1,1,21,0xFFFF00;
+ viewpoint 2,1,1,22,0xFFFF00;
+ viewpoint 2,1,1,23,0xFFFF00;
+ viewpoint 2,1,1,24,0xFFFF00;
+ viewpoint 2,1,1,25,0xFFFF00;
+ viewpoint 2,1,1,26,0xFFFF00;
+ viewpoint 2,1,1,27,0xFFFF00;
+ viewpoint 2,1,1,28,0xFFFF00;
+ viewpoint 2,1,1,29,0xFFFF00;
+ next;
+ break;
+ case 4:
+ mes "[Prontera Guide]";
+ mes "Enjoy your stay.";
+ close2;
+ cutin "prt_soldier",255;
+ end;
+ }
+ }
+}
+
+prontera,282,208,2 duplicate(GuideProntera) Guide#02prontera 105
+prontera,29,200,6 duplicate(GuideProntera) Guide#03prontera 105
+prontera,160,29,0 duplicate(GuideProntera) Guide#04prontera 105
+prontera,151,330,4 duplicate(GuideProntera) Guide#05prontera 105
diff --git a/npc/guides/guides_rachel.txt b/npc/guides/guides_rachel.txt
index 41fe63092..942f5d2bc 100644
--- a/npc/guides/guides_rachel.txt
+++ b/npc/guides/guides_rachel.txt
@@ -1,126 +1,126 @@
-//===== eAthena Script =======================================
-//= Rachel Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guide for the city of Rachel
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-rachel,138,146,5 script Rachel Guide#rachel 934,{
- mes "[Rachel Guide]";
- mes "Welcome to the capital of Arunafeltz, ^8B4513Rachel^000000 where the warm breath of the goddess Freya reaches.";
- mes "If this is the first time for you to use the guide services, I suggest you ask many questions.";
- next;
- while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Inn ]:[ Weapon Shop ]:[ Tool Shop ]:[ Airport ]:[ Cheshrumnir ]:[ Priest Zed's Mansion ]:Previous Menu")) {
- case 1:
- mes "[Rachel Guide]";
- mes "You can rest your fatigue of the journey in the Inn. The left building next to me is the Inn of Rachel.";
- mes "Would you like to check any other locations?";
- viewpoint 1,115,144,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Rachel Guide]";
- mes "Do you want to check out the weapons that are sold in Rachel? The Weapon Shop is located near the west gate.";
- mes "Would you like to check any other locations?";
- viewpoint 1,42,82,1,0xFF4500;
- next;
- break;
- case 3:
- mes "[Rachel Guide]";
- mes "Rachel's Tool Shop sells the best quality potions. It's located near the west gate.";
- mes "Would you like to check any other locations?";
- viewpoint 1,83,73,2,0xDAA520;
- next;
- break;
- case 4:
- mes "[Rachel Guide]";
- mes "The Airport is located outside of the east gate.";
- mes "Would you like to check any other locations?";
- viewpoint 1,272,125,3,0x008000;
- next;
- break;
- case 5:
- mes "[Rachel Guide]";
- mes "Cheshrumnir is a holy ground where pope, the incarnation of goddess Freya stays.";
- mes "Take the road to the north to find the building.";
- mes "Would you like to check any other locations?";
- viewpoint 1,150,243,4,0x0000FF;
- next;
- break;
- case 6:
- mes "[Rachel Guide]";
- mes "I will mark the location";
- mes "of the ^000080Priest Zed's Mansion^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,98,238,5,0x000080;
- next;
- break;
- case 7:
- set .@loop,0;
- break;
- }
- }
- break;
- case 2:
- set .@loop,1;
- while (.@loop) {
- switch(select("[ Cool Event Corp. Staff ]:[ Eden Teleport Officer ]:Previous Menu")) {
- case 1:
- mes "[Rachel Guide]";
- mes "I will mark the location";
- mes "of the ^803232Cool Event Corp. Staff^000000";
- mes "on your mini map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,110,138,7,0x803232;
- next;
- break;
- case 2:
- mes "[Rachel Guide]";
- mes "I will mark the location";
- mes "of the ^556B2FEden Teleport Officer^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,125,144,8,0x556B2F;
- next;
- break;
- case 3:
- set .@loop,0;
- break;
- }
- }
- break;
- case 3:
- mes "[Rachel Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,115,144,0,0xFFFFFF;
- viewpoint 2,42,82,1,0xFFFFFF;
- viewpoint 2,83,73,2,0xFFFFFF;
- viewpoint 2,272,125,3,0xFFFFFF;
- viewpoint 2,150,243,4,0xFFFFFF;
- viewpoint 2,98,238,5,0xFFFFFF;
- viewpoint 2,110,138,7,0xFFFFFF;
- viewpoint 2,125,144,8,0xFFFFFF;
- next;
- break;
- case 4:
- mes "[Rachel Guide]";
- mes "Have a safe journey!";
- close;
- }
- }
-}
+//===== eAthena Script =======================================
+//= Rachel Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guide for the city of Rachel
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+rachel,138,146,5 script Rachel Guide#rachel 934,{
+ mes "[Rachel Guide]";
+ mes "Welcome to the capital of Arunafeltz, ^8B4513Rachel^000000 where the warm breath of the goddess Freya reaches.";
+ mes "If this is the first time for you to use the guide services, I suggest you ask many questions.";
+ next;
+ while (1) {
+ switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Inn ]:[ Weapon Shop ]:[ Tool Shop ]:[ Airport ]:[ Cheshrumnir ]:[ Priest Zed's Mansion ]:Previous Menu")) {
+ case 1:
+ mes "[Rachel Guide]";
+ mes "You can rest your fatigue of the journey in the Inn. The left building next to me is the Inn of Rachel.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,115,144,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Rachel Guide]";
+ mes "Do you want to check out the weapons that are sold in Rachel? The Weapon Shop is located near the west gate.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,42,82,1,0xFF4500;
+ next;
+ break;
+ case 3:
+ mes "[Rachel Guide]";
+ mes "Rachel's Tool Shop sells the best quality potions. It's located near the west gate.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,83,73,2,0xDAA520;
+ next;
+ break;
+ case 4:
+ mes "[Rachel Guide]";
+ mes "The Airport is located outside of the east gate.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,272,125,3,0x008000;
+ next;
+ break;
+ case 5:
+ mes "[Rachel Guide]";
+ mes "Cheshrumnir is a holy ground where pope, the incarnation of goddess Freya stays.";
+ mes "Take the road to the north to find the building.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,150,243,4,0x0000FF;
+ next;
+ break;
+ case 6:
+ mes "[Rachel Guide]";
+ mes "I will mark the location";
+ mes "of the ^000080Priest Zed's Mansion^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,98,238,5,0x000080;
+ next;
+ break;
+ case 7:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 2:
+ set .@loop,1;
+ while (.@loop) {
+ switch(select("[ Cool Event Corp. Staff ]:[ Eden Teleport Officer ]:Previous Menu")) {
+ case 1:
+ mes "[Rachel Guide]";
+ mes "I will mark the location";
+ mes "of the ^803232Cool Event Corp. Staff^000000";
+ mes "on your mini map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,110,138,7,0x803232;
+ next;
+ break;
+ case 2:
+ mes "[Rachel Guide]";
+ mes "I will mark the location";
+ mes "of the ^556B2FEden Teleport Officer^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,125,144,8,0x556B2F;
+ next;
+ break;
+ case 3:
+ set .@loop,0;
+ break;
+ }
+ }
+ break;
+ case 3:
+ mes "[Rachel Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,115,144,0,0xFFFFFF;
+ viewpoint 2,42,82,1,0xFFFFFF;
+ viewpoint 2,83,73,2,0xFFFFFF;
+ viewpoint 2,272,125,3,0xFFFFFF;
+ viewpoint 2,150,243,4,0xFFFFFF;
+ viewpoint 2,98,238,5,0xFFFFFF;
+ viewpoint 2,110,138,7,0xFFFFFF;
+ viewpoint 2,125,144,8,0xFFFFFF;
+ next;
+ break;
+ case 4:
+ mes "[Rachel Guide]";
+ mes "Have a safe journey!";
+ close;
+ }
+ }
+}
diff --git a/npc/guides/guides_umbala.txt b/npc/guides/guides_umbala.txt
index 033e37bad..1f9b845cd 100644
--- a/npc/guides/guides_umbala.txt
+++ b/npc/guides/guides_umbala.txt
@@ -1,99 +1,99 @@
-//===== eAthena Script =======================================
-//= Umbala Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Umbala
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guides.
-//============================================================
-
-umbala,128,94,3 script Umbala Guide#01umbala::GuideUmbala 702,{
- mes "Welcome to ^8B4513Umbala^000000,";
- mes "the Village of the Utan Tribe.";
- next;
- mes "Since I have been exploring here for several months.";
- mes "I am familiar with this area's geography and the points of interest in this village.";
- mes "Do you need help navigating the village?";
- while (1) {
- next;
- switch(select("[ Kafra Employee ]:[ Chief's House ]:[ Shaman's House ]:[ Weapon Shop ]:[ Tool Shop ]:[ Bungee Jump Area ]:[ Tree of Yggdrasil ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Umbala Guide]";
- mes "Let me mark the location of the";
- mes "^0000FFKafra Employee^000000";
- mes "on your mini-map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,87,160,0,0x0A82FF;
- break;
- case 2:
- mes "[Umbala Guide]";
- mes "Only the ^006400Chief^000000 knows the language of the outside world.";
- mes "So you'd better visit him before anything else.";
- mes "Would you like to check any other locations?";
- viewpoint 1,68,251,1,0xAAFF00;
- break;
- case 3:
- mes "[Umbala Guide]";
- mes "The ^008080Shaman^000000 has some sort of mystic power.";
- mes "People say she can create rough enchanted stones, and divide a pure enchanted stone into rough ones.";
- mes "Would you like to check any other locations?";
- viewpoint 1,219,188,2,0x008080;
- break;
- case 4:
- mes "[Umbala Guide]";
- mes "The ^FF1493Weapon Shop^000000 inside Umbala";
- mes "supplies the weapons";
- mes "for defending against their enemies.";
- mes "Would you like to check any other locations?";
- viewpoint 1,125,155,3,0xFF1493;
- break;
- case 5:
- mes "[Umbala Guide]";
- mes "There are many useful things for";
- mes "traveling in the ^8B4513Tool Shop^000000 in Umbala.";
- mes "Would you like to check any other locations?";
- viewpoint 1,136,127,4,0x8B4513;
- break;
- case 6:
- mes "[Umbala Guide]";
- mes "Umbala has a unique locale called";
- mes "the 'Bungee Jump Area'.";
- mes "If you're interested in testing";
- mes "your courage, why don't you try it.";
- mes "Would you like to check any other locations?";
- viewpoint 1,221,176,5,0x9400D3;
- break;
- case 7:
- mes "[Umbala Guide]";
- mes "There's the Tree of Yggdrasil in the northern part of town.";
- mes "You should pay it a visit since that's a place I recommend when you visit Umbala.";
- mes "Would you like to check any other locations?";
- viewpoint 1,107,284,6,0xA52A2A;
- break;
- case 8:
- mes "[Umbala Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFFFF;
- viewpoint 2,1,1,1,0xFFFFFF;
- viewpoint 2,1,1,2,0xFFFFFF;
- viewpoint 2,1,1,3,0xFFFFFF;
- viewpoint 2,1,1,4,0xFFFFFF;
- viewpoint 2,1,1,5,0xFFFFFF;
- viewpoint 2,1,1,6,0xFFFFFF;
- break;
- case 9:
- mes "[Umbala Guide]";
- mes "Be safe on your travels.";
- close;
- }
- }
-}
-
-umbala,99,158,3 duplicate(GuideUmbala) Umbala Guide#02umbala 702
+//===== eAthena Script =======================================
+//= Umbala Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Umbala
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guides.
+//============================================================
+
+umbala,128,94,3 script Umbala Guide#01umbala::GuideUmbala 702,{
+ mes "Welcome to ^8B4513Umbala^000000,";
+ mes "the Village of the Utan Tribe.";
+ next;
+ mes "Since I have been exploring here for several months.";
+ mes "I am familiar with this area's geography and the points of interest in this village.";
+ mes "Do you need help navigating the village?";
+ while (1) {
+ next;
+ switch(select("[ Kafra Employee ]:[ Chief's House ]:[ Shaman's House ]:[ Weapon Shop ]:[ Tool Shop ]:[ Bungee Jump Area ]:[ Tree of Yggdrasil ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Umbala Guide]";
+ mes "Let me mark the location of the";
+ mes "^0000FFKafra Employee^000000";
+ mes "on your mini-map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,87,160,0,0x0A82FF;
+ break;
+ case 2:
+ mes "[Umbala Guide]";
+ mes "Only the ^006400Chief^000000 knows the language of the outside world.";
+ mes "So you'd better visit him before anything else.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,68,251,1,0xAAFF00;
+ break;
+ case 3:
+ mes "[Umbala Guide]";
+ mes "The ^008080Shaman^000000 has some sort of mystic power.";
+ mes "People say she can create rough enchanted stones, and divide a pure enchanted stone into rough ones.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,219,188,2,0x008080;
+ break;
+ case 4:
+ mes "[Umbala Guide]";
+ mes "The ^FF1493Weapon Shop^000000 inside Umbala";
+ mes "supplies the weapons";
+ mes "for defending against their enemies.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,125,155,3,0xFF1493;
+ break;
+ case 5:
+ mes "[Umbala Guide]";
+ mes "There are many useful things for";
+ mes "traveling in the ^8B4513Tool Shop^000000 in Umbala.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,136,127,4,0x8B4513;
+ break;
+ case 6:
+ mes "[Umbala Guide]";
+ mes "Umbala has a unique locale called";
+ mes "the 'Bungee Jump Area'.";
+ mes "If you're interested in testing";
+ mes "your courage, why don't you try it.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,221,176,5,0x9400D3;
+ break;
+ case 7:
+ mes "[Umbala Guide]";
+ mes "There's the Tree of Yggdrasil in the northern part of town.";
+ mes "You should pay it a visit since that's a place I recommend when you visit Umbala.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,107,284,6,0xA52A2A;
+ break;
+ case 8:
+ mes "[Umbala Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFFFF;
+ viewpoint 2,1,1,1,0xFFFFFF;
+ viewpoint 2,1,1,2,0xFFFFFF;
+ viewpoint 2,1,1,3,0xFFFFFF;
+ viewpoint 2,1,1,4,0xFFFFFF;
+ viewpoint 2,1,1,5,0xFFFFFF;
+ viewpoint 2,1,1,6,0xFFFFFF;
+ break;
+ case 9:
+ mes "[Umbala Guide]";
+ mes "Be safe on your travels.";
+ close;
+ }
+ }
+}
+
+umbala,99,158,3 duplicate(GuideUmbala) Umbala Guide#02umbala 702
diff --git a/npc/guides/guides_veins.txt b/npc/guides/guides_veins.txt
index 9f0371c82..f28b5d607 100644
--- a/npc/guides/guides_veins.txt
+++ b/npc/guides/guides_veins.txt
@@ -1,108 +1,108 @@
-//===== eAthena Script =======================================
-//= Veins Guides
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guides for the city of Veins
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guides.
-//============================================================
-
-veins,210,345,5 script Veins Guide#veins01::GuideVeins 934,{
- mes "[Veins Guide]";
- mes "Thank you for coming through the rough sand storms. Welcome to ^8B4513Veins^000000, the Canyon Village.";
- mes "If this is the first time for you to use the guide services, why don't you check the \"Notice\" menu first?";
- next;
- while (1) {
- switch(select("[ Temple ]:[ Inn ]:[ Pub ]:[ Weapon Shop ]:[ Tool Shop ]:[ Airport ]:[ Geological Research Institute ]:[ Cool Event Corp. Staff ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Veins Guide]";
- mes "The Temple is always filled with praying the faithful of the incarnation of goddess Freya.";
- mes "It's located on the North side of Veins.";
- mes "Would you like to check any other locations?";
- viewpoint 1,197,256,0,0xFF0000;
- next;
- break;
- case 2:
- mes "[Veins Guide]";
- mes "You can rest your fatigue of the journey in the Inn. The Inn is located on the North-West side of Veins.";
- mes "Would you like to check any other locations?";
- viewpoint 1,110,278,1,0xFF4500;
- next;
- break;
- case 3:
- mes "[Veins Guide]";
- mes "If you want to talk to the Veins Towners, visit the Veins Pub.";
- mes "The pub is located on the west side of Veins.";
- mes "Would you like to check any other locations?";
- viewpoint 1,150,215,2,0xDAA520;
- next;
- break;
- case 4:
- mes "[Veins Guide]";
- mes "You have to be able to protect your own body.";
- mes "The Weapon Shop in Veins is selling the good weapons at a reasonable price..";
- mes "It is located on the West side of Veins.";
- mes "Would you like to check any other locations?";
- viewpoint 1,150,175,3,0x008000;
- next;
- break;
- case 5:
- mes "[Veins Guide]";
- mes "The essential items! Check out the Veins Tool Shop in the center of town..";
- mes "Would you like to check any other locations?";
- viewpoint 1,230,161,4,0x0000FF;
- next;
- break;
- case 6:
- mes "[Veins Guide]";
- mes "The Airport of Veins is currently only used for Cargo.";
- mes "Would you like to check any other locations?";
- viewpoint 1,273,287,5,0x000080;
- next;
- break;
- case 7:
- mes "[Veins Guide]";
- mes "Are you interested in Geology?";
- mes "If so, please visit the Geological Research Institute at the second floor of Weapon Shop.";
- mes "Would you like to check any other locations?";
- viewpoint 1,150,175,6,0x800080;
- next;
- break;
- case 8:
- mes "[Veins Guide]";
- mes "I will mark the location";
- mes "of the ^808080Cool Event Corp. Staff^000000";
- mes "on your mini map.";
- mes "Would you like to check any other locations?";
- viewpoint 1,209,127,7,0x808080;
- next;
- break;
- case 9:
- mes "[Veins Guide]";
- mes "Sure, I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,197,256,0,0xFFFFFF;
- viewpoint 2,110,278,1,0xFFFFFF;
- viewpoint 2,150,215,2,0xFFFFFF;
- viewpoint 2,150,175,3,0xFFFFFF;
- viewpoint 2,230,161,4,0xFFFFFF;
- viewpoint 2,273,287,5,0xFFFFFF;
- viewpoint 2,150,175,6,0xFFFFFF;
- viewpoint 2,209,127,7,0xFFFFFF;
- next;
- break;
- case 10:
- mes "[Veins Guide]";
- mes "Have a safe journey!";
- close;
- }
- }
-}
-
-veins,189,101,5 duplicate(GuideVeins) Veins Guide#veins02 934
+//===== eAthena Script =======================================
+//= Veins Guides
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guides for the city of Veins
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guides.
+//============================================================
+
+veins,210,345,5 script Veins Guide#veins01::GuideVeins 934,{
+ mes "[Veins Guide]";
+ mes "Thank you for coming through the rough sand storms. Welcome to ^8B4513Veins^000000, the Canyon Village.";
+ mes "If this is the first time for you to use the guide services, why don't you check the \"Notice\" menu first?";
+ next;
+ while (1) {
+ switch(select("[ Temple ]:[ Inn ]:[ Pub ]:[ Weapon Shop ]:[ Tool Shop ]:[ Airport ]:[ Geological Research Institute ]:[ Cool Event Corp. Staff ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Veins Guide]";
+ mes "The Temple is always filled with praying the faithful of the incarnation of goddess Freya.";
+ mes "It's located on the North side of Veins.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,197,256,0,0xFF0000;
+ next;
+ break;
+ case 2:
+ mes "[Veins Guide]";
+ mes "You can rest your fatigue of the journey in the Inn. The Inn is located on the North-West side of Veins.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,110,278,1,0xFF4500;
+ next;
+ break;
+ case 3:
+ mes "[Veins Guide]";
+ mes "If you want to talk to the Veins Towners, visit the Veins Pub.";
+ mes "The pub is located on the west side of Veins.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,150,215,2,0xDAA520;
+ next;
+ break;
+ case 4:
+ mes "[Veins Guide]";
+ mes "You have to be able to protect your own body.";
+ mes "The Weapon Shop in Veins is selling the good weapons at a reasonable price..";
+ mes "It is located on the West side of Veins.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,150,175,3,0x008000;
+ next;
+ break;
+ case 5:
+ mes "[Veins Guide]";
+ mes "The essential items! Check out the Veins Tool Shop in the center of town..";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,230,161,4,0x0000FF;
+ next;
+ break;
+ case 6:
+ mes "[Veins Guide]";
+ mes "The Airport of Veins is currently only used for Cargo.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,273,287,5,0x000080;
+ next;
+ break;
+ case 7:
+ mes "[Veins Guide]";
+ mes "Are you interested in Geology?";
+ mes "If so, please visit the Geological Research Institute at the second floor of Weapon Shop.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,150,175,6,0x800080;
+ next;
+ break;
+ case 8:
+ mes "[Veins Guide]";
+ mes "I will mark the location";
+ mes "of the ^808080Cool Event Corp. Staff^000000";
+ mes "on your mini map.";
+ mes "Would you like to check any other locations?";
+ viewpoint 1,209,127,7,0x808080;
+ next;
+ break;
+ case 9:
+ mes "[Veins Guide]";
+ mes "Sure, I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,197,256,0,0xFFFFFF;
+ viewpoint 2,110,278,1,0xFFFFFF;
+ viewpoint 2,150,215,2,0xFFFFFF;
+ viewpoint 2,150,175,3,0xFFFFFF;
+ viewpoint 2,230,161,4,0xFFFFFF;
+ viewpoint 2,273,287,5,0xFFFFFF;
+ viewpoint 2,150,175,6,0xFFFFFF;
+ viewpoint 2,209,127,7,0xFFFFFF;
+ next;
+ break;
+ case 10:
+ mes "[Veins Guide]";
+ mes "Have a safe journey!";
+ close;
+ }
+ }
+}
+
+veins,189,101,5 duplicate(GuideVeins) Veins Guide#veins02 934
diff --git a/npc/jobs/3-1/archbishop.txt b/npc/jobs/3-1/archbishop.txt
index 976a66dfa..bce24150b 100644
--- a/npc/jobs/3-1/archbishop.txt
+++ b/npc/jobs/3-1/archbishop.txt
@@ -1,2290 +1,2290 @@
-//===== eAthena Script =======================================
-//= Arch Bishop Job Quest
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Job change script fr Third class (Arch Bishop)
-//= Does not entirely support changing to Baby Third Class.
-//===== Additional Comments: =================================
-//= 1.0 First version.
-//= 1.1 Fixed class checks for arch bishops.
-//============================================================
-
-prt_church,103,88,3 script Praying Minister#arch 60,{
- if (BaseJob != Job_Priest) {
- if (Class == Job_Archbishop || Class == Job_Archbishop_H || Class == Job_Baby_Bishop) {
- mes "[Praying Minister]";
- mes "Ah! An Archbishop.";
- mes "You have reached the state of light.";
- mes "I hope you give happiness and honor to people during your adventures.";
- close;
- }
- else {
- mes "[Praying Minister]";
- mes "In front of the Almighty God Odin, there shall be no person smarter than him, and there will be no person more merciful than him.";
- next;
- mes "[Praying Minister]";
- mes "All ministers of Odin should be diligent. They should never be too lazy to serve Odin.";
- next;
- mes "[Praying Minister]";
- mes "Thesedays, I've heard that ministers are becoming lax in their duty to Odin and adorn themselves with the splendors of the world.";
- next;
- mes "[Praying Minister]";
- mes "If you see any of these ministers, can you ask to them to go to the church in prontera?";
- next;
- mes "[Praying Minister]";
- mes "They give out a special aura so you can easily recognize them.";
- mes "I'm going to make them ministers worthy of serving Odin.";
- close;
- }
- }
- else {
- if (Upper == 4) {
- mes "[Praying Minister]";
- mes "In front of the Almighty God Odin, there shall be no person smarter than him, and there will be no person more merciful than him.";
- next;
- mes "[Praying Minister]";
- mes "All ministers of Odin should be diligent. They should never be too lazy to serve Odin.";
- next;
- mes "[Praying Minister]";
- mes "Thesedays, I've heard that ministers are becoming lax in their duty to Odin and adorn themselves with the splendors of the world.";
- next;
- mes "[Praying Minister]";
- mes "If you see any of these ministers, can you ask to them to go to the church in prontera?";
- next;
- mes "[Praying Minister]";
- mes "They give out a special aura so you can easily recognize them.";
- mes "I'm going to make them ministers worthy of serving Odin.";
- close;
- }
- if ((BaseLevel == 99) && (JobLevel > 49)) {
- if (job_arch == 0) {
- if (SkillPoint) {
- mes "You can't change jobs without using all your skill points. Please use all of your skill points before applying to change jobs~";
- close;
- }
- mes "[Praying Minister]";
- mes "In front of the Almighty God Odin, there shall be no person smarter than him, and there will be no person more merciful than him.";
- next;
- mes "[Praying Minister]";
- mes "All ministers of Odin should be diligent. They should never be too lazy to serve Odin.";
- next;
- mes "[Praying Minister]";
- if (Sex == 1)
- mes "Brother, how has your life been?";
- else
- mes "Sister, how has your life been?";
- mes "Have you lived it to it's fullest?";
- mes "Have you served your life in the light of Odin?";
- next;
- mes "[Praying Minister]";
- mes "We are ministers and our behavior is seen as acts of the Gods.";
- mes "We should always be mindful of this.";
- next;
- mes "[Praying Minister]";
- mes "We should always tell the truth.";
- mes "We should not fall prey to lies and deceit.";
- next;
- mes "[Praying Minister]";
- if (Sex == 1)
- mes "Brother...";
- else
- mes "Sister...";
- mes "Even though we serve Odin, we are normal people.";
- mes "We can be degraded in spite of ourselves and we must realize that.";
- next;
- mes "[Praying Minister]";
- mes "We always try to keep our original intention in mind and spread Odin's rule.";
- next;
- select("How do I become like that?");
- mes "[Praying Minister]";
- mes "That's a good question.";
- mes "We have lots of methods.";
- mes "But, I recommend this.";
- next;
- mes "[Praying Minister]";
- mes "Have you ever heard of a";
- mes "^3131FFHoly Pilgrimage^000000?";
- mes "A Holy Pilgrimage means going to a holy place to pray to the God Odin for protection and grace.";
- next;
- mes "[Praying Minister]";
- mes "When you pray to Odin in the holy place, you will feel that you are born again.";
- next;
- mes "[Praying Minister]";
- mes "What do you think?";
- mes "Would you like to do a Holy Pilgrimage?";
- next;
- switch(select("Yes I want to.:I'll think about it.")) {
- case 1:
- mes "[Praying Minister]";
- mes "That's the correct attitude.";
- mes "A person who lives in one's mundane life would better have a new mind and body and evolve to the way of a true minister of Odin.";
- next;
- mes "[Praying Minister]";
- mes "There is a small village named Umbala far from here.";
- mes "That village is a where a tribe lives in harmony with nature.";
- next;
- mes "[Praying Minister]";
- mes "Go there and find Priest Dayan.";
- mes "Tell him exactly, ''^3131FFI'm here for the Holy Pilgrimage^000000.''";
- next;
- mes "[Praying Minister]";
- mes "He's very old so he is hard of hearing.";
- mes "You have to speak loud and clearly. You got it?";
- mes "I hope that this paves the way for you to live in the light of Odin......";
- set job_arch,1;
- setquest 2187;
- close;
- case 2:
- mes "[Praying Minister]";
- mes "A Holy Pilgrimage isn't that difficult.";
- mes "Just be mindful that once you start the path you will be on your way to the way of a true minister of Odin.";
- next;
- mes "[Praying Minister]";
- mes "Feel free to visit me if you change your mind.";
- mes "I'll always be here for you.";
- close;
- }
- }
- else {
- mes "[Praying Minister]";
- mes "How's it going?";
- mes "Did you meet Priest Dayan in Umbala?";
- close;
- }
- }
- else {
- mes "[Praying Minister]";
- mes "In front of the Almighty God Odin, there shall be no person smarter than him, and there will be no person more merciful than him.";
- next;
- mes "[Praying Minister]";
- mes "All ministers of Odin should be diligent. They should never be too lazy to serve Odin.";
- next;
- mes "[Praying Minister]";
- mes "Thesedays, I've heard that ministers are becoming lax in their duty to Odin and adorn themselves with the splendors of the world.";
- next;
- mes "[Praying Minister]";
- mes "If you see any of these ministers, can you ask to them to go to the church in prontera?";
- next;
- mes "[Praying Minister]";
- mes "They give out a special aura so you can easily recognize them.";
- mes "I'm going to make them ministers worthy of serving Odin.";
- close;
- }
- }
-}
-
-umbala,137,227,5 script Utan Boy#arch 787,{
- mes "[Utan Boy]";
- mes "........";
- close;
-}
-
-umbala,139,227,3 script Priest#arch 60,{
- if (job_arch < 1) {
- mes "[Priest]";
- mes "Un...ba... Unba?";
- close;
- }
- else if (job_arch == 1) {
- mes "[Priest]";
- mes "Un...ba... Umba?";
- next;
- mes "[Utan Boy]";
- mes "...............";
- next;
- mes "[Priest]";
- mes "Is that... right?";
- mes "Hmm... so...";
- mes "Um...ma? Umau...ma?";
- emotion e_swt,"Priest#arch";
- next;
- mes "[Utan Boy]";
- mes "...............";
- next;
- mes "[Priest]";
- mes "Huuuuuu......";
- mes "Oh, dear . I feel heavy.";
- mes "hohohoho.";
- next;
- mes "- mumbling~ -";
- next;
- mes "[Priest]";
- mes "hahahahaha.";
- mes "huhuhuhu. humhum.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hello. are you... Priest Dayan?";
- next;
- mes "[Priest]";
- mes "Huh?";
- next;
- mes "He turns his head towards you.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Aren't you Priest Dayan?";
- next;
- mes "[Priest]";
- mes "muttering...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Priest! Da~yan! Right!?";
- next;
- mes "[Priest Dayan]";
- mes "Ah~, yes.";
- mes "Yes, I am.";
- if (Sex == 1)
- mes "I'm Dayan. Nice to meet you Brother.";
- else
- mes "I'm Dayan. Nice to meet you Sister.";
- next;
- mes "The old priest gives you an ear to ear grin. ";
- next;
- mes "[Priest Dayan]";
- mes "I forgot to wear my hearing aid. hehe.";
- mes "Anyway, why have you come here?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hmm, I wanted to tell you...";
- next;
- input .@input$;
- mes "["+strcharinfo(0)+"]";
- mes ""+.@input$+"";
- next;
- set .@urans$,.@input$;
- set .@myans$,"I'm here for the Holy Pilgrimage";
- set .@sungzi,compare(.@urans$,.@myans$);
- if (.@sungzi == 0) {
- mes "Priest Dayan doesn't seem to understand you. He just stares at you and smiles.";
- next;
- mes "[Priest]";
- mes "Eh? Say what?";
- close;
- }
- mes "[Priest Dayan]";
- mes "..............?";
- next;
- mes "He cups his ears towards you.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "^FF0000I'm here for the Holy Pilgrimage!^000000";
- mes "^FF0000I'm here for the Holy Pilgrimage!^000000";
- mes "^FF0000I'm here for the Holy Pilgrimage!^000000";
- mes "^FF0000I'm here for the Holy Pilgrimage!^000000";
- next;
- mes "[Priest Dayan]";
- mes "Eh... are you?";
- mes "A pilgrimage to the Holy Land...";
- mes "It has been a long time since I've seen such a devout minister.";
- if (Sex == 1)
- mes "Welcome. Brother.";
- else
- mes "Welcome. Sister.";
- next;
- mes "The old priest gives you a gracious smile.";
- next;
- mes "[Priest Dayan]";
- mes "See this village with the huge forest surrounding it.";
- mes "Can you see a giant tree?";
- next;
- mes "[Priest Dayan]";
- mes "That big tree is called The ^3131FFYggdrasil^000000.";
- mes "That tree was created from Ymir's body after Odin created the world as you know it, Rune Midgard.";
- next;
- mes "[Priest Dayan]";
- mes "A fountain pours out from the end of Yggdrasil's roots that spread to every world.";
- next;
- mes "[Priest Dayan]";
- mes "The roots head to Nifflheim where you can find Hvergelmir spring.";
- mes "In Rune Midgard there is Mimir's spring. And in Asgard, the world of the Gods, there is the Word spring.";
- next;
- mes "[Priest Dayan]";
- mes "Mimir spring wells with intelligence, myth says that if Odin lets you have his eye that you will gain all of the knowledge within that spring.";
- next;
- mes "[Priest Dayan]";
- if (Sex == 1)
- mes "Brother.";
- else
- mes "Sister.";
- mes "Through the Holy Pilgrimage, we can make ourselves pious by cleansing our bodies and souls.";
- next;
- mes "[Priest Dayan]";
- mes "Enter the Yggdrasil.";
- mes "You may be assaulted by creatures in there but be mindful that their intentions are only to protect the Yggdrasil.";
- next;
- mes "[Priest Dayan]";
- mes "Follow your steps with purpose.";
- mes "If Odin doesn't abandon you, you can reach the beginning of the world at the stem of the Yggdrasil.";
- mes "When you arrive there, find a quiet place.";
- next;
- mes "[Priest Dayan]";
- mes "Pray for a life of faith and expiate your sins with a pious mind.";
- next;
- mes "[Priest Dayan]";
- mes "Admire Odin's omniscience and omnipotence and pray for a wisdom to choose the right path.";
- mes "^3131FFFeel free to ask me about how to pray^000000.";
- next;
- mes "[Priest Dayan]";
- mes "Lets see, go to the place of the most famous creature from Odin.";
- next;
- mes "[Priest Dayan]";
- mes "After making your pilgrimage, let's have a drink together and talk about your experience.";
- next;
- mes "- Priest Dayan smiles again. -";
- set job_arch,2;
- changequest 2187,2188;
- close;
- }
- else if (job_arch == 2) {
- mes "[Priest Dayan]";
- mes "This place is the holiest place in the world, Yggdrasil.";
- mes "This holy ceremony will brighten your soul.";
- next;
- switch(select("How should I pray?:Cancel.")) {
- case 1:
- mes "[Priest Dayan]";
- mes "Through prayer, we can follow four paths.";
- mes "Remember what I say to you now.";
- next;
- mes "[Priest Dayan]";
- mes "The 1st way is the ^3131FFway of meditation^000000.";
- mes "In the way of meditation, we have to be ready to greet Odin with a clear conscience.";
- next;
- mes "[Priest Dayan]";
- mes "Meditation starts with a ^3131FFBlessing^000000 which calms your mind down.";
- next;
- mes "[Priest Dayan]";
- mes "The 2nd is the ^3131FFway of agony^000000.";
- mes "Through the way of agony, we reflect on ourselves with confession about our retribution for the deeds of a former life.";
- next;
- mes "[Priest Dayan]";
- mes "Don't be afraid of pain. That is a necessity and will be a first step to enter a way to liquidate past wounds.";
- next;
- mes "[Priest Dayan]";
- mes "The 3rd way is the ^3131FFway of joy^000000.";
- mes "As you rid yourself of pain, your mind will suffer less and you will experience the joy of life as you help and console others.";
- next;
- mes "[Priest Dayan]";
- mes "They will bless you because you are an existence of joy overcoming an affliction. We call that ^3131FFAspersio^000000.";
- mes "You must drink a ^3131FFHoly Water^000000 with appreciation of Aspersio.";
- next;
- mes "[Priest Dayan]";
- mes "The last way is the ^3131FFway of light^000000.";
- mes "You are free from all sin because you were blessed from all creation.";
- next;
- mes "[Priest Dayan]";
- mes "You were reborn as light, sing a ^3131FFGloria^000000 of joy and soul that loves you.";
- next;
- mes "[Priest Dayan]";
- mes "After finishing all of these prayers, just stand up with a pious mind.";
- mes "If your prayer is truthful, Odin will lend you his wisdom.";
- next;
- mes "[Priest Dayan]";
- mes "Are you ready?";
- mes "Okay, it's time to leave and exculpate yourself.";
- mes "If your prayer is finished, let's talk.";
- close;
- case 2:
- mes "[Priest Dayan]";
- mes "I hope that my prayer can weaken your agony...";
- close;
- }
- close;
- }
- else if (job_arch == 3) {
- mes "[Priest Dayan]";
- mes "Oh, you've come back.";
- mes "I can feel that you have a fresh energy. Maybe you did pray truthfully.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I feel light-hearted. Like I was just reborn...";
- next;
- mes "[Priest Dayan]";
- mes "Your faith gives you confidence and courage.";
- mes "A smile from a peaceful mind will easily rid people of their wariness.";
- mes "Please, inspire people with love and energy.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Thanks for your kind words.";
- next;
- mes "[Priest Dayan]";
- if (Sex == 1)
- mes "Brother.";
- else
- mes "Sister.";
- mes "Now, there is a place you should go to.";
- next;
- mes "[Priest Dayan]";
- mes "That place is Hugel in Schwaltzvalt.";
- mes "There is a Nun praying there named Vinue, she is a true minister who prays for the suffering people in the world.";
- mes "But the last time I saw her she seemed sad.";
- next;
- mes "[Priest Dayan]";
- mes "Can you convince her to make a pilgrimage to Yggdrasil?";
- mes "I think she is exhausted due to praying too much. I hope the air of Yggdrasil will be helpful to her.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Don't worry.";
- mes "I'll go and meet her.";
- next;
- mes "[Priest Dayan]";
- if (Sex == 1)
- mes "Feel free to visit here when you want to pray, brother.";
- else
- mes "Feel free to visit here when you want to pray, sister.";
- mes "A visit from a friend always makes me happy.";
- set job_arch,4;
- changequest 2188,2189;
- close;
- }
- else {
- mes "[Dayan]";
- mes "Did you find Vinue in Hugel?";
- close;
- }
-}
-
-yggdrasil01,220,47,0 script #A pilgrimage to the Ho 139,5,5,{
-OnTouch:
- if (job_arch == 2) {
- mes "["+strcharinfo(0)+"]";
- mes "Is it the spring of Hvergelmir.";
- mes "This place is a very vivid and peaceful place.";
- mes "It's proper to pray.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Time to genuflect...";
- mes "Hmm, what did that priest say to me?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hmm... What is the first way?";
- next;
- switch(select("The way of silence.:The way of confession.:The way of meditation.")) {
- case 1:
- mes "["+strcharinfo(0)+"]";
- mes "";
- mes "I don't think so.";
- close;
- case 2:
- mes "["+strcharinfo(0)+"]";
- mes "The way of confession...?";
- mes "I don't think so.";
- close;
- case 3:
- mes "["+strcharinfo(0)+"]";
- mes "The way of meditation...?";
- mes "Yes, it's the way of meditation.";
- next;
- break;
- }
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFThe 1st way is the way of meditation.^000000";
- mes "^3131FFIn the way of meditation, we have to be ready to greet Odin with a clear conscience.^000000";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFMeditation starts with a Blessing which calms your mind down.^000000";
- next;
- mes "- You close your eyes slowly and take a deep breath. -";
- next;
- mes "- * BLESSING! * -";
- specialeffect2 EF_BLESSING;
- next;
- mes "Your mind is refreshed with the blessing effect.";
- mes "You continue to meditate trying to rid your mind of any ill feelings.";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFThe 2nd is the way of agony^000000.";
- mes "^3131FFThrough the way of agony, we reflect on ourselves with confession about our retribution for the deeds of a former life.^000000";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFDon't be afraid of pain. That is a necessity and will be a first step to enter a way to liquidate past wounds.^000000";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Pain... What kind of faults have I had?";
- input .@input$;
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I confess my guilt to the Almighty God Odin.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "^3131FF"+.@input$+".^000000";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Oh benevolent Odin, Take mercy on me and pity me because I'm remiss in the discharge of my duties as a minister.";
- mes "Please, lead the way and save a foolish minister with your wisdom.";
- next;
- mes "You ruminate about your confession and are lost in thought again.";
- next;
- mes ".............................";
- next;
- mes ".............................";
- mes ".........................";
- next;
- mes ".............................";
- mes ".........................";
- mes ".....................";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFThe 3rd way is the way of joy.^000000";
- mes "^3131FFAs you rid yourself of pain, your mind will suffer less and you will experience the joy of life as you help and console others.^000000";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFAnd also they will bless you because you are an existence of joy overcoming an affliction. We call that Aspersio^000000.";
- mes "^3131FFYou must drink a Holy Water with appreciation of Aspersio.^000000";
- next;
- if (!countitem(523)) {
- mes "["+strcharinfo(0)+"]";
- mes "Oh no! I forgot to bring a Holy Water!";
- close;
- }
- mes "- You bow respectfully holding up a Holy Water and put the glass to your lips. -";
- next;
- mes "- * ASPERSIO ! * -";
- specialeffect2 EF_ASPERSIO;
- next;
- specialeffect2 EF_RECOVERY;
- mes ".............................";
- next;
- mes ".............................";
- mes ".........................";
- next;
- mes ".............................";
- mes ".........................";
- mes ".....................";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFThe last way is a way of light^000000.^000000.";
- mes "^3131FFYou are free from all sin because you were blessed from all creation.^000000";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFYou were reborn as light, sing a Gloria of joy and soul that love you.^000000";
- next;
- mes "- You breath in deep and start to sing a Gloria.";
- mes "A chord crashs out in the spring of Hvergelmir and a waterfall sound gives you a refreshing feeling. -";
- specialeffect2 EF_GLORIA;
- next;
- mes "["+strcharinfo(0)+"]";
- mes "~Descendants of Heimdal gather under the Ash tree Yggdrasil.~";
- mes "~The Curdan bird which sits on a branch brings me the wisdom of whole world.~";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "~The Curdan wolf protects me from all threats in the world.~";
- specialeffect2 EF_GLORIA;
- next;
- mes "["+strcharinfo(0)+"]";
- mes "~The host of ballascalf, rise up from your seat. The whole world shouts for joy.~";
- mes "~The father of light, the poet of wisdom, sing for me.~";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "~The host of a glittering glass, give me a holy prediction.~";
- specialeffect2 EF_GLORIA;
- next;
- mes "- After you finish the song, you feel light and strong with abundant devotion. -";
- specialeffect2 EF_BLESSING;
- specialeffect2 EF_RESURRECTION;
- next;
- mes "["+strcharinfo(0)+"]";
- mes "That was refreshing.";
- mes "I guess I should go back to Priest Dayan.";
- set job_arch,3;
- close2;
- warp "umbala",138,219;
- end;
- }
- else if (job_arch == 3) {
- mes "["+strcharinfo(0)+"]";
- mes "The song is over. It's time to go back to Priest Dayan.";
- close2;
- warp "umbala",138,219;
- end;
- }
-}
-
-hu_in01,205,204,7 script Praying Nun#benew 79,{
- if (job_arch == 4) {
- mes "- There is a nun closing her eyes as she murmurs something which sounds like a prayer. -";
- next;
- switch(select("Talk to her.:Stay Quiet.")) {
- case 1:
- break;
- case 2:
- mes "- You don't feel like disturbing her -";
- close;
- }
- mes "["+strcharinfo(0)+"]";
- mes "Umm, hello sister?";
- next;
- mes "[Vinue]";
- mes "Ah, Welcome.";
- mes "It's not time to have a service yet...";
- if (Sex == 1)
- mes "Are you here to pray, brother?";
- else
- mes "Are you here to pray, sister?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I came here to say hello from Priest Dayan from Prontera.";
- next;
- mes "[Vinue]";
- mes "Ah, Priest Dayan.";
- mes "Is he good?";
- mes "He is so cute even though he's old.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "He told me that he was worried because when he saw you last time, you seemed sad.";
- mes "He asks you to go on a Holy Pilgrimage.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Umbala has the vital power of nature!";
- next;
- mes "[Vinue]";
- mes "Ah...";
- if (Sex == 1)
- mes "He's very kind. As are you brother.";
- else
- mes "He's very kind. As are you sister.";
- next;
- mes "[Vinue]";
- mes "But don't worry.";
- mes "I'm just a little tired because of a bad dream.";
- next;
- mes "[Vinue]";
- mes "Evil is always watching for our souls.";
- mes "If you are indifferent to praying, it never misses an opportunity.";
- next;
- switch(select("A dream? What kind of dream?:Your soul should be fine.")) {
- case 1:
- break;
- case 2:
- mes "[Vinue]";
- mes "Oh but that's where you're wrong.";
- mes "My soul may be the most at risk.";
- mes "Thank you for delivering the message.";
- mes "I'll go back to my prayers.";
- close;
- }
- mes "[Vinue]";
- mes "That is...";
- mes "Actually I started to have a bad dream from the date I was appointed.";
- next;
- mes "[Vinue]";
- mes "At first, it was a dream that Valkyrie was sad and in darkness.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Valkyrie?";
- next;
- mes "[Vinue]";
- mes "Yeah...";
- mes "She was crying in a pitch-black room.";
- mes "Hanging down like a bird that had its wings cut.";
- next;
- mes "[Vinue]";
- mes "But, as time went by, the dream became scarier. Now Valkyrie is arrested with chains and then finally she is dashed to pieces.";
- next;
- mes "[Vinue]";
- mes "What a cruel performance! I suddenly can't breathe properly and then I wake up.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "To have to see the death of Valkyrie, must be a tormenting dream.";
- next;
- mes "[Vinue]";
- mes "Is it just a nightmare?";
- mes "Or do you think it is an omen?";
- next;
- mes "[Vinue]";
- mes "I've been wanting to pray at Odin's shrine to make the dream go away. But that shrine became a den of evil a long time ago.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "The shrine?";
- mes "Nobody tried to subdue the evil?";
- next;
- mes "[Vinue]";
- mes "Unfortunely, I'm a nun who doesn't have any exorcism skill...";
- mes "Residents of Hugel just stood aghast of the sight because they are not familiar with adventure.";
- next;
- mes "[Vinue]";
- mes "Thesedays, there are a lot of people because of the development of the Odin shrine, but their situation is not so good.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Is the dream related with the evil in the Odin shrine?";
- next;
- mes "[Vinue]";
- mes "Hum... well.";
- mes "I don't have any way to find out.";
- mes "I don't have a method, so I just pray.";
- next;
- switch(select("I'll investgate for you.:I'll pray with you.")) {
- case 1:
- break;
- case 2:
- mes "[Vinue]";
- mes "Thank you.";
- mes "I'll pray that the darkness stays away.";
- mes "I hope you have a good time with the festival here in Hugel.";
- close;
- }
- mes "[Vinue]";
- mes "Yeah?";
- mes "But, it'll be scary inside!";
- mes "There are lots of devils inside!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "But I can't pretend to ignore a Sister who is in trouble?";
- mes "I'm a minister who copes with lots of asceticism!";
- mes "Entrust me.";
- next;
- mes "[Vinue]";
- mes "Ah... I'm so worried....";
- mes "I'll never forget your warm heart.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "How do I get to Odin shrine?";
- next;
- mes "[Vinue]";
- mes "There is a ferry on the right side of the church.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ok, wait for good news!";
- next;
- mes "[Vinue]";
- mes "I'll pray for your safe return.";
- mes "I hope that Odin gives you his protection as well.";
- set job_arch,5;
- changequest 2189,2190;
- close;
- }
- else if ((job_arch > 4) && (job_arch < 100)) {
- mes "[Vinue]";
- mes "I'll pray for your safe return.";
- close;
- }
- else {
- mes "[Vinue]";
- mes "I feel refreshed.";
- mes "It must be good news?";
- mes "Thanks the Gods.";
- close;
- }
-}
-
-odin_tem02,282,263,0 script #find_val -1,3,3,{
-OnTouch:
- if ((job_arch > 4) && (job_arch < 100))
- enablenpc "Valkyrie Illusion#arch";
- end;
-}
-
-odin_tem02,281,275,3 script Valkyrie Illusion#arch 403,{
- if ((job_arch > 4) && (job_arch < 100)) {
- mes "You can see Valkyrie who has a despairing face.";
- next;
- switch(select("Touch Valkyrie's Illusion.:Turn away.")) {
- case 1:
- mes "You lose your consciousness while getting a closer view of Valkyrie's Illusion.";
- close2;
- specialeffect2 EF_CLOAKING;
- warp "job3_arch01",29,29;
- disablenpc "Valkyrie Illusion#arch";
- break;
- case 2:
- mes "Out of fear, you turn away from Valkyrie's illusion.";
- close2;
- disablenpc "Valkyrie Illusion#arch";
- break;
- }
- }
- end;
-
-OnInit:
- disablenpc "Valkyrie Illusion#arch";
- end;
-}
-
-job3_arch01,29,34,3 script Valkyrie#arch 403,{
- if (Upper == 4) {
- mes "[Valkyrie]";
- //Custom translation
- mes "You are only a child.";
- mes "My job is very difficult, I do not need to tollerate a child's joke. Away with you!";
- close;
- }
- if (!checkweight(1201,2)) {
- //Custom translation
- mes "- bags must be emptied before they can proceed. -";
- close;
- }
- if ((BaseLevel != 99) || (JobLevel < 50)) {
- warp "odin_tem02",282,263;
- end;
- }
- if (getmercinfo(0)) {
- mes "[Valkyrie]";
- mes "If you want to talk with me, you have to ^3131FFcancel all contracts^000000 with any mercenaries you have.";
- close;
- }
- if (SkillPoint) {
- mes "You can't progress without using all your skill points. Please use all of your skill points before progressing~";
- close;
- }
- if (BaseJob != Job_Priest) {
- warp "odin_tem02",282,263;
- end;
- }
- else {
- if (Class != Job_Archbishop || Class != Job_Archbishop_H || Class != Job_Baby_Bishop) {
- if (job_arch < 5) {
- warp "odin_tem02",282,263;
- end;
- }
- else if (job_arch == 5) {
- mes "[Valkyrie]";
- mes "In the heavens the sound of pipes spread out, but a bird that can't fly crawls and finally is crushed to pieces on the ground.";
- mes "Ah, I'm resentful! so regretful!";
- next;
- mes "- Valkyrie holds its face, then she finds you and stares with a threatening face. -";
- next;
- mes "[Valkyrie]";
- mes "You are a descendant of Heimdal living in pain as a mortal, why are you in here?";
- mes "Are you here to ridicule my grim fate?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "No way!";
- mes "But it's true that I'm here for you.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "...me?";
- mes "Of course I'm staying in Midgard, but we are under the yoke of fate that can't coexist in this world.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I see, is your goal to enter Valhalla?";
- mes "If you do, it's the wrong place for you.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I was already expelled from Asgard.";
- mes "My duty is protecting this small island from humans trying to take it from the Gods and even I don't have any energy to do so.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "It's not that kind of problem.";
- mes "But someone who perceives your painful situation has sent me here.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Haha! You are going to help me?!";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "...................";
- next;
- mes "- Valkyrie gives you a fierce scowl. -";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "In fact, I can't do anything with my body now.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Human, answer me. Are you here to sincerely help me?";
- next;
- switch(select("Yes:No")) {
- case 1:
- break;
- case 2:
- mes "[Valkyrie Anguhilde]";
- mes "I knew that I couldn't trust a human!";
- close2;
- warp "odin_tem02",282,263;
- end;
- }
- mes "[Valkyrie Anguhilde]";
- mes "Ok...";
- mes "I don't have any energy to hold my own, so I have no choice but to trust you.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I was a normal Valkyrie that lead soldiers to Valhalla according to the order of Odin.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "But I harmed Freki, one of Odin's wolves, and I was expelled form Asgard without any energy as a Valkyrie with orders to protect this island.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I was disgraced, this island is important as a temple for Odin and the various Gods.";
- mes "I tried to do my best to protect this holy place.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "But one day, the devil started to gain influence on this island.";
- mes "I don't know why they came here and from where they came from.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "They seiged the temple and I exhausted my energy tring to fight them all myself.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "The holy shrine was tainted by the devils.";
- mes "How long do I have to be under this dishonorable fate!";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Mortal one, what is your name?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "My name is "+strcharinfo(0)+".";
- next;
- mes "[Valkyrie Anguhilde]";
- mes ""+strcharinfo(0)+",";
- mes "You told me that you want to help me, right? Even though it disgraces me, I am asking for your help.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "This place may look like it was made my humans. Actually, it's a very important monument and also a part of the God's history.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I've lost all of my energy and my body is sealed so there is no way for me to protect the shrine.";
- mes "You have to send a message to Valhalla to ask for help from a Valkyrie quickly.";
- next;
- select("How can I do that?");
- mes "[Valkyrie Anguhilde]";
- mes "At the ^3131FFtop of the shrine^000000, You can contact to them with a ^3131FFGolden pipe^000000.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I'm going to give you a scroll of paper written in an ancient language.";
- mes "In that scroll, there is my impersonation.";
- mes "^3131FFIf you go outside, you can summon a Valkyrie with that scroll.^000000";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "After you summon my impersonation, you have to find a ^3131FFBroken pipe^000000.";
- mes "Maybe it'll be spread in the shrine...";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "You have to go to the top of the shrine, collecting all broken pipes from the impersonation.";
- mes "And then I'm going to take care of the matter.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "An impersonation will help when you move or attack as you want through ^FF0000ALT+click^000000.";
- mes "But you have to be careful if an imeprsonation falls down.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "When you finish preparing to go on, talk to me again.";
- mes "It'll be a long journey...";
- set job_arch,6;
- close;
- }
- else if (job_arch == 6) {
- if ($@archbs== 0) {
- set $@archbs,1; //Global Variable
- mes "[Valkyrie Anguhilde]";
- mes ""+strcharinfo(0)+" Did you finish preparing for your way of asceticism?";
- next;
- set .@exampc,getmapusers("job3_arch02");
- if (.@exampc > 0) {
- mes "[Valkyrie Anguhilde]";
- //Custom translation
- mes "Ah, it seems someone is already combating the evil in the temple.";
- mes "I will go see who it is, please wait a moment.";
- set $@archbs,0; //Global Variable
- close;
- }
- else {
- mes "[Valkyrie Anguhilde]";
- mes "Ok. Now I'm going to send you there.";
- mes "^FF0000When you go there, you have to summon my impersonation with the scroll^000000. Don't forget.";
- set $@archbs,0; //Global Variable
- close2;
- nude;
- if (countitem(2798))
- delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
- donpcevent "start#arch::OnEnable";
- set job_arch,7;
- changequest 2190,2191;
- warp "job3_arch02",119,49;
- disablenpc "Valkyrie#arch";
- end;
- }
- }
- else {
- mes "[Valkyrie Anguhilde]";
- //Custom translation
- mes "I am already talking to someone, please wait and talk to me again.";
- close;
- }
- }
- else if (job_arch == 7) {
- if (countitem(12381))
- delitem 12381,countitem(12381); //ValkyrieA_Scroll
- if (countitem(12382))
- delitem 12382,countitem(12382); //ValkyrieB_Scroll
- if ($@archbs == 0) {
- set $@archbs,1; //Global Variable
- mes "[Valkyrie Anguhilde]";
- mes "Are you ok human?";
- mes "It was not as easy as I expected.";
- mes "Will you challenge again?";
- next;
- set .@exampc,getmapusers("job3_arch02");
- if (.@exampc > 0) {
- set $@archbs,0; //Global Variable
- mes "[Valkyrie Anguhilde]";
- //Custom translation
- mes "Ah, it seems someone is already combating the evil in the temple.";
- mes "I will see who it is, please wait a moment.";
- close;
- }
- else {
- set $@archbs,0; //Global Variable
- mes "[Valkyrie Anguhilde]";
- mes "OK. now I'm going to send you there.";
- mes "^FF0000When you go there, you have to summon my impersonation with the scroll^000000.";
- mes "An impersonation will help when you move or attack as you want through ^FF0000ALT+click^000000.";
- mes "But you have to be careful if an imeprsonation falls down.";
- close2;
- nude;
- if (countitem(2798))
- delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
- donpcevent "start#arch::OnEnable";
- set job_arch,7;
- warp "job3_arch02",119,49;
- disablenpc "Valkyrie#arch";
- end;
- }
- }
- else {
- mes "[Valkyrie Anguhilde]";
- //Custom translation
- mes "I am already talking to someone, please wait and talk to me again.";
- close;
- }
- }
- }
- }
- end;
-
-Onbc:
- set $@archbs,0; //Global Variable
- //Custom translation
- mapannounce "job3_arch01", "Valkyrie's Cry: I hear the laughter of the devil, someone has fallen in the temple.",bc_map,"0xFFCE00";
- enablenpc "Valkyrie#arch";
- end;
-}
-
-job3_arch02,119,49,0 script #arch_1_start -1,6,6,{
-OnTouch:
- if (!countitem(12381))
- getitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: I feel heavy! Set me free!",bc_map,"0xFFCE00";
- disablenpc "#arch_1_start";
- end;
-}
-
-job3_arch02,112,73,0 script #arch_1_01 -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,94,123,0 script #arch_1_02 -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,93,173,0 script #arch_1_03 -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,114,186,0 script #arch_1_04 -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,134,201,0 script #arch_1_05 -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,154,211,0 script #arch_1_06 -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,175,227,0 script #arch_1_07 -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,201,240,0 script #arch_1_08 -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,223,252,0 script #arch_1_09 -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,255,268,0 script #arch_1_10 -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,269,302,0 script #arch_1_11 -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,245,289,0 script #arch_1_12 -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,203,286,0 script #arch_1_boss -1,5,5,{
-OnTouch:
- if (countitem(12381)) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2037) { //VALKYRIE_A
- mapannounce "job3_arch02", "Valkyrie's Nightmare: An incompetent illusion of Valkyrie came here with the assistance of humans. You wanna have that nightmare?",bc_map,"0xFF0000";
- donpcevent "mob#arch_1::Onkill";
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,390,390,1 script #arch_redcell 844,{
- end;
-
-OnInit:
- setcell "job3_arch02",276,290,280,294,cell_walkable,0;
- setcell "job3_arch02",276,290,280,294,cell_shootable,0;
- end;
-
-Ongreen:
- setcell "job3_arch02",276,290,280,294,cell_walkable,1;
- setcell "job3_arch02",276,290,280,294,cell_shootable,1;
- end;
-
-Onred:
- setcell "job3_arch02",276,290,280,294,cell_walkable,0;
- setcell "job3_arch02",276,290,280,294,cell_shootable,0;
- end;
-}
-
-job3_arch02,390,389,1 script #arch_val01 844,{
- end;
-
-OnEnable:
- areamonster "job3_arch02",108,322,118,332,"Valkyrie's Nightmare",2036,1,"#arch_val01::OnMyMobDead";
- end;
-
-OnMyMobDead:
- if (mobcount("job_arch02","#arch_val01::OnMyMobDead") < 1) {
- donpcevent "#arch_redcell::Ongreen";
- mapannounce "job3_arch02", "Valkyrie's Nightmare: Your win is only a false image! hahahaha!",bc_map,"0xFF0000";
- enablenpc "Valkyrie#arch_01";
- disablenpc "#arch_1_start";
- disablenpc "#arch_1_01";
- disablenpc "#arch_1_02";
- disablenpc "#arch_1_03";
- disablenpc "#arch_1_04";
- disablenpc "#arch_1_05";
- disablenpc "#arch_1_06";
- disablenpc "#arch_1_07";
- disablenpc "#arch_1_08";
- disablenpc "#arch_1_09";
- disablenpc "#arch_1_10";
- disablenpc "#arch_1_11";
- disablenpc "#arch_1_12";
- disablenpc "#arch_1_boss";
- }
- end;
-
-Onkill:
- killmonster "job3_arch02","#arch_val01::OnMyMobDead";
- end;
-}
-
-job3_arch02,390,387,1 script #arch_val02 844,{
- end;
-
-OnEnable:
- areamonster "job3_arch02",239,41,249,51,"Valkyrie's Nightmare",2036,1,"#arch_val02::OnMyMobDead";
- end;
-
-OnMyMobDead:
- if (mobcount("job_arch02","#arch_val02::OnMyMobDead") < 1) {
- mapannounce "job3_arch02", "Valkyrie's Nightmare: You are so childish. I invite you to a devil's party. I'll make sure you have a fun!",bc_map,"0xFF0000";
- enablenpc "Valkyrie#arch_02";
- disablenpc "#arch_2_boss";
- viewpoint 1,279,234,1,0xFFFF99;
- }
- end;
-
-Onkill:
- killmonster "job3_arch02","#arch_val02::OnMyMobDead";
- end;
-}
-
-job3_arch02,113,327,5 script Valkyrie#arch_01 403,{
- if (getmercinfo(0)) {
- mes "[Valkyrie]";
- mes "If you want to talk with me, you have to ^3131FFcancel all contracts^000000 with any mercenaries you have.";
- close;
- }
- mes "[Valkyrie Anguhilde]";
- mes "The devil always makes an effort to agitate people's mind.";
- mes "You don't have to care about their whisperings.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Anyway I can feel my energy coming back.";
- mes "Show me the stuff that you found.";
- next;
- mes "- You show a golden piece of pipe to Valkyrie. -";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Oh, It's a piece of pipe!";
- mes "If you collect pieces, you can ask other Valkyries for help.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Because of a close battle, I could only get a little energy.";
- mes "I'm going to give a ^3131FFnew ancient scroll^000000.";
- mes "It'll be helpful to find the rest of pieces.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Then I look forward a good news.";
- close2;
- getitem 12382,1; //ValkyrieB_Scroll
- viewpoint 1,244,46,1,0xFFFF99;
- disablenpc "Valkyrie#arch_01";
- donpcevent "#arch_2_start::OnEnable";
- end;
-}
-
-job3_arch02,244,46,5 script Valkyrie#arch_02 403,{
- mes "[Valkyrie Anguhilde]";
- mes "Did you find the rest of the pieces?";
- next;
- if (countitem(6154) < 2) {
- mes "[Valkyrie Anguhilde]";
- mes "Hum?";
- mes "I can see this one beside you.";
- getitem 6154,2; //Broken_Horn_Pipe
- next;
- }
- mes "[Valkyrie Anguhilde]";
- mes "OK.";
- mes "I'll complete the broken horn pipe!";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "But the battle is not finished yet.";
- mes "You remember a ^3131FFruined shrine on the center of the island^000000?";
- mes "It'll be completed only when you use a horn pipe.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I can feel the air around me is getting impure.";
- mes "And feel the coldness of the pitch-black darkness.";
- mes "This time will be dangerous.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I give you a necklace as a present.";
- mes "But I'm not sure that It'll be helpful or not....";
- mes "Take care.";
- mes "Please, hurry up!";
- close2;
- getitem 2798,1; //Will_Of_Exhausted_Angel
- disablenpc "Valkyrie#arch_02";
- donpcevent "#arch_3_start::OnEnable";
- end;
-}
-
-job3_arch02,279,234,0 script #arch_end -1,7,7,{
-OnInit:
- disablenpc "#arch_end";
- end;
-
-OnTouch:
- donpcevent "#arch_3_01::Onkill";
- donpcevent "#arch_3_02::Onkill";
- donpcevent "#arch_3_03::Onkill";
- donpcevent "mob#arch_2::Onkill";
- enablenpc "Valkyrie Anguhilde#end";
- if (!checkweight(1201,1)) {
- mes "- Wait a moment! -";
- mes "- Currently you are carrying -";
- mes "- too many items with you. -";
- mes "- Please come back after -";
- mes "- you put some items into Kafra Storage. -";
- close;
- }
- if (countitem(6154) < 2) {
- mes "[Valkyrie Anguhilde]";
- mes "Did you collect all of the pieces of my horn pipe?";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I know you bent over backwards to help me, but I can't do anything without 2 pieces of horn pipe.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "It can be dangerous, so let's go back.";
- close;
- nude;
- if (countitem(2798))
- delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
- delitem 6154,countitem(6154); //Broken_Horn_Pipe
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- mes "[Valkyrie Anguhilde]";
- mes "Finally we finished all the preparations.";
- next;
- mes "Valkyrie holds the pipe and blows towards the sky.";
- next;
- mes "Booo - - - -";
- next;
- mes "Booo - - -";
- next;
- enablenpc "Valkyrie of the heavens";
- mes "[Valkyrie Anguhilde]";
- mes "Assistance of Odin! Soldiers of Valhalla!";
- mes "The holy place of the God Odin is tainted by darkness!";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Don't worry, Anguhilde.";
- mes "Your desire has reached Valhalla.";
- mes "The devils were removed by other Valkyries as you wanted.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Valkyries! Then is it safe now?";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Yes Anguhilde.";
- mes "Even though you were expelled because of a incident before, Odin said that he is reconsidering your banishment.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Ah! I can go back to Asgard!";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Don't make a hasty generalization.";
- mes "But I think that good news will be sent to you.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Honor to Odin!";
- mes "I feel full of grace.";
- mes "So bright and warm....";
- next;
- mes "- Shoooo -";
- specialeffect EF_CLOAKING,"Valkyrie Anguhilde#end";
- disablenpc "Valkyrie Anguhilde#end";
- emotion e_omg,1;
- next;
- mes "[Valkyrie of the heavens]";
- mes "Set your mind at ease.";
- mes "She went to a place where she is supposed to be.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "I think you don't get it.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Anguhilde is a Valkyrie who is dead for a long time ago.";
- mes "Didn't you see a shrine covered by the devil?";
- mes "Unfortunately, Anguhilde couldn't cope with the task and fell down.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Here is an illusion of Anguhilde who doesn't want to be recognized.";
- mes "She can't go to hell even when she is dead, and struggles from her constant nightmare.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "But she is relieved by your favor.";
- mes "Even though It's different with reality but now she may be able to rest in peace.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Human, the Valkyries are in your debt. Thank you.";
- mes "I can't invite you as I want, but the power given by Odin can help you.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Now, go back to your world.";
- mes "The sound of the horn pipe and a bird's chirpings will be spread out for you.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Don't forget an altruistic minister's spirit like today forever.";
- mes "I hope we see each other in Valhalla sometime.";
- nude;
- if (countitem(2798))
- delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
- delitem 6154,countitem(6154); //Broken_Horn_Pipe
- set job_arch,100;
- completequest 2191;
- getitem 5747,1; //Mitra
- getitem 2795,1; //Green_Apple_Ring
- jobchange Job_Archbishop,Upper;
- close;
-}
-
-job3_arch02,281,232,1 script Valkyrie Anguhilde#end 403,{
- end;
-
-OnInit:
- disablenpc "Valkyrie Anguhilde#end";
- end;
-}
-
-job3_arch02,273,235,5 script Valkyrie of the heavens 811,{
- if (job_arch == 100) {
- mes "[Valkyrie of the heavens]";
- mes "Now, go back to your world.";
- mes "The sound of the horn pipe and a bird's chirpings will be spread out for you.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Don't forget an altruistic minister's spirit like today forever.";
- mes "I hope we see each other in Valhalla sometime.";
- close2;
- mapwarp "job3_arch02","job_arch01",29,29;
- }
- end;
-
-OnInit:
- disablenpc "Valkyrie of the heavens";
- end;
-}
-
-job3_arch02,132,323,0 script #arch_2_01 -1,5,5,{
-OnTouch:
- if (countitem(12382))
- mapannounce "job3_arch02", "Whispering of Valkyrie: I see a new ancient scroll!",bc_map,"0x000000";
- end;
-}
-
-job3_arch02,167,313,0 script #arch_2_02 -1,5,5,{
-OnTouch:
- if (countitem(12382)) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2038) { //VALKYRIE_B
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
- else
- mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,127,304,0 script #arch_2_03 -1,5,5,{
-OnTouch:
- if (countitem(12382)) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2038) { //VALKYRIE_B
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
- else
- mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,207,279,0 script #arch_2_04 -1,5,5,{
-OnTouch:
- if (countitem(12382)) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2038) { //VALKYRIE_B
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
- else
- mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,239,281,0 script #arch_2_05 -1,5,5,{
-OnTouch:
- if (countitem(12382)) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2038) { //VALKYRIE_B
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
- else
- mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,269,303,0 script #arch_2_06 -1,5,5,{
-OnTouch:
- if (countitem(12382)) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2038) { //VALKYRIE_B
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
- else
- mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,288,283,0 script #arch_2_07 -1,5,5,{
-OnTouch:
- if (countitem(12382)) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2038) { //VALKYRIE_B
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
- else
- mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,278,234,0 script #arch_2_08 -1,5,5,{
-OnTouch:
- if (countitem(12382)) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2038) { //VALKYRIE_B
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
- else
- mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,234,179,0 script #arch_2_09 -1,5,5,{
-OnTouch:
- if (countitem(12382)) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2038) { //VALKYRIE_B
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
- else
- mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,227,169,0 script #arch_2_10 -1,5,5,{
-OnTouch:
- if (countitem(12382)) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2038) { //VALKYRIE_B
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
- else
- mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,190,146,0 script #arch_2_11 -1,5,5,{
-OnTouch:
- if (countitem(12382)) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2038) { //VALKYRIE_B
- set .@randht,rand(1,10);
- if (.@randht < 8)
- mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
- else if ((.@randht == 8) && (.@randht == 9))
- mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
- else
- mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
- end;
- }
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- }
-}
-
-job3_arch02,206,113,0 script #arch_2_boss -1,5,5,{
-OnTouch:
- if (countitem(12382)) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- end;
- }
- else {
- if (getmercinfo(1) == 2038) //VALKYRIE_B
- mapannounce "job3_arch02", "A shout of devil: You are so childish. I invite you a party of devil. I'll make you have a fun!",bc_map,"0xFF0000";
- else {
- mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- }
- end;
- }
-}
-
-job3_arch02,284,159,0 script #arch_3_01 -1,20,20,{
-OnInit:
- enablenpc "#arch_3_01";
- end;
-
-OnTouch:
- if (BaseJob != Job_Priest) {
- mapannounce "job3_arch02", "Frus: Do you want to see God? Okay, I'll send you to the land of the dead by myself!",bc_map,"0xFF0000";
- areamonster "job3_arch02",239,41,249,51,"Frus",1762,1,"#arch_3_01::OnMyMobDead";
- }
- disablenpc "#arch_3_01";
- end;
-
-Onkill:
- killmonster "job3_arch02","#arch_3_01::OnMyMobDead";
- end;
-
-OnMyMobDead:
- end;
-}
-
-job3_arch02,307,200,0 script #arch_3_02 -1,5,5,{
-OnInit:
- enablenpc "#arch_3_02";
- end;
-
-OnTouch:
- if (BaseJob == Job_Priest) {
- mapannounce "job3_arch02", "Skogul: You are my guest!",bc_map,"0xFF0000";
- areamonster "job3_arch02",306,199,308,201,"Skogul",1761,1,"#arch_3_02::OnMyMobDead";
- }
- disablenpc "#arch_3_02";
- end;
-
-Onkill:
- killmonster "job3_arch02","#arch_3_02::OnMyMobDead";
- end;
-
-OnMyMobDead:
- end;
-}
-
-job3_arch02,296,216,0 script #arch_3_03 -1,5,5,{
-OnInit:
- disablenpc "#arch_3_03";
- end;
-
-OnTouch:
- mapannounce "job3_arch02", "Frus: I like your face... Can I steal it?",bc_map,"0xFF0000";
- areamonster "job3_arch02",295,215,297,217,"Frus",1762,1,"#arch_3_03::OnMyMobDead";
- disablenpc "#arch_3_03";
- end;
-
-Onkill:
- killmonster "job3_arch02","#arch_3_03::OnMyMobDead";
- end;
-
-OnMyMobDead:
- end;
-}
-
-job3_arch02,389,390,1 script mob#arch_1 844,{
-OnEnable:
- areamonster "job3_arch02",99,101,101,103,"Shrine Invader",1394,2,"mob#arch_1::OnMyMobDead";
- areamonster "job3_arch02",89,130,91,132,"Shrine Invader",1394,2,"mob#arch_1::OnMyMobDead";
- areamonster "job3_arch02",90,169,92,171,"Shrine Invader",1427,1,"mob#arch_1::OnMyMobDead";
- areamonster "job3_arch02",103,182,105,184,"Shrine Invader",1427,1,"mob#arch_1::OnMyMobDead";
- areamonster "job3_arch02",137,204,139,206,"Shrine Invader",1394,2,"mob#arch_1::OnMyMobDead";
- areamonster "job3_arch02",160,214,162,216,"Shrine Invader",1394,2,"mob#arch_1::OnMyMobDead";
- areamonster "job3_arch02",164,214,166,216,"Shrine Invader",1427,1,"mob#arch_1::OnMyMobDead";
- areamonster "job3_arch02",200,235,202,237,"Shrine Invader",1394,2,"mob#arch_1::OnMyMobDead";
- areamonster "job3_arch02",217,249,219,251,"Shrine Invader",1427,1,"mob#arch_1::OnMyMobDead";
- areamonster "job3_arch02",253,292,255,294,"Shrine Invader",1427,1,"mob#arch_1::OnMyMobDead";
- end;
-
-Onkill:
- killmonster "job3_arch02","mob#arch_1::OnMyMobDead";
- end;
-
-OnMyMobDead:
- end;
-}
-
-job3_arch02,389,389,1 script mob#arch_2 844,{
-OnEnable:
- areamonster "job3_arch02",155,320,157,322,"Shrine Invader",1480,2,"mob#arch_2::OnMyMobDead";
- areamonster "job3_arch02",169,304,171,306,"Shrine Invader",1480,2,"mob#arch_2::OnMyMobDead";
- areamonster "job3_arch02",182,292,184,294,"Shrine Invader",1453,1,"mob#arch_2::OnMyMobDead";
- areamonster "job3_arch02",199,286,201,288,"Shrine Invader",1453,1,"mob#arch_2::OnMyMobDead";
- areamonster "job3_arch02",255,292,257,294,"Shrine Invader",1480,2,"mob#arch_2::OnMyMobDead";
- areamonster "job3_arch02",285,283,287,285,"Shrine Invader",1480,2,"mob#arch_2::OnMyMobDead";
- areamonster "job3_arch02",277,235,279,237,"Shrine Invader",1453,1,"mob#arch_2::OnMyMobDead";
- areamonster "job3_arch02",291,184,293,186,"Shrine Invader",1480,2,"mob#arch_2::OnMyMobDead";
- areamonster "job3_arch02",280,169,282,171,"Shrine Invader",1453,1,"mob#arch_2::OnMyMobDead";
- areamonster "job3_arch02",226,165,228,167,"Shrine Invader",1453,1,"mob#arch_2::OnMyMobDead";
- areamonster "job3_arch02",189,145,191,147,"Shrine Invader",1480,1,"mob#arch_2::OnMyMobDead";
- areamonster "job3_arch02",203,176,205,178,"Shrine Invader",1453,1,"mob#arch_2::OnMyMobDead";
- end;
-
-Onkill:
- killmonster "job3_arch02","mob#arch_2::OnMyMobDead";
- end;
-
-OnMyMobDead:
- end;
-}
-
-job3_arch02,389,388,1 script start#arch 844,{
- end;
-
-OnInit:
- mapwarp "job3_arch02","job3_arch02",29,29;
- end;
-
-OnEnable:
- mapwarp "job3_arch02","job3_arch02",29,29;
- enablenpc "#arch_1_start";
- enablenpc "#arch_1_01";
- enablenpc "#arch_1_02";
- enablenpc "#arch_1_03";
- enablenpc "#arch_1_04";
- enablenpc "#arch_1_05";
- enablenpc "#arch_1_06";
- enablenpc "#arch_1_07";
- enablenpc "#arch_1_08";
- enablenpc "#arch_1_09";
- enablenpc "#arch_1_10";
- enablenpc "#arch_1_11";
- enablenpc "#arch_1_12";
- enablenpc "#arch_1_boss";
- disablenpc "#arch_2_01";
- disablenpc "#arch_2_02";
- disablenpc "#arch_2_03";
- disablenpc "#arch_2_04";
- disablenpc "#arch_2_05";
- disablenpc "#arch_2_06";
- disablenpc "#arch_2_07";
- disablenpc "#arch_2_08";
- disablenpc "#arch_2_09";
- disablenpc "#arch_2_10";
- disablenpc "#arch_2_11";
- disablenpc "#arch_2_boss";
- disablenpc "#arch_3_01";
- disablenpc "#arch_3_02";
- disablenpc "#arch_3_03";
- donpcevent "#arch_3_01::Onkill";
- donpcevent "#arch_3_02::Onkill";
- donpcevent "#arch_3_03::Onkill";
- disablenpc "#arch_end";
- disablenpc "Valkyrie#arch_01";
- disablenpc "Valkyrie#arch_02";
- disablenpc "Valkyrie Anguhilde#end";
- disablenpc "Valkyrie of the heavens";
- donpcevent "#arch_redcell::Onred";
- donpcevent "mob#arch_1::Onkill";
- donpcevent "mob#arch_2::Onkill";
- donpcevent "start#arch::Ontimeoff";
- donpcevent "start#arch::Ontimeon";
- donpcevent "#arch_val01::Onkill";
- donpcevent "#arch_val02::Onkill";
- donpcevent "mob#arch_1::Onkill";
- donpcevent "mob#arch_2::Onkill";
- donpcevent "mob#arch_1::OnEnable";
- donpcevent "#arch_val01::OnEnable";
- end;
-
-Ontimeon:
- initnpctimer;
- end;
-
-Ontimeoff:
- stopnpctimer;
- end;
-
-OnTimer60000:
-OnTimer120000:
-OnTimer180000:
-OnTimer240000:
-OnTimer300000:
-OnTimer360000:
-OnTimer420000:
-OnTimer480000:
-OnTimer540000:
- set .@mapcount,getmapusers("job3_arch02");
- if (.@mapcount == 0) {
- mapwarp "job3_arch02","job_arch01",29,29;
- donpcevent "Valkyrie#arch::Onbc";
- stopnpctimer;
- }
- end;
-
-OnTimer600000:
- mapannounce "job3_arch02", "Demons cry: Too boring, can no longer imagine what will happen! Friends, we went to lessons learned that could fool arrogant guy, OK?",bc_map,"0xFF0000";
- end;
-
-OnTimer605000:
- mapannounce "job3_arch02", "Valkyrie's voice: No! This can not be. I will send you back soon!",bc_map,"0xFFCE00";
- mapwarp "job3_arch02","job_arch01",29,29;
- donpcevent "Valkyrie#arch::Onbc";
- stopnpctimer;
- end;
-}
-
-job3_arch02,390,388,1 script #arch_2_start 844,{
- end;
-
-OnInit:
- disablenpc "#arch_2_01";
- disablenpc "#arch_2_02";
- disablenpc "#arch_2_03";
- disablenpc "#arch_2_04";
- disablenpc "#arch_2_05";
- disablenpc "#arch_2_06";
- disablenpc "#arch_2_07";
- disablenpc "#arch_2_08";
- disablenpc "#arch_2_09";
- disablenpc "#arch_2_10";
- disablenpc "#arch_2_11";
- disablenpc "#arch_2_boss";
- end;
-
-OnEnable:
- enablenpc "#arch_2_01";
- enablenpc "#arch_2_02";
- enablenpc "#arch_2_03";
- enablenpc "#arch_2_04";
- enablenpc "#arch_2_05";
- enablenpc "#arch_2_06";
- enablenpc "#arch_2_07";
- enablenpc "#arch_2_08";
- enablenpc "#arch_2_09";
- enablenpc "#arch_2_10";
- enablenpc "#arch_2_11";
- enablenpc "#arch_2_boss";
- donpcevent "#arch_val02::OnEnable";
- donpcevent "mob#arch_2::OnEnable";
- end;
-}
-
-job3_arch02,390,386,1 script #arch_3_start 844,{
- end;
-
-OnEnable:
- enablenpc "#arch_3_01";
- enablenpc "#arch_3_02";
- enablenpc "#arch_3_03";
- enablenpc "#arch_end";
- enablenpc "#arch_end_eff";
- end;
-}
-
-job3_arch02,290,221,0 script #arch_end_eff 139,5,5,{
-OnTouch:
- specialeffect EF_MAPPILLAR2,"#arch_end";
- end;
-}
-
-job3_arch01,29,24,0 warp #archout 1,1,odin_tem02,282,263
-
-/*
-job3_arch01,1,1,1 script ¿ØÖÆ#arch 844,{
- mes "[Íç¹̵ÄÊÞÈË]";
- mes "ÇëÊäÈëÃÜÂ롣";
- next;
- input .@input; //,0,9999;
- if (input == 1854) {
- set archglo,090219_archbs;
- mes "[ͨÐÐ]";
- mes "ÏÖÔڵÄȫ¾ֱäÁ¿ֵΪ";
- mes "" + archglo + "¡£";
- mes "ÄãÏëÐ޸ÄÂð?";
- next;
- switch(select("0:1")) {
- case 1:
- set $@archbs,0; //Global Variable
- enablenpc "Valkyrie#arch";
- break;
- case 2:
- set $@archbs,1; //Global Variable
- enablenpc "Valkyrie#arch";
- break;
- }
- }
- else {
- mes "[Íç¹̵ÄÊÞÈË]";
- mes "ÎҲ»ÊÇ˵¹ýÃÜÂëҪÊäÈëÕýȷÂ𣡣¡";
- close;
- }
-}
-*/
-
-odin_tem02,30,181,0 script #wherearch01 -1,10,10,{
-OnTouch:
- if (job_arch == 5)
- viewpoint 1,282,263,1,0xFFFF99;
- end;
-}
-
-odin_tem02,30,335,0 script #wherearch02 -1,10,10,{
-OnTouch:
- if (job_arch == 5)
- viewpoint 1,282,263,1,0xFFFF99;
- end;
-}
+//===== eAthena Script =======================================
+//= Arch Bishop Job Quest
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.1
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Job change script fr Third class (Arch Bishop)
+//= Does not entirely support changing to Baby Third Class.
+//===== Additional Comments: =================================
+//= 1.0 First version.
+//= 1.1 Fixed class checks for arch bishops.
+//============================================================
+
+prt_church,103,88,3 script Praying Minister#arch 60,{
+ if (BaseJob != Job_Priest) {
+ if (Class == Job_Archbishop || Class == Job_Archbishop_H || Class == Job_Baby_Bishop) {
+ mes "[Praying Minister]";
+ mes "Ah! An Archbishop.";
+ mes "You have reached the state of light.";
+ mes "I hope you give happiness and honor to people during your adventures.";
+ close;
+ }
+ else {
+ mes "[Praying Minister]";
+ mes "In front of the Almighty God Odin, there shall be no person smarter than him, and there will be no person more merciful than him.";
+ next;
+ mes "[Praying Minister]";
+ mes "All ministers of Odin should be diligent. They should never be too lazy to serve Odin.";
+ next;
+ mes "[Praying Minister]";
+ mes "Thesedays, I've heard that ministers are becoming lax in their duty to Odin and adorn themselves with the splendors of the world.";
+ next;
+ mes "[Praying Minister]";
+ mes "If you see any of these ministers, can you ask to them to go to the church in prontera?";
+ next;
+ mes "[Praying Minister]";
+ mes "They give out a special aura so you can easily recognize them.";
+ mes "I'm going to make them ministers worthy of serving Odin.";
+ close;
+ }
+ }
+ else {
+ if (Upper == 4) {
+ mes "[Praying Minister]";
+ mes "In front of the Almighty God Odin, there shall be no person smarter than him, and there will be no person more merciful than him.";
+ next;
+ mes "[Praying Minister]";
+ mes "All ministers of Odin should be diligent. They should never be too lazy to serve Odin.";
+ next;
+ mes "[Praying Minister]";
+ mes "Thesedays, I've heard that ministers are becoming lax in their duty to Odin and adorn themselves with the splendors of the world.";
+ next;
+ mes "[Praying Minister]";
+ mes "If you see any of these ministers, can you ask to them to go to the church in prontera?";
+ next;
+ mes "[Praying Minister]";
+ mes "They give out a special aura so you can easily recognize them.";
+ mes "I'm going to make them ministers worthy of serving Odin.";
+ close;
+ }
+ if ((BaseLevel == 99) && (JobLevel > 49)) {
+ if (job_arch == 0) {
+ if (SkillPoint) {
+ mes "You can't change jobs without using all your skill points. Please use all of your skill points before applying to change jobs~";
+ close;
+ }
+ mes "[Praying Minister]";
+ mes "In front of the Almighty God Odin, there shall be no person smarter than him, and there will be no person more merciful than him.";
+ next;
+ mes "[Praying Minister]";
+ mes "All ministers of Odin should be diligent. They should never be too lazy to serve Odin.";
+ next;
+ mes "[Praying Minister]";
+ if (Sex == 1)
+ mes "Brother, how has your life been?";
+ else
+ mes "Sister, how has your life been?";
+ mes "Have you lived it to it's fullest?";
+ mes "Have you served your life in the light of Odin?";
+ next;
+ mes "[Praying Minister]";
+ mes "We are ministers and our behavior is seen as acts of the Gods.";
+ mes "We should always be mindful of this.";
+ next;
+ mes "[Praying Minister]";
+ mes "We should always tell the truth.";
+ mes "We should not fall prey to lies and deceit.";
+ next;
+ mes "[Praying Minister]";
+ if (Sex == 1)
+ mes "Brother...";
+ else
+ mes "Sister...";
+ mes "Even though we serve Odin, we are normal people.";
+ mes "We can be degraded in spite of ourselves and we must realize that.";
+ next;
+ mes "[Praying Minister]";
+ mes "We always try to keep our original intention in mind and spread Odin's rule.";
+ next;
+ select("How do I become like that?");
+ mes "[Praying Minister]";
+ mes "That's a good question.";
+ mes "We have lots of methods.";
+ mes "But, I recommend this.";
+ next;
+ mes "[Praying Minister]";
+ mes "Have you ever heard of a";
+ mes "^3131FFHoly Pilgrimage^000000?";
+ mes "A Holy Pilgrimage means going to a holy place to pray to the God Odin for protection and grace.";
+ next;
+ mes "[Praying Minister]";
+ mes "When you pray to Odin in the holy place, you will feel that you are born again.";
+ next;
+ mes "[Praying Minister]";
+ mes "What do you think?";
+ mes "Would you like to do a Holy Pilgrimage?";
+ next;
+ switch(select("Yes I want to.:I'll think about it.")) {
+ case 1:
+ mes "[Praying Minister]";
+ mes "That's the correct attitude.";
+ mes "A person who lives in one's mundane life would better have a new mind and body and evolve to the way of a true minister of Odin.";
+ next;
+ mes "[Praying Minister]";
+ mes "There is a small village named Umbala far from here.";
+ mes "That village is a where a tribe lives in harmony with nature.";
+ next;
+ mes "[Praying Minister]";
+ mes "Go there and find Priest Dayan.";
+ mes "Tell him exactly, ''^3131FFI'm here for the Holy Pilgrimage^000000.''";
+ next;
+ mes "[Praying Minister]";
+ mes "He's very old so he is hard of hearing.";
+ mes "You have to speak loud and clearly. You got it?";
+ mes "I hope that this paves the way for you to live in the light of Odin......";
+ set job_arch,1;
+ setquest 2187;
+ close;
+ case 2:
+ mes "[Praying Minister]";
+ mes "A Holy Pilgrimage isn't that difficult.";
+ mes "Just be mindful that once you start the path you will be on your way to the way of a true minister of Odin.";
+ next;
+ mes "[Praying Minister]";
+ mes "Feel free to visit me if you change your mind.";
+ mes "I'll always be here for you.";
+ close;
+ }
+ }
+ else {
+ mes "[Praying Minister]";
+ mes "How's it going?";
+ mes "Did you meet Priest Dayan in Umbala?";
+ close;
+ }
+ }
+ else {
+ mes "[Praying Minister]";
+ mes "In front of the Almighty God Odin, there shall be no person smarter than him, and there will be no person more merciful than him.";
+ next;
+ mes "[Praying Minister]";
+ mes "All ministers of Odin should be diligent. They should never be too lazy to serve Odin.";
+ next;
+ mes "[Praying Minister]";
+ mes "Thesedays, I've heard that ministers are becoming lax in their duty to Odin and adorn themselves with the splendors of the world.";
+ next;
+ mes "[Praying Minister]";
+ mes "If you see any of these ministers, can you ask to them to go to the church in prontera?";
+ next;
+ mes "[Praying Minister]";
+ mes "They give out a special aura so you can easily recognize them.";
+ mes "I'm going to make them ministers worthy of serving Odin.";
+ close;
+ }
+ }
+}
+
+umbala,137,227,5 script Utan Boy#arch 787,{
+ mes "[Utan Boy]";
+ mes "........";
+ close;
+}
+
+umbala,139,227,3 script Priest#arch 60,{
+ if (job_arch < 1) {
+ mes "[Priest]";
+ mes "Un...ba... Unba?";
+ close;
+ }
+ else if (job_arch == 1) {
+ mes "[Priest]";
+ mes "Un...ba... Umba?";
+ next;
+ mes "[Utan Boy]";
+ mes "...............";
+ next;
+ mes "[Priest]";
+ mes "Is that... right?";
+ mes "Hmm... so...";
+ mes "Um...ma? Umau...ma?";
+ emotion e_swt,"Priest#arch";
+ next;
+ mes "[Utan Boy]";
+ mes "...............";
+ next;
+ mes "[Priest]";
+ mes "Huuuuuu......";
+ mes "Oh, dear . I feel heavy.";
+ mes "hohohoho.";
+ next;
+ mes "- mumbling~ -";
+ next;
+ mes "[Priest]";
+ mes "hahahahaha.";
+ mes "huhuhuhu. humhum.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Hello. are you... Priest Dayan?";
+ next;
+ mes "[Priest]";
+ mes "Huh?";
+ next;
+ mes "He turns his head towards you.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Aren't you Priest Dayan?";
+ next;
+ mes "[Priest]";
+ mes "muttering...";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Priest! Da~yan! Right!?";
+ next;
+ mes "[Priest Dayan]";
+ mes "Ah~, yes.";
+ mes "Yes, I am.";
+ if (Sex == 1)
+ mes "I'm Dayan. Nice to meet you Brother.";
+ else
+ mes "I'm Dayan. Nice to meet you Sister.";
+ next;
+ mes "The old priest gives you an ear to ear grin. ";
+ next;
+ mes "[Priest Dayan]";
+ mes "I forgot to wear my hearing aid. hehe.";
+ mes "Anyway, why have you come here?";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Hmm, I wanted to tell you...";
+ next;
+ input .@input$;
+ mes "["+strcharinfo(0)+"]";
+ mes ""+.@input$+"";
+ next;
+ set .@urans$,.@input$;
+ set .@myans$,"I'm here for the Holy Pilgrimage";
+ set .@sungzi,compare(.@urans$,.@myans$);
+ if (.@sungzi == 0) {
+ mes "Priest Dayan doesn't seem to understand you. He just stares at you and smiles.";
+ next;
+ mes "[Priest]";
+ mes "Eh? Say what?";
+ close;
+ }
+ mes "[Priest Dayan]";
+ mes "..............?";
+ next;
+ mes "He cups his ears towards you.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "^FF0000I'm here for the Holy Pilgrimage!^000000";
+ mes "^FF0000I'm here for the Holy Pilgrimage!^000000";
+ mes "^FF0000I'm here for the Holy Pilgrimage!^000000";
+ mes "^FF0000I'm here for the Holy Pilgrimage!^000000";
+ next;
+ mes "[Priest Dayan]";
+ mes "Eh... are you?";
+ mes "A pilgrimage to the Holy Land...";
+ mes "It has been a long time since I've seen such a devout minister.";
+ if (Sex == 1)
+ mes "Welcome. Brother.";
+ else
+ mes "Welcome. Sister.";
+ next;
+ mes "The old priest gives you a gracious smile.";
+ next;
+ mes "[Priest Dayan]";
+ mes "See this village with the huge forest surrounding it.";
+ mes "Can you see a giant tree?";
+ next;
+ mes "[Priest Dayan]";
+ mes "That big tree is called The ^3131FFYggdrasil^000000.";
+ mes "That tree was created from Ymir's body after Odin created the world as you know it, Rune Midgard.";
+ next;
+ mes "[Priest Dayan]";
+ mes "A fountain pours out from the end of Yggdrasil's roots that spread to every world.";
+ next;
+ mes "[Priest Dayan]";
+ mes "The roots head to Nifflheim where you can find Hvergelmir spring.";
+ mes "In Rune Midgard there is Mimir's spring. And in Asgard, the world of the Gods, there is the Word spring.";
+ next;
+ mes "[Priest Dayan]";
+ mes "Mimir spring wells with intelligence, myth says that if Odin lets you have his eye that you will gain all of the knowledge within that spring.";
+ next;
+ mes "[Priest Dayan]";
+ if (Sex == 1)
+ mes "Brother.";
+ else
+ mes "Sister.";
+ mes "Through the Holy Pilgrimage, we can make ourselves pious by cleansing our bodies and souls.";
+ next;
+ mes "[Priest Dayan]";
+ mes "Enter the Yggdrasil.";
+ mes "You may be assaulted by creatures in there but be mindful that their intentions are only to protect the Yggdrasil.";
+ next;
+ mes "[Priest Dayan]";
+ mes "Follow your steps with purpose.";
+ mes "If Odin doesn't abandon you, you can reach the beginning of the world at the stem of the Yggdrasil.";
+ mes "When you arrive there, find a quiet place.";
+ next;
+ mes "[Priest Dayan]";
+ mes "Pray for a life of faith and expiate your sins with a pious mind.";
+ next;
+ mes "[Priest Dayan]";
+ mes "Admire Odin's omniscience and omnipotence and pray for a wisdom to choose the right path.";
+ mes "^3131FFFeel free to ask me about how to pray^000000.";
+ next;
+ mes "[Priest Dayan]";
+ mes "Lets see, go to the place of the most famous creature from Odin.";
+ next;
+ mes "[Priest Dayan]";
+ mes "After making your pilgrimage, let's have a drink together and talk about your experience.";
+ next;
+ mes "- Priest Dayan smiles again. -";
+ set job_arch,2;
+ changequest 2187,2188;
+ close;
+ }
+ else if (job_arch == 2) {
+ mes "[Priest Dayan]";
+ mes "This place is the holiest place in the world, Yggdrasil.";
+ mes "This holy ceremony will brighten your soul.";
+ next;
+ switch(select("How should I pray?:Cancel.")) {
+ case 1:
+ mes "[Priest Dayan]";
+ mes "Through prayer, we can follow four paths.";
+ mes "Remember what I say to you now.";
+ next;
+ mes "[Priest Dayan]";
+ mes "The 1st way is the ^3131FFway of meditation^000000.";
+ mes "In the way of meditation, we have to be ready to greet Odin with a clear conscience.";
+ next;
+ mes "[Priest Dayan]";
+ mes "Meditation starts with a ^3131FFBlessing^000000 which calms your mind down.";
+ next;
+ mes "[Priest Dayan]";
+ mes "The 2nd is the ^3131FFway of agony^000000.";
+ mes "Through the way of agony, we reflect on ourselves with confession about our retribution for the deeds of a former life.";
+ next;
+ mes "[Priest Dayan]";
+ mes "Don't be afraid of pain. That is a necessity and will be a first step to enter a way to liquidate past wounds.";
+ next;
+ mes "[Priest Dayan]";
+ mes "The 3rd way is the ^3131FFway of joy^000000.";
+ mes "As you rid yourself of pain, your mind will suffer less and you will experience the joy of life as you help and console others.";
+ next;
+ mes "[Priest Dayan]";
+ mes "They will bless you because you are an existence of joy overcoming an affliction. We call that ^3131FFAspersio^000000.";
+ mes "You must drink a ^3131FFHoly Water^000000 with appreciation of Aspersio.";
+ next;
+ mes "[Priest Dayan]";
+ mes "The last way is the ^3131FFway of light^000000.";
+ mes "You are free from all sin because you were blessed from all creation.";
+ next;
+ mes "[Priest Dayan]";
+ mes "You were reborn as light, sing a ^3131FFGloria^000000 of joy and soul that loves you.";
+ next;
+ mes "[Priest Dayan]";
+ mes "After finishing all of these prayers, just stand up with a pious mind.";
+ mes "If your prayer is truthful, Odin will lend you his wisdom.";
+ next;
+ mes "[Priest Dayan]";
+ mes "Are you ready?";
+ mes "Okay, it's time to leave and exculpate yourself.";
+ mes "If your prayer is finished, let's talk.";
+ close;
+ case 2:
+ mes "[Priest Dayan]";
+ mes "I hope that my prayer can weaken your agony...";
+ close;
+ }
+ close;
+ }
+ else if (job_arch == 3) {
+ mes "[Priest Dayan]";
+ mes "Oh, you've come back.";
+ mes "I can feel that you have a fresh energy. Maybe you did pray truthfully.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "I feel light-hearted. Like I was just reborn...";
+ next;
+ mes "[Priest Dayan]";
+ mes "Your faith gives you confidence and courage.";
+ mes "A smile from a peaceful mind will easily rid people of their wariness.";
+ mes "Please, inspire people with love and energy.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Thanks for your kind words.";
+ next;
+ mes "[Priest Dayan]";
+ if (Sex == 1)
+ mes "Brother.";
+ else
+ mes "Sister.";
+ mes "Now, there is a place you should go to.";
+ next;
+ mes "[Priest Dayan]";
+ mes "That place is Hugel in Schwaltzvalt.";
+ mes "There is a Nun praying there named Vinue, she is a true minister who prays for the suffering people in the world.";
+ mes "But the last time I saw her she seemed sad.";
+ next;
+ mes "[Priest Dayan]";
+ mes "Can you convince her to make a pilgrimage to Yggdrasil?";
+ mes "I think she is exhausted due to praying too much. I hope the air of Yggdrasil will be helpful to her.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Don't worry.";
+ mes "I'll go and meet her.";
+ next;
+ mes "[Priest Dayan]";
+ if (Sex == 1)
+ mes "Feel free to visit here when you want to pray, brother.";
+ else
+ mes "Feel free to visit here when you want to pray, sister.";
+ mes "A visit from a friend always makes me happy.";
+ set job_arch,4;
+ changequest 2188,2189;
+ close;
+ }
+ else {
+ mes "[Dayan]";
+ mes "Did you find Vinue in Hugel?";
+ close;
+ }
+}
+
+yggdrasil01,220,47,0 script #A pilgrimage to the Ho 139,5,5,{
+OnTouch:
+ if (job_arch == 2) {
+ mes "["+strcharinfo(0)+"]";
+ mes "Is it the spring of Hvergelmir.";
+ mes "This place is a very vivid and peaceful place.";
+ mes "It's proper to pray.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Time to genuflect...";
+ mes "Hmm, what did that priest say to me?";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Hmm... What is the first way?";
+ next;
+ switch(select("The way of silence.:The way of confession.:The way of meditation.")) {
+ case 1:
+ mes "["+strcharinfo(0)+"]";
+ mes "";
+ mes "I don't think so.";
+ close;
+ case 2:
+ mes "["+strcharinfo(0)+"]";
+ mes "The way of confession...?";
+ mes "I don't think so.";
+ close;
+ case 3:
+ mes "["+strcharinfo(0)+"]";
+ mes "The way of meditation...?";
+ mes "Yes, it's the way of meditation.";
+ next;
+ break;
+ }
+ mes "^3131FF[Priest Dayan]^000000";
+ mes "^3131FFThe 1st way is the way of meditation.^000000";
+ mes "^3131FFIn the way of meditation, we have to be ready to greet Odin with a clear conscience.^000000";
+ next;
+ mes "^3131FF[Priest Dayan]^000000";
+ mes "^3131FFMeditation starts with a Blessing which calms your mind down.^000000";
+ next;
+ mes "- You close your eyes slowly and take a deep breath. -";
+ next;
+ mes "- * BLESSING! * -";
+ specialeffect2 EF_BLESSING;
+ next;
+ mes "Your mind is refreshed with the blessing effect.";
+ mes "You continue to meditate trying to rid your mind of any ill feelings.";
+ next;
+ mes "^3131FF[Priest Dayan]^000000";
+ mes "^3131FFThe 2nd is the way of agony^000000.";
+ mes "^3131FFThrough the way of agony, we reflect on ourselves with confession about our retribution for the deeds of a former life.^000000";
+ next;
+ mes "^3131FF[Priest Dayan]^000000";
+ mes "^3131FFDon't be afraid of pain. That is a necessity and will be a first step to enter a way to liquidate past wounds.^000000";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Pain... What kind of faults have I had?";
+ input .@input$;
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "I confess my guilt to the Almighty God Odin.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "^3131FF"+.@input$+".^000000";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Oh benevolent Odin, Take mercy on me and pity me because I'm remiss in the discharge of my duties as a minister.";
+ mes "Please, lead the way and save a foolish minister with your wisdom.";
+ next;
+ mes "You ruminate about your confession and are lost in thought again.";
+ next;
+ mes ".............................";
+ next;
+ mes ".............................";
+ mes ".........................";
+ next;
+ mes ".............................";
+ mes ".........................";
+ mes ".....................";
+ next;
+ mes "^3131FF[Priest Dayan]^000000";
+ mes "^3131FFThe 3rd way is the way of joy.^000000";
+ mes "^3131FFAs you rid yourself of pain, your mind will suffer less and you will experience the joy of life as you help and console others.^000000";
+ next;
+ mes "^3131FF[Priest Dayan]^000000";
+ mes "^3131FFAnd also they will bless you because you are an existence of joy overcoming an affliction. We call that Aspersio^000000.";
+ mes "^3131FFYou must drink a Holy Water with appreciation of Aspersio.^000000";
+ next;
+ if (!countitem(523)) {
+ mes "["+strcharinfo(0)+"]";
+ mes "Oh no! I forgot to bring a Holy Water!";
+ close;
+ }
+ mes "- You bow respectfully holding up a Holy Water and put the glass to your lips. -";
+ next;
+ mes "- * ASPERSIO ! * -";
+ specialeffect2 EF_ASPERSIO;
+ next;
+ specialeffect2 EF_RECOVERY;
+ mes ".............................";
+ next;
+ mes ".............................";
+ mes ".........................";
+ next;
+ mes ".............................";
+ mes ".........................";
+ mes ".....................";
+ next;
+ mes "^3131FF[Priest Dayan]^000000";
+ mes "^3131FFThe last way is a way of light^000000.^000000.";
+ mes "^3131FFYou are free from all sin because you were blessed from all creation.^000000";
+ next;
+ mes "^3131FF[Priest Dayan]^000000";
+ mes "^3131FFYou were reborn as light, sing a Gloria of joy and soul that love you.^000000";
+ next;
+ mes "- You breath in deep and start to sing a Gloria.";
+ mes "A chord crashs out in the spring of Hvergelmir and a waterfall sound gives you a refreshing feeling. -";
+ specialeffect2 EF_GLORIA;
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "~Descendants of Heimdal gather under the Ash tree Yggdrasil.~";
+ mes "~The Curdan bird which sits on a branch brings me the wisdom of whole world.~";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "~The Curdan wolf protects me from all threats in the world.~";
+ specialeffect2 EF_GLORIA;
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "~The host of ballascalf, rise up from your seat. The whole world shouts for joy.~";
+ mes "~The father of light, the poet of wisdom, sing for me.~";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "~The host of a glittering glass, give me a holy prediction.~";
+ specialeffect2 EF_GLORIA;
+ next;
+ mes "- After you finish the song, you feel light and strong with abundant devotion. -";
+ specialeffect2 EF_BLESSING;
+ specialeffect2 EF_RESURRECTION;
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "That was refreshing.";
+ mes "I guess I should go back to Priest Dayan.";
+ set job_arch,3;
+ close2;
+ warp "umbala",138,219;
+ end;
+ }
+ else if (job_arch == 3) {
+ mes "["+strcharinfo(0)+"]";
+ mes "The song is over. It's time to go back to Priest Dayan.";
+ close2;
+ warp "umbala",138,219;
+ end;
+ }
+}
+
+hu_in01,205,204,7 script Praying Nun#benew 79,{
+ if (job_arch == 4) {
+ mes "- There is a nun closing her eyes as she murmurs something which sounds like a prayer. -";
+ next;
+ switch(select("Talk to her.:Stay Quiet.")) {
+ case 1:
+ break;
+ case 2:
+ mes "- You don't feel like disturbing her -";
+ close;
+ }
+ mes "["+strcharinfo(0)+"]";
+ mes "Umm, hello sister?";
+ next;
+ mes "[Vinue]";
+ mes "Ah, Welcome.";
+ mes "It's not time to have a service yet...";
+ if (Sex == 1)
+ mes "Are you here to pray, brother?";
+ else
+ mes "Are you here to pray, sister?";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "I came here to say hello from Priest Dayan from Prontera.";
+ next;
+ mes "[Vinue]";
+ mes "Ah, Priest Dayan.";
+ mes "Is he good?";
+ mes "He is so cute even though he's old.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "He told me that he was worried because when he saw you last time, you seemed sad.";
+ mes "He asks you to go on a Holy Pilgrimage.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Umbala has the vital power of nature!";
+ next;
+ mes "[Vinue]";
+ mes "Ah...";
+ if (Sex == 1)
+ mes "He's very kind. As are you brother.";
+ else
+ mes "He's very kind. As are you sister.";
+ next;
+ mes "[Vinue]";
+ mes "But don't worry.";
+ mes "I'm just a little tired because of a bad dream.";
+ next;
+ mes "[Vinue]";
+ mes "Evil is always watching for our souls.";
+ mes "If you are indifferent to praying, it never misses an opportunity.";
+ next;
+ switch(select("A dream? What kind of dream?:Your soul should be fine.")) {
+ case 1:
+ break;
+ case 2:
+ mes "[Vinue]";
+ mes "Oh but that's where you're wrong.";
+ mes "My soul may be the most at risk.";
+ mes "Thank you for delivering the message.";
+ mes "I'll go back to my prayers.";
+ close;
+ }
+ mes "[Vinue]";
+ mes "That is...";
+ mes "Actually I started to have a bad dream from the date I was appointed.";
+ next;
+ mes "[Vinue]";
+ mes "At first, it was a dream that Valkyrie was sad and in darkness.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Valkyrie?";
+ next;
+ mes "[Vinue]";
+ mes "Yeah...";
+ mes "She was crying in a pitch-black room.";
+ mes "Hanging down like a bird that had its wings cut.";
+ next;
+ mes "[Vinue]";
+ mes "But, as time went by, the dream became scarier. Now Valkyrie is arrested with chains and then finally she is dashed to pieces.";
+ next;
+ mes "[Vinue]";
+ mes "What a cruel performance! I suddenly can't breathe properly and then I wake up.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "To have to see the death of Valkyrie, must be a tormenting dream.";
+ next;
+ mes "[Vinue]";
+ mes "Is it just a nightmare?";
+ mes "Or do you think it is an omen?";
+ next;
+ mes "[Vinue]";
+ mes "I've been wanting to pray at Odin's shrine to make the dream go away. But that shrine became a den of evil a long time ago.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "The shrine?";
+ mes "Nobody tried to subdue the evil?";
+ next;
+ mes "[Vinue]";
+ mes "Unfortunely, I'm a nun who doesn't have any exorcism skill...";
+ mes "Residents of Hugel just stood aghast of the sight because they are not familiar with adventure.";
+ next;
+ mes "[Vinue]";
+ mes "Thesedays, there are a lot of people because of the development of the Odin shrine, but their situation is not so good.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Is the dream related with the evil in the Odin shrine?";
+ next;
+ mes "[Vinue]";
+ mes "Hum... well.";
+ mes "I don't have any way to find out.";
+ mes "I don't have a method, so I just pray.";
+ next;
+ switch(select("I'll investgate for you.:I'll pray with you.")) {
+ case 1:
+ break;
+ case 2:
+ mes "[Vinue]";
+ mes "Thank you.";
+ mes "I'll pray that the darkness stays away.";
+ mes "I hope you have a good time with the festival here in Hugel.";
+ close;
+ }
+ mes "[Vinue]";
+ mes "Yeah?";
+ mes "But, it'll be scary inside!";
+ mes "There are lots of devils inside!";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "But I can't pretend to ignore a Sister who is in trouble?";
+ mes "I'm a minister who copes with lots of asceticism!";
+ mes "Entrust me.";
+ next;
+ mes "[Vinue]";
+ mes "Ah... I'm so worried....";
+ mes "I'll never forget your warm heart.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "How do I get to Odin shrine?";
+ next;
+ mes "[Vinue]";
+ mes "There is a ferry on the right side of the church.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Ok, wait for good news!";
+ next;
+ mes "[Vinue]";
+ mes "I'll pray for your safe return.";
+ mes "I hope that Odin gives you his protection as well.";
+ set job_arch,5;
+ changequest 2189,2190;
+ close;
+ }
+ else if ((job_arch > 4) && (job_arch < 100)) {
+ mes "[Vinue]";
+ mes "I'll pray for your safe return.";
+ close;
+ }
+ else {
+ mes "[Vinue]";
+ mes "I feel refreshed.";
+ mes "It must be good news?";
+ mes "Thanks the Gods.";
+ close;
+ }
+}
+
+odin_tem02,282,263,0 script #find_val -1,3,3,{
+OnTouch:
+ if ((job_arch > 4) && (job_arch < 100))
+ enablenpc "Valkyrie Illusion#arch";
+ end;
+}
+
+odin_tem02,281,275,3 script Valkyrie Illusion#arch 403,{
+ if ((job_arch > 4) && (job_arch < 100)) {
+ mes "You can see Valkyrie who has a despairing face.";
+ next;
+ switch(select("Touch Valkyrie's Illusion.:Turn away.")) {
+ case 1:
+ mes "You lose your consciousness while getting a closer view of Valkyrie's Illusion.";
+ close2;
+ specialeffect2 EF_CLOAKING;
+ warp "job3_arch01",29,29;
+ disablenpc "Valkyrie Illusion#arch";
+ break;
+ case 2:
+ mes "Out of fear, you turn away from Valkyrie's illusion.";
+ close2;
+ disablenpc "Valkyrie Illusion#arch";
+ break;
+ }
+ }
+ end;
+
+OnInit:
+ disablenpc "Valkyrie Illusion#arch";
+ end;
+}
+
+job3_arch01,29,34,3 script Valkyrie#arch 403,{
+ if (Upper == 4) {
+ mes "[Valkyrie]";
+ //Custom translation
+ mes "You are only a child.";
+ mes "My job is very difficult, I do not need to tollerate a child's joke. Away with you!";
+ close;
+ }
+ if (!checkweight(1201,2)) {
+ //Custom translation
+ mes "- bags must be emptied before they can proceed. -";
+ close;
+ }
+ if ((BaseLevel != 99) || (JobLevel < 50)) {
+ warp "odin_tem02",282,263;
+ end;
+ }
+ if (getmercinfo(0)) {
+ mes "[Valkyrie]";
+ mes "If you want to talk with me, you have to ^3131FFcancel all contracts^000000 with any mercenaries you have.";
+ close;
+ }
+ if (SkillPoint) {
+ mes "You can't progress without using all your skill points. Please use all of your skill points before progressing~";
+ close;
+ }
+ if (BaseJob != Job_Priest) {
+ warp "odin_tem02",282,263;
+ end;
+ }
+ else {
+ if (Class != Job_Archbishop || Class != Job_Archbishop_H || Class != Job_Baby_Bishop) {
+ if (job_arch < 5) {
+ warp "odin_tem02",282,263;
+ end;
+ }
+ else if (job_arch == 5) {
+ mes "[Valkyrie]";
+ mes "In the heavens the sound of pipes spread out, but a bird that can't fly crawls and finally is crushed to pieces on the ground.";
+ mes "Ah, I'm resentful! so regretful!";
+ next;
+ mes "- Valkyrie holds its face, then she finds you and stares with a threatening face. -";
+ next;
+ mes "[Valkyrie]";
+ mes "You are a descendant of Heimdal living in pain as a mortal, why are you in here?";
+ mes "Are you here to ridicule my grim fate?";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "No way!";
+ mes "But it's true that I'm here for you.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "...me?";
+ mes "Of course I'm staying in Midgard, but we are under the yoke of fate that can't coexist in this world.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "I see, is your goal to enter Valhalla?";
+ mes "If you do, it's the wrong place for you.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "I was already expelled from Asgard.";
+ mes "My duty is protecting this small island from humans trying to take it from the Gods and even I don't have any energy to do so.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "It's not that kind of problem.";
+ mes "But someone who perceives your painful situation has sent me here.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "Haha! You are going to help me?!";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "...................";
+ next;
+ mes "- Valkyrie gives you a fierce scowl. -";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "In fact, I can't do anything with my body now.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "Human, answer me. Are you here to sincerely help me?";
+ next;
+ switch(select("Yes:No")) {
+ case 1:
+ break;
+ case 2:
+ mes "[Valkyrie Anguhilde]";
+ mes "I knew that I couldn't trust a human!";
+ close2;
+ warp "odin_tem02",282,263;
+ end;
+ }
+ mes "[Valkyrie Anguhilde]";
+ mes "Ok...";
+ mes "I don't have any energy to hold my own, so I have no choice but to trust you.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "I was a normal Valkyrie that lead soldiers to Valhalla according to the order of Odin.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "But I harmed Freki, one of Odin's wolves, and I was expelled form Asgard without any energy as a Valkyrie with orders to protect this island.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "I was disgraced, this island is important as a temple for Odin and the various Gods.";
+ mes "I tried to do my best to protect this holy place.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "But one day, the devil started to gain influence on this island.";
+ mes "I don't know why they came here and from where they came from.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "They seiged the temple and I exhausted my energy tring to fight them all myself.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "The holy shrine was tainted by the devils.";
+ mes "How long do I have to be under this dishonorable fate!";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "Mortal one, what is your name?";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "My name is "+strcharinfo(0)+".";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes ""+strcharinfo(0)+",";
+ mes "You told me that you want to help me, right? Even though it disgraces me, I am asking for your help.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "This place may look like it was made my humans. Actually, it's a very important monument and also a part of the God's history.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "I've lost all of my energy and my body is sealed so there is no way for me to protect the shrine.";
+ mes "You have to send a message to Valhalla to ask for help from a Valkyrie quickly.";
+ next;
+ select("How can I do that?");
+ mes "[Valkyrie Anguhilde]";
+ mes "At the ^3131FFtop of the shrine^000000, You can contact to them with a ^3131FFGolden pipe^000000.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "I'm going to give you a scroll of paper written in an ancient language.";
+ mes "In that scroll, there is my impersonation.";
+ mes "^3131FFIf you go outside, you can summon a Valkyrie with that scroll.^000000";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "After you summon my impersonation, you have to find a ^3131FFBroken pipe^000000.";
+ mes "Maybe it'll be spread in the shrine...";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "You have to go to the top of the shrine, collecting all broken pipes from the impersonation.";
+ mes "And then I'm going to take care of the matter.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "An impersonation will help when you move or attack as you want through ^FF0000ALT+click^000000.";
+ mes "But you have to be careful if an imeprsonation falls down.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "When you finish preparing to go on, talk to me again.";
+ mes "It'll be a long journey...";
+ set job_arch,6;
+ close;
+ }
+ else if (job_arch == 6) {
+ if ($@archbs== 0) {
+ set $@archbs,1; //Global Variable
+ mes "[Valkyrie Anguhilde]";
+ mes ""+strcharinfo(0)+" Did you finish preparing for your way of asceticism?";
+ next;
+ set .@exampc,getmapusers("job3_arch02");
+ if (.@exampc > 0) {
+ mes "[Valkyrie Anguhilde]";
+ //Custom translation
+ mes "Ah, it seems someone is already combating the evil in the temple.";
+ mes "I will go see who it is, please wait a moment.";
+ set $@archbs,0; //Global Variable
+ close;
+ }
+ else {
+ mes "[Valkyrie Anguhilde]";
+ mes "Ok. Now I'm going to send you there.";
+ mes "^FF0000When you go there, you have to summon my impersonation with the scroll^000000. Don't forget.";
+ set $@archbs,0; //Global Variable
+ close2;
+ nude;
+ if (countitem(2798))
+ delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
+ donpcevent "start#arch::OnEnable";
+ set job_arch,7;
+ changequest 2190,2191;
+ warp "job3_arch02",119,49;
+ disablenpc "Valkyrie#arch";
+ end;
+ }
+ }
+ else {
+ mes "[Valkyrie Anguhilde]";
+ //Custom translation
+ mes "I am already talking to someone, please wait and talk to me again.";
+ close;
+ }
+ }
+ else if (job_arch == 7) {
+ if (countitem(12381))
+ delitem 12381,countitem(12381); //ValkyrieA_Scroll
+ if (countitem(12382))
+ delitem 12382,countitem(12382); //ValkyrieB_Scroll
+ if ($@archbs == 0) {
+ set $@archbs,1; //Global Variable
+ mes "[Valkyrie Anguhilde]";
+ mes "Are you ok human?";
+ mes "It was not as easy as I expected.";
+ mes "Will you challenge again?";
+ next;
+ set .@exampc,getmapusers("job3_arch02");
+ if (.@exampc > 0) {
+ set $@archbs,0; //Global Variable
+ mes "[Valkyrie Anguhilde]";
+ //Custom translation
+ mes "Ah, it seems someone is already combating the evil in the temple.";
+ mes "I will see who it is, please wait a moment.";
+ close;
+ }
+ else {
+ set $@archbs,0; //Global Variable
+ mes "[Valkyrie Anguhilde]";
+ mes "OK. now I'm going to send you there.";
+ mes "^FF0000When you go there, you have to summon my impersonation with the scroll^000000.";
+ mes "An impersonation will help when you move or attack as you want through ^FF0000ALT+click^000000.";
+ mes "But you have to be careful if an imeprsonation falls down.";
+ close2;
+ nude;
+ if (countitem(2798))
+ delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
+ donpcevent "start#arch::OnEnable";
+ set job_arch,7;
+ warp "job3_arch02",119,49;
+ disablenpc "Valkyrie#arch";
+ end;
+ }
+ }
+ else {
+ mes "[Valkyrie Anguhilde]";
+ //Custom translation
+ mes "I am already talking to someone, please wait and talk to me again.";
+ close;
+ }
+ }
+ }
+ }
+ end;
+
+Onbc:
+ set $@archbs,0; //Global Variable
+ //Custom translation
+ mapannounce "job3_arch01", "Valkyrie's Cry: I hear the laughter of the devil, someone has fallen in the temple.",bc_map,"0xFFCE00";
+ enablenpc "Valkyrie#arch";
+ end;
+}
+
+job3_arch02,119,49,0 script #arch_1_start -1,6,6,{
+OnTouch:
+ if (!countitem(12381))
+ getitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: I feel heavy! Set me free!",bc_map,"0xFFCE00";
+ disablenpc "#arch_1_start";
+ end;
+}
+
+job3_arch02,112,73,0 script #arch_1_01 -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,94,123,0 script #arch_1_02 -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,93,173,0 script #arch_1_03 -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,114,186,0 script #arch_1_04 -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,134,201,0 script #arch_1_05 -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,154,211,0 script #arch_1_06 -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,175,227,0 script #arch_1_07 -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,201,240,0 script #arch_1_08 -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,223,252,0 script #arch_1_09 -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,255,268,0 script #arch_1_10 -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,269,302,0 script #arch_1_11 -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,245,289,0 script #arch_1_12 -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //Custom translation
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,203,286,0 script #arch_1_boss -1,5,5,{
+OnTouch:
+ if (countitem(12381)) {
+ delitem 12381,1; //ValkyrieA_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2037) { //VALKYRIE_A
+ mapannounce "job3_arch02", "Valkyrie's Nightmare: An incompetent illusion of Valkyrie came here with the assistance of humans. You wanna have that nightmare?",bc_map,"0xFF0000";
+ donpcevent "mob#arch_1::Onkill";
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,390,390,1 script #arch_redcell 844,{
+ end;
+
+OnInit:
+ setcell "job3_arch02",276,290,280,294,cell_walkable,0;
+ setcell "job3_arch02",276,290,280,294,cell_shootable,0;
+ end;
+
+Ongreen:
+ setcell "job3_arch02",276,290,280,294,cell_walkable,1;
+ setcell "job3_arch02",276,290,280,294,cell_shootable,1;
+ end;
+
+Onred:
+ setcell "job3_arch02",276,290,280,294,cell_walkable,0;
+ setcell "job3_arch02",276,290,280,294,cell_shootable,0;
+ end;
+}
+
+job3_arch02,390,389,1 script #arch_val01 844,{
+ end;
+
+OnEnable:
+ areamonster "job3_arch02",108,322,118,332,"Valkyrie's Nightmare",2036,1,"#arch_val01::OnMyMobDead";
+ end;
+
+OnMyMobDead:
+ if (mobcount("job_arch02","#arch_val01::OnMyMobDead") < 1) {
+ donpcevent "#arch_redcell::Ongreen";
+ mapannounce "job3_arch02", "Valkyrie's Nightmare: Your win is only a false image! hahahaha!",bc_map,"0xFF0000";
+ enablenpc "Valkyrie#arch_01";
+ disablenpc "#arch_1_start";
+ disablenpc "#arch_1_01";
+ disablenpc "#arch_1_02";
+ disablenpc "#arch_1_03";
+ disablenpc "#arch_1_04";
+ disablenpc "#arch_1_05";
+ disablenpc "#arch_1_06";
+ disablenpc "#arch_1_07";
+ disablenpc "#arch_1_08";
+ disablenpc "#arch_1_09";
+ disablenpc "#arch_1_10";
+ disablenpc "#arch_1_11";
+ disablenpc "#arch_1_12";
+ disablenpc "#arch_1_boss";
+ }
+ end;
+
+Onkill:
+ killmonster "job3_arch02","#arch_val01::OnMyMobDead";
+ end;
+}
+
+job3_arch02,390,387,1 script #arch_val02 844,{
+ end;
+
+OnEnable:
+ areamonster "job3_arch02",239,41,249,51,"Valkyrie's Nightmare",2036,1,"#arch_val02::OnMyMobDead";
+ end;
+
+OnMyMobDead:
+ if (mobcount("job_arch02","#arch_val02::OnMyMobDead") < 1) {
+ mapannounce "job3_arch02", "Valkyrie's Nightmare: You are so childish. I invite you to a devil's party. I'll make sure you have a fun!",bc_map,"0xFF0000";
+ enablenpc "Valkyrie#arch_02";
+ disablenpc "#arch_2_boss";
+ viewpoint 1,279,234,1,0xFFFF99;
+ }
+ end;
+
+Onkill:
+ killmonster "job3_arch02","#arch_val02::OnMyMobDead";
+ end;
+}
+
+job3_arch02,113,327,5 script Valkyrie#arch_01 403,{
+ if (getmercinfo(0)) {
+ mes "[Valkyrie]";
+ mes "If you want to talk with me, you have to ^3131FFcancel all contracts^000000 with any mercenaries you have.";
+ close;
+ }
+ mes "[Valkyrie Anguhilde]";
+ mes "The devil always makes an effort to agitate people's mind.";
+ mes "You don't have to care about their whisperings.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "Anyway I can feel my energy coming back.";
+ mes "Show me the stuff that you found.";
+ next;
+ mes "- You show a golden piece of pipe to Valkyrie. -";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "Oh, It's a piece of pipe!";
+ mes "If you collect pieces, you can ask other Valkyries for help.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "Because of a close battle, I could only get a little energy.";
+ mes "I'm going to give a ^3131FFnew ancient scroll^000000.";
+ mes "It'll be helpful to find the rest of pieces.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "Then I look forward a good news.";
+ close2;
+ getitem 12382,1; //ValkyrieB_Scroll
+ viewpoint 1,244,46,1,0xFFFF99;
+ disablenpc "Valkyrie#arch_01";
+ donpcevent "#arch_2_start::OnEnable";
+ end;
+}
+
+job3_arch02,244,46,5 script Valkyrie#arch_02 403,{
+ mes "[Valkyrie Anguhilde]";
+ mes "Did you find the rest of the pieces?";
+ next;
+ if (countitem(6154) < 2) {
+ mes "[Valkyrie Anguhilde]";
+ mes "Hum?";
+ mes "I can see this one beside you.";
+ getitem 6154,2; //Broken_Horn_Pipe
+ next;
+ }
+ mes "[Valkyrie Anguhilde]";
+ mes "OK.";
+ mes "I'll complete the broken horn pipe!";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "But the battle is not finished yet.";
+ mes "You remember a ^3131FFruined shrine on the center of the island^000000?";
+ mes "It'll be completed only when you use a horn pipe.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "I can feel the air around me is getting impure.";
+ mes "And feel the coldness of the pitch-black darkness.";
+ mes "This time will be dangerous.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "I give you a necklace as a present.";
+ mes "But I'm not sure that It'll be helpful or not....";
+ mes "Take care.";
+ mes "Please, hurry up!";
+ close2;
+ getitem 2798,1; //Will_Of_Exhausted_Angel
+ disablenpc "Valkyrie#arch_02";
+ donpcevent "#arch_3_start::OnEnable";
+ end;
+}
+
+job3_arch02,279,234,0 script #arch_end -1,7,7,{
+OnInit:
+ disablenpc "#arch_end";
+ end;
+
+OnTouch:
+ donpcevent "#arch_3_01::Onkill";
+ donpcevent "#arch_3_02::Onkill";
+ donpcevent "#arch_3_03::Onkill";
+ donpcevent "mob#arch_2::Onkill";
+ enablenpc "Valkyrie Anguhilde#end";
+ if (!checkweight(1201,1)) {
+ mes "- Wait a moment! -";
+ mes "- Currently you are carrying -";
+ mes "- too many items with you. -";
+ mes "- Please come back after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ }
+ if (countitem(6154) < 2) {
+ mes "[Valkyrie Anguhilde]";
+ mes "Did you collect all of the pieces of my horn pipe?";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "I know you bent over backwards to help me, but I can't do anything without 2 pieces of horn pipe.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "It can be dangerous, so let's go back.";
+ close;
+ nude;
+ if (countitem(2798))
+ delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
+ delitem 6154,countitem(6154); //Broken_Horn_Pipe
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ mes "[Valkyrie Anguhilde]";
+ mes "Finally we finished all the preparations.";
+ next;
+ mes "Valkyrie holds the pipe and blows towards the sky.";
+ next;
+ mes "Booo - - - -";
+ next;
+ mes "Booo - - -";
+ next;
+ enablenpc "Valkyrie of the heavens";
+ mes "[Valkyrie Anguhilde]";
+ mes "Assistance of Odin! Soldiers of Valhalla!";
+ mes "The holy place of the God Odin is tainted by darkness!";
+ next;
+ mes "[Valkyrie of the heavens]";
+ mes "Don't worry, Anguhilde.";
+ mes "Your desire has reached Valhalla.";
+ mes "The devils were removed by other Valkyries as you wanted.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "Valkyries! Then is it safe now?";
+ next;
+ mes "[Valkyrie of the heavens]";
+ mes "Yes Anguhilde.";
+ mes "Even though you were expelled because of a incident before, Odin said that he is reconsidering your banishment.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "Ah! I can go back to Asgard!";
+ next;
+ mes "[Valkyrie of the heavens]";
+ mes "Don't make a hasty generalization.";
+ mes "But I think that good news will be sent to you.";
+ next;
+ mes "[Valkyrie Anguhilde]";
+ mes "Honor to Odin!";
+ mes "I feel full of grace.";
+ mes "So bright and warm....";
+ next;
+ mes "- Shoooo -";
+ specialeffect EF_CLOAKING,"Valkyrie Anguhilde#end";
+ disablenpc "Valkyrie Anguhilde#end";
+ emotion e_omg,1;
+ next;
+ mes "[Valkyrie of the heavens]";
+ mes "Set your mind at ease.";
+ mes "She went to a place where she is supposed to be.";
+ next;
+ mes "[Valkyrie of the heavens]";
+ mes "I think you don't get it.";
+ next;
+ mes "[Valkyrie of the heavens]";
+ mes "Anguhilde is a Valkyrie who is dead for a long time ago.";
+ mes "Didn't you see a shrine covered by the devil?";
+ mes "Unfortunately, Anguhilde couldn't cope with the task and fell down.";
+ next;
+ mes "[Valkyrie of the heavens]";
+ mes "Here is an illusion of Anguhilde who doesn't want to be recognized.";
+ mes "She can't go to hell even when she is dead, and struggles from her constant nightmare.";
+ next;
+ mes "[Valkyrie of the heavens]";
+ mes "But she is relieved by your favor.";
+ mes "Even though It's different with reality but now she may be able to rest in peace.";
+ next;
+ mes "[Valkyrie of the heavens]";
+ mes "Human, the Valkyries are in your debt. Thank you.";
+ mes "I can't invite you as I want, but the power given by Odin can help you.";
+ next;
+ mes "[Valkyrie of the heavens]";
+ mes "Now, go back to your world.";
+ mes "The sound of the horn pipe and a bird's chirpings will be spread out for you.";
+ next;
+ mes "[Valkyrie of the heavens]";
+ mes "Don't forget an altruistic minister's spirit like today forever.";
+ mes "I hope we see each other in Valhalla sometime.";
+ nude;
+ if (countitem(2798))
+ delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
+ delitem 6154,countitem(6154); //Broken_Horn_Pipe
+ set job_arch,100;
+ completequest 2191;
+ getitem 5747,1; //Mitra
+ getitem 2795,1; //Green_Apple_Ring
+ jobchange Job_Archbishop,Upper;
+ close;
+}
+
+job3_arch02,281,232,1 script Valkyrie Anguhilde#end 403,{
+ end;
+
+OnInit:
+ disablenpc "Valkyrie Anguhilde#end";
+ end;
+}
+
+job3_arch02,273,235,5 script Valkyrie of the heavens 811,{
+ if (job_arch == 100) {
+ mes "[Valkyrie of the heavens]";
+ mes "Now, go back to your world.";
+ mes "The sound of the horn pipe and a bird's chirpings will be spread out for you.";
+ next;
+ mes "[Valkyrie of the heavens]";
+ mes "Don't forget an altruistic minister's spirit like today forever.";
+ mes "I hope we see each other in Valhalla sometime.";
+ close2;
+ mapwarp "job3_arch02","job_arch01",29,29;
+ }
+ end;
+
+OnInit:
+ disablenpc "Valkyrie of the heavens";
+ end;
+}
+
+job3_arch02,132,323,0 script #arch_2_01 -1,5,5,{
+OnTouch:
+ if (countitem(12382))
+ mapannounce "job3_arch02", "Whispering of Valkyrie: I see a new ancient scroll!",bc_map,"0x000000";
+ end;
+}
+
+job3_arch02,167,313,0 script #arch_2_02 -1,5,5,{
+OnTouch:
+ if (countitem(12382)) {
+ delitem 12382,1; //ValkyrieB_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2038) { //VALKYRIE_B
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
+ else
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,127,304,0 script #arch_2_03 -1,5,5,{
+OnTouch:
+ if (countitem(12382)) {
+ delitem 12382,1; //ValkyrieB_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2038) { //VALKYRIE_B
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
+ else
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,207,279,0 script #arch_2_04 -1,5,5,{
+OnTouch:
+ if (countitem(12382)) {
+ delitem 12382,1; //ValkyrieB_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2038) { //VALKYRIE_B
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
+ else
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,239,281,0 script #arch_2_05 -1,5,5,{
+OnTouch:
+ if (countitem(12382)) {
+ delitem 12382,1; //ValkyrieB_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2038) { //VALKYRIE_B
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
+ else
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,269,303,0 script #arch_2_06 -1,5,5,{
+OnTouch:
+ if (countitem(12382)) {
+ delitem 12382,1; //ValkyrieB_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2038) { //VALKYRIE_B
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
+ else
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,288,283,0 script #arch_2_07 -1,5,5,{
+OnTouch:
+ if (countitem(12382)) {
+ delitem 12382,1; //ValkyrieB_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2038) { //VALKYRIE_B
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
+ else
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,278,234,0 script #arch_2_08 -1,5,5,{
+OnTouch:
+ if (countitem(12382)) {
+ delitem 12382,1; //ValkyrieB_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2038) { //VALKYRIE_B
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
+ else
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,234,179,0 script #arch_2_09 -1,5,5,{
+OnTouch:
+ if (countitem(12382)) {
+ delitem 12382,1; //ValkyrieB_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2038) { //VALKYRIE_B
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
+ else
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,227,169,0 script #arch_2_10 -1,5,5,{
+OnTouch:
+ if (countitem(12382)) {
+ delitem 12382,1; //ValkyrieB_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2038) { //VALKYRIE_B
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
+ else
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,190,146,0 script #arch_2_11 -1,5,5,{
+OnTouch:
+ if (countitem(12382)) {
+ delitem 12382,1; //ValkyrieB_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2038) { //VALKYRIE_B
+ set .@randht,rand(1,10);
+ if (.@randht < 8)
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00";
+ else if ((.@randht == 8) && (.@randht == 9))
+ mapannounce "job3_arch02", "Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //Custom translation
+ else
+ mapannounce "job3_arch02", "Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00";
+ end;
+ }
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ }
+}
+
+job3_arch02,206,113,0 script #arch_2_boss -1,5,5,{
+OnTouch:
+ if (countitem(12382)) {
+ delitem 12382,1; //ValkyrieB_Scroll
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ end;
+ }
+ else {
+ if (getmercinfo(1) == 2038) //VALKYRIE_B
+ mapannounce "job3_arch02", "A shout of devil: You are so childish. I invite you a party of devil. I'll make you have a fun!",bc_map,"0xFF0000";
+ else {
+ mapannounce "job3_arch02", "Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ }
+ end;
+ }
+}
+
+job3_arch02,284,159,0 script #arch_3_01 -1,20,20,{
+OnInit:
+ enablenpc "#arch_3_01";
+ end;
+
+OnTouch:
+ if (BaseJob != Job_Priest) {
+ mapannounce "job3_arch02", "Frus: Do you want to see God? Okay, I'll send you to the land of the dead by myself!",bc_map,"0xFF0000";
+ areamonster "job3_arch02",239,41,249,51,"Frus",1762,1,"#arch_3_01::OnMyMobDead";
+ }
+ disablenpc "#arch_3_01";
+ end;
+
+Onkill:
+ killmonster "job3_arch02","#arch_3_01::OnMyMobDead";
+ end;
+
+OnMyMobDead:
+ end;
+}
+
+job3_arch02,307,200,0 script #arch_3_02 -1,5,5,{
+OnInit:
+ enablenpc "#arch_3_02";
+ end;
+
+OnTouch:
+ if (BaseJob == Job_Priest) {
+ mapannounce "job3_arch02", "Skogul: You are my guest!",bc_map,"0xFF0000";
+ areamonster "job3_arch02",306,199,308,201,"Skogul",1761,1,"#arch_3_02::OnMyMobDead";
+ }
+ disablenpc "#arch_3_02";
+ end;
+
+Onkill:
+ killmonster "job3_arch02","#arch_3_02::OnMyMobDead";
+ end;
+
+OnMyMobDead:
+ end;
+}
+
+job3_arch02,296,216,0 script #arch_3_03 -1,5,5,{
+OnInit:
+ disablenpc "#arch_3_03";
+ end;
+
+OnTouch:
+ mapannounce "job3_arch02", "Frus: I like your face... Can I steal it?",bc_map,"0xFF0000";
+ areamonster "job3_arch02",295,215,297,217,"Frus",1762,1,"#arch_3_03::OnMyMobDead";
+ disablenpc "#arch_3_03";
+ end;
+
+Onkill:
+ killmonster "job3_arch02","#arch_3_03::OnMyMobDead";
+ end;
+
+OnMyMobDead:
+ end;
+}
+
+job3_arch02,389,390,1 script mob#arch_1 844,{
+OnEnable:
+ areamonster "job3_arch02",99,101,101,103,"Shrine Invader",1394,2,"mob#arch_1::OnMyMobDead";
+ areamonster "job3_arch02",89,130,91,132,"Shrine Invader",1394,2,"mob#arch_1::OnMyMobDead";
+ areamonster "job3_arch02",90,169,92,171,"Shrine Invader",1427,1,"mob#arch_1::OnMyMobDead";
+ areamonster "job3_arch02",103,182,105,184,"Shrine Invader",1427,1,"mob#arch_1::OnMyMobDead";
+ areamonster "job3_arch02",137,204,139,206,"Shrine Invader",1394,2,"mob#arch_1::OnMyMobDead";
+ areamonster "job3_arch02",160,214,162,216,"Shrine Invader",1394,2,"mob#arch_1::OnMyMobDead";
+ areamonster "job3_arch02",164,214,166,216,"Shrine Invader",1427,1,"mob#arch_1::OnMyMobDead";
+ areamonster "job3_arch02",200,235,202,237,"Shrine Invader",1394,2,"mob#arch_1::OnMyMobDead";
+ areamonster "job3_arch02",217,249,219,251,"Shrine Invader",1427,1,"mob#arch_1::OnMyMobDead";
+ areamonster "job3_arch02",253,292,255,294,"Shrine Invader",1427,1,"mob#arch_1::OnMyMobDead";
+ end;
+
+Onkill:
+ killmonster "job3_arch02","mob#arch_1::OnMyMobDead";
+ end;
+
+OnMyMobDead:
+ end;
+}
+
+job3_arch02,389,389,1 script mob#arch_2 844,{
+OnEnable:
+ areamonster "job3_arch02",155,320,157,322,"Shrine Invader",1480,2,"mob#arch_2::OnMyMobDead";
+ areamonster "job3_arch02",169,304,171,306,"Shrine Invader",1480,2,"mob#arch_2::OnMyMobDead";
+ areamonster "job3_arch02",182,292,184,294,"Shrine Invader",1453,1,"mob#arch_2::OnMyMobDead";
+ areamonster "job3_arch02",199,286,201,288,"Shrine Invader",1453,1,"mob#arch_2::OnMyMobDead";
+ areamonster "job3_arch02",255,292,257,294,"Shrine Invader",1480,2,"mob#arch_2::OnMyMobDead";
+ areamonster "job3_arch02",285,283,287,285,"Shrine Invader",1480,2,"mob#arch_2::OnMyMobDead";
+ areamonster "job3_arch02",277,235,279,237,"Shrine Invader",1453,1,"mob#arch_2::OnMyMobDead";
+ areamonster "job3_arch02",291,184,293,186,"Shrine Invader",1480,2,"mob#arch_2::OnMyMobDead";
+ areamonster "job3_arch02",280,169,282,171,"Shrine Invader",1453,1,"mob#arch_2::OnMyMobDead";
+ areamonster "job3_arch02",226,165,228,167,"Shrine Invader",1453,1,"mob#arch_2::OnMyMobDead";
+ areamonster "job3_arch02",189,145,191,147,"Shrine Invader",1480,1,"mob#arch_2::OnMyMobDead";
+ areamonster "job3_arch02",203,176,205,178,"Shrine Invader",1453,1,"mob#arch_2::OnMyMobDead";
+ end;
+
+Onkill:
+ killmonster "job3_arch02","mob#arch_2::OnMyMobDead";
+ end;
+
+OnMyMobDead:
+ end;
+}
+
+job3_arch02,389,388,1 script start#arch 844,{
+ end;
+
+OnInit:
+ mapwarp "job3_arch02","job3_arch02",29,29;
+ end;
+
+OnEnable:
+ mapwarp "job3_arch02","job3_arch02",29,29;
+ enablenpc "#arch_1_start";
+ enablenpc "#arch_1_01";
+ enablenpc "#arch_1_02";
+ enablenpc "#arch_1_03";
+ enablenpc "#arch_1_04";
+ enablenpc "#arch_1_05";
+ enablenpc "#arch_1_06";
+ enablenpc "#arch_1_07";
+ enablenpc "#arch_1_08";
+ enablenpc "#arch_1_09";
+ enablenpc "#arch_1_10";
+ enablenpc "#arch_1_11";
+ enablenpc "#arch_1_12";
+ enablenpc "#arch_1_boss";
+ disablenpc "#arch_2_01";
+ disablenpc "#arch_2_02";
+ disablenpc "#arch_2_03";
+ disablenpc "#arch_2_04";
+ disablenpc "#arch_2_05";
+ disablenpc "#arch_2_06";
+ disablenpc "#arch_2_07";
+ disablenpc "#arch_2_08";
+ disablenpc "#arch_2_09";
+ disablenpc "#arch_2_10";
+ disablenpc "#arch_2_11";
+ disablenpc "#arch_2_boss";
+ disablenpc "#arch_3_01";
+ disablenpc "#arch_3_02";
+ disablenpc "#arch_3_03";
+ donpcevent "#arch_3_01::Onkill";
+ donpcevent "#arch_3_02::Onkill";
+ donpcevent "#arch_3_03::Onkill";
+ disablenpc "#arch_end";
+ disablenpc "Valkyrie#arch_01";
+ disablenpc "Valkyrie#arch_02";
+ disablenpc "Valkyrie Anguhilde#end";
+ disablenpc "Valkyrie of the heavens";
+ donpcevent "#arch_redcell::Onred";
+ donpcevent "mob#arch_1::Onkill";
+ donpcevent "mob#arch_2::Onkill";
+ donpcevent "start#arch::Ontimeoff";
+ donpcevent "start#arch::Ontimeon";
+ donpcevent "#arch_val01::Onkill";
+ donpcevent "#arch_val02::Onkill";
+ donpcevent "mob#arch_1::Onkill";
+ donpcevent "mob#arch_2::Onkill";
+ donpcevent "mob#arch_1::OnEnable";
+ donpcevent "#arch_val01::OnEnable";
+ end;
+
+Ontimeon:
+ initnpctimer;
+ end;
+
+Ontimeoff:
+ stopnpctimer;
+ end;
+
+OnTimer60000:
+OnTimer120000:
+OnTimer180000:
+OnTimer240000:
+OnTimer300000:
+OnTimer360000:
+OnTimer420000:
+OnTimer480000:
+OnTimer540000:
+ set .@mapcount,getmapusers("job3_arch02");
+ if (.@mapcount == 0) {
+ mapwarp "job3_arch02","job_arch01",29,29;
+ donpcevent "Valkyrie#arch::Onbc";
+ stopnpctimer;
+ }
+ end;
+
+OnTimer600000:
+ mapannounce "job3_arch02", "Demons cry: Too boring, can no longer imagine what will happen! Friends, we went to lessons learned that could fool arrogant guy, OK?",bc_map,"0xFF0000";
+ end;
+
+OnTimer605000:
+ mapannounce "job3_arch02", "Valkyrie's voice: No! This can not be. I will send you back soon!",bc_map,"0xFFCE00";
+ mapwarp "job3_arch02","job_arch01",29,29;
+ donpcevent "Valkyrie#arch::Onbc";
+ stopnpctimer;
+ end;
+}
+
+job3_arch02,390,388,1 script #arch_2_start 844,{
+ end;
+
+OnInit:
+ disablenpc "#arch_2_01";
+ disablenpc "#arch_2_02";
+ disablenpc "#arch_2_03";
+ disablenpc "#arch_2_04";
+ disablenpc "#arch_2_05";
+ disablenpc "#arch_2_06";
+ disablenpc "#arch_2_07";
+ disablenpc "#arch_2_08";
+ disablenpc "#arch_2_09";
+ disablenpc "#arch_2_10";
+ disablenpc "#arch_2_11";
+ disablenpc "#arch_2_boss";
+ end;
+
+OnEnable:
+ enablenpc "#arch_2_01";
+ enablenpc "#arch_2_02";
+ enablenpc "#arch_2_03";
+ enablenpc "#arch_2_04";
+ enablenpc "#arch_2_05";
+ enablenpc "#arch_2_06";
+ enablenpc "#arch_2_07";
+ enablenpc "#arch_2_08";
+ enablenpc "#arch_2_09";
+ enablenpc "#arch_2_10";
+ enablenpc "#arch_2_11";
+ enablenpc "#arch_2_boss";
+ donpcevent "#arch_val02::OnEnable";
+ donpcevent "mob#arch_2::OnEnable";
+ end;
+}
+
+job3_arch02,390,386,1 script #arch_3_start 844,{
+ end;
+
+OnEnable:
+ enablenpc "#arch_3_01";
+ enablenpc "#arch_3_02";
+ enablenpc "#arch_3_03";
+ enablenpc "#arch_end";
+ enablenpc "#arch_end_eff";
+ end;
+}
+
+job3_arch02,290,221,0 script #arch_end_eff 139,5,5,{
+OnTouch:
+ specialeffect EF_MAPPILLAR2,"#arch_end";
+ end;
+}
+
+job3_arch01,29,24,0 warp #archout 1,1,odin_tem02,282,263
+
+/*
+job3_arch01,1,1,1 script ¿ØÖÆ#arch 844,{
+ mes "[Íç¹̵ÄÊÞÈË]";
+ mes "ÇëÊäÈëÃÜÂ롣";
+ next;
+ input .@input; //,0,9999;
+ if (input == 1854) {
+ set archglo,090219_archbs;
+ mes "[ͨÐÐ]";
+ mes "ÏÖÔڵÄȫ¾ֱäÁ¿ֵΪ";
+ mes "" + archglo + "¡£";
+ mes "ÄãÏëÐ޸ÄÂð?";
+ next;
+ switch(select("0:1")) {
+ case 1:
+ set $@archbs,0; //Global Variable
+ enablenpc "Valkyrie#arch";
+ break;
+ case 2:
+ set $@archbs,1; //Global Variable
+ enablenpc "Valkyrie#arch";
+ break;
+ }
+ }
+ else {
+ mes "[Íç¹̵ÄÊÞÈË]";
+ mes "ÎҲ»ÊÇ˵¹ýÃÜÂëҪÊäÈëÕýȷÂ𣡣¡";
+ close;
+ }
+}
+*/
+
+odin_tem02,30,181,0 script #wherearch01 -1,10,10,{
+OnTouch:
+ if (job_arch == 5)
+ viewpoint 1,282,263,1,0xFFFF99;
+ end;
+}
+
+odin_tem02,30,335,0 script #wherearch02 -1,10,10,{
+OnTouch:
+ if (job_arch == 5)
+ viewpoint 1,282,263,1,0xFFFF99;
+ end;
+}
diff --git a/npc/jobs/3-1/rune_knight.txt b/npc/jobs/3-1/rune_knight.txt
index 376c2fb41..e4dab7e95 100644
--- a/npc/jobs/3-1/rune_knight.txt
+++ b/npc/jobs/3-1/rune_knight.txt
@@ -1,3931 +1,3931 @@
-prt_in,162,24,3 script Splendid-Looking Knight 470,{
- if (Upper == 4) {
- // custom translation
- mes "[Rune Knight Manuel]";
- mes "You're certainly a big child. Where are your parents?";
- next;
- mes "[Rune Knight Manuel]";
- mes "Your parents wouldn't happen to be a Knight, or Rune Knight, would they? You should introduce me to them.";
- close;
- }
- else {
- if (BaseClass == Job_Rune_Knight) {
- mes "[Rune Knight Manuel]";
- mes "Your are now a member of our select brethren. I can still remember when I first met you.";
- next;
- mes "[Rune Knight Manuel]";
- mes "Strive to live the way of the sword with honor...";
- next;
- mes "[Rune Knight Manuel]";
- mes "Cheers to our new future...";
- close;
- }
- else {
- if (job_rune_edq == 0) {
- mes "[Rune Knight Manuel]";
- mes "There are many paths one can take in the world. Most people can see their path but don't really follow it...";
- next;
- mes "[Rune Knight Manuel]";
- mes "Anyway the drinks here are really good. Would you like to have one?";
- next;
- switch(select("Sure, let's have a drink.:I refuse.")) {
- case 1:
- if (BaseJob == Job_Knight) {
- mes "[Rune Knight Manuel]";
- mes "You walk the way of sword too don't you? Then we can understand each other. Drinks taste better when it's with a fellow Swordman.";
- next;
- mes "[Rune Knight Manuel]";
- mes "I'll buy this round.";
- mes "A toast to friendship~";
- next;
- if ((BaseLevel > 98) && (JobLevel > 49)) {
- mes "[Rune Knight Manuel]";
- mes "In my opinion you seem to be ready to start a new way...";
- next;
- mes "[Rune Knight Manuel]";
- mes "Walking the way of the sword is a perpetual battle. From now on you may have a rough journey ahead of you...";
- next;
- mes "[Rune Knight Manuel]";
- mes "If you want to walk on your new way and surpass your current limits, I'm willing to help you.";
- next;
- mes "[Rune Knight Manuel]";
- mes "The true way of a Swordman who learned harmony to break the limit of a sword is a Rune Knight.";
- next;
- mes "[Rune Knight Manuel]";
- mes "Won't you join our brethren? You look like you're fully qualified to become one of us.";
- next;
- mes "[Rune Knight Manuel]";
- mes "If you are interested, I'll introduce you to the masters who will guide you to the way of the Rune Knight with my recommendation.";
- next;
- switch(select("I am not ready yet.:I'm ready to be a Rune Knight.")) {
- case 1:
- mes "[Rune Knight Manuel]";
- mes "Right. Every challenge always needs preparation. Okay, I'll wait for you.";
- next;
- mes "[Rune Knight Manuel]";
- mes "Of course, I would only accept you if you are one hundred percent sure of your conviction to become a Rune Knight.";
- close;
- case 2:
- mes "[Rune Knight Manuel]";
- mes "You're sure now?";
- mes "Let me send a dispatch to my comrades that you are willing to join our ranks.";
- next;
- set job_rune_edq,1;
- setquest 3200;
- mes "[Rune Knight Manuel]";
- mes "You know the place called Glast Heim? There's a Rune Knight waiting for you there, he will guide you to the entrance of Glast Heim Tower.";
- next;
- mes "[Rune Knight Manuel]";
- mes "My name is Manuel. I am called the Rune Knight of Brilliance. When you tell him that you are a Rune Knight candidate with my recommendation, he will handle the rest.";
- next;
- mes "[Rune Knight Manuel]";
- mes "I will wait for the day that you become our comrade as a true Rune Knight.";
- close;
- }
- }
- else {
- mes "[Rune Knight Manuel]";
- mes "If you continually walk the way of the sword, you will eventually feel the limits of your powers. Like myself before...";
- next;
- mes "[Rune Knight Manuel]";
- mes "When the time comes there will be a way to help you surpass that limit. Until the day that your strength has grown comes, we can at least still have a drink together.";
- next;
- mes "[Rune Knight Manuel]";
- mes "A toast to the day that your strength can withstand the powers of a Rune Knight!";
- close;
- }
- }
- else {
- mes "[Rune Knight Manuel]";
- mes "I believe that the wind of change is not always a good one.";
- next;
- mes "[Rune Knight Manuel]";
- mes "Just like the taste of this drink. I wish the taste of this drink is kept here forever.";
- close;
- }
- case 2:
- mes "[Rune Knight Manuel]";
- mes "Are you sure? You don't know the true elegance of these drinks...";
- close;
- }
- }
- else if (job_rune_edq == 1) {
- mes "[Rune Knight Manuel]";
- mes "The Rune Knight is waiting for you at Glast Heim. He will guide you to the entrance of Glast Heim Tower.";
- next;
- mes "[Rune Knight Manuel]";
- mes "Tell him that you are a candidate to be a Rune Knight and he will handle the rest.";
- next;
- mes "[Rune Knight Manuel]";
- mes "I will wait for the day you become our comrade as a true Rune Knight.";
- close;
- }
- else {
- mes "[Rune Knight Manuel]";
- mes "Don't you have things to do right now?";
- next;
- mes "[Rune Knight Manuel]";
- mes "No? Well then never mind.";
- mes "Don't you love the smell of alcohol?";
- close;
- }
- }
- }
-}
-
-glast_01,44,363,3 script Guide, Jungberg 468,{
- if (BaseClass == Job_Rune_Knight) {
- mes "[Guide, Jungberg]";
- mes "Oh you must be, " + strcharinfo(0) + ".";
- mes "Welcome.";
- next;
- mes "[Guide, Jungberg]";
- mes "We are looking forward to you helping the Rune Knights spread honor throughout the world.";
- next;
- mes "[Guide, Jungberg]";
- mes "So, What can I help you with?";
- next;
- switch(select("I want to go to the gathering place.:Nothing.")) {
- case 1:
- mes "[Guide, Jungberg]";
- mes "Right. I'll send you right now. I'll see you soon.";
- close2;
- warp "job3_rune01",80,65;
- end;
- case 2:
- close;
- }
- }
- else if (BaseJob == Job_Knight) {
- if (job_rune_edq == 0) {
- mes "[Guide, Jungberg]";
- mes "Are you a cursed ghost of this place? Or are you an ignorant adventurer?";
- next;
- mes "[Guide, Jungberg]";
- mes "If you are a breathing human, then listen to me carefullly. I wouldn't risk my life here by hesitating to talk to just anyone.";
- next;
- switch(select("Who are you?:What are you doing here?:Cancel.")) {
- case 1:
- if (BaseJob == Job_Knight) {
- mes "[Guide, Jungberg]";
- mes "I am the only knight who's keeping the way of the Swordman in this cursed place Glast Heim.";
- next;
- mes "[Guide, Jungberg]";
- mes "If you also follow the way of the Swordman our paths will most certainly cross again when you have reached your full potential.";
- close;
- }
- else {
- mes "[Guide, Jungberg]";
- mes "I am the only knight who's keeping the way of the Swordman in this cursed place Glast Heim.";
- next;
- mes "[Guide, Jungberg]";
- mes "Since you don't walk the way of the Sword, you wouldn't understand our spirit. I can manage by myself. Follow your own path.";
- close;
- }
- case 2:
- if (BaseJob == Job_Knight) {
- mes "[Guide, Jungberg]";
- mes "I am a man walking the way of the Sword. But I'm not exactly the same as the likes of you, Rune-Midgart knight.";
- next;
- mes "[Guide, Jungberg]";
- mes "We are not like the other Knights who are absorbed with pomp and circumstance so you may not know of us yet.";
- next;
- mes "[Guide, Jungberg]";
- mes "We are the Rune Knights. A group that leads the true power as well as the physical strength to the righteous way of the Sword.";
- next;
- mes "[Guide, Jungberg]";
- mes "We have been living in secret here in the deep of Glast Heim for a half century but it's time to let the world know our purpose.";
- next;
- mes "[Guide, Jungberg]";
- mes "Now there are many instructors who are looking for talented Sword wielders in various places of Rune Midgard. They are looking for a people who will join the true way of the Sword.";
- next;
- mes "[Guide, Jungberg]";
- mes "If you wish to join the Rune Knights. Please get a recommendation from one of the guides and come to me again.";
- close;
- }
- else {
- mes "[Guide, Jungberg]";
- mes "We are not like the other Knights who are absorbed with pomp and circumstance so you may not know of us yet.";
- next;
- mes "[Guide, Jungberg]";
- mes "We are the Rune Knights. A group that leads the true power as well as the physical strength to the righteous way of the Sword.";
- next;
- mes "[Guide, Jungberg]";
- mes "We have been living in secret here in the deep of Glast Heim for a half century but it's time to let the world know our purpose.";
- next;
- mes "[Guide, Jungberg]";
- mes "Now there are many instructors who are looking for talented Sword wielders in various places of Rune Midgard. They are looking for a people who will join the true way of the Sword.";
- next;
- mes "[Guide, Jungberg]";
- // custom translation
- mes "Unfortunately, you are pursuing a different path than our people...I hope you can follow their path and convictions.";
- close;
- }
- case 3:
- close;
- }
- }
- else if (job_rune_edq == 1) {
- mes "[Guide, Jungberg]";
- mes "Are you a cursed ghost of this place? Or are you an ignorant adventurer?";
- next;
- mes "[Guide, Jungberg]";
- mes "If you are a breathing human, then listen to me carefullly. I wouldn't risk my life here by hesitating to talk to just anyone.";
- next;
- switch(select("I came to be a Rune Knight.:Cancel.")) {
- case 1:
- mes "[Guide, Jungberg]";
- mes "Um... Are you the Rune Knight candidate that Manuel talked about?";
- next;
- mes "[Guide, Jungberg]";
- mes "Your name is "+ strcharinfo(0) +", right? I can see clearly that you are qualified to become our comrade.";
- next;
- mes "[Guide, Jungberg]";
- mes "Good. I don't have to ask anymore about your qualification to join our brethren.";
- mes "Now I'll give you your first assignment.";
- next;
- mes "[Guide, Jungberg]";
- mes "Find our Rune Knight gathering place hidden inside of Glast Heim.";
- next;
- mes "[Guide, Jungberg]";
- mes "There's a place that leads to the Rune Knight's secret gathering room inside the Glast Heim Chivalry. Find that place by yourself.";
- next;
- mes "[Guide, Jungberg]";
- mes "If you can find it, there'll be a person waiting to greet you, so let's start.";
- next;
- mes "[Guide, Jungberg]";
- mes "Of course your life might be at risk by the ghosts of Glast Heim...but overcoming the risk shouldn't be hard for a Rune Knight candidate.";
- set job_rune_edq,2;
- changequest 3200,3201;
- close;
- case 2:
- close;
- }
- }
- else if (job_rune_edq == 2) {
- mes "[Guide, Jungberg]";
- mes "The 1st assignment is to find out our Rune Knight gathering place hidden inside of Glast Heim.";
- next;
- mes "[Guide, Jungberg]";
- mes "There's a place that leads to the Rune Knights' secret gathering place inside Glast Heim Chivalry. Find that place by yourself.";
- next;
- mes "[Guide, Jungberg]";
- mes "If you can find it, there'll be a person waiting to greet you, so let's start.";
- next;
- mes "[Guide, Jungberg]";
- mes "Of course your life might be at risk by the ghosts of Glast Heim...but overcoming the risk shouldn't be hard for a Rune Knight candidate.";
- close;
- }
- else {
- mes "[Guide, Jungberg]";
- mes "It seems that you are still taking the test. Do your best and pass all the tests.";
- next;
- switch(select("I want to go to the gathering place.:Quit the conversation.")) {
- case 1:
- mes "[Guide, Jungberg]";
- mes "All right. I'll send you right away. I'll check you later.";
- close2;
- warp "job3_rune01",80,65;
- end;
- case 2:
- close;
- }
- }
- }
- else {
- mes "[Guide, Jungberg]";
- mes "I am the only knight who's keeping the way of the Swordman in this cursed place Glast Heim.";
- next;
- mes "[Guide, Jungberg]";
- mes "Since you don't walk the way of the Sword, you wouldn't understand our spirit. I can manage by myself. Follow your own path.";
- close;
- }
-}
-
-gl_knt02,150,55,3 script Rune Knight Staff 83,{
- if (BaseClass == Job_Rune_Knight) {
- mes "[Rune Knight Staff]";
- mes "Welcome, " + strcharinfo(0) + ". Are you going to the gathering place?";
- next;
- switch(select("Yes, take me there.:I'm on other business.:Cancel.")) {
- case 1:
- mes "[Rune Knight Staff]";
- mes "Okay, come in. I'll guide you.";
- close2;
- warp "job3_rune01",80,65;
- end;
- case 2:
- mes "[Rune Knight Staff]";
- mes "Oh, really? Then, keep on your work. I'll continue with my mission.";
- close;
- case 3:
- close;
- }
- }
- else if (BaseJob == Job_Knight) {
- if ((job_rune_edq > 0) && (job_rune_edq < 2)) {
- // custom translation
- mes "[Rune Knight Staff]";
- mes "Ah...this area is off limits, you are prohibited to be here. Please do not do anything to hinder our efforts.";
- next;
- mes "[Rune Knight Staff]";
- mes "although...you seem to have the potential to become a companion to those who follow the path of the sword.";
- next;
- mes "[Rune Knight Staff]";
- mes "I'm sure we'll be crossing paths before long. I believe we will meet again.";
- close;
- }
- else if (job_rune_edq > 1) {
- mes "[Rune Knight Staff]";
- mes "You found this place correctly. Jungberg sent me to send you to the gathering place.";
- next;
- mes "[Rune Knight Staff]";
- mes "When you get into the gathering place, talk to Captain Tigris. He's always waiting for new members to show up.";
- next;
- mes "[Rune Knight Staff]";
- mes "Well, please follow me.";
- close2;
- warp "job3_rune01",80,65;
- end;
- }
- end;
- }
- else {
- mes "[Rune Knight Staff]";
- mes "Wait! This place is prohibited. I don't mind you going around but, don't ever disturb me again.";
- close;
- }
-}
-
-job3_rune01,80,60,3 script Rune Knight Captain 470,{
- if (!checkweight(1201,1)) {
- mes "You've got too many things. You cannot proceed anymore. Please try again after losing some weight.";
- close;
- }
- if (BaseClass == Job_Rune_Knight) {
- if (job_rune_edq == 23) {
- mes "[Captain Tigris]";
- mes "Oh, I see... Please wait a moment.";
- next;
- mes "[Captain Tigris]";
- mes "I forgot to check if you are qualified to get the celebration gift for changing your job..";
- next;
- mes "[Captain Tigris]";
- mes "Let me check the report from the instructors who took care of your tests.";
- next;
- if (job_rune_edq3 == 0) {
- // custom translation
- mes "[Captain Tigris]";
- mes "Ah...perfect. This result is truely rare.";
- next;
- mes "[Captain Tigris]";
- mes "Well, take this. This is a present that I've kept to give to my juniors like you.";
- getitem 2140,1; //Energy_Rune_Guard
- set job_rune_edq,24;
- close;
- }
- else if ((job_rune_edq3 > 2) && (job_rune_edq3 < 6)) {
- // custom translation
- mes "[Captain Tigris]";
- mes "Ah, what a high score. Your results were very good.";
- next;
- mes "[Captain Tigris]";
- mes "Well, take this. This is a present that I've kept to give to my juniors like you.";
- getitem 2794,1; //Magic_Stone_Ring
- set job_rune_edq,24;
- close;
- }
- else {
- mes "[Captain Tigris]";
- mes "Umm, not bad. It's not a great record but you tried your best.";
- next;
- mes "[Captain Tigris]";
- mes "Well, take this. This is a present that I've kept to give to my juniors like you.";
- getitem 15002,1; //Rune_Plate
- set job_rune_edq,24;
- close;
- }
- }
- else {
- mes "[Captain Tigris]";
- mes "Hey, long time no see, " + strcharinfo(0) + ". I don't think you've got any important matters to discuss but make yourself comfortable.";
- close;
- }
- }
- else if (BaseJob == Job_Knight) {
- if (job_rune_edq == 2) {
- mes "A man wearing glorious armor and passion in his eyes is standing in front of me.";
- next;
- mes "He stares at me with an absent look and after a while he begins to talk.";
- next;
- mes "[Captain Tigris]";
- mes "Hey, are you the Rune Knight candidate that Manuel recommended? I am Captain Tigris from the Rune Knights, and your name is??";
- next;
- mes "[Captain Tigris]";
- mes "Oh, I've heard it before but I've forgotten it. Right, were you " + strcharinfo(0) + "? I truly welcome you from the heart for coming here.";
- next;
- mes "[Captain Tigris]";
- mes "Let's see. How many candidates have come to this room? Hey, Lunarea, which candidate is this one here?";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "... 172nd.";
- next;
- mes "[Captain Tigris]";
- mes "She says so my friend. Actually I don't want to see the next one. So please do well.";
- next;
- mes "[Captain Tigris]";
- mes "Let me see... Manual and Jungberg must have finished the basic verification, then let's start the test right away.";
- next;
- mes "[Captain Tigris]";
- mes "Lunarea, proceed with the first test.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "...";
- next;
- mes "This pale-skinned female Rune Knight called Lunarea is nodding her head quietly and watching me.";
- next;
- mes "[Captain Tigris]";
- mes "The test begins now. First, you'll get the 1st test from that beautiful icy lady, so please try your best.";
- next;
- mes "[Captain Tigris]";
- mes "When the test is done, talk to me. Anyway you'll need to care about the tests progressing with other people.";
- next;
- set job_rune_edq,3;
- changequest 3201,3202;
- mes "[Captain Tigris]";
- mes "Well then, I'll be waiting here so take the test.";
- close;
- }
- else if (job_rune_edq == 3) {
- mes "[Captain Tigris]";
- mes "Now the test begins. First, you'll get the 1st test from that beautiful icy lady, so please try your best.";
- next;
- mes "[Captain Tigris]";
- mes "When the test is done, talk to me... anyway you'll need to care about the tests progressing with other people.";
- next;
- mes "[Captain Tigris]";
- mes "Well then, I'll be waiting here so take the test.";
- close;
- }
- else if ((job_rune_edq > 3) && (job_rune_edq < 6)) {
- mes "[Captain Tigris]";
- mes "Hey you, weren't you testing? Lunarea, what happened? Is the test all done?";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "......";
- next;
- mes "She just shakes her head without saying any word, and stares at me. She has piercing eyes.";
- next;
- mes "[Captain Tigris]";
- mes "Okay Lunarea. Hey, listen to me carefully. Lunarea is a poor talker and quiet but you shouldn't ignore her.";
- next;
- mes "[Captain Tigris]";
- mes "Even for me... no, any one of us who upsets her wouldn't be able to deal with that.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "......";
- next;
- mes "[Captain Tigris]";
- mes "Whoa don't look at me like that. Okay, you see that? Aspiring Rune Knight. Go back to Lunarea and take the test as she says. That'll be good for you.";
- close;
- }
- else if (job_rune_edq == 6) {
- mes "[Captain Tigris]";
- mes "Umm, it seems that you've passed Lunarea's test? I guess I won't have to test more for the basics.";
- next;
- mes "[Captain Tigris]";
- mes "Undeniably our Rune Knights have some differences but we should not forget our Swordman roots.";
- next;
- mes "[Captain Tigris]";
- mes "From now on, this will be the real test as a Rune Knight that you want to be. You'll need to prepare to take next test.";
- next;
- mes "[Captain Tigris]";
- mes "Renoa, I know that you've been waiting for a long time but it's your turn.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "It really has been such a long time but Lunarea's test and mine differ like the sky to the earth. I hope you won't be just a muscle-headed fool.";
- next;
- mes "[Captain Tigris]";
- mes "Hahaha. you heard that? It won't be easy this time. I hope you get through it my friend.";
- next;
- mes "[Captain Tigris]";
- mes "Go to that fiery lady in the library room to get the next test done and come back.";
- set job_rune_edq,7;
- changequest 3204,3205;
- close;
- }
- else if ((job_rune_edq > 6) && (job_rune_edq < 16)) {
- mes "[Captain Tigris]";
- mes "Now, this will be the real test as a Rune Knight. You've got to prepare to take the next test.";
- next;
- mes "[Captain Tigris]";
- mes "Renoa, I know that you've been waiting for a long time but it's your turn.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "It really has been such a long time but Lunarea's test and mine differ like the sky to the earth. I hope you won't be just a muscle-headed fool.";
- next;
- mes "[Captain Tigris]";
- mes "Hahaha. you heard that? It won't be easy this time. I hope you get through it my friend.";
- next;
- mes "[Captain Tigris]";
- mes "Go to that fiery lady in the library room to get the next test done and come back.";
- close;
- }
- else if (job_rune_edq == 16) {
- mes "[Captain Tigris]";
- mes "Oh, I heard that you've passed Renoa's test which only few people could pass.";
- next;
- mes "[Captain Tigris]";
- mes "I heard that the number of candidates who've given up while taking Renoa's test has been high.";
- next;
- mes "[Captain Tigris]";
- mes "You have to understand. I think it was the test that shows exactly the test instructor's personality. Hmm...";
- next;
- mes "[Captain Tigris]";
- mes "Now, there's only the last test left. When you pass this, you will be on your way to officially becoming a Rune Knight.";
- next;
- mes "[Captain Tigris]";
- mes "Take the final test from the Rune Knight Velpino who is at the arsenal's right side.";
- next;
- mes "[Captain Tigris]";
- mes "I'm not kidding, I am really looking forward to your new start as a Rune Knight.";
- mes "So please do your best.";
- set job_rune_edq,17;
- changequest 3215,3216;
- close;
- }
- else if ((job_rune_edq > 16) && (job_rune_edq < 22)) {
- mes "[Captain Tigris]";
- mes "Take the final test from the Rune Knight Velpino who is at the arsenal's right side.";
- next;
- mes "[Captain Tigris]";
- mes "I'm not kidding, I am really looking forward to your new start as a Rune Knight. So please do your best.";
- close;
- }
- else if (job_rune_edq == 22) {
- mes "[Captain Tigris]";
- mes "Congratulations. Now you've passed all the tests and can walk the way of a Rune Knight.";
- next;
- mes "[Captain Tigris]";
- mes "I'm happy from the bottom of my heart. I'm very proud of you.";
- next;
- mes "[Captain Tigris]";
- mes "Now you can be yourself around us and stand proud as one of us.";
- next;
- mes "[Captain Tigris]";
- mes "There's the evaluations from Lunarea, Renoa and Velpino who took care of your tests.";
- next;
- mes "[Captain Tigris]";
- mes "It's not much but there are some gifts for new Rune Knights who got good scores on the tests.";
- next;
- mes "[Captain Tigris]";
- mes "There will be a difference depending on the scores, but they are all helpful for anyone who is a Rune Knight.";
- next;
- mes "[Captain Tigris]";
- mes "Lastly, there are several things to be aware of as a Knight who's experienced a job change to a Lord Knight in Valhalla.";
- next;
- mes "[Captain Tigris]";
- mes "If there's any equipment that you are wearing now, or anything you're holding, please empty it for your job change moment.";
- next;
- mes "[Captain Tigris]";
- mes "Visit the Kafra Employee to use the storage.";
- next;
- mes "[Captain Tigris]";
- mes "You might know already, if you are riding a Peco Peco, you should have left it behind. If you brought it, leave it and come again.";
- next;
- mes "[Captain Tigris]";
- mes "One more thing. If you have any remained skill-points, use it all and learn the skills. You won't be able to change jobs if you have any more skill points.";
- next;
- mes "[Captain Tigris]";
- mes "Well, my job is done now. Would you like to start your new life as a Rune Knight?";
- next;
- switch(select("Every preparation is done.:I need more time to think.")) {
- case 1:
- if ((Weight > 0) || (checkcart()) || (SkillPoint) || (checkfalcon()) || (checkriding())) {
- mes "[Captain Tigris]";
- mes "Weren't you listening?";
- next;
- mes "[Captain Tigris]";
- mes "If there's any equipment that you are wearing now, or anything you're holding. Please empty it for your job change moment.";
- next;
- mes "[Captain Tigris]";
- mes "Talk to the Kafra Employee to use the storage.";
- next;
- mes "[Captain Tigris]";
- mes "You might know already, if you are riding a Peco Peco, you should have left it behind. If you brought it, leave it and come again.";
- next;
- mes "[Captain Tigris]";
- mes "One more thing. If you have any remained skill-points, use it all and learn the skills. You won't be able to change jobs if you have any more skill points.";
- next;
- mes "[Captain Tigris]";
- mes "If you understood, then make your preparations and come back.";
- close;
- }
- else {
- if ((BaseJob != Job_Knight) && (JobLevel < 50) && (SkillPoint) && (BaseLevel < 99)) {
- // custom translation
- mes "[Captain Tigris]";
- mes "You seem to be missing something?";
- close;
- }
- mes "[Captain Tigris]";
- mes "Our Master, Beljeve... and the Great Sage, Serpeone...";
- next;
- mes "[Captain Tigris]";
- mes "This Knight is going to walk the way of the Rune Knights with us, so please give your blessing.";
- next;
- getitem 5746,1; //Rune_Circlet
- getitem 2795,1; //Green_Apple_Ring
- set job_rune_edq,23;
- completequest 3219;
- jobchange Job_Rune_Knight,Upper;
- mes "[Captain Tigris]";
- mes "Remember this moment forever for you are now a Rune Knight.";
- next;
- mes "[Captain Tigris]";
- mes "There's a royal gift from the Rune-Midgarts Kingdom for all new Rune Knights.";
- next;
- mes "[Captain Tigris]";
- mes "Give me a second to get the royal gift and talk to me again.";
- close;
- }
- case 2:
- close;
- }
- }
- }
- else {
- // custom translation
- mes "[Captain Tigris]";
- mes "I don't know how you got here...but you should not have come here.";
- next;
- mes "[Captain Tigris]";
- mes "Go back to where came from.";
- close2;
- warp "gl_knt02",150,55;
- end;
- }
-}
-
-job3_rune01,90,50,3 script Rune Knight Lunarea 469,{
- if (BaseClass == Job_Rune_Knight) {
- mes "She holds up her chin quietly, nods lightly and notices me.";
- next;
- mes "Then after a moment she puts her face down and seems absorbed with other thoughts.";
- close;
- }
- else if (BaseJob == Job_Knight) {
- if (job_rune_edq < 3) {
- mes "This pale-skinned absent-looking female Rune Knight doesn't seem to care. Of course she doesn't seem interested with my existence";
- close;
- }
- else if (job_rune_edq == 3) {
- mes "She finally opens her mouth and begins to talk.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "5 minutes... When you endure and get rid of all, you succeed.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "In this test, Captain Tigris, Renoa, Velpino and I will visit together.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "If you want to, you can ask help from one of us. But don't think that we will always help.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "Since it's a test, getting help from us is completely your choice. It doesn't matter if you take the test with our help or all by yourself.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "When you are ready to go to the test field talk to me.";
- next;
- switch(select("Move to the test field now.:Give me time to get ready.")) {
- case 1:
- if ($@rune_test1 == 0) {
- mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
- set job_rune_edq,4;
- changequest 3202,3203;
- set $@job_rune_test1,1;
- close2;
- warp "job3_rune02",38,40;
- end;
- }
- else {
- // custom translation
- mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
- next;
- mes "But her expression suddenly changed a bit as she looked at to speak.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "Now...the testing room is currently occupied...";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "You'll have to wait...it is regulation that the test must take place on a 1:1 level.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "Just wait over 5 minutes and it should be your turn.";
- close;
- }
- case 2:
- close;
- }
- }
- else if (job_rune_edq == 4) {
- mes "[Rune Knight, Lunarea]";
- mes "Did you fail? But, there's no limitation to the number of times you can try.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "If you want to take the test again. I can send you to the test field.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "5 minutes... When you endure and get rid of all, you succeed.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "If you are ready to move to the test field talk to me.";
- next;
- switch(select("Move to the test field now.:Please give me time to prepare.")) {
- case 1:
- set .@test_miss_check,checkquest(3220,PLAYTIME);
- if (.@test_miss_check == -1) {
- if ($@rune_test1 == 0) {
- mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
- set $@job_rune_test1,1;
- if (checkquest(3220) > -1) erasequest 3220;
- setquest 3220;
- close2;
- warp "job3_rune02",38,40;
- end;
- }
- else {
- // custom translation
- mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
- next;
- mes "But her expression suddenly changed a bit as she looked at to speak.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "Now...the testing room is currently occupied...";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "You'll have to wait...it is regulation that the test must take place on a 1:1 level.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "Just wait over 5 minutes and it should be your turn.";
- close;
- }
- }
- else if ((.@test_miss_check == 0) || (.@test_miss_check == 1)) {
- mes "[Rune Knight, Lunarea]";
- mes "Once someone enters into the test field you cannot enter directly. The test is taken one by one.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "When it's your turn to enter you will be sent there directly.";
- close;
- }
- else if (.@test_miss_check == 2) {
- erasequest 3220;
- if ($@rune_test1 == 0) {
- mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
- set $@job_rune_test1,1;
- setquest 3220;
- close2;
- warp "job3_rune02",38,40;
- end;
- }
- else {
- // custom translation
- mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
- next;
- mes "But her expression suddenly changed a bit as she looked at to speak.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "Now...the testing room is currently occupied...";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "You'll have to wait...it is regulation that the test must take place on a 1:1 level.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "It will be your turn when the time is up.";
- close;
- }
- }
- case 2:
- close;
- }
- }
- else if (job_rune_edq == 5) {
- mes "[Rune Knight, Lunarea]";
- mes "Was your test successful?";
- next;
- mes "She shows a small smile which is barely visible and looks at me.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "This portion of the test is over. Go talk to Captain Tigris.";
- set job_rune_edq,6;
- changequest 3203,3204;
- close;
- }
- else if (job_rune_edq > 5) {
- mes "[Rune Knight, Lunarea]";
- mes "This portion of the test is over. Go talk to Captain Tigris.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "There are other tests you need to complete. I hope you do a good job.";
- close;
- }
- }
- else {
- mes "This pale-skinned absent-looking female Rune Knight doesn't seem to care. Of course she doesn't seem interested with my existence";
- close;
- }
-}
-
-job3_rune01,55,50,3 script Rune Knight, Renoa 469,{
- if (BaseClass == Job_Rune_Knight) {
- mes "[Rune Knight, Renoa]";
- mes "Congratulations for becoming one of us. Junior Rune Knight, " + strcharinfo(0) + ".";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Soon you'll see the way we need to go clearly.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Until then, I'll be here to discover more candidates just like you.";
- close;
- }
- else if (BaseJob == Job_Knight) {
- if (job_rune_edq < 7) {
- mes "[Rune Knight, Renoa]";
- mes "Are you the one who wants to be a Rune Knight? There have been so many today.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "It's too bad that there haven't been many candidates that have made it to my part of the test yet so I'm just taking a bit of a rest.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you are taking the Rune Knight test I hope that you try your best. This won't be as easy to pass as Lunarea's test ok?";
- close;
- }
- else if (job_rune_edq == 7) {
- mes "[Rune Knight, Renoa]";
- mes "Finally! Is it my turn? I'm so happy.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "There have been so many candidates failing Lunarea's test that I've given up counting.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "I am Renoa. I am in charge of the teaching and testing of runes and magic for Rune Knight candidates.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Thank you for all of your trouble taking the test so far. Okay, anyway.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Well first, I'll give you an assignment. Let's start by studying. Go to the library and study these books.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Umm, ^0000FFRunes and Rune Knights^000000, ^0000FFThe Principles of Runes^000000, ^0000FFThe Making and use of Runes^000000. Start with these 3...";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Read the book thoroughly and come back. If you are the type of person who doesn't like reading and studying then it won't be easy for you to live as a Rune Knight.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Don't worry, you won't be required to have the same knowledge as the magicians of Geffen or Juno. But you can't be an idiot either.";
- set job_rune_edq,8;
- changequest 3205,3206;
- close;
- }
- else if (job_rune_edq == 8) {
- mes "[Rune Knight, Renoa]";
- mes "Well first, I'll give you an assignment. Let's start by studying. Go to the library and study these books.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Umm, ^0000FFRunes and Rune Knights^000000, ^0000FFThe Principles of Runes^000000, ^0000FFThe Making and use of Runes^000000. Start with these 3...";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Read the book thoroughly and come back. If you are the type of person who doesn't like reading and studying then it won't be easy for you to live as a Rune Knight.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Don't worry, you won't be required to have the same knowledge as the magicians of Geffen or Juno. But you can't be an idiot either.";
- close;
- }
- else if (job_rune_edq == 11) {
- mes "[Rune Knight, Renoa]";
- mes "Have you read all the books from the library? It won't be easy to read but if you are determined to be a Rune Knight, you have to have this kind of basic knowledge.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Basically, the power of magic cannot be used without training to draw out the power of nature and the elements.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Therefore, jobs such as Wizard and Sage have come out and the magic became their own sacred field.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "The leader of the Rune Knights, Beljeve, is known to have been in touch with the fairies even before the dimensional door of the Ash Vacuum was made when Satan Morroc resurrected.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "I heard a story from the magical scholars about the technology that can substantialize the essence of magic. I began a study to substantialize it to a rune by getting their help.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Our Rune Knight's were born from the result of that study, which enables practicing both the power of the sword and magic by using runes.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "You look like you don't understand why I'm repeating the teaching of the story already written in the book.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "So for the second test, you need to visit the Laphine magical scholars who had given the direct help to the birth of Rune Knights at Ash Vacuum.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Find the sage, Serpeone who's been studying and helping the Rune Knights who are out in the Rune Midgard's camp at Ash Vacuum.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "The sage has already been in touch with us for a long time so you don't need to worry about understanding Serpeone's language.c";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you are ready I'll guide you to the warp that moves you directly to Serpeone. Meet her and get instructions from her.";
- set job_rune_edq,12;
- changequest 3206,3207;
- close;
- }
- else if ((job_rune_edq > 11) && (job_rune_edq < 14)) {
- mes "[Rune Knight, Renoa]";
- mes "If you are ready I'll open the way to the sage, Serpeone who's in the Rune Midgard post at Ash Vacuum. Are you prepared?";
- next;
- switch(select("Yes, I am prepared.:Not yet.")) {
- case 1:
- mes "[Rune Knight, Renoa]";
- mes "Good. Then I'll send you there now. But, there's one thing I need to tell you.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "You will be sent to the Ash Vacuum. The people dispatched to the Rune Midgard post are certified adventurers and officials.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Beljeve has an agreement with the other alliance countries that the free behavior of our Rune Knights is guaranteed but...";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you want to move freely through all of Ash Vacuum, you'll have to go through the normal route which is acquiring qualification with the Rune Midgard alliance. It has nothing to do with us.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "The agreement only allows us to send candidates to the Rune Midgard camp and nowhere else.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Good luck.";
- close2;
- warp "mid_camp",235,250;
- end;
- case 2:
- mes "[Rune Knight, Renoa]";
- mes "If you are ready talk to me again. I'm free anytime.";
- close;
- }
- }
- else if (job_rune_edq == 14) {
- mes "[Rune Knight, Renoa]";
- mes "Umm, you're back? How's it like in the Ash Vacuum?";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Well, a person of your strength must have been there already no?";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Now its time to take the test concerning runes. I know that you have been through quite a complicated process.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "I am going to give you a test that allows you to deal with runes directly.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "In this test you will be making a rune stone yourself which will also be used for your last test.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you remember what you read in the library just before, you'll be able to produce a rune stone here without my explanation.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you succeed in making the rune stone it will automatically become the rune stone you'll use for yourself when you become a Rune Knight, so try your best.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "The total number of rune stones you need to make is 20.";
- mes "Remember that well.";
- set job_rune_edq,15;
- changequest 3213,3214;
- close;
- }
- else if (job_rune_edq == 15) {
- mes "[Rune Knight, Renoa]";
- mes "In this test you will be making a rune stone yourself which is going to be used for your last test.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you remember the books you've read in the library just before, you'll be able to produce a rune stone here without my explanation.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you succeed in making the rune stone automatically it becomes the rune stone you'll use for yourself when you succeed, and it's delivered to Captain Tigris...so try hard.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "The number of total rune stones you need to make is exactly 20. Remember that well.";
- next;
- switch(select("Check number of made runes?:I've made all the 20 rune stones.")) {
- case 1:
- mes "[Rune Knight, Renoa]";
- mes "The number of rune stones made 'til now is " + job_rune_edq2 + ".";
- close;
- case 2:
- if (job_rune_edq2 == 20) {
- mes "[Rune Knight, Renoa]";
- mes "You've brought just the right amount. I'll hand over all the finished rune stones to Captain Tigris.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Because there is a test waiting for you that uses these rune stones.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Here, you've passed. Go back to Captain Tigris and complete the next test.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Ha! You did a good job considering how difficult my test is. If you were nervous, you can relax now.";
- set job_rune_edq,16;
- changequest 3214,3215;
- close;
- }
- else if (job_rune_edq2 > 20) {
- mes "[Rune Knight, Renoa]";
- mes "Wow! What's this? You've made over 20. It's ok for now but remember to follow directions next time.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "You've brought just the right amount. I'll hand over all the made rune stones to Captain Tigris.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Because there a test waiting for you to use these rune stones.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Here, you've passed. Go back to Captain Tigris and complete the next test.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Ha! You did a good job considering how difficult my test is. If you were nervous, you can relax now.";
- set job_rune_edq,16;
- close;
- }
- else {
- mes "[Rune Knight, Renoa]";
- mes "Hey! I think I told you to make at least 20.";
- close;
- }
- }
- }
- else {
- mes "[Rune Knight, Renoa]";
- mes "Become a proud Rune Knight.";
- close;
- }
- }
- else {
- // custom translation
- mes "[Rune Knight, Renoa]";
- mes "HOw...how did you get in here?! Captain we have a spy!";
- next;
- mes "[Captain Tigris]";
- mes "Ah? What are you talking about, Renoa? Do not talk in such a manner! You make us sound like criminals.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Well, there is an unidentified individual here.";
- next;
- mes "[Captain Tigris]";
- mes "Ah...hey, friend, come over here and let us talk a moment...";
- close;
- }
-}
-
-job3_rune01,58,51,1 script Rune Furance 844,{
- if (job_rune_edq < 15) {
- mes "[Rune Knight Renoa]";
- mes "You don't want to touch that thing. Believe me, I'm not kidding.";
- close;
- }
- else if (job_rune_edq == 15) {
- set .@job_rune_crash,5;
- set .@job_rune_test_rand,rand(1,24);
- mes "I can see a hole under the huge Rune Stone Statue behind Renoa. Clearly this is a mass-produced rune heating furnace that I read in the book.";
- next;
- switch(select("Use the Rune Heating Furnace:Stop.")) {
- case 1:
- if (.@job_rune_test_rand == 1) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "This red hot spiral is...";
- next;
- input .@input$;
- set .@ans$,"Ehwaz";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Eiwaz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- // occurances of this line are all custom. I couldn't get the damn thing to fail and give me the line.
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Eiwaz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 2) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this violet oblique line shape is...";
- next;
- input .@input$;
- set .@ans$,"Osilla";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Othlia rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Othlia rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 3) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "This live emerald diamond rune is...";
- next;
- input .@input$;
- set .@ans$,"Mannaz";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Mannaz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Mannaz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 4) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with an emerald round shape is...";
- next;
- input .@input$;
- set .@ans$,"Ansuz";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Ansuz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Ansuz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 5) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this skyblue star shape is...";
- next;
- input .@input$;
- set .@ans$,"Hagalaz";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Hagalaz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Hagalaz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 6) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "This flashing with a red diamond shape rune is...";
- next;
- input .@input$;
- set .@ans$,"Kano";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Kano rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Kano rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 7) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this skyblue oblique line shape is...";
- next;
- input .@input$;
- set .@ans$,"Rhydo";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Raido rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Raido rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 8) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this yellow round shape is...";
- next;
- input .@input$;
- set .@ans$,"Turisus";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Turisus rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Turisus rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 9) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this emerald spiral line shape is...";
- next;
- input .@input$;
- set .@ans$,"Dagaz";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Dagaz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Dagaz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 10) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this skyblue fan-shape is...";
- next;
- input .@input$;
- set .@ans$,"Sowilo";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Sowilo rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Sowilo rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 11) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this yellow diamond shape is...";
- next;
- input .@input$;
- set .@ans$,"Laguz";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Laguz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Laguz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 12) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this violet spiral line is...";
- next;
- input .@input$;
- set .@ans$,"Isia";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Isia rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Isia rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 13) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this silver spiral shape is...";
- next;
- input .@input$;
- set .@ans$,"Pertz";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Pertz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Pertz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 14) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this gold star shape is...";
- next;
- input .@input$;
- set .@ans$,"Verkana";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Verkana rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Verkana rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 15) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this yellow cone shape is...";
- next;
- input .@input$;
- set .@ans$,"Gebo";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Gebo rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Gebo rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 16) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this emerald oblique line is...";
- next;
- input .@input$;
- set .@ans$,"Algiz";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Algiz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Algiz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 17) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this gray diamond is...";
- next;
- input .@input$;
- set .@ans$,"Arwez";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Arwaz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Arwaz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 18) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this gold round is...";
- next;
- input .@input$;
- set .@ans$,"Teiwaz";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Teiwaz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Teiwaz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 19) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this emerald star shape is...";
- next;
- input .@input$;
- set .@ans$,"Wunjo";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Wunjo rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Wunjo rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 20) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this yellow round is...";
- next;
- input .@input$;
- set .@ans$,"Jera";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Jera rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Jera rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 21) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this yellow fan-shape is...";
- next;
- input .@input$;
- set .@ans$,"Nosiege";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Nosiege rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Nosiege rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 22) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this violet diamond shape is...";
- next;
- input .@input$;
- set .@ans$,"Ingz";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Ingz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Ingz rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 23) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this silver round shape is...";
- next;
- input .@input$;
- set .@ans$,"Fehu";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Fehu rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Fehu rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- else if (.@job_rune_test_rand == 24) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this violet spiral is...";
- next;
- input .@input$;
- set .@ans$,"Urj";
- set .@pc_ans$,.@input$;
- set .@ans_chk,compare(.@ans$,.@pc_ans$);
- if (.@ans_chk == 1) {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Urj rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
- if (.@job_rune_crash_go == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Urj rune was made normally.";
- set job_rune_edq2,job_rune_edq2 + 1;
- close;
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set job_rune_edq3,job_rune_edq3 + 1;
- close;
- }
- }
- }
- case 2:
- close;
- }
- }
- else {
- mes "[Rune Knight Renoa]";
- mes "You don't want to touch that thing. Believe me, I'm not kidding.";
- close;
- }
-}
-
-job3_rune01,40,54,1 script Runes and Rune Knights 844,{
- if (job_rune_edq < 8) {
- mes "[Rune Knight Renoa]";
- mes "Besides touching stuff in this place without permission. Would you be able to understand the contents of the book?";
- next;
- mes "[Captain Tigris]";
- mes "Hey Renoa go easy on that Knight. You there too, you'd better stop touching stuff here without a permission.";
- close;
- }
- else if (job_rune_edq > 7) {
- while(1) {
- switch(select("The birth of Rune Knights:Runes and Magic Energy:Stop Reading")) {
- case 1:
- set job_rune_book1_1,job_rune_book1_1+job_rune_book1_1;
- mes "Rune Knights are the gathering of evolved swordmen who have achieved the harmony of sword and magic.";
- next;
- mes "It had been achieved by the legendary swordman Beljeve who's been known as a Sword Master and a founder of dispensable expenditure.";
- next;
- mes "Rune Knights use rune stones as a medium for magic power rather than using the magical energy made directly within the body.";
- next;
- mes "Magic power could only previously be used by those who can harness magic power within their bodies through a long time of research";
- next;
- mes "However, for the direct research on the rune magical power which had broken the human's normal concept is now ongoing.";
- next;
- mes "It's known that the Sword Master Beljeve felt the limit of his power, so he studied the way to overcome the physical limitation of mortals.";
- next;
- mes "We guess he had been already in touch with the Laphine tribe long before the dimensional rift was discovered to get to the Ash Vacuum.";
- next;
- mes "The Laphine tribe are the fairies from the Ash Vacuum and are known to have a close relationship to the birth of the Rune Knights.";
- next;
- mes "Now it's possible for those who are normally unsuitted to using magic power to carry a medium that can carry magic that normal mortals could not wield before.";
- next;
- mes "The result of studying these techniques are the rune stones tuned in harmony with the physical power of swords.";
- next;
- mes "Beljeve's disciples who started to learn the way to harmoze their swords with rune stones became known as Rune Knights.";
- next;
- break;
- case 2:
- set job_rune_book1_2,job_rune_book1_2+1;
- mes "A jewel called as a Rune is a medium that contains the formless existence, the magical power and the essence of it can be used directly.";
- next;
- mes "The Laphine Sage, Serpeone and the founder of Rune Knights Beljeve co-researched runes and the result of their research has only recently become to be known to the world.";
- next;
- mes "It's a limitless alternative energy source and research on them is still ongoing. ";
- next;
- mes "Unlike humans, the living things in the Ash Vacuum preserve magical energy by holding it in their bodies.";
- next;
- mes "The discovery of transvering this magical power into runes was refined by Beljeve and Serpeone and shared with the Rune Knights.";
- next;
- break;
- case 3:
- if ((job_rune_book1_1 > 0) && (job_rune_book1_2 > 0) && (job_rune_edq == 8))
- set job_rune_edq,9;
- else if ((job_rune_book1_1 > 0) && (job_rune_book1_2 > 0) && (job_rune_edq == 9))
- set job_rune_edq,10;
- else if ((job_rune_book1_1 > 0) && (job_rune_book1_2 > 0) && (job_rune_edq == 10))
- set job_rune_edq,11;
- close;
- }
- }
- }
- end;
-}
-
-job3_rune01,43,44,1 script The Principles of Runes 844,{
- if (job_rune_edq < 8) {
- mes "[Rune Knight Renoa]";
- mes "Besides touching stuff in this place without permission. Would you be able to understand the contents of the book?";
- next;
- mes "[Captain Tigris]";
- mes "Hey Renoa go easy on that Knight. You there too, you'd better stop touching stuff here without a permission.";
- close;
- }
- else if (job_rune_edq > 7) {
- while(1) {
- switch(select("The principle use of Runes:The types of Runes:Stop Reading")) {
- case 1:
- set job_rune_book2_1,job_rune_book2_1+1;
- mes "A rune is a kind of symbol that's been used on the Rune Midgard continent since ancient times. Up until now it has only been used by occult circles.";
- next;
- mes "A rune is a kind of symbol that's been used on the Rune Midgard continent since ancient times. Up until now it has only been used by occult circles.";
- next;
- mes "Runes are used as a symbol system, however, by the story handed down orally, it's known to be used for fortune-telling or used to draw out the human subconsciousness.";
- next;
- mes "Runes have their own system and types and can draw out various powers according to how they are arranged. But their power level can't currently be measured by known means.";
- next;
- mes "It is fortunate that the Rune Knights discovered their use for positive means. Runes have not been used for dark magic but it is certainly possible for their power to be misused if in the wrong hands.";
- next;
- break;
- case 2:
- set job_rune_book2_2,job_rune_book2_2+1;
- mes "The runes are created from a a total of 25 small stones and they are very fragile to physical shock. So they require special care when being handled.";
- next;
- mes "The 25 stones have different meanings and among these, 14 when counter-positioned can have entirely different power and meaning from the original so it's essential to study the exceptional aspects.";
- next;
- mes "The other 11 runes have consistent power, not influenced by any position so if you don't master all 11 ordinary runes and the 14 inverse runes, you cannot draw out all the complete power.";
- next;
- mes "Among the 11 ordinary runes, the blank rune is an exception.";
- next;
- mes "The names of the 25 rune stones are the following:";
- next;
- mes "Ehwaz, Osilia, Mannaz, Ansuz, Hagalas, Kano, Rhydo, Turisus, Dagaz, Sowilo, Laguz, Isia, Pertz, Verkana, Gebo, Algiz, Arwez, Teiwaz, Wunjo, Jera, Nosiege, Ingz, Fehu, Urj.";
- next;
- break;
- case 3:
- if ((job_rune_book2_1 > 0) && (job_rune_book2_2 > 0) && (job_rune_edq == 8))
- set job_rune_edq,9;
- else if ((job_rune_book2_1 > 0) && (job_rune_book2_2 > 0) && (job_rune_edq == 9))
- set job_rune_edq,10;
- else if ((job_rune_book2_1 > 0) && (job_rune_book2_2 > 0) && (job_rune_edq == 10))
- set job_rune_edq,11;
- close;
- }
- }
- }
- end;
-}
-
-job3_rune01,50,36,1 script Runes, Make & Use 844,{
- if (job_rune_edq < 8) {
- mes "[Rune Knight Renoa]";
- mes "Besides touching stuff in this place without permission. Would you be able to understand the contents of the book?";
- next;
- mes "[Captain Tigris]";
- mes "Hey Renoa go easy on that Knight. You there too, you'd better stop touching stuff here without a permission.";
- close;
- }
- else if (job_rune_edq > 7) {
- while(1) {
- switch(select("The Making of Rune Stones:Rune Stone Ability Details:Stop Reading")) {
- case 1:
- set job_rune_book3_1,job_rune_book3_1+1;
- mes "The making of Rune stones is achieved through a skill called rune mastery which is learned when one becomes a Rune Knight.";
- next;
- mes "Rune Mastery is like a code that's been put into the body as a mark of a Rune Knight.";
- next;
- mes "Ordinary people can also learn this skill and it needs its own machine called a Rune Furnace.";
- next;
- mes "When you making a Rune stone with a Rune Furnace, the type of rune is determined by the magical energy put into it, and it cannot be changed.";
- next;
- mes "When making a rune stone by using Rune Mastery, it can be made into the rune property that you want but it's classified as a Rune Knights' own ability. ";
- next;
- mes "When you operate the Rune Furnace , the magical energy of the body gets concentrated through it and it enables the change into a Rune Stone.";
- next;
- break;
- case 2:
- set job_rune_book3_2,job_rune_book3_2+1;
- switch(select("Chapter One:Chapter Two:Chapter Three:Chapter Four:Stop Reading")) {
- case 1:
- mes "Ehwaz - This rune means the enhancement of luck and positive power. It shapes the source in the form of a red spiral in a Rune Furnace.";
- next;
- mes "Osilia - This rune is an equivalent exchangement which means that you lose one and you gain one, and it also means the power that needs a cost. This is shaped into the form of a violet oblique line in a Rune Furnace.";
- next;
- mes "Mannaz - This rune means hope and a new start and also the positive power that can reverse a desperate situation. This is shaped into the form of an emerald diamond in a Rune Furnace.";
- next;
- mes "Ansuz - This rune means preparation or arrangement and the power that can overcome the uneasiness of the coming future. This is shaped into the form of an emerald round in a Rune Furnace. ";
- next;
- mes "Hagalas - This rune means the freedom and the power that resists restraint. This is shaped into the form of a skyblue colored star-shape in a Rune Furnace.";
- next;
- mes "Kano - This rune means flame and passion, and the power that ends everything. The source of it is shaped into the form of a red diamond in a Rune Furnace.";
- next;
- break;
- case 2:
- mes "Rhydo - This rune means the combination and recombination and the power of completion. This is shaped into the skyblue oblique line in a Rune Furnace.";
- next;
- mes "Turisus - This rune means the border and the power of limitation. This is shaped into a yellow round in a Rune Furnace.";
- next;
- mes "Dagaz - This rune means the talent and the power of enduring adversity. This is shaped into an emerald spiral in a Rune Furnace.";
- next;
- mes "Sowilo - This rune means victory and success and the power of arrangement and cessation. This is shaped into the form of a skyblue fan-shape in a Rune Furnace.";
- next;
- mes "Laguz -This rune means uncertainty and the power that protects the inside. This is shaped into a form of a yellow diamond in a Rune Furnace.";
- next;
- mes "Isia - This rune means the power that stops everything. This is shaped into a violet spiral in a Rune Furnace.";
- next;
- break;
- case 3:
- mes "Pertz - This rune means revelation and the power of chance. This is shaped into the form of silver spiral in a Rune Furnace.";
- next;
- mes "Verkana - This rune means richness, birth and the power of defense and protection. This is shaped into the form of a gold-color star in a Rune Furnace.";
- next;
- mes "Gebo - This rune means cooperation and the power of harmony. This is shaped into the form of a yellow cone in a Rune Furnace.";
- next;
- mes "Algiz - This rune means chance and the power of challenge. This is shaped into the form of an emerald oblique line in a Rune Furnace.";
- next;
- mes "Arwez - This rune means change, convulsion and the power of movement. This is shaped into the form of a gray diamond in a Rune Furnace.";
- next;
- mes "Teiwaz - This rune means perfect victory and the power of absolute solution. This is shaped into the form of a gold round in a Rune Furnace.";
- next;
- break;
- case 4:
- mes "Wunjo - This rune means intelligence and the power of wisdom. This is shaped into the form of an emerald star in a Rune Furnace.";
- next;
- mes "Jera - This rune means comfort and the power of rest. This is shaped into the form of a yellow round in a Rune Furnace.";
- next;
- mes "Nosiege - This rune means weakness and the power of attenuating. This is shaped into the form of a yellow fan-shape in a Rune Furnace.";
- next;
- mes "Ingz - This rune means disruption and the power of separation. This is shaped into the form of a violet diamond in a Rune Furnace.";
- next;
- mes "Fehu - This rune means attainment and the power of materialization. This is shaped into the form of a silver round in a Rune Furnace.";
- next;
- mes "Urj - This rune means destiny and the power of restriction. This is shaped into the form of a violet spiral line in a Rune Furnace.";
- next;
- break;
- case 5:
- close2;
- break;
- }
- break;
- case 3:
- if ((job_rune_book3_1 > 0) && (job_rune_book3_2 > 0) && (job_rune_edq == 8))
- set job_rune_edq,9;
- else if ((job_rune_book3_1 > 0) && (job_rune_book3_2 > 0) && (job_rune_edq == 9))
- set job_rune_edq,10;
- else if ((job_rune_book3_1 > 0) && (job_rune_book3_2 > 0) && (job_rune_edq == 10))
- set job_rune_edq,11;
- close;
- }
- }
- }
- end;
-}
-
-mid_camp,238,250,3 script Rune Knight Sage Guard 468,{
- if (BaseClass == Job_Rune_Knight) {
- mes "[Rune Knight Sage Guard]";
- mes "The sage Serpeone is the one who has been with us since the beginning of the Rune Knights.";
- next;
- mes "[Rune Knight Sage Guard]";
- mes "I am very proud as a Rune Knight to serve beside her.";
- close;
- }
- else if (BaseJob == Job_Knight) {
- if (job_rune_edq < 11) {
- mes "[Rune Knight Sage Guard]";
- mes "You might be walking the way of the sword but you are not a Rune Knight yet. Don't wander around here too much if you know what I mean.";
- close;
- }
- else if (job_rune_edq > 10) {
- mes "[Rune Knight Sage Guard]";
- mes "Splendide is the land of the Laphine. We are offering a convenience by an agreement between the Rune Knights and the expeditionary team.";
- next;
- mes "[Rune Knight Sage Guard]";
- mes "Our agents are opening the way to Splendide only for the trainees who are taking the Rune Knight job change test.";
- next;
- mes "[Rune Knight Sage Guard]";
- mes "But when you become a Rune Knight, you'll need to make sure that you join the expeditionary team in order to fully explore the Ash Vacuum.";
- close;
- }
- }
- else {
- mes "[Rune Knight Sage Guard]";
- mes "Hanging around this man won't be good for you. Keep going the way you were heading.";
- close;
- }
-}
-
-mid_camp,13,138,3 script Dispatched Rune Knight#1 83,{
- if (BaseClass == Job_Rune_Knight) {
- mes "[Dispatch Rune Knight Agent]";
- mes "Thanks for your work. We will continue our mission for the Rune Knight testers.";
- close;
- }
- else if (BaseJob == Job_Knight) {
- if (job_rune_edq < 11) {
- mes "[Dispatch Rune Knight Agent]";
- mes "Shh... Our mission is not something to be revealed to the public. Please just move along.";
- close;
- }
- else if (job_rune_edq > 10) {
- mes "[Dispatch Rune Knight Agent]";
- mes "I've been waiting for you Rune Knight candidate. I'm helping the candidates as a favor to Ms. Serpeone.";
- next;
- mes "[Dispatch Rune Knight Agent]";
- mes "Do you want to go out to the Splendide field?";
- next;
- switch(select("Move to Splendide field:Cancel.")) {
- case 1:
- warp "spl_fild01",355,325;
- end;
- case 2:
- close;
- }
- }
- }
- else {
- mes "[Dispatch Rune Knight Agent]";
- mes "Shh... Our mission is not something to be revealed to the public. Please just move along.";
- close;
- }
-}
-
-spl_fild02,13,241,0 script #roadblock1 -1,10,10,{
-OnTouch:
- if ((job_rune_edq > 0) && (job_rune_edq < 23)) {
- mes "-Whispers of the sage Serpeone are delivered to my mind.-";
- next;
- mes "[Sage Serpeone]";
- mes "Until you become an honorable Rune Knight I cannot help you control your powers in Rune Midgard.";
- next;
- mes "[Sage Serpeone]";
- mes "Please understand this and be devoted to this test.";
- close2;
- warp "spl_fild02",25,245;
- }
- end;
-}
-
-spl_fild01,361,327,3 script Dispatched Rune Knight#2 83,{
- if (BaseClass == Job_Rune_Knight) {
- mes "[Dispatch Rune Knight Agent]";
- mes "Thanks for your work. We will continue our mission for the Rune Knight testers.";
- close;
- }
- else if (BaseJob == Job_Knight) {
- if (job_rune_edq < 11) {
- mes "[Dispatch Rune Knight Agent]";
- mes "Shh... Our mission is not something to be revealed to the public. Please just move along.";
- close;
- }
- else if (job_rune_edq > 10) {
- mes "[Dispatch Rune Knight Agent]";
- mes "I've been waiting for you Rune Knight candidate. I'm helping the candidates as a favor to Ms. Serpeone.";
- next;
- mes "[Dispatch Rune Knight Agent]";
- mes "Do you want to go back to the expeditionary team's post?";
- next;
- switch(select("Yes please.:Not yet.")) {
- case 1:
- warp "mid_camp",50,153;
- end;
- case 2:
- close;
- }
- }
- }
- else {
- mes "[Dispatch Rune Knight Agent]";
- mes "Shh... Our mission is not something to be revealed to the public. Please just move along.";
- close;
- }
-}
-
-mid_camp,235,250,3 script Sage Serpeone 435,{
- if (BaseClass == Job_Rune_Knight) {
- mes "[Sage Serpeone]";
- mes "Finally you are an honorable Rune Knight. I'm happy to help you.";
- next;
- mes "[Sage Serpeone]";
- mes "The power of Runes are not perfect and more research still needs to be done to make it perfectly safe. It is up to me and other Rune Knights like you to make sure to continue that research.";
- next;
- mes "[Sage Serpeone]";
- mes "Please be devoted to the Runes and hopefully your life will be illuminated by it.";
- close;
- }
- else if (BaseJob == Job_Knight) {
- if (job_rune_edq < 12) {
- mes "[Sage Serpeone]";
- mes "It must be surprising that I, a Laphine, am here in your people's base.";
- next;
- mes "[Sage Serpeone]";
- mes "Some of us have been in contact with humans in special situations since even before the dimensional rift opened up.";
- next;
- mes "[Sage Serpeone]";
- mes "I have been having correspondences with humans for a number of years now. It was for mutual interests. Anyway, that's how I learned your language.";
- next;
- mes "[Sage Serpeone]";
- mes "Maybe there needs to be a machine that can translate the Laphine language to make it easier for humans to understand us.";
- next;
- mes "[Sage Serpeone]";
- mes "More than that... I cannot tell you more. I cannot speak carelessly since I'm speaking for my people here and I am on a special pass to be allowed in your camp.";
- close;
- }
- else if (job_rune_edq == 12) {
- mes "[Sage Serpeone]";
- mes "Welcome, you are the one taking the job training test of the Rune Knights. I am Serpeone.";
- next;
- mes "[Sage Serpeone]";
- mes "All Rune Knights that you've met so far are the disciples who were taught by me and Beljeve. Now you are on your way to joining them.";
- next;
- mes "[Sage Serpeone]";
- mes "I think you've already heard a basic explanation and instructions from Renoa. Now it seems that it's my turn to help you out.";
- next;
- mes "[Sage Serpeone]";
- mes "The magical power that the Rune Knights use are not technically the same as the magical power made in the human world.";
- next;
- mes "[Sage Serpeone]";
- mes "Right this place... our sphere where you call as Ash Vacuum...it's the magical power made with";
- next;
- mes "[Sage Serpeone]";
- mes "The living things in this place have been preserving the magical energy in our bodies unlike the living things in the human world.";
- next;
- mes "[Sage Serpeone]";
- mes "The power of the rune stones is the way of shaping the magical power in our bodies into runes which take place of our bodies as a medium.";
- next;
- mes "[Sage Serpeone]";
- mes "So to use the rune stone you need a direct understanding of the other sphere's living things.";
- next;
- mes "[Sage Serpeone]";
- mes "But, it must be too much for you to extract the magical energy from the living things in this land yet.";
- next;
- mes "[Sage Serpeone]";
- mes "Now I'll cast a magic spell on your body so you can gather magic energy from other living things.";
- next;
- mes "[Sage Serpeone]";
- mes "Temporarily you'll able to extract magic energy from evil creatures in the human world. Of course you won't be able to use the energy directly...";
- next;
- mes "[Sage Serpeone]";
- mes "If you store up the energy by getting rid of evil creatures in the human world, I'll convert it to the energy that you can use.";
- next;
- mes "[Sage Serpeone]";
- mes "The vicious souls that they keep even after being dead is the great source of magical powers.";
- next;
- mes "[Sage Serpeone]";
- mes "Please get rid of ^0000FF10 Dullahan^000000, ^0000FF10 Disguise^000000, ^0000FF10 Quve^000000, ^0000FF10 Heirozoist^000000 and gather their energy.";
- next;
- mes "[Sage Serpeone]";
- mes "I am telling you beforehand but I don't test or judge your qualification. A Rune Knight will be the judge of that.";
- next;
- mes "[Sage Serpeone]";
- mes "If you have any problems or any questions, please talk to me.";
- set job_rune_edq,13;
- changequest 3207,3208;
- setquest 3209;
- setquest 3210;
- setquest 3211;
- setquest 3212;
- close;
- }
- else if (job_rune_edq == 13) {
- mes "[Sage Serpeone]";
- mes "Are you gathering enough magical energy? Or do you have any questions?";
- next;
- switch(select("I've gathered enough energy.:To the gathering place.:Stop the conversation.")) {
- case 1:
- mes "[Sage Serpeone]";
- mes "Is it so? Then let's check this out.";
- next;
- set .@rune_hunt1,checkquest(3209,HUNTING);
- set .@rune_hunt2,checkquest(3210,HUNTING);
- set .@rune_hunt3,checkquest(3211,HUNTING);
- set .@rune_hunt4,checkquest(3212,HUNTING);
- if ((.@rune_hunt1 == 2) && (.@rune_hunt2 == 2) && (.@rune_hunt3 == 2) && (.@rune_hunt4 == 2)) {
- mes "[Sage Serpeone]";
- mes "Umm, this is great. Enough amount of living body magical energy has accumulated in your body.";
- next;
- mes "[Sage Serpeone]";
- mes "Rune Knight Renoa will tell you the way of using rune stones.";
- next;
- mes "[Sage Serpeone]";
- mes "Now I think my part is all over. I hope you will become an honorable Rune Knight.";
- next;
- mes "[Sage Serpeone]";
- mes "If you have any business here, I'll send you to the Rune Knight gathering place. If you are ready, please tell me.";
- set job_rune_edq,14;
- changequest 3208,3213;
- completequest 3209;
- completequest 3210;
- completequest 3211;
- completequest 3212;
- close;
- }
- else {
- mes "[Sage Serpeone]";
- mes "You haven't collected enough magical energy yet.";
- next;
- mes "[Sage Serpeone]";
- mes "Please brace yourself and gather enough energy by dispatching those monsters.";
- close;
- }
- break;
- case 2:
- mes "[Sage Serpeone]";
- mes "You want to go back to the gathering place? If you want I'll send you back there immediately. But to continue the test you'll need to come and see me again.";
- next;
- mes "[Sage Serpeone]";
- mes "Do you want to go back the Rune Knight gathering place?";
- next;
- switch(select("I want to go back.:I want to cancel.")) {
- case 1:
- warp "job3_rune01",80,65;
- end;
- case 2:
- close;
- }
- break;
- case 3:
- close;
- }
- }
- else if (job_rune_edq == 14) {
- mes "[Sage Serpeone]";
- mes "Are you ready to go back to the Rune Knight gathering place?";
- next;
- switch(select("I want to go back now.:I am not ready yet.")) {
- case 1:
- warp "job3_rune01",80,65;
- end;
- case 2:
- close;
- }
- }
- else if (job_rune_edq > 14) {
- mes "[Sage Serpeone]";
- mes "Are the preparations going well?";
- next;
- mes "[Sage Serpeone]";
- mes "Aren't you in the wrong state right now?";
- next;
- mes "[Sage Serpeone]";
- mes "Then I'll send you to the Rune Knight gathering place where you should be.";
- next;
- switch(select("I'll go back now.:I'll stay.")) {
- case 1:
- warp "job3_rune01",80,65;
- end;
- case 2:
- close;
- }
- }
- }
- else {
- mes "[Sage Serpeone]";
- mes "It must be surprising that I, a Laphine, am here in your people's base.";
- next;
- mes "[Sage Serpeone]";
- mes "Some of us have been in contact with humans in special situations since even before the dimensional rift opened up.";
- next;
- mes "[Sage Serpeone]";
- mes "I have been having correspondences with humans for a number of years now. It was for mutual interests. Anyway, that's how I learned your language.";
- next;
- mes "[Sage Serpeone]";
- mes "Maybe there needs to be a machine that can translate the Laphine language to make it easier for humans to understand us.";
- next;
- mes "[Sage Serpeone]";
- mes "More than that... I cannot tell you more. I cannot speak carelessly since I'm speaking for my people here and I am on a special pass to be allowed in your camp.";
- close;
- }
-}
-
-job3_rune01,114,50,3 script Rune Knight Velpino 468,{
- set .@strRetPart1,getequipisequiped(EQI_HEAD_TOP);
- set .@strRetPart2,getequipisequiped(EQI_ARMOR);
- set .@strRetPart3,getequipisequiped(EQI_HAND_L);
- set .@strRetPart4,getequipisequiped(EQI_HAND_R);
- set .@strRetPart5,getequipisequiped(EQI_GARMENT);
- set .@strRetPart6,getequipisequiped(EQI_SHOES);
- set .@strRetPart7,getequipisequiped(EQI_ACC_L);
- set .@strRetPart8,getequipisequiped(EQI_ACC_R);
- set .@strRetPart10,getequipisequiped(EQI_HEAD_MID);
- set .@strRetPart11,getequipisequiped(EQI_HEAD_LOW);
- if (BaseClass == Job_Rune_Knight) {
- mes "[Rune Knight Velpino]";
- mes "You still smell like a fledging. Bring honor to the Rune Knights and raise your power...";
- close;
- }
- else if (BaseJob == Job_Knight) {
- if (job_rune_edq < 17) {
- mes "A very cold feeling Rune Knight dressed in black from head to toe is scowling at me.";
- next;
- mes "Why are all of the Rune Knights blabberers or uncommunicative and combative...?";
- next;
- mes "[Captain Tigris]";
- mes "Hey... What about me? I'm not like that!";
- close;
- }
- else if (job_rune_edq == 17) {
- mes "[Rune Knight Velpino]";
- mes "I didn't think that a candidate would make it to me today...";
- next;
- mes "[Rune Knight Velpino]";
- mes "Congratulations! You are at the long-waited final test... I think you've mastered the basics now.";
- next;
- mes "[Rune Knight Velpino]";
- mes "The final test is relatively simple. Everything ends when you get rid of all the magical monsters in this Glast Heim...";
- next;
- mes "[Rune Knight Velpino]";
- mes "The only condition is that you have to get rid of these monsters by using the rune stones you made at the former test.";
- next;
- mes "[Rune Knight Velpino]";
- mes "For this test, only a one-hand weapon, a shield or a two-handed weapon can be equipped.";
- next;
- mes "[Rune Knight Velpino]";
- mes "The only set of weapons you can use should be within the weight limit of 400. Rune stones to be provided are 30 attack-only rune stones and 30 defense-only rune stones.";
- next;
- mes "[Rune Knight Velpino]";
- mes "To use these runes, I will cast a special buff spell over you.";
- next;
- mes "[Rune Knight Velpino]";
- mes "The magical monsters are the 3 kinds of magic monsters from Glast Heim that you might already know... It won't be an easy fight but if you just undergo this final suffering, you'll walk the path of a Rune Knight.";
- next;
- mes "[Rune Knight Velpino]";
- mes "To help the preparation we've made a contract with the Kafra center in Aldebaran by employing a kafra especially for this gathering place. So it would be good to visit her.";
- next;
- mes "[Rune Knight Velpino]";
- mes "If you are ready just talk to me again.";
- set job_rune_edq,18;
- changequest 3216,3217;
- close;
- }
- else if ((job_rune_edq > 17) && (job_rune_edq < 21)) {
- set .@rune_crush,countitem(12388);
- set .@rune_storm,countitem(12389);
- set .@rune_millenium,countitem(12390);
- set .@rune_check,.@rune_crush + .@rune_storm + .@rune_millenium;
- if (.@rune_check == 0) {
- mes "[Rune Knight Velpino]";
- mes "If all of your preparations are done, I'll send you to the final test field.";
- set job_rune_edq,18;
- next;
- switch(select("Enter the final test field.:I'm not ready yet.")) {
- case 1:
- if ((.@strRetPart1 == 0) && (.@strRetPart2 == 0) && (.@strRetPart5 == 0) && (.@strRetPart6 == 0) && (.@strRetPart7 == 0) && (.@strRetPart8 == 0) && (.@strRetPart10 == 0) && (.@strRetPart11 == 0)) {
- set .@test_miss_check,checkquest(3220,PLAYTIME);
- if (.@test_miss_check == -1) {
- if ($@job_rune_test1 == 0) {
- if (Weight < 4001) {
- set $@job_rune_test1,1;
- //ConsumeSpecialItem Rune_Kn_Test_Int
- sc_start SC_INCINT,300000,40;
- getitem 12389,30; //Runstone_Storm
- getitem 12390,30; //Runstone_Millennium
- if (checkquest(3320) > -1) erasequest 3220;
- setquest 3220;
- warp "job3_rune02",38,40;
- }
- else {
- mes "[Rune Knight Velpino]";
- mes "For this test, only a one-hand weapon, a shield or a two-handed weapon can be equipped. Keep your other equipments with the Kafra Employee in the center.";
- close;
- }
- }
- else {
- // custom translation
- mes "[Rune Knight Velpino]";
- mes "Looks like there is already an applicant in the test room.";
- next;
- mes "[Rune Knight Velpino]";
- mes "Be patient and wait your turn,";
- close;
- }
- }
- else if ((.@test_miss_check == 0) || (.@test_miss_check == 1)) {
- mes "[Rune Knight Velpino]";
- mes "Haven't you failed at the test... If you fail once, you cannot enter again for 10 minutes.";
- next;
- mes "[Rune Knight Velpino]";
- mes "It's a consideration for the other testers who are waiting for the test, just like you, so come back after the designated time.";
- close;
- }
- else if (.@test_miss_check == 2) {
- if ($@job_rune_test1 == 0) {
- if (Weight < 4001) {
- set $@job_rune_test1,1;
- //ConsumeSpecialItem Rune_Kn_Test_Int
- sc_start SC_INCINT,300000,40;
- getitem 12389,30; //Runstone_Storm
- getitem 12390,30; //Runstone_Millennium
- if (checkquest(3320) > -1) erasequest 3220;
- setquest 3220;
- warp "job3_rune02",38,40;
- }
- else {
- mes "[Rune Knight Velpino]";
- mes "The only set of weapons you can use should be within the weight limit of 400. Rune stones to be provided are 30 attack-only rune stones and 30 defense-only rune stones.";
- next;
- mes "[Rune Knight Velpino]";
- mes "The remained stuff you are holding should be kept by the Kafra employee in the middle.";
- close;
- }
- }
- else {
- // custom translation
- mes "[Rune Knight Velpino]";
- mes "Looks like there is already an applicant in the test room.";
- next;
- mes "[Rune Knight Velpino]";
- mes "Be patient and wait your turn,";
- close;
- }
- }
- end;
- }
- else {
- mes "[Rune Knight Velpino]";
- mes "For this test, only a one-hand weapon, a shield or a two-handed weapon can be equipped. Keep your other equipments with the Kafra Employee in the center.";
- close;
- }
- break;
- case 2:
- break;
- }
- }
- else {
- set .@rune_crush,countitem(12388);
- set .@rune_storm,countitem(12389);
- set .@rune_millenium,countitem(12390);
- if (.@rune_crush > 0) {
- mes "[Rune Knight Velpino]";
- mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
- delitem 12388,.@rune_crush; //Runstone_Crush
- next;
- mes "[Rune Knight Velpino]";
- mes "I'll get new rune stones so if your preparation is all done, please talk to me again.";
- close;
- }
- else if (.@rune_storm > 0) {
- mes "[Rune Knight Velpino]";
- mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
- delitem 12389,.@rune_storm; //Runstone_Storm
- next;
- mes "[Rune Knight Velpino]";
- mes "I'll get new rune stones so if your preparation is all done, please talk to me again.";
- close;
- }
- else if (.@rune_millenium > 0) {
- mes "[Rune Knight Velpino]";
- mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
- delitem 12390,.@rune_millenium; //Runstone_Millennium
- next;
- mes "[Rune Knight Velpino]";
- mes "I'll get new rune stones so if your preparation is all done, please talk to me again.";
- close;
- }
- else {
- }
- }
- }
- else if (job_rune_edq == 21) {
- mes "[Rune Knight Velpino]";
- mes "You've been very successful up to the last test.";
- next;
- set .@rune_crush,countitem(12388);
- set .@rune_storm,countitem(12389);
- set .@rune_millenium,countitem(12390);
- set .@rune_check,.@rune_crush + .@rune_storm + .@rune_millenium;
- if (.@rune_check == 0) {
- mes "[Rune Knight Velpino]";
- mes "Now all the tests you need to take are over. Go back to Captain Tigris and inform him of this test result, and then feel the deep emotion of being born again as a Rune Knight.";
- next;
- mes "[Rune Knight Velpino]";
- mes "Congratulations!";
- mes "Well I'd better go now for the remaining candidates.";
- set job_rune_edq,22;
- changequest 3218,3219;
- close;
- }
- else {
- set .@rune_crush,countitem(12388);
- set .@rune_storm,countitem(12389);
- set .@rune_millenium,countitem(12390);
- if (.@rune_crush > 0) {
- mes "[Rune Knight Velpino]";
- mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
- delitem 12388,.@rune_crush; //Runstone_Crush
- next;
- mes "[Rune Knight Velpino]";
- mes "I'll need to re-use these unused rune stones. Talk to me again once I have taken all the test rune stones.";
- close;
- }
- else if (.@rune_storm > 0) {
- mes "[Rune Knight Velpino]";
- mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
- delitem 12389,.@rune_storm; //Runstone_Storm
- next;
- mes "[Rune Knight Velpino]";
- mes "I'll need to re-use these unused rune stones. Talk to me again once I have taken all the test rune stones.";
- close;
- }
- else if (.@rune_millenium > 0) {
- mes "[Rune Knight Velpino]";
- mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
- delitem 12390,.@rune_millenium; //Runstone_Millennium
- next;
- mes "[Rune Knight Velpino]";
- mes "I'll need to re-use these unused rune stones. Talk to me again once I have taken all the test rune stones.";
- close;
- }
- }
- }
- else {
- mes "A very cold feeling Rune Knight dressed in black from head to toe is scowling at me.";
- close;
- }
- }
- else {
- mes "A very cold feeling Rune Knight dressed in black from head to toe is scowling at me.";
- close;
- }
-}
-
-job3_rune02,38,40,0 script #RK Test Hidden Portal 1 -1,10,10,{
-OnInit:
- enablenpc "#RK Test Hidden Portal 1";
- end;
-
-OnEnable:
- enablenpc "#RK Test Hidden Portal 1";
- end;
-
-OnDisable:
- disablenpc "#RK Test Hidden Portal 1";
- end;
-
-OnTouch:
- if (job_rune_edq == 4) {
- donpcevent "job_rune_edq#1st_broad::OnEnable";
- donpcevent "#RK Test Hidden Portal 1::OnDisable";
- }
- else if ((job_rune_edq > 17) && (job_rune_edq < 21)) {
- donpcevent "job_rune_edq#3rd_broad::OnEnable";
- donpcevent "#RK Test Hidden Portal 1::OnDisable";
- }
- else {
- donpcevent "#RK Test Hidden Portal 1::OnDisable";
- donpcevent "job_rune_edq#1st_broad::OnDisable";
- donpcevent "job_rune_edq#1st_control::OnDisable";
- donpcevent "job_rune_edq#1st_con_mc::OnDisable";
- donpcevent "job_rune_edq#1st_con_mc2::OnDisable";
- donpcevent "job_rune_edq#1st_con_nc::OnDisable";
- donpcevent "job_rune_edq#3rd_broad::OnDisable";
- donpcevent "job_rune_edq#3rd_con::OnDisable";
- set $@job_rune_test1,0;
- set $@job_rune_test2,0;
- donpcevent "#RK Test Hidden Portal 1::OnEnable";
- mapwarp "job3_rune02","job3_rune01",80,65;
- }
- end;
-}
-
-job3_rune02,1,1,0 script job_rune_edq#1st_broad -1,{
-OnInit:
- disablenpc "job_rune_edq#1st_broad";
- end;
-
-OnEnable:
- initnpctimer;
- end;
-
-OnDisable:
- stopnpctimer;
- disablenpc "job_rune_edq#1st_broad";
- end;
-
-OnTimer5000:
- mapannounce "job3_rune02", "I'll start the first test of the Rune Knight Job Change.",bc_map,"0xFFFF00";
- end;
-
-OnTimer8000:
- mapannounce "job3_rune02", "The content of the test is to get rid of all the monsters for 5 minutes and survive.",bc_map,"0xFFFF00";
- end;
-
-OnTimer11000:
- mapannounce "job3_rune02", "If you fail to survive or cannot get rid of all the monsters within the time limit, I'll consider it a failure.",bc_map,"0xFFFF00";
- end;
-
-OnTimer14000:
- mapannounce "job3_rune02", "Now let's start the test.",bc_map,"0xFFFF00";
- donpcevent "job_rune_edq#1st_control::OnEnable";
- donpcevent "job_rune_edq#1st_broad::OnDisable";
- end;
-}
-
-job3_rune02,1,2,0 script job_rune_edq#1st_control -1,{
-OnInit:
- disablenpc "job_rune_edq#1st_control";
- end;
-
-OnEnable:
- initnpctimer;
- donpcevent "job_rune_edq#1st_con_mc::OnEnable";
- donpcevent "job_rune_edq#1st_con_nc::OnEnable";
- end;
-
-OnDisable:
- stopnpctimer;
- disablenpc "job_rune_edq#1st_control";
- end;
-
-OnTimer300000:
- killmonsterall "job3_rune02";
- mapannounce "job3_rune02", "You reached the limit time so I'll consider the test as a failure.",bc_map,"0xFFFF00";
- end;
-
-OnTimer305000:
- donpcevent "#RK Test Hidden Portal 1::OnDisable";
- donpcevent "job_rune_edq#1st_broad::OnDisable";
- donpcevent "job_rune_edq#1st_control::OnDisable";
- donpcevent "job_rune_edq#1st_con_mc::OnDisable";
- donpcevent "job_rune_edq#1st_con_mc2::OnDisable";
- donpcevent "job_rune_edq#1st_con_nc::OnDisable";
- donpcevent "job_rune_edq#3rd_broad::OnDisable";
- donpcevent "job_rune_edq#3rd_con::OnDisable";
- donpcevent "#RK Test Hidden Portal 1::OnEnable";
- mapwarp "job3_rune02","job3_rune01",80,65;
- set $@job_rune_test1,0;
- set $@job_rune_test2,0;
- stopnpctimer;
- end;
-}
-
-job3_rune02,3,10,0 script job_rune_edq#1st_con_mc -1,{
-OnInit:
- disablenpc "job_rune_edq#1st_con_mc";
- end;
-
-OnEnable:
- enablenpc "job_rune_edq#1st_con_mc";
- initnpctimer;
- end;
-
-OnDisable:
- killmonster "job3_rune02","job_rune_edq#1st_con_mc::OnMyMobDead";
- stopnpctimer;
- disablenpc "job_rune_edq#1st_con_mc";
- end;
-
-Onreset:
- killmonsterall "job3_rune02";
- end;
-
-OnTimer5000:
- monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- end;
-
-OnTimer50000:
- set .@job_rune_p,rand(1,6);
- if (.@job_rune_p == 1) {
- monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- else if ((.@job_rune_p == 2) || (.@job_rune_p == 4)) {
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- else if ((.@job_rune_p == 3) || (.@job_rune_p == 5)) {
- monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- else if (.@job_rune_p == 6) {
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- end;
-
-OnTimer100000:
- set .@job_rune_p,rand(1,6);
- if (.@job_rune_p == 1) {
- monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- else if ((.@job_rune_p == 2) || (.@job_rune_p == 4)) {
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- else if ((.@job_rune_p == 3) || (.@job_rune_p == 5)) {
- monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- else if (.@job_rune_p == 6) {
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- end;
-
-OnTimer150000:
- set .@job_rune_p,rand(1,6);
- if (.@job_rune_p == 1) {
- monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- else if ((.@job_rune_p == 2) || (.@job_rune_p == 4)) {
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- else if ((.@job_rune_p == 3) || (.@job_rune_p == 5)) {
- monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- else if (.@job_rune_p == 6) {
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- end;
-
-OnTimer200000:
- set .@job_rune_p,rand(1,6);
- if (.@job_rune_p == 1) {
- monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- else if ((.@job_rune_p == 2) || (.@job_rune_p == 4)) {
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- else if ((.@job_rune_p == 3) || (.@job_rune_p == 5)) {
- monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- else if (.@job_rune_p == 6) {
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
- }
- end;
-
-OnTimer250000:
- killmonster "job3_rune02","job_rune_edq#1st_con_mc::OnMyMobDead";
- donpcevent "job_rune_edq#1st_con_mc2::OnEnable";
- donpcevent "job_rune_edq#1st_con_mc::OnDisable";
- end;
-
-OnMyMobDead:
- end;
-}
-
-job3_rune02,3,11,0 script job_rune_edq#1st_con_mc2 -1,{
-OnInit:
- disablenpc "job_rune_edq#1st_con_mc2";
- end;
-
-OnEnable:
- enablenpc "job_rune_edq#1st_con_mc2";
- initnpctimer;
- set .@job_rune_p,rand(1,6);
- if (.@job_rune_p == 1) {
- monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- }
- else if ((.@job_rune_p == 2) || (.@job_rune_p == 4)) {
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- }
- else if ((.@job_rune_p == 3) || (.@job_rune_p == 5)) {
- monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- }
- else if (.@job_rune_p == 6) {
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
- }
- end;
-
-OnDisable:
- killmonster "job3_rune02","job_rune_edq#1st_con_mc2::OnMyMobDead";
- stopnpctimer;
- disablenpc "job_rune_edq#1st_con_mc2";
- end;
-
-OnMyMobDead:
- if (mobcount("job3_rune02","job_rune_edq#1st_con_mc2::OnMyMobDead") < 1) {
- set job_rune_edq,5;
- erasequest 3220;
- killmonster "job3_rune02","job_rune_edq#1st_con_mc2::OnMyMobDead";
- mapannounce "job3_rune02", "Congratulations. You've passed the first test.",bc_map,"0xFFFF00";
- mapwarp "job3_rune02","job3_rune01",80,65;
- donpcevent "job_rune_edq#1st_broad::OnDisable";
- donpcevent "job_rune_edq#1st_control::OnDisable";
- donpcevent "job_rune_edq#1st_con_nc::OnDisable";
- donpcevent "job_rune_edq#1st_con_mc::OnDisable";
- donpcevent "job_rune_edq#1st_con_mc2::OnDisable";
- donpcevent "#RK Test Hidden Portal 1::OnEnable";
- set $@job_rune_test1,0;
- set $@job_rune_test2,0;
- }
- end;
-}
-
-job3_rune02,1,10,0 script job_rune_edq#1st_con_nc -1,{
-OnInit:
- disablenpc "job_rune_edq#1st_con_nc";
- end;
-
-OnEnable:
- enablenpc "job_rune_edq#1st_con_nc";
- initnpctimer;
- end;
-
-OnDisable:
- disablenpc "job_rune_edq#1st_con_nc";
- set $@job_rune_test2,0;
- donpcevent "Captain Tigris#job::OnDisable";
- donpcevent "Rune Knight Lunarea#job::OnDisable";
- donpcevent "Rune Knight Renoa#job::OnDisable";
- donpcevent "Rune Knight Velpino#job::OnDisable";
- stopnpctimer;
- end;
-
-Onuse:
- mapannounce "job3_rune02", "Captain Tigris : Gentleman, Let's watch the test for a while.",bc_map,"0xFFFF00";
- stopnpctimer;
- set $@job_rune_test2,0;
- donpcevent "Captain Tigris#job::OnDisable";
- donpcevent "Rune Knight Lunarea#job::OnDisable";
- donpcevent "Rune Knight Renoa#job::OnDisable";
- donpcevent "Rune Knight Velpino#job::OnDisable";
- donpcevent "job_rune_edq#1st_con_nc::OnEnable";
- end;
-
-OnTimer30000:
- mapannounce "job3_rune02", "Captain Tigris : Rune Knight Candidates... If you want to borrow our power talk to one of us.",bc_map,"0xFFFF00";
- donpcevent "Captain Tigris#job::OnEnable";
- donpcevent "Rune Knight Lunarea#job::OnEnable";
- donpcevent "Rune Knight Renoa#job::OnEnable";
- donpcevent "Rune Knight Velpino#job::OnEnable";
- end;
-
-OnTimer60000:
- mapannounce "job3_rune02", "Captain Tigris : It seems you don't need our help... Let's watch the test for a while.",bc_map,"0xFFFF00";
- stopnpctimer;
- donpcevent "Captain Tigris#job::OnDisable";
- donpcevent "Rune Knight Lunarea#job::OnDisable";
- donpcevent "Rune Knight Renoa#job::OnDisable";
- donpcevent "Rune Knight Velpino#job::OnDisable";
- donpcevent "job_rune_edq#1st_con_nc::OnEnable";
- end;
-}
-
-job3_rune02,34,46,5 script Captain Tigris#job 470,{
- set .@tigris,rand(1,6);
- if ((job_rune_edq == 4) && (!$@job_rune_test2)) {
- if (.@tigris == 1) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02", "Captain Tigris : May Beljeve bless you!",bc_map,"0xFFFF00";
- //UseSkillToPC 34 0 0 0
- skilleffect "AL_BLESSING",0;
- initnpctimer;
- }
- else if ((.@tigris == 2) || (.@tigris == 4)) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02", "Captain Tigris : The Spark of life... may flame again.",bc_map,"0xFFFF00";
- //UseSkillToPC 28 8 70 99
- skilleffect "AL_HEAL",2000;
- heal 2000,0;
- initnpctimer;
- }
- else if (.@tigris == 3) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02", "Captain Tigris : Evil spirits! Return to your graves!",bc_map,"0xFFFF00";
- specialeffect2 EF_METEORSTORM;
- donpcevent "job_rune_edq#1st_con_mc::Onreset";
- initnpctimer;
- }
- else if (.@tigris == 5) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02", "Captain Tigris : For a Rune Knight, this kind of ordeal is nothing!",bc_map,"0xFFFF00";
- sc_start SC_STUN,10000,0;
- initnpctimer;
- }
- else if (.@tigris == 6) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02", "Captain Tigris : For a Rune Knight, this kind of ordeal is nothing!",bc_map,"0xFFFF00";
- sc_start SC_BLEEDING,10000,0;
- initnpctimer;
- }
- else {
- donpcevent "job_rune_edq#1st_con_nc::Onuse";
- }
- }
- else {
- donpcevent "job_rune_edq#1st_con_nc::Onuse";
- }
- end;
-
-OnTimer5000:
- donpcevent "job_rune_edq#1st_con_nc::Onuse";
- set $@job_rune_test2,0;
- stopnpctimer;
- end;
-OnInit:
- disablenpc "Captain Tigris#job";
- end;
-
-OnEnable:
- enablenpc "Captain Tigris#job";
- end;
-
-OnDisable:
- disablenpc "Captain Tigris#job";
- end;
-}
-
-job3_rune02,43,46,3 script Rune Knight Lunarea#job 469,{
- set .@tigris,rand(1,6);
- if ((job_rune_edq == 4) && (!$@job_rune_test2)) {
- if (.@tigris == 1) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02", "Rune Knight Lunarea : Quickly...find and strike at the enemy's vital points!",bc_map,"0xFFFF00";
- //UseSkillToPC 29 0 0 0
- skilleffect "AL_INCAGI",0;
- initnpctimer;
- }
- else if ((.@tigris == 2) || (.@tigris == 4)) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02", "Rune Knight Lunarea : It's not over... you need more power...",bc_map,"0xFFFF00";
- //UseSkillToPC 28 8 60 90
- skilleffect "AL_HEAL",1500;
- heal 1500,0;
- initnpctimer;
- }
- else if (.@tigris == 3) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02", "Rune Knight Lunarea : Everything shall return from whence it came!",bc_map,"0xFFFF00";
- //UseSkillToPC 35 0 0 0
- skilleffect "AL_CURE",0;
- initnpctimer;
- }
- else if (.@tigris == 5) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02", "Rune Knight Lunarea : There can't be growth without a trial.",bc_map,"0xFFFF00";
- sc_start SC_POISON,30000,0;
- initnpctimer;
- }
- else if (.@tigris == 6) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02", "Rune Knight Lunarea : There can't be growth without a trial.",bc_map,"0xFFFF00";
- sc_start SC_CURSE,30000,0;
- initnpctimer;
- }
- else {
- donpcevent "job_rune_edq#1st_con_nc::Onuse";
- }
- }
- else {
- donpcevent "job_rune_edq#1st_con_nc::Onuse";
- }
- end;
-
-OnTimer5000:
- donpcevent "job_rune_edq#1st_con_nc::Onuse";
- set $@job_rune_test2,0;
- stopnpctimer;
- end;
-
-OnInit:
- disablenpc "Rune Knight Lunarea#job";
- end;
-
-OnEnable:
- enablenpc "Rune Knight Lunarea#job";
- end;
-
-OnDisable:
- disablenpc "Rune Knight Lunarea#job";
- end;
-}
-
-job3_rune02,43,34,1 script Rune Knight Renoa#job 469,{
- set .@tigris,rand(1,6);
- if ((job_rune_edq == 4) && (!$@job_rune_test2)) {
- if (.@tigris == 1) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02", "Rune Knight Renoa : The rune of Blast! May it give you strength!",bc_map,"0xFFFF00";
- //UseSkillToPC 29 0 0 0
- skilleffect "AL_INCAGI",0;
- initnpctimer;
- }
- else if ((.@tigris == 2) || (.@tigris == 4)) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02", "Rune Knight Renoa : The rune of birth! May give you the power of life!",bc_map,"0xFFFF00";
- //UseSkillToPC 28 8 60 90
- skilleffect "AL_HEAL",1500;
- heal 1500,0;
- initnpctimer;
- }
- else if (.@tigris == 3) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02", "Rune Knight Renoa : I am faster than others! Stronger than others!",bc_map,"0xFFFF00";
- specialeffect2 EF_PIERCESELF;
- donpcevent "job_rune_edq#1st_con_mc::Onreset";
- initnpctimer;
- }
- else if (.@tigris == 5) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02", "Rune Knight Renoa : For a Rune Knight, this kind of ordeal is nothing!",bc_map,"0xFFFF00";
- sc_start SC_POISON,30000,0;
- initnpctimer;
- }
- else if (.@tigris == 6) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02", "Rune Knight Renoa : For a Rune Knight, this kind of ordeal is nothing!",bc_map,"0xFFFF00";
- sc_start SC_CURSE,30000,0;
- initnpctimer;
- }
- else {
- donpcevent "job_rune_edq#1st_con_nc::Onuse";
- }
- }
- else {
- donpcevent "job_rune_edq#1st_con_nc::Onuse";
- }
- end;
-
-OnTimer5000:
- set $@job_rune_test2,0;
- donpcevent "job_rune_edq#1st_con_nc::Onuse";
- stopnpctimer;
- end;
-
-OnInit:
- disablenpc "Rune Knight Renoa#job";
- end;
-
-OnEnable:
- enablenpc "Rune Knight Renoa#job";
- end;
-
-OnDisable:
- disablenpc "Rune Knight Renoa#job";
- end;
-}
-
-job3_rune02,34,34,7 script Rune Knight Velpino#job 468,{
- set .@tigris,rand(1,6);
- if ((job_rune_edq == 4) && (!$@job_rune_test2)) {
- if (.@tigris == 1) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02", "Rune Knight Velpino : You are not one who gets to fall down in this kind of place.",bc_map,"0xFFFF00";
- //UseSkillToPC 28 8 60 90
- skilleffect "AL_HEAL",1500;
- heal 1500,0;
- initnpctimer;
- }
- else if ((.@tigris == 2) || (.@tigris == 4)) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02", "Rune Knight Velpino : Charge! Knock them all down!",bc_map,"0xFFFF00";
- //UseSkillToPC 29 0 0 0
- skilleffect "AL_INCAGI",0;
- initnpctimer;
- }
- else if (.@tigris == 3) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02", "Rune Knight Velpino : You are not alone. We are by your side.",bc_map,"0xFFFF00";
- //UseSkillToPC 34 0 0 0
- skilleffect "AL_BLESSING",0;
- initnpctimer;
- }
- else if (.@tigris == 5) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02", "Rune Knight Velpino : Fight and win! Do not hesitate in the face of this test!",bc_map,"0xFFFF00";
- sc_start SC_FREEZE,10000,0;
- initnpctimer;
- }
- else if (.@tigris == 6) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02", "Rune Knight Velpino : It's not a big trial for a true Rune Knight!",bc_map,"0xFFFF00";
- sc_start SC_SLEEP,10000,0;
- initnpctimer;
- }
- else {
- donpcevent "job_rune_edq#1st_con_nc::Onuse";
- }
- }
- else {
- donpcevent "job_rune_edq#1st_con_nc::Onuse";
- }
- end;
-
-OnTimer5000:
- set $@job_rune_test2,0;
- donpcevent "job_rune_edq#1st_con_nc::Onuse";
- stopnpctimer;
- end;
-
-OnInit:
- disablenpc "Rune Knight Velpino#job";
- end;
-
-OnEnable:
- enablenpc "Rune Knight Velpino#job";
- end;
-
-OnDisable:
- disablenpc "Rune Knight Velpino#job";
- end;
-}
-
-job3_rune02,2,1,0 script job_rune_edq#3rd_broad -1,{
-OnInit:
- disablenpc "job_rune_edq#3rd_broad";
- end;
-
-OnEnable:
- initnpctimer;
- end;
-
-OnDisable:
- stopnpctimer;
- disablenpc "job_rune_edq#3rd_broad";
- end;
-
-OnTimer5000:
- mapannounce "job3_rune02", "I'll start the last test of the Rune Knight Job change.",bc_map,"0xFFFF00";
- end;
-
-OnTimer8000:
- mapannounce "job3_rune02", "Get rid of monsters appearing here within 8 minutes by using the provided rune stones.",bc_map,"0xFFFF00";
- end;
-
-OnTimer11000:
- mapannounce "job3_rune02", "If you die or can't get rid of all the monsters within the time limit, I'll consider the try as a failure.",bc_map,"0xFFFF00";
- end;
-
-OnTimer14000:
- mapannounce "job3_rune02", "Now I'll start the test.",bc_map,"0xFFFF00";
- donpcevent "job_rune_edq#3rd_con::OnEnable";
- donpcevent "job_rune_edq#3rd_broad::OnDisable";
- end;
-}
-
-job3_rune02,2,2,0 script job_rune_edq#3rd_con -1,{
-OnInit:
- disablenpc "job_rune_edq#3rd_con";
- end;
-
-OnEnable:
- initnpctimer;
- donpcevent "job_rune_edq#3rd_con_1::OnEnable";
- end;
-
-OnDisable:
- stopnpctimer;
- donpcevent "job_rune_edq#3rd_con_1::OnDisable";
- donpcevent "job_rune_edq#3rd_con_2::OnDisable";
- donpcevent "job_rune_edq#3rd_con_3::OnDisable";
- disablenpc "job_rune_edq#3rd_con";
- end;
-
-OnTimer480000:
- killmonsterall "job3_rune02";
- mapannounce "job3_rune02", "You reached the limit time so I'll consider the test as a failure.",bc_map,"0xFFFF00";
- end;
-
-OnTimer482000:
- mapwarp "job3_rune02","job3_rune01",80,65;
- donpcevent "job_rune_edq#1st_broad::OnDisable";
- donpcevent "job_rune_edq#1st_control::OnDisable";
- donpcevent "job_rune_edq#1st_con_nc::OnDisable";
- donpcevent "job_rune_edq#1st_con_mc2::OnDisable";
- donpcevent "job_rune_edq#1st_con_mc::OnDisable";
- donpcevent "job_rune_edq#3rd_broad::OnDisable";
- donpcevent "job_rune_edq#3rd_con::OnDisable";
- donpcevent "#RK Test Hidden Portal 1::OnEnable";
- set $@job_rune_test1,0;
- set $@job_rune_test2,0;
- stopnpctimer;
- end;
-}
-
-job3_rune02,2,3,0 script job_rune_edq#3rd_con_1 -1,{
-OnInit:
- disablenpc "job_rune_edq#3rd_con_1";
- end;
-
-OnEnable:
- enablenpc "job_rune_edq#3rd_con_1";
- monster "job3_rune02",40,40,"Executioner",2039,1,"job_rune_edq#3rd_con_1::OnMyMobDead";
- end;
-
-OnDisable:
- killmonster "job3_rune02","job_rune_edq#3rd_con_1::OnMyMobDead";
- disablenpc "job_rune_edq#3rd_con_1";
- end;
-
-OnMyMobDead:
- if (mobcount("job3_rune02","job_rune_edq#3rd_con_1::OnMyMobDead") < 1) {
- set job_rune_edq,19;
- killmonster "job3_rune02","job_rune_edq#3rd_con_1::OnMyMobDead";
- donpcevent "job_rune_edq#3rd_con_2::OnEnable";
- donpcevent "job_rune_edq#3rd_con_1::OnDisable";
- }
- end;
-}
-
-job3_rune02,2,4,0 script job_rune_edq#3rd_con_2 -1,{
-OnInit:
- disablenpc "job_rune_edq#3rd_con_2";
- end;
-
-OnEnable:
- enablenpc "job_rune_edq#3rd_con_2";
- monster "job3_rune02",40,40,"Ogretooth",2040,1,"job_rune_edq#3rd_con_2::OnMyMobDead";
- end;
-
-OnDisable:
- killmonster "job3_rune02","job_rune_edq#3rd_con_2::OnMyMobDead";
- disablenpc "job_rune_edq#3rd_con_2";
- end;
-
-OnMyMobDead:
- if (mobcount("job3_rune02","job_rune_edq#3rd_con_2::OnMyMobDead") < 1) {
- set job_rune_edq,20;
- killmonster "job3_rune02","job_rune_edq#3rd_con_2::OnMyMobDead";
- donpcevent "job_rune_edq#3rd_con_3::OnEnable";
- donpcevent "job_rune_edq#3rd_con_2::OnDisable";
- }
- end;
-}
-
-job3_rune02,2,5,0 script job_rune_edq#3rd_con_3 -1,{
-OnInit:
- disablenpc "job_rune_edq#3rd_con_3";
- end;
-
-OnEnable:
- enablenpc "job_rune_edq#3rd_con_3";
- monster "job3_rune02",40,40,"Mysteltainn",2041,1,"job_rune_edq#3rd_con_3::OnMyMobDead";
- end;
-
-OnDisable:
- killmonster "job3_rune02","job_rune_edq#3rd_con_3::OnMyMobDead";
- disablenpc "job_rune_edq#3rd_con_3";
- end;
-
-OnMyMobDead:
- if (mobcount("job3_rune02","job_rune_edq#3rd_con_3::OnMyMobDead") < 1) {
- set job_rune_edq,21;
- changequest 3217,3218;
- erasequest 3220;
- killmonster "job3_rune02","job_rune_edq#3rd_con_3::OnMyMobDead";
- mapannounce "job3_rune02", "Congratulations. You've passed the second test.",bc_map,"0xFFFF00";
- mapwarp "job3_rune02","job3_rune01",80,65;
- donpcevent "job_rune_edq#1st_broad::OnDisable";
- donpcevent "job_rune_edq#1st_control::OnDisable";
- donpcevent "job_rune_edq#1st_con_nc::OnDisable";
- donpcevent "job_rune_edq#1st_con_mc2::OnDisable";
- donpcevent "job_rune_edq#1st_con_mc::OnDisable";
- donpcevent "job_rune_edq#3rd_broad::OnDisable";
- donpcevent "job_rune_edq#3rd_con::OnDisable";
- donpcevent "#RK Test Hidden Portal 1::OnEnable";
- set $@job_rune_test1,0;
- set $@job_rune_test2,0;
- }
- end;
-}
-
-job3_rune01,92,62,3 script Kafra Employee#rk 114,{
- cutin "kafra_04",2;
- mes "[Kafra Employee]";
- mes "Hello. Kafra Service are always with you.";
- mes "What can I help you with?";
- next;
- switch(select("Use Storage:Rent a Pushcart:Use Teleport Service:Check Other Information:Cancel")) {
- case 1:
- if(basicskillcheck() && getskilllv("NV_BASIC") < 6){
- mes "[Kafra Employee]";
- mes "I'm sorry, but you";
- mes "need the Novice's";
- mes "Basic Skill Level 6 to";
- mes "use the Storage Service.";
- }
- else if ((countitem(7059) != 0) || (Zeny >= 50)) {
- if (countitem(7059) != 0)
- delitem 7059,1; //Cargo_Free_Ticket
- else {
- set RESRVPTS,RESRVPTS+5;
- set zeny,zeny-80;
- }
- mes "[Kafra Employee]";
- mes "Here, let me open";
- mes "your Storage for you.";
- mes "Thank you for using";
- mes "the Kafra Service.";
- close2;
- cutin "kafra_04",255;
- openstorage;
- end;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you don't";
- mes "have enough zeny to use";
- mes "the Storage Service. Our";
- mes "Storage access fee is 80 zeny.";
- }
- break;
- case 2:
- if (BaseClass != Job_Merchant) {
- mes "[Kafra Employee]";
- mes "I'm sorry, but the";
- mes "Pushcart rental service";
- mes "is only available to Merchants,";
- mes "Blacksmiths, Master Smiths,";
- mes "Alchemists, Biochemists,";
- mes "Mechanics and Geneticists.";
- }
- else if (checkcart()) {
- mes "[Kafra Employee]";
- mes "You already have";
- mes "a Pushcart equipped.";
- mes "Unfortunately, we can't";
- mes "rent more than one to";
- mes "each customer at a time.";
- }
- else {
- if (!getskilllv("MC_CART")) {
- mes "[Kafra Employee]";
- mes "You do not have the skill level required to rent a Pushcart.";
- }
- if (countitem(7061) != 0)
- delitem 7061,1; //Cart_Free_Ticket
- else {
- mes "[Kafra Employee]";
- mes "The Pushcart rental";
- mes "fee is 700 zeny. Would";
- mes "you like to rent a Pushcart?";
- next;
- switch(select("Rent a Pushcart.:Cancel")) {
- case 1:
- if (Zeny >= 700) {
- set RESRVPTS,RESRVPTS+85;
- set zeny,zeny-700;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you";
- mes "don't have enough";
- mes "zeny to pay the Pushcart";
- mes "rental fee of 700 zeny.";
- }
- break;
- case 2:
- break;
- }
- }
- setcart;
- }
- break;
- case 3:
- mes "[Kafra Employee]";
- mes "Please tell me the destination.";
- next;
- switch(select("Izlude -> 600 z:Geffen -> 1200 z:Payon -> 1200 z:Morroc -> 1200 z:Alberta -> 1800 z:Cancel.")) {
- case 1:
- if ((countitem(7060) != 0) || (Zeny >= 600)) {
- if (countitem(7060) != 0)
- delitem 7060,1; //Warp_Free_Ticket
- else {
- set zeny,zeny-600;
- set RESRVPTS,RESRVPTS+60;
- }
- cutin "kafra_04",255;
- warp "izlude",91,105;
- end;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you don't have";
- mes "enough zeny for the Teleport";
- mes "Service. The fee to teleport";
- mes "to Izlude is 600 zeny.";
- }
- break;
- case 2:
- if ((countitem(7060) != 0) || (Zeny >= 1200)) {
- if (countitem(7060) != 0)
- delitem 7060,1; //Warp_Free_Ticket
- else {
- set zeny,zeny-1200;
- set RESRVPTS,RESRVPTS+120;
- }
- cutin "kafra_04",255;
- warp "geffen",120,39;
- end;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you don't have";
- mes "enough zeny for the Teleport";
- mes "Service. The fee to teleport";
- mes "to Geffen is 1,200 zeny.";
- }
- break;
- case 3:
- if ((countitem(7060) != 0) || (Zeny >= 1200)) {
- if (countitem(7060) != 0) {
- delitem 7060,1; //Warp_Free_Ticket
- }
- else {
- set zeny,zeny-1200;
- set RESRVPTS,RESRVPTS+120;
- }
- cutin "kafra_04",255;
- warp "payon",161,58;
- end;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you don't have";
- mes "enough zeny for the Teleport";
- mes "Service. The fee to teleport";
- mes "to Payon is 1,200 zeny.";
- }
- break;
- case 4:
- if ((countitem(7060) != 0) || (Zeny >= 1200)) {
- if (countitem(7060) != 0)
- delitem 7060,1; //Warp_Free_Ticket
- else {
- set zeny,zeny-1200;
- set kf_100_pit,kf_100_pit+1;
- set kf_10_pit,kf_10_pit+2;
- }
- cutin "kafra_04",255;
- warp "morocc",156,46;
- end;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you don't have";
- mes "enough zeny for the Teleport";
- mes "Service. The fee to teleport";
- mes "to Morroc is 1,200 zeny.";
- }
- break;
- case 5:
- if ((countitem(7060) != 0) || (Zeny >= 1800)) {
- if (countitem(7060) != 0)
- delitem 7060,1; //Warp_Free_Ticket
- else {
- set zeny,zeny-1800;
- set RESRVPTS,RESRVPTS+180;
- }
- cutin "kafra_04",255;
- warp "alberta",117,56;
- end;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you don't have";
- mes "enough zeny for the Teleport";
- mes "Service. The fee to teleport";
- mes "to Alberta is 1,800 zeny.";
- }
- break;
- case 6:
- break;
- }
- break;
- case 4:
- switch(select("Check Special Reserve Points.:Cancel")) {
- case 1:
- mes "[Kafra Employee]";
- mes "Let's see...";
- mes "" + strcharinfo(0) + "...";
- mes "Ah, you have a total of";
- mes "" + RESRVPTS + " Special Reserve Points.";
- next;
- mes "[Kafra Employee]";
- mes "You can exchange your";
- mes "Special Reserve Points for";
- mes "rewards at the Kafra Main Office in Al De Baran. Please use our";
- mes "convenient services to see the benefits of our rewards program.";
- break;
- case 2:
- break;
- }
- break;
- case 5:
- mes "[Kafra Employee]";
- mes "We, here at Kafra Corporation,";
- mes "are always endeavoring to provide you with the best services. We hope that we meet your adventuring needs and standards of excellence.";
- break;
- }
- close2;
- cutin "kafra_04",255;
- end;
-}
-
-/*
-npc "sec_in02" "·ûÎÄÆïʿתְÈ볡¹ÜÀíԱ" 4_M_KNIGHT_SILVER 34 167 3 1 1
- mes "ÇëÊäÈëÃÜÂ롣";
- next;
- set keyword,1854;
- input .@input$;
- if (inputstr == keyword) {
- mes "·ûÎÄÆïʿתְ¹ÜÀíģ¿鿪ʼ";
- next;
- switch(select("¼ì²éȫ¾ֱäÁ¿:Ð޸Äȫ¾ֱäÁ¿")) {
- case 1:
- set rune_global,job_rune_test1;
- set rune_mapcount,job3_rune02.gat;
- mes "µ±ǰ·ûÎÄÆïʿתְ±äÁ¿ÊÇ" + rune_global + "¡£";
- mes "µ±ǰ·ûÎÄÆïʿ¿¼³¡ÖеÄÈËÊýΪ" + rune_mapcount + "Èˡ£";
- close;
- break;
- case 2:
- set rune_global,job_rune_test1;
- set $@job_rune_test1,0;
- mes "½«·ûÎÄÆïʿתְȫ¾ֱäÁ¿Ð޸ÄΪ0¡£¿¼³¡¿ÉÒÔʹÓá£";
- close;
- break;
- }
- }
- else {
- }
-}
-*/
+prt_in,162,24,3 script Splendid-Looking Knight 470,{
+ if (Upper == 4) {
+ // custom translation
+ mes "[Rune Knight Manuel]";
+ mes "You're certainly a big child. Where are your parents?";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "Your parents wouldn't happen to be a Knight, or Rune Knight, would they? You should introduce me to them.";
+ close;
+ }
+ else {
+ if (BaseClass == Job_Rune_Knight) {
+ mes "[Rune Knight Manuel]";
+ mes "Your are now a member of our select brethren. I can still remember when I first met you.";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "Strive to live the way of the sword with honor...";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "Cheers to our new future...";
+ close;
+ }
+ else {
+ if (job_rune_edq == 0) {
+ mes "[Rune Knight Manuel]";
+ mes "There are many paths one can take in the world. Most people can see their path but don't really follow it...";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "Anyway the drinks here are really good. Would you like to have one?";
+ next;
+ switch(select("Sure, let's have a drink.:I refuse.")) {
+ case 1:
+ if (BaseJob == Job_Knight) {
+ mes "[Rune Knight Manuel]";
+ mes "You walk the way of sword too don't you? Then we can understand each other. Drinks taste better when it's with a fellow Swordman.";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "I'll buy this round.";
+ mes "A toast to friendship~";
+ next;
+ if ((BaseLevel > 98) && (JobLevel > 49)) {
+ mes "[Rune Knight Manuel]";
+ mes "In my opinion you seem to be ready to start a new way...";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "Walking the way of the sword is a perpetual battle. From now on you may have a rough journey ahead of you...";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "If you want to walk on your new way and surpass your current limits, I'm willing to help you.";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "The true way of a Swordman who learned harmony to break the limit of a sword is a Rune Knight.";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "Won't you join our brethren? You look like you're fully qualified to become one of us.";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "If you are interested, I'll introduce you to the masters who will guide you to the way of the Rune Knight with my recommendation.";
+ next;
+ switch(select("I am not ready yet.:I'm ready to be a Rune Knight.")) {
+ case 1:
+ mes "[Rune Knight Manuel]";
+ mes "Right. Every challenge always needs preparation. Okay, I'll wait for you.";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "Of course, I would only accept you if you are one hundred percent sure of your conviction to become a Rune Knight.";
+ close;
+ case 2:
+ mes "[Rune Knight Manuel]";
+ mes "You're sure now?";
+ mes "Let me send a dispatch to my comrades that you are willing to join our ranks.";
+ next;
+ set job_rune_edq,1;
+ setquest 3200;
+ mes "[Rune Knight Manuel]";
+ mes "You know the place called Glast Heim? There's a Rune Knight waiting for you there, he will guide you to the entrance of Glast Heim Tower.";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "My name is Manuel. I am called the Rune Knight of Brilliance. When you tell him that you are a Rune Knight candidate with my recommendation, he will handle the rest.";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "I will wait for the day that you become our comrade as a true Rune Knight.";
+ close;
+ }
+ }
+ else {
+ mes "[Rune Knight Manuel]";
+ mes "If you continually walk the way of the sword, you will eventually feel the limits of your powers. Like myself before...";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "When the time comes there will be a way to help you surpass that limit. Until the day that your strength has grown comes, we can at least still have a drink together.";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "A toast to the day that your strength can withstand the powers of a Rune Knight!";
+ close;
+ }
+ }
+ else {
+ mes "[Rune Knight Manuel]";
+ mes "I believe that the wind of change is not always a good one.";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "Just like the taste of this drink. I wish the taste of this drink is kept here forever.";
+ close;
+ }
+ case 2:
+ mes "[Rune Knight Manuel]";
+ mes "Are you sure? You don't know the true elegance of these drinks...";
+ close;
+ }
+ }
+ else if (job_rune_edq == 1) {
+ mes "[Rune Knight Manuel]";
+ mes "The Rune Knight is waiting for you at Glast Heim. He will guide you to the entrance of Glast Heim Tower.";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "Tell him that you are a candidate to be a Rune Knight and he will handle the rest.";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "I will wait for the day you become our comrade as a true Rune Knight.";
+ close;
+ }
+ else {
+ mes "[Rune Knight Manuel]";
+ mes "Don't you have things to do right now?";
+ next;
+ mes "[Rune Knight Manuel]";
+ mes "No? Well then never mind.";
+ mes "Don't you love the smell of alcohol?";
+ close;
+ }
+ }
+ }
+}
+
+glast_01,44,363,3 script Guide, Jungberg 468,{
+ if (BaseClass == Job_Rune_Knight) {
+ mes "[Guide, Jungberg]";
+ mes "Oh you must be, " + strcharinfo(0) + ".";
+ mes "Welcome.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "We are looking forward to you helping the Rune Knights spread honor throughout the world.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "So, What can I help you with?";
+ next;
+ switch(select("I want to go to the gathering place.:Nothing.")) {
+ case 1:
+ mes "[Guide, Jungberg]";
+ mes "Right. I'll send you right now. I'll see you soon.";
+ close2;
+ warp "job3_rune01",80,65;
+ end;
+ case 2:
+ close;
+ }
+ }
+ else if (BaseJob == Job_Knight) {
+ if (job_rune_edq == 0) {
+ mes "[Guide, Jungberg]";
+ mes "Are you a cursed ghost of this place? Or are you an ignorant adventurer?";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "If you are a breathing human, then listen to me carefullly. I wouldn't risk my life here by hesitating to talk to just anyone.";
+ next;
+ switch(select("Who are you?:What are you doing here?:Cancel.")) {
+ case 1:
+ if (BaseJob == Job_Knight) {
+ mes "[Guide, Jungberg]";
+ mes "I am the only knight who's keeping the way of the Swordman in this cursed place Glast Heim.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "If you also follow the way of the Swordman our paths will most certainly cross again when you have reached your full potential.";
+ close;
+ }
+ else {
+ mes "[Guide, Jungberg]";
+ mes "I am the only knight who's keeping the way of the Swordman in this cursed place Glast Heim.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "Since you don't walk the way of the Sword, you wouldn't understand our spirit. I can manage by myself. Follow your own path.";
+ close;
+ }
+ case 2:
+ if (BaseJob == Job_Knight) {
+ mes "[Guide, Jungberg]";
+ mes "I am a man walking the way of the Sword. But I'm not exactly the same as the likes of you, Rune-Midgart knight.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "We are not like the other Knights who are absorbed with pomp and circumstance so you may not know of us yet.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "We are the Rune Knights. A group that leads the true power as well as the physical strength to the righteous way of the Sword.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "We have been living in secret here in the deep of Glast Heim for a half century but it's time to let the world know our purpose.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "Now there are many instructors who are looking for talented Sword wielders in various places of Rune Midgard. They are looking for a people who will join the true way of the Sword.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "If you wish to join the Rune Knights. Please get a recommendation from one of the guides and come to me again.";
+ close;
+ }
+ else {
+ mes "[Guide, Jungberg]";
+ mes "We are not like the other Knights who are absorbed with pomp and circumstance so you may not know of us yet.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "We are the Rune Knights. A group that leads the true power as well as the physical strength to the righteous way of the Sword.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "We have been living in secret here in the deep of Glast Heim for a half century but it's time to let the world know our purpose.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "Now there are many instructors who are looking for talented Sword wielders in various places of Rune Midgard. They are looking for a people who will join the true way of the Sword.";
+ next;
+ mes "[Guide, Jungberg]";
+ // custom translation
+ mes "Unfortunately, you are pursuing a different path than our people...I hope you can follow their path and convictions.";
+ close;
+ }
+ case 3:
+ close;
+ }
+ }
+ else if (job_rune_edq == 1) {
+ mes "[Guide, Jungberg]";
+ mes "Are you a cursed ghost of this place? Or are you an ignorant adventurer?";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "If you are a breathing human, then listen to me carefullly. I wouldn't risk my life here by hesitating to talk to just anyone.";
+ next;
+ switch(select("I came to be a Rune Knight.:Cancel.")) {
+ case 1:
+ mes "[Guide, Jungberg]";
+ mes "Um... Are you the Rune Knight candidate that Manuel talked about?";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "Your name is "+ strcharinfo(0) +", right? I can see clearly that you are qualified to become our comrade.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "Good. I don't have to ask anymore about your qualification to join our brethren.";
+ mes "Now I'll give you your first assignment.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "Find our Rune Knight gathering place hidden inside of Glast Heim.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "There's a place that leads to the Rune Knight's secret gathering room inside the Glast Heim Chivalry. Find that place by yourself.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "If you can find it, there'll be a person waiting to greet you, so let's start.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "Of course your life might be at risk by the ghosts of Glast Heim...but overcoming the risk shouldn't be hard for a Rune Knight candidate.";
+ set job_rune_edq,2;
+ changequest 3200,3201;
+ close;
+ case 2:
+ close;
+ }
+ }
+ else if (job_rune_edq == 2) {
+ mes "[Guide, Jungberg]";
+ mes "The 1st assignment is to find out our Rune Knight gathering place hidden inside of Glast Heim.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "There's a place that leads to the Rune Knights' secret gathering place inside Glast Heim Chivalry. Find that place by yourself.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "If you can find it, there'll be a person waiting to greet you, so let's start.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "Of course your life might be at risk by the ghosts of Glast Heim...but overcoming the risk shouldn't be hard for a Rune Knight candidate.";
+ close;
+ }
+ else {
+ mes "[Guide, Jungberg]";
+ mes "It seems that you are still taking the test. Do your best and pass all the tests.";
+ next;
+ switch(select("I want to go to the gathering place.:Quit the conversation.")) {
+ case 1:
+ mes "[Guide, Jungberg]";
+ mes "All right. I'll send you right away. I'll check you later.";
+ close2;
+ warp "job3_rune01",80,65;
+ end;
+ case 2:
+ close;
+ }
+ }
+ }
+ else {
+ mes "[Guide, Jungberg]";
+ mes "I am the only knight who's keeping the way of the Swordman in this cursed place Glast Heim.";
+ next;
+ mes "[Guide, Jungberg]";
+ mes "Since you don't walk the way of the Sword, you wouldn't understand our spirit. I can manage by myself. Follow your own path.";
+ close;
+ }
+}
+
+gl_knt02,150,55,3 script Rune Knight Staff 83,{
+ if (BaseClass == Job_Rune_Knight) {
+ mes "[Rune Knight Staff]";
+ mes "Welcome, " + strcharinfo(0) + ". Are you going to the gathering place?";
+ next;
+ switch(select("Yes, take me there.:I'm on other business.:Cancel.")) {
+ case 1:
+ mes "[Rune Knight Staff]";
+ mes "Okay, come in. I'll guide you.";
+ close2;
+ warp "job3_rune01",80,65;
+ end;
+ case 2:
+ mes "[Rune Knight Staff]";
+ mes "Oh, really? Then, keep on your work. I'll continue with my mission.";
+ close;
+ case 3:
+ close;
+ }
+ }
+ else if (BaseJob == Job_Knight) {
+ if ((job_rune_edq > 0) && (job_rune_edq < 2)) {
+ // custom translation
+ mes "[Rune Knight Staff]";
+ mes "Ah...this area is off limits, you are prohibited to be here. Please do not do anything to hinder our efforts.";
+ next;
+ mes "[Rune Knight Staff]";
+ mes "although...you seem to have the potential to become a companion to those who follow the path of the sword.";
+ next;
+ mes "[Rune Knight Staff]";
+ mes "I'm sure we'll be crossing paths before long. I believe we will meet again.";
+ close;
+ }
+ else if (job_rune_edq > 1) {
+ mes "[Rune Knight Staff]";
+ mes "You found this place correctly. Jungberg sent me to send you to the gathering place.";
+ next;
+ mes "[Rune Knight Staff]";
+ mes "When you get into the gathering place, talk to Captain Tigris. He's always waiting for new members to show up.";
+ next;
+ mes "[Rune Knight Staff]";
+ mes "Well, please follow me.";
+ close2;
+ warp "job3_rune01",80,65;
+ end;
+ }
+ end;
+ }
+ else {
+ mes "[Rune Knight Staff]";
+ mes "Wait! This place is prohibited. I don't mind you going around but, don't ever disturb me again.";
+ close;
+ }
+}
+
+job3_rune01,80,60,3 script Rune Knight Captain 470,{
+ if (!checkweight(1201,1)) {
+ mes "You've got too many things. You cannot proceed anymore. Please try again after losing some weight.";
+ close;
+ }
+ if (BaseClass == Job_Rune_Knight) {
+ if (job_rune_edq == 23) {
+ mes "[Captain Tigris]";
+ mes "Oh, I see... Please wait a moment.";
+ next;
+ mes "[Captain Tigris]";
+ mes "I forgot to check if you are qualified to get the celebration gift for changing your job..";
+ next;
+ mes "[Captain Tigris]";
+ mes "Let me check the report from the instructors who took care of your tests.";
+ next;
+ if (job_rune_edq3 == 0) {
+ // custom translation
+ mes "[Captain Tigris]";
+ mes "Ah...perfect. This result is truely rare.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Well, take this. This is a present that I've kept to give to my juniors like you.";
+ getitem 2140,1; //Energy_Rune_Guard
+ set job_rune_edq,24;
+ close;
+ }
+ else if ((job_rune_edq3 > 2) && (job_rune_edq3 < 6)) {
+ // custom translation
+ mes "[Captain Tigris]";
+ mes "Ah, what a high score. Your results were very good.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Well, take this. This is a present that I've kept to give to my juniors like you.";
+ getitem 2794,1; //Magic_Stone_Ring
+ set job_rune_edq,24;
+ close;
+ }
+ else {
+ mes "[Captain Tigris]";
+ mes "Umm, not bad. It's not a great record but you tried your best.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Well, take this. This is a present that I've kept to give to my juniors like you.";
+ getitem 15002,1; //Rune_Plate
+ set job_rune_edq,24;
+ close;
+ }
+ }
+ else {
+ mes "[Captain Tigris]";
+ mes "Hey, long time no see, " + strcharinfo(0) + ". I don't think you've got any important matters to discuss but make yourself comfortable.";
+ close;
+ }
+ }
+ else if (BaseJob == Job_Knight) {
+ if (job_rune_edq == 2) {
+ mes "A man wearing glorious armor and passion in his eyes is standing in front of me.";
+ next;
+ mes "He stares at me with an absent look and after a while he begins to talk.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Hey, are you the Rune Knight candidate that Manuel recommended? I am Captain Tigris from the Rune Knights, and your name is??";
+ next;
+ mes "[Captain Tigris]";
+ mes "Oh, I've heard it before but I've forgotten it. Right, were you " + strcharinfo(0) + "? I truly welcome you from the heart for coming here.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Let's see. How many candidates have come to this room? Hey, Lunarea, which candidate is this one here?";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "... 172nd.";
+ next;
+ mes "[Captain Tigris]";
+ mes "She says so my friend. Actually I don't want to see the next one. So please do well.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Let me see... Manual and Jungberg must have finished the basic verification, then let's start the test right away.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Lunarea, proceed with the first test.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "...";
+ next;
+ mes "This pale-skinned female Rune Knight called Lunarea is nodding her head quietly and watching me.";
+ next;
+ mes "[Captain Tigris]";
+ mes "The test begins now. First, you'll get the 1st test from that beautiful icy lady, so please try your best.";
+ next;
+ mes "[Captain Tigris]";
+ mes "When the test is done, talk to me. Anyway you'll need to care about the tests progressing with other people.";
+ next;
+ set job_rune_edq,3;
+ changequest 3201,3202;
+ mes "[Captain Tigris]";
+ mes "Well then, I'll be waiting here so take the test.";
+ close;
+ }
+ else if (job_rune_edq == 3) {
+ mes "[Captain Tigris]";
+ mes "Now the test begins. First, you'll get the 1st test from that beautiful icy lady, so please try your best.";
+ next;
+ mes "[Captain Tigris]";
+ mes "When the test is done, talk to me... anyway you'll need to care about the tests progressing with other people.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Well then, I'll be waiting here so take the test.";
+ close;
+ }
+ else if ((job_rune_edq > 3) && (job_rune_edq < 6)) {
+ mes "[Captain Tigris]";
+ mes "Hey you, weren't you testing? Lunarea, what happened? Is the test all done?";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "......";
+ next;
+ mes "She just shakes her head without saying any word, and stares at me. She has piercing eyes.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Okay Lunarea. Hey, listen to me carefully. Lunarea is a poor talker and quiet but you shouldn't ignore her.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Even for me... no, any one of us who upsets her wouldn't be able to deal with that.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "......";
+ next;
+ mes "[Captain Tigris]";
+ mes "Whoa don't look at me like that. Okay, you see that? Aspiring Rune Knight. Go back to Lunarea and take the test as she says. That'll be good for you.";
+ close;
+ }
+ else if (job_rune_edq == 6) {
+ mes "[Captain Tigris]";
+ mes "Umm, it seems that you've passed Lunarea's test? I guess I won't have to test more for the basics.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Undeniably our Rune Knights have some differences but we should not forget our Swordman roots.";
+ next;
+ mes "[Captain Tigris]";
+ mes "From now on, this will be the real test as a Rune Knight that you want to be. You'll need to prepare to take next test.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Renoa, I know that you've been waiting for a long time but it's your turn.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "It really has been such a long time but Lunarea's test and mine differ like the sky to the earth. I hope you won't be just a muscle-headed fool.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Hahaha. you heard that? It won't be easy this time. I hope you get through it my friend.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Go to that fiery lady in the library room to get the next test done and come back.";
+ set job_rune_edq,7;
+ changequest 3204,3205;
+ close;
+ }
+ else if ((job_rune_edq > 6) && (job_rune_edq < 16)) {
+ mes "[Captain Tigris]";
+ mes "Now, this will be the real test as a Rune Knight. You've got to prepare to take the next test.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Renoa, I know that you've been waiting for a long time but it's your turn.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "It really has been such a long time but Lunarea's test and mine differ like the sky to the earth. I hope you won't be just a muscle-headed fool.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Hahaha. you heard that? It won't be easy this time. I hope you get through it my friend.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Go to that fiery lady in the library room to get the next test done and come back.";
+ close;
+ }
+ else if (job_rune_edq == 16) {
+ mes "[Captain Tigris]";
+ mes "Oh, I heard that you've passed Renoa's test which only few people could pass.";
+ next;
+ mes "[Captain Tigris]";
+ mes "I heard that the number of candidates who've given up while taking Renoa's test has been high.";
+ next;
+ mes "[Captain Tigris]";
+ mes "You have to understand. I think it was the test that shows exactly the test instructor's personality. Hmm...";
+ next;
+ mes "[Captain Tigris]";
+ mes "Now, there's only the last test left. When you pass this, you will be on your way to officially becoming a Rune Knight.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Take the final test from the Rune Knight Velpino who is at the arsenal's right side.";
+ next;
+ mes "[Captain Tigris]";
+ mes "I'm not kidding, I am really looking forward to your new start as a Rune Knight.";
+ mes "So please do your best.";
+ set job_rune_edq,17;
+ changequest 3215,3216;
+ close;
+ }
+ else if ((job_rune_edq > 16) && (job_rune_edq < 22)) {
+ mes "[Captain Tigris]";
+ mes "Take the final test from the Rune Knight Velpino who is at the arsenal's right side.";
+ next;
+ mes "[Captain Tigris]";
+ mes "I'm not kidding, I am really looking forward to your new start as a Rune Knight. So please do your best.";
+ close;
+ }
+ else if (job_rune_edq == 22) {
+ mes "[Captain Tigris]";
+ mes "Congratulations. Now you've passed all the tests and can walk the way of a Rune Knight.";
+ next;
+ mes "[Captain Tigris]";
+ mes "I'm happy from the bottom of my heart. I'm very proud of you.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Now you can be yourself around us and stand proud as one of us.";
+ next;
+ mes "[Captain Tigris]";
+ mes "There's the evaluations from Lunarea, Renoa and Velpino who took care of your tests.";
+ next;
+ mes "[Captain Tigris]";
+ mes "It's not much but there are some gifts for new Rune Knights who got good scores on the tests.";
+ next;
+ mes "[Captain Tigris]";
+ mes "There will be a difference depending on the scores, but they are all helpful for anyone who is a Rune Knight.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Lastly, there are several things to be aware of as a Knight who's experienced a job change to a Lord Knight in Valhalla.";
+ next;
+ mes "[Captain Tigris]";
+ mes "If there's any equipment that you are wearing now, or anything you're holding, please empty it for your job change moment.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Visit the Kafra Employee to use the storage.";
+ next;
+ mes "[Captain Tigris]";
+ mes "You might know already, if you are riding a Peco Peco, you should have left it behind. If you brought it, leave it and come again.";
+ next;
+ mes "[Captain Tigris]";
+ mes "One more thing. If you have any remained skill-points, use it all and learn the skills. You won't be able to change jobs if you have any more skill points.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Well, my job is done now. Would you like to start your new life as a Rune Knight?";
+ next;
+ switch(select("Every preparation is done.:I need more time to think.")) {
+ case 1:
+ if ((Weight > 0) || (checkcart()) || (SkillPoint) || (checkfalcon()) || (checkriding())) {
+ mes "[Captain Tigris]";
+ mes "Weren't you listening?";
+ next;
+ mes "[Captain Tigris]";
+ mes "If there's any equipment that you are wearing now, or anything you're holding. Please empty it for your job change moment.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Talk to the Kafra Employee to use the storage.";
+ next;
+ mes "[Captain Tigris]";
+ mes "You might know already, if you are riding a Peco Peco, you should have left it behind. If you brought it, leave it and come again.";
+ next;
+ mes "[Captain Tigris]";
+ mes "One more thing. If you have any remained skill-points, use it all and learn the skills. You won't be able to change jobs if you have any more skill points.";
+ next;
+ mes "[Captain Tigris]";
+ mes "If you understood, then make your preparations and come back.";
+ close;
+ }
+ else {
+ if ((BaseJob != Job_Knight) && (JobLevel < 50) && (SkillPoint) && (BaseLevel < 99)) {
+ // custom translation
+ mes "[Captain Tigris]";
+ mes "You seem to be missing something?";
+ close;
+ }
+ mes "[Captain Tigris]";
+ mes "Our Master, Beljeve... and the Great Sage, Serpeone...";
+ next;
+ mes "[Captain Tigris]";
+ mes "This Knight is going to walk the way of the Rune Knights with us, so please give your blessing.";
+ next;
+ getitem 5746,1; //Rune_Circlet
+ getitem 2795,1; //Green_Apple_Ring
+ set job_rune_edq,23;
+ completequest 3219;
+ jobchange Job_Rune_Knight,Upper;
+ mes "[Captain Tigris]";
+ mes "Remember this moment forever for you are now a Rune Knight.";
+ next;
+ mes "[Captain Tigris]";
+ mes "There's a royal gift from the Rune-Midgarts Kingdom for all new Rune Knights.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Give me a second to get the royal gift and talk to me again.";
+ close;
+ }
+ case 2:
+ close;
+ }
+ }
+ }
+ else {
+ // custom translation
+ mes "[Captain Tigris]";
+ mes "I don't know how you got here...but you should not have come here.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Go back to where came from.";
+ close2;
+ warp "gl_knt02",150,55;
+ end;
+ }
+}
+
+job3_rune01,90,50,3 script Rune Knight Lunarea 469,{
+ if (BaseClass == Job_Rune_Knight) {
+ mes "She holds up her chin quietly, nods lightly and notices me.";
+ next;
+ mes "Then after a moment she puts her face down and seems absorbed with other thoughts.";
+ close;
+ }
+ else if (BaseJob == Job_Knight) {
+ if (job_rune_edq < 3) {
+ mes "This pale-skinned absent-looking female Rune Knight doesn't seem to care. Of course she doesn't seem interested with my existence";
+ close;
+ }
+ else if (job_rune_edq == 3) {
+ mes "She finally opens her mouth and begins to talk.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "5 minutes... When you endure and get rid of all, you succeed.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "In this test, Captain Tigris, Renoa, Velpino and I will visit together.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "If you want to, you can ask help from one of us. But don't think that we will always help.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "Since it's a test, getting help from us is completely your choice. It doesn't matter if you take the test with our help or all by yourself.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "When you are ready to go to the test field talk to me.";
+ next;
+ switch(select("Move to the test field now.:Give me time to get ready.")) {
+ case 1:
+ if ($@rune_test1 == 0) {
+ mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
+ set job_rune_edq,4;
+ changequest 3202,3203;
+ set $@job_rune_test1,1;
+ close2;
+ warp "job3_rune02",38,40;
+ end;
+ }
+ else {
+ // custom translation
+ mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
+ next;
+ mes "But her expression suddenly changed a bit as she looked at to speak.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "Now...the testing room is currently occupied...";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "You'll have to wait...it is regulation that the test must take place on a 1:1 level.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "Just wait over 5 minutes and it should be your turn.";
+ close;
+ }
+ case 2:
+ close;
+ }
+ }
+ else if (job_rune_edq == 4) {
+ mes "[Rune Knight, Lunarea]";
+ mes "Did you fail? But, there's no limitation to the number of times you can try.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "If you want to take the test again. I can send you to the test field.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "5 minutes... When you endure and get rid of all, you succeed.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "If you are ready to move to the test field talk to me.";
+ next;
+ switch(select("Move to the test field now.:Please give me time to prepare.")) {
+ case 1:
+ set .@test_miss_check,checkquest(3220,PLAYTIME);
+ if (.@test_miss_check == -1) {
+ if ($@rune_test1 == 0) {
+ mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
+ set $@job_rune_test1,1;
+ if (checkquest(3220) > -1) erasequest 3220;
+ setquest 3220;
+ close2;
+ warp "job3_rune02",38,40;
+ end;
+ }
+ else {
+ // custom translation
+ mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
+ next;
+ mes "But her expression suddenly changed a bit as she looked at to speak.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "Now...the testing room is currently occupied...";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "You'll have to wait...it is regulation that the test must take place on a 1:1 level.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "Just wait over 5 minutes and it should be your turn.";
+ close;
+ }
+ }
+ else if ((.@test_miss_check == 0) || (.@test_miss_check == 1)) {
+ mes "[Rune Knight, Lunarea]";
+ mes "Once someone enters into the test field you cannot enter directly. The test is taken one by one.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "When it's your turn to enter you will be sent there directly.";
+ close;
+ }
+ else if (.@test_miss_check == 2) {
+ erasequest 3220;
+ if ($@rune_test1 == 0) {
+ mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
+ set $@job_rune_test1,1;
+ setquest 3220;
+ close2;
+ warp "job3_rune02",38,40;
+ end;
+ }
+ else {
+ // custom translation
+ mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
+ next;
+ mes "But her expression suddenly changed a bit as she looked at to speak.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "Now...the testing room is currently occupied...";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "You'll have to wait...it is regulation that the test must take place on a 1:1 level.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "It will be your turn when the time is up.";
+ close;
+ }
+ }
+ case 2:
+ close;
+ }
+ }
+ else if (job_rune_edq == 5) {
+ mes "[Rune Knight, Lunarea]";
+ mes "Was your test successful?";
+ next;
+ mes "She shows a small smile which is barely visible and looks at me.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "This portion of the test is over. Go talk to Captain Tigris.";
+ set job_rune_edq,6;
+ changequest 3203,3204;
+ close;
+ }
+ else if (job_rune_edq > 5) {
+ mes "[Rune Knight, Lunarea]";
+ mes "This portion of the test is over. Go talk to Captain Tigris.";
+ next;
+ mes "[Rune Knight, Lunarea]";
+ mes "There are other tests you need to complete. I hope you do a good job.";
+ close;
+ }
+ }
+ else {
+ mes "This pale-skinned absent-looking female Rune Knight doesn't seem to care. Of course she doesn't seem interested with my existence";
+ close;
+ }
+}
+
+job3_rune01,55,50,3 script Rune Knight, Renoa 469,{
+ if (BaseClass == Job_Rune_Knight) {
+ mes "[Rune Knight, Renoa]";
+ mes "Congratulations for becoming one of us. Junior Rune Knight, " + strcharinfo(0) + ".";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Soon you'll see the way we need to go clearly.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Until then, I'll be here to discover more candidates just like you.";
+ close;
+ }
+ else if (BaseJob == Job_Knight) {
+ if (job_rune_edq < 7) {
+ mes "[Rune Knight, Renoa]";
+ mes "Are you the one who wants to be a Rune Knight? There have been so many today.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "It's too bad that there haven't been many candidates that have made it to my part of the test yet so I'm just taking a bit of a rest.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "If you are taking the Rune Knight test I hope that you try your best. This won't be as easy to pass as Lunarea's test ok?";
+ close;
+ }
+ else if (job_rune_edq == 7) {
+ mes "[Rune Knight, Renoa]";
+ mes "Finally! Is it my turn? I'm so happy.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "There have been so many candidates failing Lunarea's test that I've given up counting.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "I am Renoa. I am in charge of the teaching and testing of runes and magic for Rune Knight candidates.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Thank you for all of your trouble taking the test so far. Okay, anyway.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Well first, I'll give you an assignment. Let's start by studying. Go to the library and study these books.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Umm, ^0000FFRunes and Rune Knights^000000, ^0000FFThe Principles of Runes^000000, ^0000FFThe Making and use of Runes^000000. Start with these 3...";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Read the book thoroughly and come back. If you are the type of person who doesn't like reading and studying then it won't be easy for you to live as a Rune Knight.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Don't worry, you won't be required to have the same knowledge as the magicians of Geffen or Juno. But you can't be an idiot either.";
+ set job_rune_edq,8;
+ changequest 3205,3206;
+ close;
+ }
+ else if (job_rune_edq == 8) {
+ mes "[Rune Knight, Renoa]";
+ mes "Well first, I'll give you an assignment. Let's start by studying. Go to the library and study these books.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Umm, ^0000FFRunes and Rune Knights^000000, ^0000FFThe Principles of Runes^000000, ^0000FFThe Making and use of Runes^000000. Start with these 3...";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Read the book thoroughly and come back. If you are the type of person who doesn't like reading and studying then it won't be easy for you to live as a Rune Knight.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Don't worry, you won't be required to have the same knowledge as the magicians of Geffen or Juno. But you can't be an idiot either.";
+ close;
+ }
+ else if (job_rune_edq == 11) {
+ mes "[Rune Knight, Renoa]";
+ mes "Have you read all the books from the library? It won't be easy to read but if you are determined to be a Rune Knight, you have to have this kind of basic knowledge.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Basically, the power of magic cannot be used without training to draw out the power of nature and the elements.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Therefore, jobs such as Wizard and Sage have come out and the magic became their own sacred field.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "The leader of the Rune Knights, Beljeve, is known to have been in touch with the fairies even before the dimensional door of the Ash Vacuum was made when Satan Morroc resurrected.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "I heard a story from the magical scholars about the technology that can substantialize the essence of magic. I began a study to substantialize it to a rune by getting their help.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Our Rune Knight's were born from the result of that study, which enables practicing both the power of the sword and magic by using runes.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "You look like you don't understand why I'm repeating the teaching of the story already written in the book.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "So for the second test, you need to visit the Laphine magical scholars who had given the direct help to the birth of Rune Knights at Ash Vacuum.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Find the sage, Serpeone who's been studying and helping the Rune Knights who are out in the Rune Midgard's camp at Ash Vacuum.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "The sage has already been in touch with us for a long time so you don't need to worry about understanding Serpeone's language.c";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "If you are ready I'll guide you to the warp that moves you directly to Serpeone. Meet her and get instructions from her.";
+ set job_rune_edq,12;
+ changequest 3206,3207;
+ close;
+ }
+ else if ((job_rune_edq > 11) && (job_rune_edq < 14)) {
+ mes "[Rune Knight, Renoa]";
+ mes "If you are ready I'll open the way to the sage, Serpeone who's in the Rune Midgard post at Ash Vacuum. Are you prepared?";
+ next;
+ switch(select("Yes, I am prepared.:Not yet.")) {
+ case 1:
+ mes "[Rune Knight, Renoa]";
+ mes "Good. Then I'll send you there now. But, there's one thing I need to tell you.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "You will be sent to the Ash Vacuum. The people dispatched to the Rune Midgard post are certified adventurers and officials.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Beljeve has an agreement with the other alliance countries that the free behavior of our Rune Knights is guaranteed but...";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "If you want to move freely through all of Ash Vacuum, you'll have to go through the normal route which is acquiring qualification with the Rune Midgard alliance. It has nothing to do with us.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "The agreement only allows us to send candidates to the Rune Midgard camp and nowhere else.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Good luck.";
+ close2;
+ warp "mid_camp",235,250;
+ end;
+ case 2:
+ mes "[Rune Knight, Renoa]";
+ mes "If you are ready talk to me again. I'm free anytime.";
+ close;
+ }
+ }
+ else if (job_rune_edq == 14) {
+ mes "[Rune Knight, Renoa]";
+ mes "Umm, you're back? How's it like in the Ash Vacuum?";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Well, a person of your strength must have been there already no?";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Now its time to take the test concerning runes. I know that you have been through quite a complicated process.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "I am going to give you a test that allows you to deal with runes directly.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "In this test you will be making a rune stone yourself which will also be used for your last test.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "If you remember what you read in the library just before, you'll be able to produce a rune stone here without my explanation.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "If you succeed in making the rune stone it will automatically become the rune stone you'll use for yourself when you become a Rune Knight, so try your best.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "The total number of rune stones you need to make is 20.";
+ mes "Remember that well.";
+ set job_rune_edq,15;
+ changequest 3213,3214;
+ close;
+ }
+ else if (job_rune_edq == 15) {
+ mes "[Rune Knight, Renoa]";
+ mes "In this test you will be making a rune stone yourself which is going to be used for your last test.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "If you remember the books you've read in the library just before, you'll be able to produce a rune stone here without my explanation.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "If you succeed in making the rune stone automatically it becomes the rune stone you'll use for yourself when you succeed, and it's delivered to Captain Tigris...so try hard.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "The number of total rune stones you need to make is exactly 20. Remember that well.";
+ next;
+ switch(select("Check number of made runes?:I've made all the 20 rune stones.")) {
+ case 1:
+ mes "[Rune Knight, Renoa]";
+ mes "The number of rune stones made 'til now is " + job_rune_edq2 + ".";
+ close;
+ case 2:
+ if (job_rune_edq2 == 20) {
+ mes "[Rune Knight, Renoa]";
+ mes "You've brought just the right amount. I'll hand over all the finished rune stones to Captain Tigris.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Because there is a test waiting for you that uses these rune stones.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Here, you've passed. Go back to Captain Tigris and complete the next test.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Ha! You did a good job considering how difficult my test is. If you were nervous, you can relax now.";
+ set job_rune_edq,16;
+ changequest 3214,3215;
+ close;
+ }
+ else if (job_rune_edq2 > 20) {
+ mes "[Rune Knight, Renoa]";
+ mes "Wow! What's this? You've made over 20. It's ok for now but remember to follow directions next time.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "You've brought just the right amount. I'll hand over all the made rune stones to Captain Tigris.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Because there a test waiting for you to use these rune stones.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Here, you've passed. Go back to Captain Tigris and complete the next test.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Ha! You did a good job considering how difficult my test is. If you were nervous, you can relax now.";
+ set job_rune_edq,16;
+ close;
+ }
+ else {
+ mes "[Rune Knight, Renoa]";
+ mes "Hey! I think I told you to make at least 20.";
+ close;
+ }
+ }
+ }
+ else {
+ mes "[Rune Knight, Renoa]";
+ mes "Become a proud Rune Knight.";
+ close;
+ }
+ }
+ else {
+ // custom translation
+ mes "[Rune Knight, Renoa]";
+ mes "HOw...how did you get in here?! Captain we have a spy!";
+ next;
+ mes "[Captain Tigris]";
+ mes "Ah? What are you talking about, Renoa? Do not talk in such a manner! You make us sound like criminals.";
+ next;
+ mes "[Rune Knight, Renoa]";
+ mes "Well, there is an unidentified individual here.";
+ next;
+ mes "[Captain Tigris]";
+ mes "Ah...hey, friend, come over here and let us talk a moment...";
+ close;
+ }
+}
+
+job3_rune01,58,51,1 script Rune Furance 844,{
+ if (job_rune_edq < 15) {
+ mes "[Rune Knight Renoa]";
+ mes "You don't want to touch that thing. Believe me, I'm not kidding.";
+ close;
+ }
+ else if (job_rune_edq == 15) {
+ set .@job_rune_crash,5;
+ set .@job_rune_test_rand,rand(1,24);
+ mes "I can see a hole under the huge Rune Stone Statue behind Renoa. Clearly this is a mass-produced rune heating furnace that I read in the book.";
+ next;
+ switch(select("Use the Rune Heating Furnace:Stop.")) {
+ case 1:
+ if (.@job_rune_test_rand == 1) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "This red hot spiral is...";
+ next;
+ input .@input$;
+ set .@ans$,"Ehwaz";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Eiwaz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ // occurances of this line are all custom. I couldn't get the damn thing to fail and give me the line.
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Eiwaz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 2) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this violet oblique line shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Osilla";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Othlia rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Othlia rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 3) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "This live emerald diamond rune is...";
+ next;
+ input .@input$;
+ set .@ans$,"Mannaz";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Mannaz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Mannaz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 4) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with an emerald round shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Ansuz";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Ansuz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Ansuz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 5) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this skyblue star shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Hagalaz";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Hagalaz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Hagalaz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 6) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "This flashing with a red diamond shape rune is...";
+ next;
+ input .@input$;
+ set .@ans$,"Kano";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Kano rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Kano rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 7) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this skyblue oblique line shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Rhydo";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Raido rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Raido rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 8) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this yellow round shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Turisus";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Turisus rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Turisus rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 9) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this emerald spiral line shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Dagaz";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Dagaz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Dagaz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 10) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this skyblue fan-shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Sowilo";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Sowilo rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Sowilo rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 11) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this yellow diamond shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Laguz";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Laguz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Laguz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 12) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this violet spiral line is...";
+ next;
+ input .@input$;
+ set .@ans$,"Isia";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Isia rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Isia rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 13) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this silver spiral shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Pertz";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Pertz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Pertz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 14) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this gold star shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Verkana";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Verkana rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Verkana rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 15) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this yellow cone shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Gebo";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Gebo rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Gebo rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 16) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this emerald oblique line is...";
+ next;
+ input .@input$;
+ set .@ans$,"Algiz";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Algiz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Algiz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 17) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this gray diamond is...";
+ next;
+ input .@input$;
+ set .@ans$,"Arwez";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Arwaz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Arwaz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 18) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this gold round is...";
+ next;
+ input .@input$;
+ set .@ans$,"Teiwaz";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Teiwaz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Teiwaz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 19) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this emerald star shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Wunjo";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Wunjo rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Wunjo rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 20) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this yellow round is...";
+ next;
+ input .@input$;
+ set .@ans$,"Jera";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Jera rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Jera rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 21) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this yellow fan-shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Nosiege";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Nosiege rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Nosiege rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 22) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this violet diamond shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Ingz";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Ingz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Ingz rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 23) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this silver round shape is...";
+ next;
+ input .@input$;
+ set .@ans$,"Fehu";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Fehu rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Fehu rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ else if (.@job_rune_test_rand == 24) {
+ progressbar "ffff00",5;
+ mes "The magical power of the rune pitches and tosses while it is getting shaped.";
+ next;
+ mes "The rune flashing with this violet spiral is...";
+ next;
+ input .@input$;
+ set .@ans$,"Urj";
+ set .@pc_ans$,.@input$;
+ set .@ans_chk,compare(.@ans$,.@pc_ans$);
+ if (.@ans_chk == 1) {
+ mes "[Rune Knight Renoa]";
+ mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Urj rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ set .@job_rune_crash_go,rand(1,(((job_rune_edq3+1)+.@job_rune_crash)+.@job_rune_crash_check));
+ if (.@job_rune_crash_go == 3) {
+ mes "[Rune Knight Renoa]";
+ mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "1 Urj rune was made normally.";
+ set job_rune_edq2,job_rune_edq2 + 1;
+ close;
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
+ next;
+ mes "[Rune Knight Renoa]";
+ mes "Refining the rune stone is a failure... Please try again.";
+ set job_rune_edq3,job_rune_edq3 + 1;
+ close;
+ }
+ }
+ }
+ case 2:
+ close;
+ }
+ }
+ else {
+ mes "[Rune Knight Renoa]";
+ mes "You don't want to touch that thing. Believe me, I'm not kidding.";
+ close;
+ }
+}
+
+job3_rune01,40,54,1 script Runes and Rune Knights 844,{
+ if (job_rune_edq < 8) {
+ mes "[Rune Knight Renoa]";
+ mes "Besides touching stuff in this place without permission. Would you be able to understand the contents of the book?";
+ next;
+ mes "[Captain Tigris]";
+ mes "Hey Renoa go easy on that Knight. You there too, you'd better stop touching stuff here without a permission.";
+ close;
+ }
+ else if (job_rune_edq > 7) {
+ while(1) {
+ switch(select("The birth of Rune Knights:Runes and Magic Energy:Stop Reading")) {
+ case 1:
+ set job_rune_book1_1,job_rune_book1_1+job_rune_book1_1;
+ mes "Rune Knights are the gathering of evolved swordmen who have achieved the harmony of sword and magic.";
+ next;
+ mes "It had been achieved by the legendary swordman Beljeve who's been known as a Sword Master and a founder of dispensable expenditure.";
+ next;
+ mes "Rune Knights use rune stones as a medium for magic power rather than using the magical energy made directly within the body.";
+ next;
+ mes "Magic power could only previously be used by those who can harness magic power within their bodies through a long time of research";
+ next;
+ mes "However, for the direct research on the rune magical power which had broken the human's normal concept is now ongoing.";
+ next;
+ mes "It's known that the Sword Master Beljeve felt the limit of his power, so he studied the way to overcome the physical limitation of mortals.";
+ next;
+ mes "We guess he had been already in touch with the Laphine tribe long before the dimensional rift was discovered to get to the Ash Vacuum.";
+ next;
+ mes "The Laphine tribe are the fairies from the Ash Vacuum and are known to have a close relationship to the birth of the Rune Knights.";
+ next;
+ mes "Now it's possible for those who are normally unsuitted to using magic power to carry a medium that can carry magic that normal mortals could not wield before.";
+ next;
+ mes "The result of studying these techniques are the rune stones tuned in harmony with the physical power of swords.";
+ next;
+ mes "Beljeve's disciples who started to learn the way to harmoze their swords with rune stones became known as Rune Knights.";
+ next;
+ break;
+ case 2:
+ set job_rune_book1_2,job_rune_book1_2+1;
+ mes "A jewel called as a Rune is a medium that contains the formless existence, the magical power and the essence of it can be used directly.";
+ next;
+ mes "The Laphine Sage, Serpeone and the founder of Rune Knights Beljeve co-researched runes and the result of their research has only recently become to be known to the world.";
+ next;
+ mes "It's a limitless alternative energy source and research on them is still ongoing. ";
+ next;
+ mes "Unlike humans, the living things in the Ash Vacuum preserve magical energy by holding it in their bodies.";
+ next;
+ mes "The discovery of transvering this magical power into runes was refined by Beljeve and Serpeone and shared with the Rune Knights.";
+ next;
+ break;
+ case 3:
+ if ((job_rune_book1_1 > 0) && (job_rune_book1_2 > 0) && (job_rune_edq == 8))
+ set job_rune_edq,9;
+ else if ((job_rune_book1_1 > 0) && (job_rune_book1_2 > 0) && (job_rune_edq == 9))
+ set job_rune_edq,10;
+ else if ((job_rune_book1_1 > 0) && (job_rune_book1_2 > 0) && (job_rune_edq == 10))
+ set job_rune_edq,11;
+ close;
+ }
+ }
+ }
+ end;
+}
+
+job3_rune01,43,44,1 script The Principles of Runes 844,{
+ if (job_rune_edq < 8) {
+ mes "[Rune Knight Renoa]";
+ mes "Besides touching stuff in this place without permission. Would you be able to understand the contents of the book?";
+ next;
+ mes "[Captain Tigris]";
+ mes "Hey Renoa go easy on that Knight. You there too, you'd better stop touching stuff here without a permission.";
+ close;
+ }
+ else if (job_rune_edq > 7) {
+ while(1) {
+ switch(select("The principle use of Runes:The types of Runes:Stop Reading")) {
+ case 1:
+ set job_rune_book2_1,job_rune_book2_1+1;
+ mes "A rune is a kind of symbol that's been used on the Rune Midgard continent since ancient times. Up until now it has only been used by occult circles.";
+ next;
+ mes "A rune is a kind of symbol that's been used on the Rune Midgard continent since ancient times. Up until now it has only been used by occult circles.";
+ next;
+ mes "Runes are used as a symbol system, however, by the story handed down orally, it's known to be used for fortune-telling or used to draw out the human subconsciousness.";
+ next;
+ mes "Runes have their own system and types and can draw out various powers according to how they are arranged. But their power level can't currently be measured by known means.";
+ next;
+ mes "It is fortunate that the Rune Knights discovered their use for positive means. Runes have not been used for dark magic but it is certainly possible for their power to be misused if in the wrong hands.";
+ next;
+ break;
+ case 2:
+ set job_rune_book2_2,job_rune_book2_2+1;
+ mes "The runes are created from a a total of 25 small stones and they are very fragile to physical shock. So they require special care when being handled.";
+ next;
+ mes "The 25 stones have different meanings and among these, 14 when counter-positioned can have entirely different power and meaning from the original so it's essential to study the exceptional aspects.";
+ next;
+ mes "The other 11 runes have consistent power, not influenced by any position so if you don't master all 11 ordinary runes and the 14 inverse runes, you cannot draw out all the complete power.";
+ next;
+ mes "Among the 11 ordinary runes, the blank rune is an exception.";
+ next;
+ mes "The names of the 25 rune stones are the following:";
+ next;
+ mes "Ehwaz, Osilia, Mannaz, Ansuz, Hagalas, Kano, Rhydo, Turisus, Dagaz, Sowilo, Laguz, Isia, Pertz, Verkana, Gebo, Algiz, Arwez, Teiwaz, Wunjo, Jera, Nosiege, Ingz, Fehu, Urj.";
+ next;
+ break;
+ case 3:
+ if ((job_rune_book2_1 > 0) && (job_rune_book2_2 > 0) && (job_rune_edq == 8))
+ set job_rune_edq,9;
+ else if ((job_rune_book2_1 > 0) && (job_rune_book2_2 > 0) && (job_rune_edq == 9))
+ set job_rune_edq,10;
+ else if ((job_rune_book2_1 > 0) && (job_rune_book2_2 > 0) && (job_rune_edq == 10))
+ set job_rune_edq,11;
+ close;
+ }
+ }
+ }
+ end;
+}
+
+job3_rune01,50,36,1 script Runes, Make & Use 844,{
+ if (job_rune_edq < 8) {
+ mes "[Rune Knight Renoa]";
+ mes "Besides touching stuff in this place without permission. Would you be able to understand the contents of the book?";
+ next;
+ mes "[Captain Tigris]";
+ mes "Hey Renoa go easy on that Knight. You there too, you'd better stop touching stuff here without a permission.";
+ close;
+ }
+ else if (job_rune_edq > 7) {
+ while(1) {
+ switch(select("The Making of Rune Stones:Rune Stone Ability Details:Stop Reading")) {
+ case 1:
+ set job_rune_book3_1,job_rune_book3_1+1;
+ mes "The making of Rune stones is achieved through a skill called rune mastery which is learned when one becomes a Rune Knight.";
+ next;
+ mes "Rune Mastery is like a code that's been put into the body as a mark of a Rune Knight.";
+ next;
+ mes "Ordinary people can also learn this skill and it needs its own machine called a Rune Furnace.";
+ next;
+ mes "When you making a Rune stone with a Rune Furnace, the type of rune is determined by the magical energy put into it, and it cannot be changed.";
+ next;
+ mes "When making a rune stone by using Rune Mastery, it can be made into the rune property that you want but it's classified as a Rune Knights' own ability. ";
+ next;
+ mes "When you operate the Rune Furnace , the magical energy of the body gets concentrated through it and it enables the change into a Rune Stone.";
+ next;
+ break;
+ case 2:
+ set job_rune_book3_2,job_rune_book3_2+1;
+ switch(select("Chapter One:Chapter Two:Chapter Three:Chapter Four:Stop Reading")) {
+ case 1:
+ mes "Ehwaz - This rune means the enhancement of luck and positive power. It shapes the source in the form of a red spiral in a Rune Furnace.";
+ next;
+ mes "Osilia - This rune is an equivalent exchangement which means that you lose one and you gain one, and it also means the power that needs a cost. This is shaped into the form of a violet oblique line in a Rune Furnace.";
+ next;
+ mes "Mannaz - This rune means hope and a new start and also the positive power that can reverse a desperate situation. This is shaped into the form of an emerald diamond in a Rune Furnace.";
+ next;
+ mes "Ansuz - This rune means preparation or arrangement and the power that can overcome the uneasiness of the coming future. This is shaped into the form of an emerald round in a Rune Furnace. ";
+ next;
+ mes "Hagalas - This rune means the freedom and the power that resists restraint. This is shaped into the form of a skyblue colored star-shape in a Rune Furnace.";
+ next;
+ mes "Kano - This rune means flame and passion, and the power that ends everything. The source of it is shaped into the form of a red diamond in a Rune Furnace.";
+ next;
+ break;
+ case 2:
+ mes "Rhydo - This rune means the combination and recombination and the power of completion. This is shaped into the skyblue oblique line in a Rune Furnace.";
+ next;
+ mes "Turisus - This rune means the border and the power of limitation. This is shaped into a yellow round in a Rune Furnace.";
+ next;
+ mes "Dagaz - This rune means the talent and the power of enduring adversity. This is shaped into an emerald spiral in a Rune Furnace.";
+ next;
+ mes "Sowilo - This rune means victory and success and the power of arrangement and cessation. This is shaped into the form of a skyblue fan-shape in a Rune Furnace.";
+ next;
+ mes "Laguz -This rune means uncertainty and the power that protects the inside. This is shaped into a form of a yellow diamond in a Rune Furnace.";
+ next;
+ mes "Isia - This rune means the power that stops everything. This is shaped into a violet spiral in a Rune Furnace.";
+ next;
+ break;
+ case 3:
+ mes "Pertz - This rune means revelation and the power of chance. This is shaped into the form of silver spiral in a Rune Furnace.";
+ next;
+ mes "Verkana - This rune means richness, birth and the power of defense and protection. This is shaped into the form of a gold-color star in a Rune Furnace.";
+ next;
+ mes "Gebo - This rune means cooperation and the power of harmony. This is shaped into the form of a yellow cone in a Rune Furnace.";
+ next;
+ mes "Algiz - This rune means chance and the power of challenge. This is shaped into the form of an emerald oblique line in a Rune Furnace.";
+ next;
+ mes "Arwez - This rune means change, convulsion and the power of movement. This is shaped into the form of a gray diamond in a Rune Furnace.";
+ next;
+ mes "Teiwaz - This rune means perfect victory and the power of absolute solution. This is shaped into the form of a gold round in a Rune Furnace.";
+ next;
+ break;
+ case 4:
+ mes "Wunjo - This rune means intelligence and the power of wisdom. This is shaped into the form of an emerald star in a Rune Furnace.";
+ next;
+ mes "Jera - This rune means comfort and the power of rest. This is shaped into the form of a yellow round in a Rune Furnace.";
+ next;
+ mes "Nosiege - This rune means weakness and the power of attenuating. This is shaped into the form of a yellow fan-shape in a Rune Furnace.";
+ next;
+ mes "Ingz - This rune means disruption and the power of separation. This is shaped into the form of a violet diamond in a Rune Furnace.";
+ next;
+ mes "Fehu - This rune means attainment and the power of materialization. This is shaped into the form of a silver round in a Rune Furnace.";
+ next;
+ mes "Urj - This rune means destiny and the power of restriction. This is shaped into the form of a violet spiral line in a Rune Furnace.";
+ next;
+ break;
+ case 5:
+ close2;
+ break;
+ }
+ break;
+ case 3:
+ if ((job_rune_book3_1 > 0) && (job_rune_book3_2 > 0) && (job_rune_edq == 8))
+ set job_rune_edq,9;
+ else if ((job_rune_book3_1 > 0) && (job_rune_book3_2 > 0) && (job_rune_edq == 9))
+ set job_rune_edq,10;
+ else if ((job_rune_book3_1 > 0) && (job_rune_book3_2 > 0) && (job_rune_edq == 10))
+ set job_rune_edq,11;
+ close;
+ }
+ }
+ }
+ end;
+}
+
+mid_camp,238,250,3 script Rune Knight Sage Guard 468,{
+ if (BaseClass == Job_Rune_Knight) {
+ mes "[Rune Knight Sage Guard]";
+ mes "The sage Serpeone is the one who has been with us since the beginning of the Rune Knights.";
+ next;
+ mes "[Rune Knight Sage Guard]";
+ mes "I am very proud as a Rune Knight to serve beside her.";
+ close;
+ }
+ else if (BaseJob == Job_Knight) {
+ if (job_rune_edq < 11) {
+ mes "[Rune Knight Sage Guard]";
+ mes "You might be walking the way of the sword but you are not a Rune Knight yet. Don't wander around here too much if you know what I mean.";
+ close;
+ }
+ else if (job_rune_edq > 10) {
+ mes "[Rune Knight Sage Guard]";
+ mes "Splendide is the land of the Laphine. We are offering a convenience by an agreement between the Rune Knights and the expeditionary team.";
+ next;
+ mes "[Rune Knight Sage Guard]";
+ mes "Our agents are opening the way to Splendide only for the trainees who are taking the Rune Knight job change test.";
+ next;
+ mes "[Rune Knight Sage Guard]";
+ mes "But when you become a Rune Knight, you'll need to make sure that you join the expeditionary team in order to fully explore the Ash Vacuum.";
+ close;
+ }
+ }
+ else {
+ mes "[Rune Knight Sage Guard]";
+ mes "Hanging around this man won't be good for you. Keep going the way you were heading.";
+ close;
+ }
+}
+
+mid_camp,13,138,3 script Dispatched Rune Knight#1 83,{
+ if (BaseClass == Job_Rune_Knight) {
+ mes "[Dispatch Rune Knight Agent]";
+ mes "Thanks for your work. We will continue our mission for the Rune Knight testers.";
+ close;
+ }
+ else if (BaseJob == Job_Knight) {
+ if (job_rune_edq < 11) {
+ mes "[Dispatch Rune Knight Agent]";
+ mes "Shh... Our mission is not something to be revealed to the public. Please just move along.";
+ close;
+ }
+ else if (job_rune_edq > 10) {
+ mes "[Dispatch Rune Knight Agent]";
+ mes "I've been waiting for you Rune Knight candidate. I'm helping the candidates as a favor to Ms. Serpeone.";
+ next;
+ mes "[Dispatch Rune Knight Agent]";
+ mes "Do you want to go out to the Splendide field?";
+ next;
+ switch(select("Move to Splendide field:Cancel.")) {
+ case 1:
+ warp "spl_fild01",355,325;
+ end;
+ case 2:
+ close;
+ }
+ }
+ }
+ else {
+ mes "[Dispatch Rune Knight Agent]";
+ mes "Shh... Our mission is not something to be revealed to the public. Please just move along.";
+ close;
+ }
+}
+
+spl_fild02,13,241,0 script #roadblock1 -1,10,10,{
+OnTouch:
+ if ((job_rune_edq > 0) && (job_rune_edq < 23)) {
+ mes "-Whispers of the sage Serpeone are delivered to my mind.-";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Until you become an honorable Rune Knight I cannot help you control your powers in Rune Midgard.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Please understand this and be devoted to this test.";
+ close2;
+ warp "spl_fild02",25,245;
+ }
+ end;
+}
+
+spl_fild01,361,327,3 script Dispatched Rune Knight#2 83,{
+ if (BaseClass == Job_Rune_Knight) {
+ mes "[Dispatch Rune Knight Agent]";
+ mes "Thanks for your work. We will continue our mission for the Rune Knight testers.";
+ close;
+ }
+ else if (BaseJob == Job_Knight) {
+ if (job_rune_edq < 11) {
+ mes "[Dispatch Rune Knight Agent]";
+ mes "Shh... Our mission is not something to be revealed to the public. Please just move along.";
+ close;
+ }
+ else if (job_rune_edq > 10) {
+ mes "[Dispatch Rune Knight Agent]";
+ mes "I've been waiting for you Rune Knight candidate. I'm helping the candidates as a favor to Ms. Serpeone.";
+ next;
+ mes "[Dispatch Rune Knight Agent]";
+ mes "Do you want to go back to the expeditionary team's post?";
+ next;
+ switch(select("Yes please.:Not yet.")) {
+ case 1:
+ warp "mid_camp",50,153;
+ end;
+ case 2:
+ close;
+ }
+ }
+ }
+ else {
+ mes "[Dispatch Rune Knight Agent]";
+ mes "Shh... Our mission is not something to be revealed to the public. Please just move along.";
+ close;
+ }
+}
+
+mid_camp,235,250,3 script Sage Serpeone 435,{
+ if (BaseClass == Job_Rune_Knight) {
+ mes "[Sage Serpeone]";
+ mes "Finally you are an honorable Rune Knight. I'm happy to help you.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "The power of Runes are not perfect and more research still needs to be done to make it perfectly safe. It is up to me and other Rune Knights like you to make sure to continue that research.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Please be devoted to the Runes and hopefully your life will be illuminated by it.";
+ close;
+ }
+ else if (BaseJob == Job_Knight) {
+ if (job_rune_edq < 12) {
+ mes "[Sage Serpeone]";
+ mes "It must be surprising that I, a Laphine, am here in your people's base.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Some of us have been in contact with humans in special situations since even before the dimensional rift opened up.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "I have been having correspondences with humans for a number of years now. It was for mutual interests. Anyway, that's how I learned your language.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Maybe there needs to be a machine that can translate the Laphine language to make it easier for humans to understand us.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "More than that... I cannot tell you more. I cannot speak carelessly since I'm speaking for my people here and I am on a special pass to be allowed in your camp.";
+ close;
+ }
+ else if (job_rune_edq == 12) {
+ mes "[Sage Serpeone]";
+ mes "Welcome, you are the one taking the job training test of the Rune Knights. I am Serpeone.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "All Rune Knights that you've met so far are the disciples who were taught by me and Beljeve. Now you are on your way to joining them.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "I think you've already heard a basic explanation and instructions from Renoa. Now it seems that it's my turn to help you out.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "The magical power that the Rune Knights use are not technically the same as the magical power made in the human world.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Right this place... our sphere where you call as Ash Vacuum...it's the magical power made with";
+ next;
+ mes "[Sage Serpeone]";
+ mes "The living things in this place have been preserving the magical energy in our bodies unlike the living things in the human world.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "The power of the rune stones is the way of shaping the magical power in our bodies into runes which take place of our bodies as a medium.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "So to use the rune stone you need a direct understanding of the other sphere's living things.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "But, it must be too much for you to extract the magical energy from the living things in this land yet.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Now I'll cast a magic spell on your body so you can gather magic energy from other living things.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Temporarily you'll able to extract magic energy from evil creatures in the human world. Of course you won't be able to use the energy directly...";
+ next;
+ mes "[Sage Serpeone]";
+ mes "If you store up the energy by getting rid of evil creatures in the human world, I'll convert it to the energy that you can use.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "The vicious souls that they keep even after being dead is the great source of magical powers.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Please get rid of ^0000FF10 Dullahan^000000, ^0000FF10 Disguise^000000, ^0000FF10 Quve^000000, ^0000FF10 Heirozoist^000000 and gather their energy.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "I am telling you beforehand but I don't test or judge your qualification. A Rune Knight will be the judge of that.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "If you have any problems or any questions, please talk to me.";
+ set job_rune_edq,13;
+ changequest 3207,3208;
+ setquest 3209;
+ setquest 3210;
+ setquest 3211;
+ setquest 3212;
+ close;
+ }
+ else if (job_rune_edq == 13) {
+ mes "[Sage Serpeone]";
+ mes "Are you gathering enough magical energy? Or do you have any questions?";
+ next;
+ switch(select("I've gathered enough energy.:To the gathering place.:Stop the conversation.")) {
+ case 1:
+ mes "[Sage Serpeone]";
+ mes "Is it so? Then let's check this out.";
+ next;
+ set .@rune_hunt1,checkquest(3209,HUNTING);
+ set .@rune_hunt2,checkquest(3210,HUNTING);
+ set .@rune_hunt3,checkquest(3211,HUNTING);
+ set .@rune_hunt4,checkquest(3212,HUNTING);
+ if ((.@rune_hunt1 == 2) && (.@rune_hunt2 == 2) && (.@rune_hunt3 == 2) && (.@rune_hunt4 == 2)) {
+ mes "[Sage Serpeone]";
+ mes "Umm, this is great. Enough amount of living body magical energy has accumulated in your body.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Rune Knight Renoa will tell you the way of using rune stones.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Now I think my part is all over. I hope you will become an honorable Rune Knight.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "If you have any business here, I'll send you to the Rune Knight gathering place. If you are ready, please tell me.";
+ set job_rune_edq,14;
+ changequest 3208,3213;
+ completequest 3209;
+ completequest 3210;
+ completequest 3211;
+ completequest 3212;
+ close;
+ }
+ else {
+ mes "[Sage Serpeone]";
+ mes "You haven't collected enough magical energy yet.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Please brace yourself and gather enough energy by dispatching those monsters.";
+ close;
+ }
+ break;
+ case 2:
+ mes "[Sage Serpeone]";
+ mes "You want to go back to the gathering place? If you want I'll send you back there immediately. But to continue the test you'll need to come and see me again.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Do you want to go back the Rune Knight gathering place?";
+ next;
+ switch(select("I want to go back.:I want to cancel.")) {
+ case 1:
+ warp "job3_rune01",80,65;
+ end;
+ case 2:
+ close;
+ }
+ break;
+ case 3:
+ close;
+ }
+ }
+ else if (job_rune_edq == 14) {
+ mes "[Sage Serpeone]";
+ mes "Are you ready to go back to the Rune Knight gathering place?";
+ next;
+ switch(select("I want to go back now.:I am not ready yet.")) {
+ case 1:
+ warp "job3_rune01",80,65;
+ end;
+ case 2:
+ close;
+ }
+ }
+ else if (job_rune_edq > 14) {
+ mes "[Sage Serpeone]";
+ mes "Are the preparations going well?";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Aren't you in the wrong state right now?";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Then I'll send you to the Rune Knight gathering place where you should be.";
+ next;
+ switch(select("I'll go back now.:I'll stay.")) {
+ case 1:
+ warp "job3_rune01",80,65;
+ end;
+ case 2:
+ close;
+ }
+ }
+ }
+ else {
+ mes "[Sage Serpeone]";
+ mes "It must be surprising that I, a Laphine, am here in your people's base.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Some of us have been in contact with humans in special situations since even before the dimensional rift opened up.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "I have been having correspondences with humans for a number of years now. It was for mutual interests. Anyway, that's how I learned your language.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "Maybe there needs to be a machine that can translate the Laphine language to make it easier for humans to understand us.";
+ next;
+ mes "[Sage Serpeone]";
+ mes "More than that... I cannot tell you more. I cannot speak carelessly since I'm speaking for my people here and I am on a special pass to be allowed in your camp.";
+ close;
+ }
+}
+
+job3_rune01,114,50,3 script Rune Knight Velpino 468,{
+ set .@strRetPart1,getequipisequiped(EQI_HEAD_TOP);
+ set .@strRetPart2,getequipisequiped(EQI_ARMOR);
+ set .@strRetPart3,getequipisequiped(EQI_HAND_L);
+ set .@strRetPart4,getequipisequiped(EQI_HAND_R);
+ set .@strRetPart5,getequipisequiped(EQI_GARMENT);
+ set .@strRetPart6,getequipisequiped(EQI_SHOES);
+ set .@strRetPart7,getequipisequiped(EQI_ACC_L);
+ set .@strRetPart8,getequipisequiped(EQI_ACC_R);
+ set .@strRetPart10,getequipisequiped(EQI_HEAD_MID);
+ set .@strRetPart11,getequipisequiped(EQI_HEAD_LOW);
+ if (BaseClass == Job_Rune_Knight) {
+ mes "[Rune Knight Velpino]";
+ mes "You still smell like a fledging. Bring honor to the Rune Knights and raise your power...";
+ close;
+ }
+ else if (BaseJob == Job_Knight) {
+ if (job_rune_edq < 17) {
+ mes "A very cold feeling Rune Knight dressed in black from head to toe is scowling at me.";
+ next;
+ mes "Why are all of the Rune Knights blabberers or uncommunicative and combative...?";
+ next;
+ mes "[Captain Tigris]";
+ mes "Hey... What about me? I'm not like that!";
+ close;
+ }
+ else if (job_rune_edq == 17) {
+ mes "[Rune Knight Velpino]";
+ mes "I didn't think that a candidate would make it to me today...";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "Congratulations! You are at the long-waited final test... I think you've mastered the basics now.";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "The final test is relatively simple. Everything ends when you get rid of all the magical monsters in this Glast Heim...";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "The only condition is that you have to get rid of these monsters by using the rune stones you made at the former test.";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "For this test, only a one-hand weapon, a shield or a two-handed weapon can be equipped.";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "The only set of weapons you can use should be within the weight limit of 400. Rune stones to be provided are 30 attack-only rune stones and 30 defense-only rune stones.";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "To use these runes, I will cast a special buff spell over you.";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "The magical monsters are the 3 kinds of magic monsters from Glast Heim that you might already know... It won't be an easy fight but if you just undergo this final suffering, you'll walk the path of a Rune Knight.";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "To help the preparation we've made a contract with the Kafra center in Aldebaran by employing a kafra especially for this gathering place. So it would be good to visit her.";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "If you are ready just talk to me again.";
+ set job_rune_edq,18;
+ changequest 3216,3217;
+ close;
+ }
+ else if ((job_rune_edq > 17) && (job_rune_edq < 21)) {
+ set .@rune_crush,countitem(12388);
+ set .@rune_storm,countitem(12389);
+ set .@rune_millenium,countitem(12390);
+ set .@rune_check,.@rune_crush + .@rune_storm + .@rune_millenium;
+ if (.@rune_check == 0) {
+ mes "[Rune Knight Velpino]";
+ mes "If all of your preparations are done, I'll send you to the final test field.";
+ set job_rune_edq,18;
+ next;
+ switch(select("Enter the final test field.:I'm not ready yet.")) {
+ case 1:
+ if ((.@strRetPart1 == 0) && (.@strRetPart2 == 0) && (.@strRetPart5 == 0) && (.@strRetPart6 == 0) && (.@strRetPart7 == 0) && (.@strRetPart8 == 0) && (.@strRetPart10 == 0) && (.@strRetPart11 == 0)) {
+ set .@test_miss_check,checkquest(3220,PLAYTIME);
+ if (.@test_miss_check == -1) {
+ if ($@job_rune_test1 == 0) {
+ if (Weight < 4001) {
+ set $@job_rune_test1,1;
+ //ConsumeSpecialItem Rune_Kn_Test_Int
+ sc_start SC_INCINT,300000,40;
+ getitem 12389,30; //Runstone_Storm
+ getitem 12390,30; //Runstone_Millennium
+ if (checkquest(3320) > -1) erasequest 3220;
+ setquest 3220;
+ warp "job3_rune02",38,40;
+ }
+ else {
+ mes "[Rune Knight Velpino]";
+ mes "For this test, only a one-hand weapon, a shield or a two-handed weapon can be equipped. Keep your other equipments with the Kafra Employee in the center.";
+ close;
+ }
+ }
+ else {
+ // custom translation
+ mes "[Rune Knight Velpino]";
+ mes "Looks like there is already an applicant in the test room.";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "Be patient and wait your turn,";
+ close;
+ }
+ }
+ else if ((.@test_miss_check == 0) || (.@test_miss_check == 1)) {
+ mes "[Rune Knight Velpino]";
+ mes "Haven't you failed at the test... If you fail once, you cannot enter again for 10 minutes.";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "It's a consideration for the other testers who are waiting for the test, just like you, so come back after the designated time.";
+ close;
+ }
+ else if (.@test_miss_check == 2) {
+ if ($@job_rune_test1 == 0) {
+ if (Weight < 4001) {
+ set $@job_rune_test1,1;
+ //ConsumeSpecialItem Rune_Kn_Test_Int
+ sc_start SC_INCINT,300000,40;
+ getitem 12389,30; //Runstone_Storm
+ getitem 12390,30; //Runstone_Millennium
+ if (checkquest(3320) > -1) erasequest 3220;
+ setquest 3220;
+ warp "job3_rune02",38,40;
+ }
+ else {
+ mes "[Rune Knight Velpino]";
+ mes "The only set of weapons you can use should be within the weight limit of 400. Rune stones to be provided are 30 attack-only rune stones and 30 defense-only rune stones.";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "The remained stuff you are holding should be kept by the Kafra employee in the middle.";
+ close;
+ }
+ }
+ else {
+ // custom translation
+ mes "[Rune Knight Velpino]";
+ mes "Looks like there is already an applicant in the test room.";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "Be patient and wait your turn,";
+ close;
+ }
+ }
+ end;
+ }
+ else {
+ mes "[Rune Knight Velpino]";
+ mes "For this test, only a one-hand weapon, a shield or a two-handed weapon can be equipped. Keep your other equipments with the Kafra Employee in the center.";
+ close;
+ }
+ break;
+ case 2:
+ break;
+ }
+ }
+ else {
+ set .@rune_crush,countitem(12388);
+ set .@rune_storm,countitem(12389);
+ set .@rune_millenium,countitem(12390);
+ if (.@rune_crush > 0) {
+ mes "[Rune Knight Velpino]";
+ mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
+ delitem 12388,.@rune_crush; //Runstone_Crush
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "I'll get new rune stones so if your preparation is all done, please talk to me again.";
+ close;
+ }
+ else if (.@rune_storm > 0) {
+ mes "[Rune Knight Velpino]";
+ mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
+ delitem 12389,.@rune_storm; //Runstone_Storm
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "I'll get new rune stones so if your preparation is all done, please talk to me again.";
+ close;
+ }
+ else if (.@rune_millenium > 0) {
+ mes "[Rune Knight Velpino]";
+ mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
+ delitem 12390,.@rune_millenium; //Runstone_Millennium
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "I'll get new rune stones so if your preparation is all done, please talk to me again.";
+ close;
+ }
+ else {
+ }
+ }
+ }
+ else if (job_rune_edq == 21) {
+ mes "[Rune Knight Velpino]";
+ mes "You've been very successful up to the last test.";
+ next;
+ set .@rune_crush,countitem(12388);
+ set .@rune_storm,countitem(12389);
+ set .@rune_millenium,countitem(12390);
+ set .@rune_check,.@rune_crush + .@rune_storm + .@rune_millenium;
+ if (.@rune_check == 0) {
+ mes "[Rune Knight Velpino]";
+ mes "Now all the tests you need to take are over. Go back to Captain Tigris and inform him of this test result, and then feel the deep emotion of being born again as a Rune Knight.";
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "Congratulations!";
+ mes "Well I'd better go now for the remaining candidates.";
+ set job_rune_edq,22;
+ changequest 3218,3219;
+ close;
+ }
+ else {
+ set .@rune_crush,countitem(12388);
+ set .@rune_storm,countitem(12389);
+ set .@rune_millenium,countitem(12390);
+ if (.@rune_crush > 0) {
+ mes "[Rune Knight Velpino]";
+ mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
+ delitem 12388,.@rune_crush; //Runstone_Crush
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "I'll need to re-use these unused rune stones. Talk to me again once I have taken all the test rune stones.";
+ close;
+ }
+ else if (.@rune_storm > 0) {
+ mes "[Rune Knight Velpino]";
+ mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
+ delitem 12389,.@rune_storm; //Runstone_Storm
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "I'll need to re-use these unused rune stones. Talk to me again once I have taken all the test rune stones.";
+ close;
+ }
+ else if (.@rune_millenium > 0) {
+ mes "[Rune Knight Velpino]";
+ mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
+ delitem 12390,.@rune_millenium; //Runstone_Millennium
+ next;
+ mes "[Rune Knight Velpino]";
+ mes "I'll need to re-use these unused rune stones. Talk to me again once I have taken all the test rune stones.";
+ close;
+ }
+ }
+ }
+ else {
+ mes "A very cold feeling Rune Knight dressed in black from head to toe is scowling at me.";
+ close;
+ }
+ }
+ else {
+ mes "A very cold feeling Rune Knight dressed in black from head to toe is scowling at me.";
+ close;
+ }
+}
+
+job3_rune02,38,40,0 script #RK Test Hidden Portal 1 -1,10,10,{
+OnInit:
+ enablenpc "#RK Test Hidden Portal 1";
+ end;
+
+OnEnable:
+ enablenpc "#RK Test Hidden Portal 1";
+ end;
+
+OnDisable:
+ disablenpc "#RK Test Hidden Portal 1";
+ end;
+
+OnTouch:
+ if (job_rune_edq == 4) {
+ donpcevent "job_rune_edq#1st_broad::OnEnable";
+ donpcevent "#RK Test Hidden Portal 1::OnDisable";
+ }
+ else if ((job_rune_edq > 17) && (job_rune_edq < 21)) {
+ donpcevent "job_rune_edq#3rd_broad::OnEnable";
+ donpcevent "#RK Test Hidden Portal 1::OnDisable";
+ }
+ else {
+ donpcevent "#RK Test Hidden Portal 1::OnDisable";
+ donpcevent "job_rune_edq#1st_broad::OnDisable";
+ donpcevent "job_rune_edq#1st_control::OnDisable";
+ donpcevent "job_rune_edq#1st_con_mc::OnDisable";
+ donpcevent "job_rune_edq#1st_con_mc2::OnDisable";
+ donpcevent "job_rune_edq#1st_con_nc::OnDisable";
+ donpcevent "job_rune_edq#3rd_broad::OnDisable";
+ donpcevent "job_rune_edq#3rd_con::OnDisable";
+ set $@job_rune_test1,0;
+ set $@job_rune_test2,0;
+ donpcevent "#RK Test Hidden Portal 1::OnEnable";
+ mapwarp "job3_rune02","job3_rune01",80,65;
+ }
+ end;
+}
+
+job3_rune02,1,1,0 script job_rune_edq#1st_broad -1,{
+OnInit:
+ disablenpc "job_rune_edq#1st_broad";
+ end;
+
+OnEnable:
+ initnpctimer;
+ end;
+
+OnDisable:
+ stopnpctimer;
+ disablenpc "job_rune_edq#1st_broad";
+ end;
+
+OnTimer5000:
+ mapannounce "job3_rune02", "I'll start the first test of the Rune Knight Job Change.",bc_map,"0xFFFF00";
+ end;
+
+OnTimer8000:
+ mapannounce "job3_rune02", "The content of the test is to get rid of all the monsters for 5 minutes and survive.",bc_map,"0xFFFF00";
+ end;
+
+OnTimer11000:
+ mapannounce "job3_rune02", "If you fail to survive or cannot get rid of all the monsters within the time limit, I'll consider it a failure.",bc_map,"0xFFFF00";
+ end;
+
+OnTimer14000:
+ mapannounce "job3_rune02", "Now let's start the test.",bc_map,"0xFFFF00";
+ donpcevent "job_rune_edq#1st_control::OnEnable";
+ donpcevent "job_rune_edq#1st_broad::OnDisable";
+ end;
+}
+
+job3_rune02,1,2,0 script job_rune_edq#1st_control -1,{
+OnInit:
+ disablenpc "job_rune_edq#1st_control";
+ end;
+
+OnEnable:
+ initnpctimer;
+ donpcevent "job_rune_edq#1st_con_mc::OnEnable";
+ donpcevent "job_rune_edq#1st_con_nc::OnEnable";
+ end;
+
+OnDisable:
+ stopnpctimer;
+ disablenpc "job_rune_edq#1st_control";
+ end;
+
+OnTimer300000:
+ killmonsterall "job3_rune02";
+ mapannounce "job3_rune02", "You reached the limit time so I'll consider the test as a failure.",bc_map,"0xFFFF00";
+ end;
+
+OnTimer305000:
+ donpcevent "#RK Test Hidden Portal 1::OnDisable";
+ donpcevent "job_rune_edq#1st_broad::OnDisable";
+ donpcevent "job_rune_edq#1st_control::OnDisable";
+ donpcevent "job_rune_edq#1st_con_mc::OnDisable";
+ donpcevent "job_rune_edq#1st_con_mc2::OnDisable";
+ donpcevent "job_rune_edq#1st_con_nc::OnDisable";
+ donpcevent "job_rune_edq#3rd_broad::OnDisable";
+ donpcevent "job_rune_edq#3rd_con::OnDisable";
+ donpcevent "#RK Test Hidden Portal 1::OnEnable";
+ mapwarp "job3_rune02","job3_rune01",80,65;
+ set $@job_rune_test1,0;
+ set $@job_rune_test2,0;
+ stopnpctimer;
+ end;
+}
+
+job3_rune02,3,10,0 script job_rune_edq#1st_con_mc -1,{
+OnInit:
+ disablenpc "job_rune_edq#1st_con_mc";
+ end;
+
+OnEnable:
+ enablenpc "job_rune_edq#1st_con_mc";
+ initnpctimer;
+ end;
+
+OnDisable:
+ killmonster "job3_rune02","job_rune_edq#1st_con_mc::OnMyMobDead";
+ stopnpctimer;
+ disablenpc "job_rune_edq#1st_con_mc";
+ end;
+
+Onreset:
+ killmonsterall "job3_rune02";
+ end;
+
+OnTimer5000:
+ monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ end;
+
+OnTimer50000:
+ set .@job_rune_p,rand(1,6);
+ if (.@job_rune_p == 1) {
+ monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ else if ((.@job_rune_p == 2) || (.@job_rune_p == 4)) {
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ else if ((.@job_rune_p == 3) || (.@job_rune_p == 5)) {
+ monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ else if (.@job_rune_p == 6) {
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ end;
+
+OnTimer100000:
+ set .@job_rune_p,rand(1,6);
+ if (.@job_rune_p == 1) {
+ monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ else if ((.@job_rune_p == 2) || (.@job_rune_p == 4)) {
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ else if ((.@job_rune_p == 3) || (.@job_rune_p == 5)) {
+ monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ else if (.@job_rune_p == 6) {
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ end;
+
+OnTimer150000:
+ set .@job_rune_p,rand(1,6);
+ if (.@job_rune_p == 1) {
+ monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ else if ((.@job_rune_p == 2) || (.@job_rune_p == 4)) {
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ else if ((.@job_rune_p == 3) || (.@job_rune_p == 5)) {
+ monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ else if (.@job_rune_p == 6) {
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ end;
+
+OnTimer200000:
+ set .@job_rune_p,rand(1,6);
+ if (.@job_rune_p == 1) {
+ monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ else if ((.@job_rune_p == 2) || (.@job_rune_p == 4)) {
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ else if ((.@job_rune_p == 3) || (.@job_rune_p == 5)) {
+ monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ else if (.@job_rune_p == 6) {
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc::OnMyMobDead";
+ }
+ end;
+
+OnTimer250000:
+ killmonster "job3_rune02","job_rune_edq#1st_con_mc::OnMyMobDead";
+ donpcevent "job_rune_edq#1st_con_mc2::OnEnable";
+ donpcevent "job_rune_edq#1st_con_mc::OnDisable";
+ end;
+
+OnMyMobDead:
+ end;
+}
+
+job3_rune02,3,11,0 script job_rune_edq#1st_con_mc2 -1,{
+OnInit:
+ disablenpc "job_rune_edq#1st_con_mc2";
+ end;
+
+OnEnable:
+ enablenpc "job_rune_edq#1st_con_mc2";
+ initnpctimer;
+ set .@job_rune_p,rand(1,6);
+ if (.@job_rune_p == 1) {
+ monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ }
+ else if ((.@job_rune_p == 2) || (.@job_rune_p == 4)) {
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ }
+ else if ((.@job_rune_p == 3) || (.@job_rune_p == 5)) {
+ monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ }
+ else if (.@job_rune_p == 6) {
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_con_mc2::OnMyMobDead";
+ }
+ end;
+
+OnDisable:
+ killmonster "job3_rune02","job_rune_edq#1st_con_mc2::OnMyMobDead";
+ stopnpctimer;
+ disablenpc "job_rune_edq#1st_con_mc2";
+ end;
+
+OnMyMobDead:
+ if (mobcount("job3_rune02","job_rune_edq#1st_con_mc2::OnMyMobDead") < 1) {
+ set job_rune_edq,5;
+ erasequest 3220;
+ killmonster "job3_rune02","job_rune_edq#1st_con_mc2::OnMyMobDead";
+ mapannounce "job3_rune02", "Congratulations. You've passed the first test.",bc_map,"0xFFFF00";
+ mapwarp "job3_rune02","job3_rune01",80,65;
+ donpcevent "job_rune_edq#1st_broad::OnDisable";
+ donpcevent "job_rune_edq#1st_control::OnDisable";
+ donpcevent "job_rune_edq#1st_con_nc::OnDisable";
+ donpcevent "job_rune_edq#1st_con_mc::OnDisable";
+ donpcevent "job_rune_edq#1st_con_mc2::OnDisable";
+ donpcevent "#RK Test Hidden Portal 1::OnEnable";
+ set $@job_rune_test1,0;
+ set $@job_rune_test2,0;
+ }
+ end;
+}
+
+job3_rune02,1,10,0 script job_rune_edq#1st_con_nc -1,{
+OnInit:
+ disablenpc "job_rune_edq#1st_con_nc";
+ end;
+
+OnEnable:
+ enablenpc "job_rune_edq#1st_con_nc";
+ initnpctimer;
+ end;
+
+OnDisable:
+ disablenpc "job_rune_edq#1st_con_nc";
+ set $@job_rune_test2,0;
+ donpcevent "Captain Tigris#job::OnDisable";
+ donpcevent "Rune Knight Lunarea#job::OnDisable";
+ donpcevent "Rune Knight Renoa#job::OnDisable";
+ donpcevent "Rune Knight Velpino#job::OnDisable";
+ stopnpctimer;
+ end;
+
+Onuse:
+ mapannounce "job3_rune02", "Captain Tigris : Gentleman, Let's watch the test for a while.",bc_map,"0xFFFF00";
+ stopnpctimer;
+ set $@job_rune_test2,0;
+ donpcevent "Captain Tigris#job::OnDisable";
+ donpcevent "Rune Knight Lunarea#job::OnDisable";
+ donpcevent "Rune Knight Renoa#job::OnDisable";
+ donpcevent "Rune Knight Velpino#job::OnDisable";
+ donpcevent "job_rune_edq#1st_con_nc::OnEnable";
+ end;
+
+OnTimer30000:
+ mapannounce "job3_rune02", "Captain Tigris : Rune Knight Candidates... If you want to borrow our power talk to one of us.",bc_map,"0xFFFF00";
+ donpcevent "Captain Tigris#job::OnEnable";
+ donpcevent "Rune Knight Lunarea#job::OnEnable";
+ donpcevent "Rune Knight Renoa#job::OnEnable";
+ donpcevent "Rune Knight Velpino#job::OnEnable";
+ end;
+
+OnTimer60000:
+ mapannounce "job3_rune02", "Captain Tigris : It seems you don't need our help... Let's watch the test for a while.",bc_map,"0xFFFF00";
+ stopnpctimer;
+ donpcevent "Captain Tigris#job::OnDisable";
+ donpcevent "Rune Knight Lunarea#job::OnDisable";
+ donpcevent "Rune Knight Renoa#job::OnDisable";
+ donpcevent "Rune Knight Velpino#job::OnDisable";
+ donpcevent "job_rune_edq#1st_con_nc::OnEnable";
+ end;
+}
+
+job3_rune02,34,46,5 script Captain Tigris#job 470,{
+ set .@tigris,rand(1,6);
+ if ((job_rune_edq == 4) && (!$@job_rune_test2)) {
+ if (.@tigris == 1) {
+ set $@job_rune_test2,1;
+ // custom translation
+ mapannounce "job3_rune02", "Captain Tigris : May Beljeve bless you!",bc_map,"0xFFFF00";
+ //UseSkillToPC 34 0 0 0
+ skilleffect "AL_BLESSING",0;
+ initnpctimer;
+ }
+ else if ((.@tigris == 2) || (.@tigris == 4)) {
+ set $@job_rune_test2,1;
+ mapannounce "job3_rune02", "Captain Tigris : The Spark of life... may flame again.",bc_map,"0xFFFF00";
+ //UseSkillToPC 28 8 70 99
+ skilleffect "AL_HEAL",2000;
+ heal 2000,0;
+ initnpctimer;
+ }
+ else if (.@tigris == 3) {
+ set $@job_rune_test2,1;
+ // custom translation
+ mapannounce "job3_rune02", "Captain Tigris : Evil spirits! Return to your graves!",bc_map,"0xFFFF00";
+ specialeffect2 EF_METEORSTORM;
+ donpcevent "job_rune_edq#1st_con_mc::Onreset";
+ initnpctimer;
+ }
+ else if (.@tigris == 5) {
+ set $@job_rune_test2,1;
+ // custom translation
+ mapannounce "job3_rune02", "Captain Tigris : For a Rune Knight, this kind of ordeal is nothing!",bc_map,"0xFFFF00";
+ sc_start SC_STUN,10000,0;
+ initnpctimer;
+ }
+ else if (.@tigris == 6) {
+ set $@job_rune_test2,1;
+ // custom translation
+ mapannounce "job3_rune02", "Captain Tigris : For a Rune Knight, this kind of ordeal is nothing!",bc_map,"0xFFFF00";
+ sc_start SC_BLEEDING,10000,0;
+ initnpctimer;
+ }
+ else {
+ donpcevent "job_rune_edq#1st_con_nc::Onuse";
+ }
+ }
+ else {
+ donpcevent "job_rune_edq#1st_con_nc::Onuse";
+ }
+ end;
+
+OnTimer5000:
+ donpcevent "job_rune_edq#1st_con_nc::Onuse";
+ set $@job_rune_test2,0;
+ stopnpctimer;
+ end;
+OnInit:
+ disablenpc "Captain Tigris#job";
+ end;
+
+OnEnable:
+ enablenpc "Captain Tigris#job";
+ end;
+
+OnDisable:
+ disablenpc "Captain Tigris#job";
+ end;
+}
+
+job3_rune02,43,46,3 script Rune Knight Lunarea#job 469,{
+ set .@tigris,rand(1,6);
+ if ((job_rune_edq == 4) && (!$@job_rune_test2)) {
+ if (.@tigris == 1) {
+ set $@job_rune_test2,1;
+ // custom translation
+ mapannounce "job3_rune02", "Rune Knight Lunarea : Quickly...find and strike at the enemy's vital points!",bc_map,"0xFFFF00";
+ //UseSkillToPC 29 0 0 0
+ skilleffect "AL_INCAGI",0;
+ initnpctimer;
+ }
+ else if ((.@tigris == 2) || (.@tigris == 4)) {
+ set $@job_rune_test2,1;
+ mapannounce "job3_rune02", "Rune Knight Lunarea : It's not over... you need more power...",bc_map,"0xFFFF00";
+ //UseSkillToPC 28 8 60 90
+ skilleffect "AL_HEAL",1500;
+ heal 1500,0;
+ initnpctimer;
+ }
+ else if (.@tigris == 3) {
+ set $@job_rune_test2,1;
+ // custom translation
+ mapannounce "job3_rune02", "Rune Knight Lunarea : Everything shall return from whence it came!",bc_map,"0xFFFF00";
+ //UseSkillToPC 35 0 0 0
+ skilleffect "AL_CURE",0;
+ initnpctimer;
+ }
+ else if (.@tigris == 5) {
+ set $@job_rune_test2,1;
+ mapannounce "job3_rune02", "Rune Knight Lunarea : There can't be growth without a trial.",bc_map,"0xFFFF00";
+ sc_start SC_POISON,30000,0;
+ initnpctimer;
+ }
+ else if (.@tigris == 6) {
+ set $@job_rune_test2,1;
+ mapannounce "job3_rune02", "Rune Knight Lunarea : There can't be growth without a trial.",bc_map,"0xFFFF00";
+ sc_start SC_CURSE,30000,0;
+ initnpctimer;
+ }
+ else {
+ donpcevent "job_rune_edq#1st_con_nc::Onuse";
+ }
+ }
+ else {
+ donpcevent "job_rune_edq#1st_con_nc::Onuse";
+ }
+ end;
+
+OnTimer5000:
+ donpcevent "job_rune_edq#1st_con_nc::Onuse";
+ set $@job_rune_test2,0;
+ stopnpctimer;
+ end;
+
+OnInit:
+ disablenpc "Rune Knight Lunarea#job";
+ end;
+
+OnEnable:
+ enablenpc "Rune Knight Lunarea#job";
+ end;
+
+OnDisable:
+ disablenpc "Rune Knight Lunarea#job";
+ end;
+}
+
+job3_rune02,43,34,1 script Rune Knight Renoa#job 469,{
+ set .@tigris,rand(1,6);
+ if ((job_rune_edq == 4) && (!$@job_rune_test2)) {
+ if (.@tigris == 1) {
+ set $@job_rune_test2,1;
+ // custom translation
+ mapannounce "job3_rune02", "Rune Knight Renoa : The rune of Blast! May it give you strength!",bc_map,"0xFFFF00";
+ //UseSkillToPC 29 0 0 0
+ skilleffect "AL_INCAGI",0;
+ initnpctimer;
+ }
+ else if ((.@tigris == 2) || (.@tigris == 4)) {
+ set $@job_rune_test2,1;
+ mapannounce "job3_rune02", "Rune Knight Renoa : The rune of birth! May give you the power of life!",bc_map,"0xFFFF00";
+ //UseSkillToPC 28 8 60 90
+ skilleffect "AL_HEAL",1500;
+ heal 1500,0;
+ initnpctimer;
+ }
+ else if (.@tigris == 3) {
+ set $@job_rune_test2,1;
+ // custom translation
+ mapannounce "job3_rune02", "Rune Knight Renoa : I am faster than others! Stronger than others!",bc_map,"0xFFFF00";
+ specialeffect2 EF_PIERCESELF;
+ donpcevent "job_rune_edq#1st_con_mc::Onreset";
+ initnpctimer;
+ }
+ else if (.@tigris == 5) {
+ set $@job_rune_test2,1;
+ mapannounce "job3_rune02", "Rune Knight Renoa : For a Rune Knight, this kind of ordeal is nothing!",bc_map,"0xFFFF00";
+ sc_start SC_POISON,30000,0;
+ initnpctimer;
+ }
+ else if (.@tigris == 6) {
+ set $@job_rune_test2,1;
+ mapannounce "job3_rune02", "Rune Knight Renoa : For a Rune Knight, this kind of ordeal is nothing!",bc_map,"0xFFFF00";
+ sc_start SC_CURSE,30000,0;
+ initnpctimer;
+ }
+ else {
+ donpcevent "job_rune_edq#1st_con_nc::Onuse";
+ }
+ }
+ else {
+ donpcevent "job_rune_edq#1st_con_nc::Onuse";
+ }
+ end;
+
+OnTimer5000:
+ set $@job_rune_test2,0;
+ donpcevent "job_rune_edq#1st_con_nc::Onuse";
+ stopnpctimer;
+ end;
+
+OnInit:
+ disablenpc "Rune Knight Renoa#job";
+ end;
+
+OnEnable:
+ enablenpc "Rune Knight Renoa#job";
+ end;
+
+OnDisable:
+ disablenpc "Rune Knight Renoa#job";
+ end;
+}
+
+job3_rune02,34,34,7 script Rune Knight Velpino#job 468,{
+ set .@tigris,rand(1,6);
+ if ((job_rune_edq == 4) && (!$@job_rune_test2)) {
+ if (.@tigris == 1) {
+ set $@job_rune_test2,1;
+ mapannounce "job3_rune02", "Rune Knight Velpino : You are not one who gets to fall down in this kind of place.",bc_map,"0xFFFF00";
+ //UseSkillToPC 28 8 60 90
+ skilleffect "AL_HEAL",1500;
+ heal 1500,0;
+ initnpctimer;
+ }
+ else if ((.@tigris == 2) || (.@tigris == 4)) {
+ set $@job_rune_test2,1;
+ // custom translation
+ mapannounce "job3_rune02", "Rune Knight Velpino : Charge! Knock them all down!",bc_map,"0xFFFF00";
+ //UseSkillToPC 29 0 0 0
+ skilleffect "AL_INCAGI",0;
+ initnpctimer;
+ }
+ else if (.@tigris == 3) {
+ set $@job_rune_test2,1;
+ // custom translation
+ mapannounce "job3_rune02", "Rune Knight Velpino : You are not alone. We are by your side.",bc_map,"0xFFFF00";
+ //UseSkillToPC 34 0 0 0
+ skilleffect "AL_BLESSING",0;
+ initnpctimer;
+ }
+ else if (.@tigris == 5) {
+ set $@job_rune_test2,1;
+ // custom translation
+ mapannounce "job3_rune02", "Rune Knight Velpino : Fight and win! Do not hesitate in the face of this test!",bc_map,"0xFFFF00";
+ sc_start SC_FREEZE,10000,0;
+ initnpctimer;
+ }
+ else if (.@tigris == 6) {
+ set $@job_rune_test2,1;
+ mapannounce "job3_rune02", "Rune Knight Velpino : It's not a big trial for a true Rune Knight!",bc_map,"0xFFFF00";
+ sc_start SC_SLEEP,10000,0;
+ initnpctimer;
+ }
+ else {
+ donpcevent "job_rune_edq#1st_con_nc::Onuse";
+ }
+ }
+ else {
+ donpcevent "job_rune_edq#1st_con_nc::Onuse";
+ }
+ end;
+
+OnTimer5000:
+ set $@job_rune_test2,0;
+ donpcevent "job_rune_edq#1st_con_nc::Onuse";
+ stopnpctimer;
+ end;
+
+OnInit:
+ disablenpc "Rune Knight Velpino#job";
+ end;
+
+OnEnable:
+ enablenpc "Rune Knight Velpino#job";
+ end;
+
+OnDisable:
+ disablenpc "Rune Knight Velpino#job";
+ end;
+}
+
+job3_rune02,2,1,0 script job_rune_edq#3rd_broad -1,{
+OnInit:
+ disablenpc "job_rune_edq#3rd_broad";
+ end;
+
+OnEnable:
+ initnpctimer;
+ end;
+
+OnDisable:
+ stopnpctimer;
+ disablenpc "job_rune_edq#3rd_broad";
+ end;
+
+OnTimer5000:
+ mapannounce "job3_rune02", "I'll start the last test of the Rune Knight Job change.",bc_map,"0xFFFF00";
+ end;
+
+OnTimer8000:
+ mapannounce "job3_rune02", "Get rid of monsters appearing here within 8 minutes by using the provided rune stones.",bc_map,"0xFFFF00";
+ end;
+
+OnTimer11000:
+ mapannounce "job3_rune02", "If you die or can't get rid of all the monsters within the time limit, I'll consider the try as a failure.",bc_map,"0xFFFF00";
+ end;
+
+OnTimer14000:
+ mapannounce "job3_rune02", "Now I'll start the test.",bc_map,"0xFFFF00";
+ donpcevent "job_rune_edq#3rd_con::OnEnable";
+ donpcevent "job_rune_edq#3rd_broad::OnDisable";
+ end;
+}
+
+job3_rune02,2,2,0 script job_rune_edq#3rd_con -1,{
+OnInit:
+ disablenpc "job_rune_edq#3rd_con";
+ end;
+
+OnEnable:
+ initnpctimer;
+ donpcevent "job_rune_edq#3rd_con_1::OnEnable";
+ end;
+
+OnDisable:
+ stopnpctimer;
+ donpcevent "job_rune_edq#3rd_con_1::OnDisable";
+ donpcevent "job_rune_edq#3rd_con_2::OnDisable";
+ donpcevent "job_rune_edq#3rd_con_3::OnDisable";
+ disablenpc "job_rune_edq#3rd_con";
+ end;
+
+OnTimer480000:
+ killmonsterall "job3_rune02";
+ mapannounce "job3_rune02", "You reached the limit time so I'll consider the test as a failure.",bc_map,"0xFFFF00";
+ end;
+
+OnTimer482000:
+ mapwarp "job3_rune02","job3_rune01",80,65;
+ donpcevent "job_rune_edq#1st_broad::OnDisable";
+ donpcevent "job_rune_edq#1st_control::OnDisable";
+ donpcevent "job_rune_edq#1st_con_nc::OnDisable";
+ donpcevent "job_rune_edq#1st_con_mc2::OnDisable";
+ donpcevent "job_rune_edq#1st_con_mc::OnDisable";
+ donpcevent "job_rune_edq#3rd_broad::OnDisable";
+ donpcevent "job_rune_edq#3rd_con::OnDisable";
+ donpcevent "#RK Test Hidden Portal 1::OnEnable";
+ set $@job_rune_test1,0;
+ set $@job_rune_test2,0;
+ stopnpctimer;
+ end;
+}
+
+job3_rune02,2,3,0 script job_rune_edq#3rd_con_1 -1,{
+OnInit:
+ disablenpc "job_rune_edq#3rd_con_1";
+ end;
+
+OnEnable:
+ enablenpc "job_rune_edq#3rd_con_1";
+ monster "job3_rune02",40,40,"Executioner",2039,1,"job_rune_edq#3rd_con_1::OnMyMobDead";
+ end;
+
+OnDisable:
+ killmonster "job3_rune02","job_rune_edq#3rd_con_1::OnMyMobDead";
+ disablenpc "job_rune_edq#3rd_con_1";
+ end;
+
+OnMyMobDead:
+ if (mobcount("job3_rune02","job_rune_edq#3rd_con_1::OnMyMobDead") < 1) {
+ set job_rune_edq,19;
+ killmonster "job3_rune02","job_rune_edq#3rd_con_1::OnMyMobDead";
+ donpcevent "job_rune_edq#3rd_con_2::OnEnable";
+ donpcevent "job_rune_edq#3rd_con_1::OnDisable";
+ }
+ end;
+}
+
+job3_rune02,2,4,0 script job_rune_edq#3rd_con_2 -1,{
+OnInit:
+ disablenpc "job_rune_edq#3rd_con_2";
+ end;
+
+OnEnable:
+ enablenpc "job_rune_edq#3rd_con_2";
+ monster "job3_rune02",40,40,"Ogretooth",2040,1,"job_rune_edq#3rd_con_2::OnMyMobDead";
+ end;
+
+OnDisable:
+ killmonster "job3_rune02","job_rune_edq#3rd_con_2::OnMyMobDead";
+ disablenpc "job_rune_edq#3rd_con_2";
+ end;
+
+OnMyMobDead:
+ if (mobcount("job3_rune02","job_rune_edq#3rd_con_2::OnMyMobDead") < 1) {
+ set job_rune_edq,20;
+ killmonster "job3_rune02","job_rune_edq#3rd_con_2::OnMyMobDead";
+ donpcevent "job_rune_edq#3rd_con_3::OnEnable";
+ donpcevent "job_rune_edq#3rd_con_2::OnDisable";
+ }
+ end;
+}
+
+job3_rune02,2,5,0 script job_rune_edq#3rd_con_3 -1,{
+OnInit:
+ disablenpc "job_rune_edq#3rd_con_3";
+ end;
+
+OnEnable:
+ enablenpc "job_rune_edq#3rd_con_3";
+ monster "job3_rune02",40,40,"Mysteltainn",2041,1,"job_rune_edq#3rd_con_3::OnMyMobDead";
+ end;
+
+OnDisable:
+ killmonster "job3_rune02","job_rune_edq#3rd_con_3::OnMyMobDead";
+ disablenpc "job_rune_edq#3rd_con_3";
+ end;
+
+OnMyMobDead:
+ if (mobcount("job3_rune02","job_rune_edq#3rd_con_3::OnMyMobDead") < 1) {
+ set job_rune_edq,21;
+ changequest 3217,3218;
+ erasequest 3220;
+ killmonster "job3_rune02","job_rune_edq#3rd_con_3::OnMyMobDead";
+ mapannounce "job3_rune02", "Congratulations. You've passed the second test.",bc_map,"0xFFFF00";
+ mapwarp "job3_rune02","job3_rune01",80,65;
+ donpcevent "job_rune_edq#1st_broad::OnDisable";
+ donpcevent "job_rune_edq#1st_control::OnDisable";
+ donpcevent "job_rune_edq#1st_con_nc::OnDisable";
+ donpcevent "job_rune_edq#1st_con_mc2::OnDisable";
+ donpcevent "job_rune_edq#1st_con_mc::OnDisable";
+ donpcevent "job_rune_edq#3rd_broad::OnDisable";
+ donpcevent "job_rune_edq#3rd_con::OnDisable";
+ donpcevent "#RK Test Hidden Portal 1::OnEnable";
+ set $@job_rune_test1,0;
+ set $@job_rune_test2,0;
+ }
+ end;
+}
+
+job3_rune01,92,62,3 script Kafra Employee#rk 114,{
+ cutin "kafra_04",2;
+ mes "[Kafra Employee]";
+ mes "Hello. Kafra Service are always with you.";
+ mes "What can I help you with?";
+ next;
+ switch(select("Use Storage:Rent a Pushcart:Use Teleport Service:Check Other Information:Cancel")) {
+ case 1:
+ if(basicskillcheck() && getskilllv("NV_BASIC") < 6){
+ mes "[Kafra Employee]";
+ mes "I'm sorry, but you";
+ mes "need the Novice's";
+ mes "Basic Skill Level 6 to";
+ mes "use the Storage Service.";
+ }
+ else if ((countitem(7059) != 0) || (Zeny >= 50)) {
+ if (countitem(7059) != 0)
+ delitem 7059,1; //Cargo_Free_Ticket
+ else {
+ set RESRVPTS,RESRVPTS+5;
+ set zeny,zeny-80;
+ }
+ mes "[Kafra Employee]";
+ mes "Here, let me open";
+ mes "your Storage for you.";
+ mes "Thank you for using";
+ mes "the Kafra Service.";
+ close2;
+ cutin "kafra_04",255;
+ openstorage;
+ end;
+ }
+ else {
+ mes "[Kafra Employee]";
+ mes "I'm sorry, but you don't";
+ mes "have enough zeny to use";
+ mes "the Storage Service. Our";
+ mes "Storage access fee is 80 zeny.";
+ }
+ break;
+ case 2:
+ if (BaseClass != Job_Merchant) {
+ mes "[Kafra Employee]";
+ mes "I'm sorry, but the";
+ mes "Pushcart rental service";
+ mes "is only available to Merchants,";
+ mes "Blacksmiths, Master Smiths,";
+ mes "Alchemists, Biochemists,";
+ mes "Mechanics and Geneticists.";
+ }
+ else if (checkcart()) {
+ mes "[Kafra Employee]";
+ mes "You already have";
+ mes "a Pushcart equipped.";
+ mes "Unfortunately, we can't";
+ mes "rent more than one to";
+ mes "each customer at a time.";
+ }
+ else {
+ if (!getskilllv("MC_CART")) {
+ mes "[Kafra Employee]";
+ mes "You do not have the skill level required to rent a Pushcart.";
+ }
+ if (countitem(7061) != 0)
+ delitem 7061,1; //Cart_Free_Ticket
+ else {
+ mes "[Kafra Employee]";
+ mes "The Pushcart rental";
+ mes "fee is 700 zeny. Would";
+ mes "you like to rent a Pushcart?";
+ next;
+ switch(select("Rent a Pushcart.:Cancel")) {
+ case 1:
+ if (Zeny >= 700) {
+ set RESRVPTS,RESRVPTS+85;
+ set zeny,zeny-700;
+ }
+ else {
+ mes "[Kafra Employee]";
+ mes "I'm sorry, but you";
+ mes "don't have enough";
+ mes "zeny to pay the Pushcart";
+ mes "rental fee of 700 zeny.";
+ }
+ break;
+ case 2:
+ break;
+ }
+ }
+ setcart;
+ }
+ break;
+ case 3:
+ mes "[Kafra Employee]";
+ mes "Please tell me the destination.";
+ next;
+ switch(select("Izlude -> 600 z:Geffen -> 1200 z:Payon -> 1200 z:Morroc -> 1200 z:Alberta -> 1800 z:Cancel.")) {
+ case 1:
+ if ((countitem(7060) != 0) || (Zeny >= 600)) {
+ if (countitem(7060) != 0)
+ delitem 7060,1; //Warp_Free_Ticket
+ else {
+ set zeny,zeny-600;
+ set RESRVPTS,RESRVPTS+60;
+ }
+ cutin "kafra_04",255;
+ warp "izlude",91,105;
+ end;
+ }
+ else {
+ mes "[Kafra Employee]";
+ mes "I'm sorry, but you don't have";
+ mes "enough zeny for the Teleport";
+ mes "Service. The fee to teleport";
+ mes "to Izlude is 600 zeny.";
+ }
+ break;
+ case 2:
+ if ((countitem(7060) != 0) || (Zeny >= 1200)) {
+ if (countitem(7060) != 0)
+ delitem 7060,1; //Warp_Free_Ticket
+ else {
+ set zeny,zeny-1200;
+ set RESRVPTS,RESRVPTS+120;
+ }
+ cutin "kafra_04",255;
+ warp "geffen",120,39;
+ end;
+ }
+ else {
+ mes "[Kafra Employee]";
+ mes "I'm sorry, but you don't have";
+ mes "enough zeny for the Teleport";
+ mes "Service. The fee to teleport";
+ mes "to Geffen is 1,200 zeny.";
+ }
+ break;
+ case 3:
+ if ((countitem(7060) != 0) || (Zeny >= 1200)) {
+ if (countitem(7060) != 0) {
+ delitem 7060,1; //Warp_Free_Ticket
+ }
+ else {
+ set zeny,zeny-1200;
+ set RESRVPTS,RESRVPTS+120;
+ }
+ cutin "kafra_04",255;
+ warp "payon",161,58;
+ end;
+ }
+ else {
+ mes "[Kafra Employee]";
+ mes "I'm sorry, but you don't have";
+ mes "enough zeny for the Teleport";
+ mes "Service. The fee to teleport";
+ mes "to Payon is 1,200 zeny.";
+ }
+ break;
+ case 4:
+ if ((countitem(7060) != 0) || (Zeny >= 1200)) {
+ if (countitem(7060) != 0)
+ delitem 7060,1; //Warp_Free_Ticket
+ else {
+ set zeny,zeny-1200;
+ set kf_100_pit,kf_100_pit+1;
+ set kf_10_pit,kf_10_pit+2;
+ }
+ cutin "kafra_04",255;
+ warp "morocc",156,46;
+ end;
+ }
+ else {
+ mes "[Kafra Employee]";
+ mes "I'm sorry, but you don't have";
+ mes "enough zeny for the Teleport";
+ mes "Service. The fee to teleport";
+ mes "to Morroc is 1,200 zeny.";
+ }
+ break;
+ case 5:
+ if ((countitem(7060) != 0) || (Zeny >= 1800)) {
+ if (countitem(7060) != 0)
+ delitem 7060,1; //Warp_Free_Ticket
+ else {
+ set zeny,zeny-1800;
+ set RESRVPTS,RESRVPTS+180;
+ }
+ cutin "kafra_04",255;
+ warp "alberta",117,56;
+ end;
+ }
+ else {
+ mes "[Kafra Employee]";
+ mes "I'm sorry, but you don't have";
+ mes "enough zeny for the Teleport";
+ mes "Service. The fee to teleport";
+ mes "to Alberta is 1,800 zeny.";
+ }
+ break;
+ case 6:
+ break;
+ }
+ break;
+ case 4:
+ switch(select("Check Special Reserve Points.:Cancel")) {
+ case 1:
+ mes "[Kafra Employee]";
+ mes "Let's see...";
+ mes "" + strcharinfo(0) + "...";
+ mes "Ah, you have a total of";
+ mes "" + RESRVPTS + " Special Reserve Points.";
+ next;
+ mes "[Kafra Employee]";
+ mes "You can exchange your";
+ mes "Special Reserve Points for";
+ mes "rewards at the Kafra Main Office in Al De Baran. Please use our";
+ mes "convenient services to see the benefits of our rewards program.";
+ break;
+ case 2:
+ break;
+ }
+ break;
+ case 5:
+ mes "[Kafra Employee]";
+ mes "We, here at Kafra Corporation,";
+ mes "are always endeavoring to provide you with the best services. We hope that we meet your adventuring needs and standards of excellence.";
+ break;
+ }
+ close2;
+ cutin "kafra_04",255;
+ end;
+}
+
+/*
+npc "sec_in02" "·ûÎÄÆïʿתְÈ볡¹ÜÀíԱ" 4_M_KNIGHT_SILVER 34 167 3 1 1
+ mes "ÇëÊäÈëÃÜÂ롣";
+ next;
+ set keyword,1854;
+ input .@input$;
+ if (inputstr == keyword) {
+ mes "·ûÎÄÆïʿתְ¹ÜÀíģ¿鿪ʼ";
+ next;
+ switch(select("¼ì²éȫ¾ֱäÁ¿:Ð޸Äȫ¾ֱäÁ¿")) {
+ case 1:
+ set rune_global,job_rune_test1;
+ set rune_mapcount,job3_rune02.gat;
+ mes "µ±ǰ·ûÎÄÆïʿתְ±äÁ¿ÊÇ" + rune_global + "¡£";
+ mes "µ±ǰ·ûÎÄÆïʿ¿¼³¡ÖеÄÈËÊýΪ" + rune_mapcount + "Èˡ£";
+ close;
+ break;
+ case 2:
+ set rune_global,job_rune_test1;
+ set $@job_rune_test1,0;
+ mes "½«·ûÎÄÆïʿתְȫ¾ֱäÁ¿Ð޸ÄΪ0¡£¿¼³¡¿ÉÒÔʹÓá£";
+ close;
+ break;
+ }
+ }
+ else {
+ }
+}
+*/