summaryrefslogtreecommitdiff
path: root/npc/000-2-3
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-06-27 14:01:37 +0200
committerAlige <gauvain.dauchy@free.fr>2016-06-27 14:01:37 +0200
commit3b0ee3f022e33f4adb152e55a035c89b55091897 (patch)
treec82603b355b682c52b1f13dd7af63e508c670f28 /npc/000-2-3
parentdca809acf6f9f518955306ad842dfefb73df6e0d (diff)
downloadserverdata-3b0ee3f022e33f4adb152e55a035c89b55091897.tar.gz
serverdata-3b0ee3f022e33f4adb152e55a035c89b55091897.tar.bz2
serverdata-3b0ee3f022e33f4adb152e55a035c89b55091897.tar.xz
serverdata-3b0ee3f022e33f4adb152e55a035c89b55091897.zip
Changed all item IDs by their aegisname in scripts.
Diffstat (limited to 'npc/000-2-3')
-rw-r--r--npc/000-2-3/box.txt8
-rw-r--r--npc/000-2-3/nard.txt4
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt
index 51218dd9..7f53806c 100644
--- a/npc/000-2-3/box.txt
+++ b/npc/000-2-3/box.txt
@@ -74,9 +74,9 @@ L_NoQuest:
mesq l("Now go outside and talk with Gugli, he'll tell you what provisions we need.");
next;
- inventoryplace 718, 1;
+ inventoryplace JohanneKey, 1;
setq ShipQuests_Nard, 1;
- getitem 718, 1;
+ getitem JohanneKey, 1;
close;
@@ -86,10 +86,10 @@ L_Give:
mesn "Nard";
mesq l("Congrats, you are now part of the crew. Thanks again for your help.");
- inventoryplace 2900, 1;
+ inventoryplace Bandana, 1;
setq ShipQuests_Nard, 5;
- getitem 2900, 1;
+ getitem Bandana, 1;
// Need to add a skill for the crew at this line.
close;
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index e7be0045..f1b559ce 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -105,10 +105,10 @@ L_NeedContent:
mesq l("Now go outside and talk with Gugli, he'll tell you what we need.");
next;
- inventoryplace 718, 1;
+ inventoryplace JohanneKey, 1;
setq ShipQuests_Nard, 1;
- getitem 718, 1;
+ getitem JohanneKey, 1;
close;