summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-03-01 02:21:08 -0300
committerjesusalva <cpntb1@ymail.com>2018-03-01 02:21:08 -0300
commit84bdfca5f6bfb0530d6d4ec944251e9ce597f81f (patch)
tree0326a04dfc582e10efca463953a1c4870c294cd6 /npc
parentd14662e3ce38331735ed2f0082880442b6071cbb (diff)
downloadserverdata-84bdfca5f6bfb0530d6d4ec944251e9ce597f81f.tar.gz
serverdata-84bdfca5f6bfb0530d6d4ec944251e9ce597f81f.tar.bz2
serverdata-84bdfca5f6bfb0530d6d4ec944251e9ce597f81f.tar.xz
serverdata-84bdfca5f6bfb0530d6d4ec944251e9ce597f81f.zip
Show Arpan's avatar to keep some consistency in avatar usage.
Diffstat (limited to 'npc')
-rw-r--r--npc/002-1/arpan.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt
index ececf0d5b..ea9bf95ef 100644
--- a/npc/002-1/arpan.txt
+++ b/npc/002-1/arpan.txt
@@ -86,12 +86,15 @@ L_EquipDone:
}
002-1,49,33,0 script Magic Arpan NPC_MAGIC_ARPAN,{
+ showavatar NPC_MAGIC_ARPAN;
+
.@q = getq(ShipQuests_Arpan);
.@q_nard = getq(ShipQuests_Nard);
.@q_julia = getq(ShipQuests_Julia);
if (.@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200) goto L_EquipDone;
OnTalk:
+ showavatar NPC_MAGIC_ARPAN;
mesn;
if (.@q > 0) goto L_Menu;
@@ -105,6 +108,7 @@ OnTalk:
lg("I can't remember anything."), L_OhWell;
OnClothNotTaken:
+ showavatar NPC_MAGIC_ARPAN;
mesn;
mesq lg("Yeye, you still did not get your new clothes from the chest next to your bed!");
next;