summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-05-15 02:33:21 +0200
committerReid <reidyaro@gmail.com>2012-05-15 02:33:21 +0200
commitcdc70775cc69c8f5d35de19747afa779d2a4caa3 (patch)
treee5e15dd1fceae5516e0fe9e52b579365179e4022 /npc/000-2-1
parent85425cc8ecdba91184c3db665614283020e5e417 (diff)
downloadserverdata-cdc70775cc69c8f5d35de19747afa779d2a4caa3.tar.gz
serverdata-cdc70775cc69c8f5d35de19747afa779d2a4caa3.tar.bz2
serverdata-cdc70775cc69c8f5d35de19747afa779d2a4caa3.tar.xz
serverdata-cdc70775cc69c8f5d35de19747afa779d2a4caa3.zip
Add mickael on _import.txt ,
Correct bugs on micakel's script, Correct english on doors, arpan, knife, peter and alige's narrator dialogs.
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/alige.txt4
-rw-r--r--npc/000-2-1/arpan.txt16
-rw-r--r--npc/000-2-1/knife.txt8
-rw-r--r--npc/000-2-1/peter.txt2
4 files changed, 22 insertions, 8 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 060fb1b3..841271bc 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -222,9 +222,9 @@ l_Food:
mesq l("As you can walk around, it'll be an easy task for you. Impale me one of them!!");
next;
mesn "Narrator";
- mes col(l("You can attack a monster by clicking on him, or from your keyboard, on using the key 'A' to select and 'Ctrl' to attack."), 9);
+ mes col(l("You can attack a monster by clicking on it or from your keyboard you can press the A key to select the monster followed by 'Ctrl' to attack it."), 9);
next;
- mes col(l("Once the monster is dead, you can take his drop with your mouse on clicking on it, or by using the key 'Z' from your keyboard."), 9);
+ mes col(l("Once the monster is dead, click with your mouse on the item to add the item he drops to your inventory or you can use the Z key to claim the drop as well."), 9);
close;
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index c855ad55..35cf27d8 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -136,7 +136,11 @@ OnClothNotTaken:
OnEquip:
mesn "Narrator";
- mes col(lg("Open your inventory (F3 key), select the clothes one by one and equip them."), 9);
+ mes col(lg("If you would like to open your inventory use the F3 key or use your mouse to select it in the above menu in your client."), 9);
+ next;
+ mes col(lg("Once your inside of your inventory, you may equip the item by selecting it and clicking "Equip". Alternately, you can unequip an item by selecting "unequip" to remove it."), 9);
+ next;
+ mes col(lg("Certain items perform different effects. Some will heal you, some you may use as weapons or armor, and some can be sold for gold."), 9);
close;
@@ -187,7 +191,9 @@ l_Julia:
mesq g(l("She is on the upper level, yeye can't miss her. She is the only girl in this crew, oh well, except for you now yeyeye!"),
l("She is on the upper level, yeye can't miss her. She is the only girl in this crew."));
next;
- mesq lg("You can go to your right to go to the upper level.");
+
+ mesn "Narrator";
+ mes col(l("Julia is on the upper level of the ship, use the arrow keys to walk to the stairs or click on the stairs at the top right of your screen."), 9);
next;
goto l_Menu;
@@ -223,7 +229,11 @@ l_WhatCloth:
next;
mesn "Narrator";
- mes col(lg("Open your inventory (F3 key), select the clothes one by one and equip them."), 9);
+ mes col(lg("If you would like to open your inventory use the F3 key or use your mouse to select it in the above menu in your client."), 9);
+ next;
+ mes col(lg("Once your inside of your inventory, you may equip the item by selecting it and clicking "Equip". Alternately, you can unequip an item by selecting "unequip" to remove it."), 9);
+ next;
+ mes col(lg("Certain items perform different effects. Some will heal you, some you may use as weapons or armor, and some can be sold for gold."), 9);
next;
l_BeforeMenu:
diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt
index 8e5959c3..bea585fe 100644
--- a/npc/000-2-1/knife.txt
+++ b/npc/000-2-1/knife.txt
@@ -30,8 +30,12 @@ l_Give:
mes "";
mesn "Narrator";
- mes col(lg("Remember to open your inventory (F3 key), and to select and equip this weapon if you wish to use it during a battle with a monster."), 9);
+ mes col(lg("If you would like to open your inventory use the F3 key or use your mouse to select it in the above menu in your client."), 9);
+ next;
+ mes col(lg("Once your inside of your inventory, you may equip the item by selecting it and clicking "Equip". Alternately, you can unequip an item by selecting "unequip" to remove it."), 9);
+ next;
+ mes col(lg("Certain items perform different effects. Some will heal you, some you may use as weapons or armor, and some can be sold for gold."), 9);
close;
-}
+} \ No newline at end of file
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 5afe9787..1d6146b9 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -108,7 +108,7 @@ L_TalkToJulia:
next;
mesn "Narrator";
- mes col(l("Julia is on the upper level, you can access it by using the top right stairway of this floor."), 9);
+ mes col(l("Julia is on the upper level of the ship, use the arrow keys to walk to the stairs or click on the stairs at the top right of your screen."), 9);
goto L_Close;