summaryrefslogtreecommitdiff
path: root/npc/re/cities
diff options
context:
space:
mode:
authorTaylor Locke <kisuka@kisuka.com>2015-09-05 15:14:49 -0700
committerTaylor Locke <kisuka@kisuka.com>2015-09-05 15:14:49 -0700
commit21564acf13fbfc10295e4b2e026c2d3b7ca07299 (patch)
tree9ab015b803f5109935826965e1ad7b64e5b91f82 /npc/re/cities
parente6d9b557c979954d49f80d180696d0fa50ff1db0 (diff)
downloadhercules-21564acf13fbfc10295e4b2e026c2d3b7ca07299.tar.gz
hercules-21564acf13fbfc10295e4b2e026c2d3b7ca07299.tar.bz2
hercules-21564acf13fbfc10295e4b2e026c2d3b7ca07299.tar.xz
hercules-21564acf13fbfc10295e4b2e026c2d3b7ca07299.zip
Episode 14.2 Criatura Academy Release.
Diffstat (limited to 'npc/re/cities')
-rw-r--r--npc/re/cities/izlude.txt191
1 files changed, 185 insertions, 6 deletions
diff --git a/npc/re/cities/izlude.txt b/npc/re/cities/izlude.txt
index 6c6734cd1..4417fb9fd 100644
--- a/npc/re/cities/izlude.txt
+++ b/npc/re/cities/izlude.txt
@@ -83,7 +83,7 @@ prt_fild08d,350,219,4 duplicate(Guard_izlude) Guard#izlude_d 8W_SOLDIER
// Channel Warper
//============================================================
function script F_IzludeChannel {
- mes "[Izlude Copy Warper]";
+ mes "[Channel Warp Official]";
mes "Izlude is a verly lively place is it not?";
mes "I am here to help make Izlude feel more smooth!";
mes "I can send you to another copy of Izlude.";
@@ -98,8 +98,187 @@ function script F_IzludeChannel {
}
close;
}
-izlude,122,105,5 script Izlude Copy Warper 1_M_WIZARD,{ callfunc "F_IzludeChannel",":Go to copy 2:Go to copy 3:Go to copy 4:Go to copy 5"; }
-izlude_a,122,105,5 script Izlude Copy Warper#_a 1_M_WIZARD,{ callfunc "F_IzludeChannel","Go to copy 1::Go to copy 3:Go to copy 4:Go to copy 5"; }
-izlude_b,122,105,5 script Izlude Copy Warper#_b 1_M_WIZARD,{ callfunc "F_IzludeChannel","Go to copy 1:Go to copy 2::Go to copy 4:Go to copy 5"; }
-izlude_c,122,105,5 script Izlude Copy Warper#_c 1_M_WIZARD,{ callfunc "F_IzludeChannel","Go to copy 1:Go to copy 2:Go to copy 3::Go to copy 5"; }
-izlude_d,122,105,5 script Izlude Copy Warper#_d 1_M_WIZARD,{ callfunc "F_IzludeChannel","Go to copy 1:Go to copy 2:Go to copy 3:Go to copy 4:"; }
+
+izlude,122,105,5 script Channel Warp Official 1_M_WIZARD,{ callfunc "F_IzludeChannel",":Go to copy 2:Go to copy 3:Go to copy 4:Go to copy 5"; }
+izlude_a,122,105,5 script Channel Warp Official#_a 1_M_WIZARD,{ callfunc "F_IzludeChannel","Go to copy 1::Go to copy 3:Go to copy 4:Go to copy 5"; }
+izlude_b,122,105,5 script Channel Warp Official#_b 1_M_WIZARD,{ callfunc "F_IzludeChannel","Go to copy 1:Go to copy 2::Go to copy 4:Go to copy 5"; }
+izlude_c,122,105,5 script Channel Warp Official#_c 1_M_WIZARD,{ callfunc "F_IzludeChannel","Go to copy 1:Go to copy 2:Go to copy 3::Go to copy 5"; }
+izlude_d,122,105,5 script Channel Warp Official#_d 1_M_WIZARD,{ callfunc "F_IzludeChannel","Go to copy 1:Go to copy 2:Go to copy 3:Go to copy 4:"; }
+
+// Talking NPCs
+//============================================================
+izlude,143,205,7 script Talkative Kid#iz 4_F_KID2,{
+ end;
+
+ OnTimer64000:
+ npctalk "I used all my Novice Red Potions. What should I do?";
+ end;
+
+ OnTimer72000:
+ npctalk "Where is the shop?";
+ end;
+
+ OnTimer136000:
+ npctalk "Idiot! You do not know about the 'shortcut window'?";
+ end;
+
+ OnTimer144000:
+ npctalk "The items in your inventory can be dragged and put in the shortcut window.";
+ end;
+
+ OnTimer212000:
+ npctalk "I got so many beginner's items in the Academy!";
+ end;
+
+ OnTimer276000:
+ npctalk "They even gave me weapons and a shield!";
+ end;
+
+ OnTimer284000:
+ npctalk "Just press <Ctrl+~key> to open the map you have.";
+ end;
+
+ OnTimer344000:
+ npctalk "Then do you want to go Criatura Academy with me? I'm learning how to battle from Instructor Subino!";
+ end;
+
+ OnTimer348000:
+ npctalk "The Academy is in North side of Izlude. Let's go~!";
+ end;
+
+ OnTimer416000:
+ npctalk "It's a system to guide you to a destination.";
+ end;
+
+ OnTimer424000:
+ npctalk "In the basic menu, please click the [Navigation] button.";
+ end;
+
+ OnTimer492000:
+ npctalk "Whee, Ain't gonna use your brain? Please type /where in the chat window now!";
+ end;
+
+ OnTimer552000:
+ npctalk "In this case, you can push the <Enter> key.";
+ end;
+
+ OnTimer560000:
+ npctalk "We are just repeating the same dialog. HaHaha.";
+ end;
+
+ OnTimer565000:
+ initnpctimer;
+ end;
+
+ OnInit:
+ initnpctimer;
+ end;
+}
+
+izlude_a,143,205,7 duplicate(Talkative Kid#iz) Talkative Kid#iza 4_F_KID2
+izlude_b,143,205,7 duplicate(Talkative Kid#iz) Talkative Kid#izb 4_F_KID2
+izlude_c,143,205,7 duplicate(Talkative Kid#iz) Talkative Kid#izc 4_F_KID2
+izlude_d,143,205,7 duplicate(Talkative Kid#iz) Talkative Kid#izd 4_F_KID2
+
+izlude,146,205,7 script Talkative Adventurer#iz 4_M_KID1,{
+ end;
+
+ OnTimer69000:
+ npctalk "You can buy potion from Merchants.";
+ end;
+
+ OnTimer77000:
+ npctalk "It's the Potion image in the mini map.";
+ end;
+
+ OnTimer131000:
+ npctalk "Is there any way to use items easily?";
+ end;
+
+ OnTimer141000:
+ npctalk "Shortcut window? The slots at the top of the screen? How can I use it?";
+ end;
+
+ OnTimer149000:
+ npctalk "For inventory, do you mean 'item' menu? Oh, it is!";
+ end;
+
+ OnTimer217000:
+ npctalk "I have a bunch of potions?";
+ end;
+
+ OnTimer281000:
+ npctalk "What?! I should go to the Academy now!";
+ end;
+
+ OnTimer279000:
+ npctalk "Where is Izlude? In the center?";
+ end;
+
+ OnTimer339000:
+ npctalk "I do not know what to do.";
+ end;
+
+ OnTimer349000:
+ npctalk "Oh yea? I want to know so many things~ I will go with you!";
+ end;
+
+ OnTimer411000:
+ npctalk "Navigation, What is that?";
+ end;
+
+ OnTimer421000:
+ npctalk "Oh-! Should I search for a Kafra Employee?";
+ end;
+
+ OnTimer487000:
+ npctalk "What is the town name?";
+ end;
+
+ OnTimer497000:
+ npctalk "I cannot see the part where I can write something in the chat window?";
+ end;
+
+ OnTimer557000:
+ npctalk "Oh you smarty...";
+ end;
+
+ OnTimer555000:
+ npctalk "A while ago, one Novice talked to me like hey 'Talkative Adventurer'?. HaHaha.";
+ end;
+
+ OnTimer565000:
+ initnpctimer;
+ end;
+
+ OnInit:
+ initnpctimer;
+ end;
+}
+
+izlude_a,146,205,7 duplicate(Talkative Adventurer#iz) Talkative Adventurer#iza 4_M_KID1
+izlude_b,146,205,7 duplicate(Talkative Adventurer#iz) Talkative Adventurer#izb 4_M_KID1
+izlude_c,146,205,7 duplicate(Talkative Adventurer#iz) Talkative Adventurer#izc 4_M_KID1
+izlude_d,146,205,7 duplicate(Talkative Adventurer#iz) Talkative Adventurer#izd 4_M_KID1
+
+prt_fild08,338,217,7 script Resting Adventurer#iz 4_F_SITDOWN,{
+ end;
+
+ OnTimer60000:
+ npctalk "You know what? If you are sitting, HP and SP recovery is faster.";
+ end;
+
+ OnTimer65000:
+ npctalk "Sitting is possible if your basic job skill level is more than 3. Shortcut is pressing the <INSERT> key.";
+ initnpctimer;
+ end;
+
+ OnInit:
+ initnpctimer;
+ end;
+}
+
+prt_fild08a,338,217,7 duplicate(Resting Adventurer#iz) Resting Adventurer#iza 4_F_SITDOWN
+prt_fild08b,338,217,7 duplicate(Resting Adventurer#iz) Resting Adventurer#izb 4_F_SITDOWN
+prt_fild08c,338,217,7 duplicate(Resting Adventurer#iz) Resting Adventurer#izc 4_F_SITDOWN
+prt_fild08d,338,217,7 duplicate(Resting Adventurer#iz) Resting Adventurer#izd 4_F_SITDOWN \ No newline at end of file