summaryrefslogtreecommitdiff
path: root/npc/jobs/novice/novice.txt
diff options
context:
space:
mode:
authorStreusel <advance_me@hotmail.de>2013-05-20 16:40:42 -0700
committerStreusel <advance_me@hotmail.de>2013-05-20 16:40:42 -0700
commit953aabf5a650d4eef506c1e620d81405f56863b6 (patch)
tree277cbf45708f8b1c1af6e8e41b483cba0bae8891 /npc/jobs/novice/novice.txt
parentc1dbdcbe3edee8ecdf259ea77f26ae02338a0903 (diff)
downloadhercules-953aabf5a650d4eef506c1e620d81405f56863b6.tar.gz
hercules-953aabf5a650d4eef506c1e620d81405f56863b6.tar.bz2
hercules-953aabf5a650d4eef506c1e620d81405f56863b6.tar.xz
hercules-953aabf5a650d4eef506c1e620d81405f56863b6.zip
-Updated Izlude
-Added new Novice Ground NPCs
Diffstat (limited to 'npc/jobs/novice/novice.txt')
-rw-r--r--npc/jobs/novice/novice.txt76
1 files changed, 76 insertions, 0 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt
new file mode 100644
index 000000000..4613ebe5d
--- /dev/null
+++ b/npc/jobs/novice/novice.txt
@@ -0,0 +1,76 @@
+//===== Hercules Script =======================================
+//= New Novice Training Grounds
+//===== By: ==================================================
+//= Streusel
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= Hercules
+//===== Description: =========================================
+//= New Novice Training Grounds
+//= [Hand Scripted (No Programs or AEGIS Scripts)]
+//===== Additional Comments: =================================
+//= 1.0 First version. [Streusel]
+//= Credits to whoever made Sprakki.
+//============================================================
+
+// Sprakki (Stard of Novice Training Ground, Outside Castle)
+//============================================================
+- script ::Captain_Carew -1,{
+ if(job_novice_q < 1) {
+ mes "[Captain Carew]";
+ mes "Hello there! Welcome to the World of Ragnarok Online. My name is Captain Carew and I'm in charge of giving you basic gameplay tips.";
+ mes "Click on the [Next] button or press [Enter] to continue.";
+ next;
+ mes "[Captain Carew]";
+ mes "First you need to learn the very basics of controlling your character.";
+ mes "All the basic ^4A4AFFmoves, selection of items, and attacks^000000 use the ^4A4AFFleft click of the mouse^000000.";
+ next;
+ cutin "tutorial01",3;
+ mes "-! Info !-";
+ mes "Click on the ground to move the character.";
+ mes "Attacking monsters and conversations with the people of this world can be done by simply clicking on them.";
+ next;
+ cutin "",255;
+ mes "[Captain Carew]";
+ mes "First off, try moving around.";
+ mes "Do you see that wooden bridge to the right?";
+ next;
+ setquest 7117;
+ set job_novice_q,1;
+ mes "[Captain Carew]";
+ mes "Walk over that bridge and there's a castle used as the Training Center.";
+ mes "I will be waiting for you inside of that Castle. Please come to the castle by yourself.";
+ next;
+ cutin "tutorial02",3;
+ mes "-! Info !-";
+ mes "You've received a quest from Sprakki.";
+ mes "You can check the contents of the quest in the Quest Info Window.";
+ next;
+ mes "[Captain Carew]";
+ mes "I will wait inside the Training Center across the bridge.";
+ next;
+ mes "-! Info !-";
+ mes "You can open the Quest Info Window by pressing the ^4A4AFFALT + U^000000 keys at the same time.";
+ next;
+ cutin "",255;
+ mes "[Captain Carew]";
+ mes "Have you checked the Quest Info Window?";
+ mes "I'll be waiting in the castle across the bridge.";
+ close;
+ }
+ mes "[Carew]";
+ mes "I'm not sure what's happening, I'm very shy.";
+ mes "Meet me in Izlude again.";
+ mes "";
+ next;
+ mes "[Carew]";
+ mes "I'm now heading to the local harbor of Izlude.";
+ mes "Now, sleep unti we arrive.";
+ close;
+}
+
+//Official view id 639
+iz_int01,91,81,4 script ::Rumin 99,{
+close;
+} \ No newline at end of file