From e774069902d8c673db6186b6b7a673004d215bdc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Dec 2019 17:18:36 -0300 Subject: Audsbel had a wrong "item" id, which actually is a monster. --- npc/003-0-1/audsbel.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/003-0-1/audsbel.txt b/npc/003-0-1/audsbel.txt index 82db5e436..05954af3c 100644 --- a/npc/003-0-1/audsbel.txt +++ b/npc/003-0-1/audsbel.txt @@ -380,7 +380,8 @@ L_Magic: // Help on research to gain his favor case 9: mesn; - mesq l("So... I think I'm almost done! My plan is to force a @@ into being a pretty Butterfly. Hey, I like cute things!", getitemlink(SilkWorm)); + // Obviously wrong, have you never read about butterflies? + mesq l("So... I think I'm almost done! My plan is to force a @@ into being a pretty Butterfly. Hey, I like cute things!", getitemlink(SilkCocoon)); next; mesn; mesq l("Besides, there are no Butterflies in Tulimshar, and they could help the farm in getting producing food."); @@ -415,6 +416,8 @@ L_Magic: specialeffect FX_MAGIC, SELF, getcharid(3); specialeffect FX_MGWARP, SELF, .name$; specialeffect FX_ATTACK, AREA, .@mob; + // TODO: Maybe we should use unitattack()? Not need but... + // We could also reconfigure this snake Mode to exclude ChangeTarget closeclientdialog; close; } -- cgit v1.2.3-60-g2f50