summaryrefslogtreecommitdiff
path: root/npc/001-2-22
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/001-2-22
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/001-2-22')
-rw-r--r--npc/001-2-22/alige.txt4
-rw-r--r--npc/001-2-22/knife.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-2-22/alige.txt b/npc/001-2-22/alige.txt
index 0f115fcc..e6f365cc 100644
--- a/npc/001-2-22/alige.txt
+++ b/npc/001-2-22/alige.txt
@@ -205,7 +205,7 @@ L_GiveFood:
// if (.@id == item's ID) then food is correct.
// Do not put any other number than -1, 0, 1, 2 or the item's ID, that'll avoid confusion.
- inventoryplace 507, 3;
+ inventoryplace Piberries, 3;
delitem .@id, 1;
setcamnpc;
@@ -214,7 +214,7 @@ L_GiveFood:
mesq l("Thank you so much! Here, have some of my berries.");
setq ShipQuests_Alige, 3;
- getitem 507, rand(1, 3);
+ getitem Piberries, rand(1, 3);
next;
goto L_ReturnMenu;
diff --git a/npc/001-2-22/knife.txt b/npc/001-2-22/knife.txt
index 3cb43dfd..7502b163 100644
--- a/npc/001-2-22/knife.txt
+++ b/npc/001-2-22/knife.txt
@@ -27,10 +27,10 @@
L_Give:
mes "";
- inventoryplace 3500, 1;
+ inventoryplace Knife, 1;
setq ShipQuests_Knife, 1;
- getitem 3500, 1;
+ getitem Knife, 1;
mesn "Narrator";
mes col(l("To open your inventory, use the F3 key or use your mouse to select it in the above menu in your client."), 9);