summaryrefslogtreecommitdiff
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
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.
-rw-r--r--npc/000-1/ale.txt4
-rw-r--r--npc/000-1/astapolos.txt4
-rw-r--r--npc/000-1/chest.txt4
-rw-r--r--npc/000-1/couwan.txt4
-rw-r--r--npc/000-1/gulukan.txt4
-rw-r--r--npc/000-1/jalad.txt4
-rw-r--r--npc/000-1/muller.txt4
-rw-r--r--npc/000-1/tibbo.txt4
-rw-r--r--npc/000-2-0/julia.txt6
-rw-r--r--npc/000-2-1/alige.txt46
-rw-r--r--npc/000-2-1/chefgado.txt14
-rw-r--r--npc/000-2-1/chest.txt6
-rw-r--r--npc/000-2-1/knife.txt4
-rw-r--r--npc/000-2-3/box.txt8
-rw-r--r--npc/000-2-3/nard.txt4
-rw-r--r--npc/001-1/cookiemaster.txt8
-rw-r--r--npc/001-2-12/oscar.txt16
-rw-r--r--npc/001-2-22/alige.txt4
-rw-r--r--npc/001-2-22/knife.txt4
-rw-r--r--npc/001-2-9/janus.txt14
-rw-r--r--npc/items/croconut.txt30
21 files changed, 98 insertions, 98 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index af1e0399..54ab33fc 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -36,10 +36,10 @@
mesq l("Hmm... Let's see, take this one.");
next;
- inventoryplace 714, 1;
+ inventoryplace AquadaBox, 1;
setq ShipQuests_Ale, 1;
- getitem 714, 1;
+ getitem AquadaBox, 1;
mes "";
mesn;
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index 18a8c204..df64b36b 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -63,10 +63,10 @@
mesq lg("You have been so nice to me. So please, take one.");
next;
- inventoryplace 715, 1;
+ inventoryplace CroconutBox, 1;
setq ShipQuests_Astapolos, 1;
- getitem 715, 1;
+ getitem CroconutBox, 1;
mes "";
mesn;
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt
index c4e069d8..c69dc2ac 100644
--- a/npc/000-1/chest.txt
+++ b/npc/000-1/chest.txt
@@ -23,10 +23,10 @@
.@q = getq(ShipQuests_TreasureChest);
if (.@q == 0)
{
- inventoryplace 514, 1;
+ inventoryplace OldBook, 1;
setq ShipQuests_TreasureChest, 1;
Zeny = Zeny + 100;
- getitem 514, 1;
+ getitem OldBook, 1;
npctalk3 l("Chest opened.");
}
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt
index 24bb24fd..0d231706 100644
--- a/npc/000-1/couwan.txt
+++ b/npc/000-1/couwan.txt
@@ -76,10 +76,10 @@
mesq l("Yeye ask too much but do too little. Take this box and stop talking.");
next;
- inventoryplace 713, 1;
+ inventoryplace FishBox, 1;
mesn "Narrator";
mes col(l("Couwan hands you a box full of fish."), 9);
- getitem 713, 1;
+ getitem FishBox, 1;
next;
mes col(l("The sailor turns his back to you."), 9);
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index 31cf1c7a..e14b9f9b 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -57,10 +57,10 @@ L_Continue2:
mesq l("Anyway I am glad I can give you some of these yoyoxs.");
next;
- inventoryplace 715, 1;
+ inventoryplace CroconutBox, 1;
setq ShipQuests_Gulukan, 1;
- getitem 715, 1;
+ getitem CroconutBox, 1;
mes "";
mesn;
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index 688b1e6a..1319d906 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -45,10 +45,10 @@ L_Continue:
mesq l("Surely. Take this box full of @@s.", getitemlink(515));
next;
- inventoryplace 716, 1;
+ inventoryplace PlushroomBox, 1;
setq ShipQuests_Jalad, 1;
- getitem 716, 1;
+ getitem PlushroomBox, 1;
mes "";
mesn;
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
index 8fa05231..ebaf70c7 100644
--- a/npc/000-1/muller.txt
+++ b/npc/000-1/muller.txt
@@ -47,10 +47,10 @@
mesq l("Well then... Take this one!");
next;
- inventoryplace 716, 1;
+ inventoryplace PlushroomBox, 1;
setq ShipQuests_QMuller, 1;
- getitem 716, 1;
+ getitem PlushroomBox, 1;
mes "";
mesn;
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 11ed6e04..78ea9c0c 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -45,10 +45,10 @@
mesq l("Bring this box to Gugli. He will be extremely happy!");
next;
- inventoryplace 714, 1;
+ inventoryplace AquadaBox, 1;
setq ShipQuests_Tibbo, 1;
- getitem 714, 1;
+ getitem AquadaBox, 1;
mes "";
mesn;
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index 1e3c4f8c..c29e7428 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -48,8 +48,8 @@ L_Menu:
menu
rif(.@q3 == 5 && .@q4 < 1, l("What can I do now?")), L_GotoSleep,
rif(.@q3 == 3 && .@q2 == 0, l("I heard rumors about some old hostilities between you and Gado. Are they true?")), L_Rumors,
- rif(.@q2 == 2 && countitem(717), l("Well... No wait, I have something for you but you shouldn't eat it... I'm taking it back to the kitchen.")), L_Regret,
- rif(.@q2 == 2 && countitem(717), l("I have brought you a tasty present for your delicate mouth.")), L_PoisonJulia,
+ rif(.@q2 == 2 && countitem(PoisonedDish), l("Well... No wait, I have something for you but you shouldn't eat it... I'm taking it back to the kitchen.")), L_Regret,
+ rif(.@q2 == 2 && countitem(PoisonedDish), l("I have brought you a tasty present for your delicate mouth.")), L_PoisonJulia,
rif(getskilllv(NV_BASIC) < 6, l("Something is wrong with me, I can't smile nor sit.")), L_BasicSkill,
lg("I made a mistake, I would like to change my language."), L_ChooseLang,
l("Could you explain to me where I am?"), L_WhereIam,
@@ -206,7 +206,7 @@ L_PoisonJulia:
mesq l("Seems yummy! Let me taste it!");
next;
mesq l("Hmmm, hm... *cough*, *cough*, *burp*, *cough*. What... What is that?!... *cough*, *burp*... Damn Gado... *cough*");
- if (countitem(717) > 0) delitem 717, 1;
+ if (countitem(PoisonedDish) > 0) delitem PoisonedDish, 1;
setq ShipQuests_ChefGado, 3;
close;
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index ca692e76..0b5cfb39 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -168,27 +168,27 @@ L_Accepted:
L_GiveFood:
mes "";
menuint
- rif(countitem(501), l(getitemname(501))), 0,
- rif(countitem(502), l(getitemname(502))), 502,
- rif(countitem(503), l(getitemname(503))), 503,
- rif(countitem(504), l(getitemname(504))), 504,
- rif(countitem(505), l(getitemname(505))), 505,
- rif(countitem(506), l(getitemname(506))), 0,
- rif(countitem(507), l(getitemname(507))), 2,
- rif(countitem(508), l(getitemname(508))), 1,
- rif(countitem(509), l(getitemname(509))), 509,
- rif(countitem(510), l(getitemname(510))), 1,
- rif(countitem(512), l(getitemname(512))), 512,
- rif(countitem(513), l(getitemname(513))), 0,
- rif(countitem(515), l(getitemname(515))), 515,
- rif(countitem(516), l(getitemname(516))), 1,
- rif(countitem(518), l(getitemname(518))), 1,
- rif(countitem(519), l(getitemname(519))), 1,
- rif(countitem(527), l(getitemname(527))), 527,
- rif(countitem(528), l(getitemname(528))), 528,
- rif(countitem(529), l(getitemname(529))), 529,
- rif(countitem(530), l(getitemname(530))), 530,
- rif(countitem(531), l(getitemname(531))), 3,
+ rif(countitem(Acorn), l(getitemname(Acorn))), 0,
+ rif(countitem(Bread), l(getitemname(Bread))), 502,
+ rif(countitem(Fungus), l(getitemname(Fungus))), 503,
+ rif(countitem(Cheese), l(getitemname(Cheese))), 504,
+ rif(countitem(PiouLegs), l(getitemname(PiouLegs))), 505,
+ rif(countitem(LettuceLeaf), l(getitemname(LettuceLeaf))), 0,
+ rif(countitem(Piberries), l(getitemname(Piberries))), 2,
+ rif(countitem(SeaDrops), l(getitemname(SeaDrops))), 1,
+ rif(countitem(Aquada), l(getitemname(Aquada))), 509,
+ rif(countitem(PinkBlobime), l(getitemname(PinkBlobime))), 1,
+ rif(countitem(HalfCroconut), l(getitemname(HalfCroconut))), 512,
+ rif(countitem(Croconut), l(getitemname(Croconut))), 0,
+ rif(countitem(Plushroom), l(getitemname(Plushroom))), 515,
+ rif(countitem(PumpkinSeeds), l(getitemname(PumpkinSeeds))), 1,
+ rif(countitem(UrchinMeat), l(getitemname(UrchinMeat))), 1,
+ rif(countitem(EasterEgg), l(getitemname(EasterEgg))), 1,
+ rif(countitem(PumpkishJuice), l(getitemname(PumpkishJuice))), 527,
+ rif(countitem(Manana), l(getitemname(Manana))), 528,
+ rif(countitem(Curshroom), l(getitemname(Curshroom))), 529,
+ rif(countitem(Carrot), l(getitemname(Carrot))), 530,
+ rif(countitem(RedPlushWine), l(getitemname(RedPlushWine))), 3,
l("I don't have anything good for you today."), -1;
.@id = @menuret;
@@ -201,7 +201,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;
@@ -210,7 +210,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/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index 73243340..a4e8bcc8 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -120,12 +120,12 @@ L_OpenCroconut:
L_GotAll:
mes "";
- inventoryplace 717, 1;
+ inventoryplace PoisonedDish, 1;
- delitem 505, 2;
- delitem 512, 1;
- delitem 509, 1;
- delitem 508, 1;
+ delitem PiouLegs, 2;
+ delitem HalfCroconut, 1;
+ delitem Aquada, 1;
+ delitem SeaDrops, 1;
mesn;
mesq l("Let me see... Crispy legs, disgusting liquids... Let's start!");
@@ -162,8 +162,8 @@ L_PoisonJulia:
setq ShipQuests_ChefGado, 4;
Zeny = Zeny + 200;
message strcharinfo(0), l("You receive @@ E!", 200);
- inventoryplace 502, 2;
- getitem 502, 1;
+ inventoryplace Bread, 2;
+ getitem Bread, 1;
getexp 15, 0;
close;
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt
index 7372faf4..f82ab9e9 100644
--- a/npc/000-2-1/chest.txt
+++ b/npc/000-2-1/chest.txt
@@ -23,11 +23,11 @@
L_Give:
if (.@q > 1) goto L_Quit;
- inventoryplace 1300, 2;
+ inventoryplace CreasedShirt, 2;
setq ShipQuests_Arpan, 2;
- getitem 1300, 1;
- getitem 2200, 1;
+ getitem CreasedShirt, 1;
+ getitem CreasedShorts, 1;
npctalk3 l("You take the clothes from the chest.");
goto L_Quit;
diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt
index 37ba8394..d8d1d54a 100644
--- a/npc/000-2-1/knife.txt
+++ b/npc/000-2-1/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);
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;
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt
index 5a2b40ef..1227c2a5 100644
--- a/npc/001-1/cookiemaster.txt
+++ b/npc/001-1/cookiemaster.txt
@@ -176,10 +176,10 @@ L_Reward:
next;
mesq l("Anyway, here, have a cookie!");
- inventoryplace 517, 1;
+ inventoryplace DeliciousCookie, 1;
setq General_Cookies, 1;
- getnameditem 517, strcharinfo(0);
+ getnameditem DeliciousCookie, strcharinfo(0);
npctalk3 l("You receive a @@!", getitemlink(517));
next;
@@ -239,8 +239,8 @@ L_LostCookie:
mesq l("This is the last one. If you use it again out of clumsiness, I will use your soft moist parts in the concoction of my next cookie batch.");
next;
- inventoryplace 517, 1;
- getnameditem 517, strcharinfo(0);
+ inventoryplace DeliciousCookie, 1;
+ getnameditem DeliciousCookie, strcharinfo(0);
npctalk3 l("You receive a @@!", getitemlink(517));
diff --git a/npc/001-2-12/oscar.txt b/npc/001-2-12/oscar.txt
index 31695041..805247cc 100644
--- a/npc/001-2-12/oscar.txt
+++ b/npc/001-2-12/oscar.txt
@@ -22,8 +22,8 @@
if (@inventorylist_card1[@item_index] != 0)
{
- if ((@inventorylist_card1[@item_index] > 5021) ||
- (@inventorylist_card1[@item_index] < 5000))
+ if ((@inventorylist_card1[@item_index] > YellowCottonDye) ||
+ (@inventorylist_card1[@item_index] < CrimsonCashmereDye))
{
return false;
}
@@ -31,8 +31,8 @@
}
if (@inventorylist_card2[@item_index] != 0)
{
- if ((@inventorylist_card2[@item_index] > 5021) ||
- (@inventorylist_card2[@item_index] < 5000))
+ if ((@inventorylist_card2[@item_index] > YellowCottonDye) ||
+ (@inventorylist_card2[@item_index] < CrimsonCashmereDye))
{
return false;
}
@@ -40,8 +40,8 @@
}
if (@inventorylist_card3[@item_index] != 0)
{
- if ((@inventorylist_card3[@item_index] > 5021) ||
- (@inventorylist_card3[@item_index] < 5000))
+ if ((@inventorylist_card3[@item_index] > YellowCottonDye) ||
+ (@inventorylist_card3[@item_index] < CrimsonCashmereDye))
{
return false;
}
@@ -49,8 +49,8 @@
}
if (@inventorylist_card4[@item_index] != 0)
{
- if ((@inventorylist_card4[@item_index] > 5021) ||
- (@inventorylist_card4[@item_index] < 5000))
+ if ((@inventorylist_card4[@item_index] > YellowCottonDye) ||
+ (@inventorylist_card4[@item_index] < CrimsonCashmereDye))
{
return false;
}
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);
diff --git a/npc/001-2-9/janus.txt b/npc/001-2-9/janus.txt
index a2e03d4f..01985c2a 100644
--- a/npc/001-2-9/janus.txt
+++ b/npc/001-2-9/janus.txt
@@ -46,7 +46,7 @@
l("Oh oh... I see, your party became so big that you want to create an even larger structure?"),
l("Or, do you want to keep your friendship and your adventure in different groups?"),
l("Anyway, the guild creation is perfect for both case! You can keep your current party as is while having a guild to talk and share different items with all of your friends!"),
- l("The @@ is a one time item, you can use it as many time as you want, but you can only have one!", getitemlink (730)),
+ l("The @@ is a one time item, you can use it as many time as you want, but you can only have one!", getitemlink (GuildCertification)),
l("The cost to create a guild is of @@E, are you interested?", .@guild_price);
if (askyesno () == 1)
@@ -57,10 +57,10 @@
}
else
{
- inventoryplace 730, 1;
+ inventoryplace GuildCertification, 1;
Zeny = Zeny - .@guild_price;
setq General_Janus, 3;
- getitem 730, 1;
+ getitem GuildCertification, 1;
speech 5, l("Enjoy the fraternity and excitement of your future guild!");
}
@@ -83,8 +83,8 @@
speech 12,
l("This book resumes everything you should know about it, take it!");
- inventoryplace 535, 1;
- getitem 535, 1;
+ inventoryplace CommunicationTheory, 1;
+ getitem CommunicationTheory, 1;
}
else
{
@@ -100,8 +100,8 @@
l("Anyway."),
l("This book resumes everything you should know about it, take it!");
- inventoryplace 535, 1;
- getitem 535, 1;
+ inventoryplace CommunicationTheory, 1;
+ getitem CommunicationTheory, 1;
}
}
diff --git a/npc/items/croconut.txt b/npc/items/croconut.txt
index 2f0213c5..eb8b6d65 100644
--- a/npc/items/croconut.txt
+++ b/npc/items/croconut.txt
@@ -14,28 +14,28 @@
OnUse:
mesn "Narrator";
- mes col(l("Do you want to cut this @@?", getitemlink(513)), 9);
+ mes col(l("Do you want to cut this @@?", getitemlink(Croconut)), 9);
next;
menu
l("Yes."), L_Weapon,
l("No."), -;
- getitem 513, 1;
+ getitem Croconut, 1;
close;
L_Weapon:
mes "";
mesn "Narrator";
- mes col(l("Which of your weapons do you want to use in order to cut this @@?", getitemlink(513)), 9);
+ mes col(l("Which of your weapons do you want to use in order to cut this @@?", getitemlink(Croconut)), 9);
next;
menu
- rif(countitem(3500) > 0, l(getitemname(3500))), L_Weak,
- rif(countitem(3501) > 0, l(getitemname(3501))), L_Weak,
- rif(countitem(3502) > 0, l(getitemname(3502))), L_Good,
- rif(countitem(3503) > 0, l(getitemname(3503))), L_Weak,
- rif(countitem(3504) > 0, l(getitemname(3504))), L_Good,
+ rif(countitem(Knife) > 0, l(getitemname(Knife))), L_Weak,
+ rif(countitem(PiouSlayer) > 0, l(getitemname(PiouSlayer))), L_Weak,
+ rif(countitem(TrainingGladius) > 0, l(getitemname(TrainingGladius))), L_Good,
+ rif(countitem(WoodenSword) > 0, l(getitemname(WoodenSword))), L_Weak,
+ rif(countitem(ArtisBacksword) > 0, l(getitemname(ArtisBacksword))), L_Good,
l("Bare Hands"), -;
L_TooWeak:
@@ -48,25 +48,25 @@ L_TooWeak:
if ( (.@q == 3) || (.@q == 4) || (.@q == 5) ) goto L_Weak;
L_TooWeakLost:
- mes col(l("You hit too hard with your fist, you destroyed your @@.", getitemlink(513)), 9);
+ mes col(l("You hit too hard with your fist, you destroyed your @@.", getitemlink(Croconut)), 9);
close;
L_TooWeakFail:
- mes col(l("Your hands are too weak, you did not succeed in opening this @@.", getitemlink(513)), 9);
+ mes col(l("Your hands are too weak, you did not succeed in opening this @@.", getitemlink(Croconut)), 9);
- getitem 513, 1;
+ getitem Croconut, 1;
close;
L_Weak:
- mes col(l("You opened the @@ in two parts, but you crushed one of them.", getitemlink(513)), 9);
+ mes col(l("You opened the @@ in two parts, but you crushed one of them.", getitemlink(Croconut)), 9);
- getitem 512, 1;
+ getitem HalfCroconut, 1;
close;
L_Good:
- mes col(l("You perfectly cut your @@ into two edible parts.", getitemlink(513)), 9);
+ mes col(l("You perfectly cut your @@ into two edible parts.", getitemlink(Croconut)), 9);
- getitem 512, 2;
+ getitem HalfCroconut, 2;
close;
}