summaryrefslogtreecommitdiff
path: root/npc/000-2-0/julia.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-06-20 15:57:31 +0200
committerReid <reidyaro@gmail.com>2015-06-20 15:57:31 +0200
commit0af6f46e4f30d0b4be7bfc0981a91532aa23a7be (patch)
treeb4d35b9af14039eef6f7237bd444d111aef7fcff /npc/000-2-0/julia.txt
parent292270ca3bec31382ee31aa12c327ca855c568a4 (diff)
downloadserverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.gz
serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.bz2
serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.xz
serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.zip
Replace NPC names by NPC IDs.
Diffstat (limited to 'npc/000-2-0/julia.txt')
-rw-r--r--npc/000-2-0/julia.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index cc76ecba2..0da3c5f4c 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -46,8 +46,8 @@
L_Menu:
menu
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 && countitemcolor("PoisonedDish", 1), 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 && countitemcolor("PoisonedDish", 1), l("I have brought you a tasty present for your delicate mouth.")), L_PoisonJulia,
+ rif(.@q2 == 2 && countitemcolor(717, 1), 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 && countitemcolor(717, 1), l("I have brought you a tasty present for your delicate mouth.")), L_PoisonJulia,
rif(getskilllv(1) != 9, 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,
@@ -204,7 +204,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 (countitemcolor("PoisonedDish") > 0) delitem "PoisonedDish", 1;
+ if (countitemcolor(717) > 0) delitem 717, 1;
setq ShipQuests_ChefGado, 3;
close;