From aac5b42e49243ac8ae6401d6690ca69693d6d5ec Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Aug 2018 18:30:48 -0300 Subject: Partial --- npc/017-3/chef.txt | 1 + npc/017-3/dimonds.txt | 6 ++++++ npc/017-3/doctor.txt | 1 + npc/017-3/loratay.txt | 1 + 4 files changed, 9 insertions(+) (limited to 'npc') diff --git a/npc/017-3/chef.txt b/npc/017-3/chef.txt index b2f652676..409be44a8 100644 --- a/npc/017-3/chef.txt +++ b/npc/017-3/chef.txt @@ -7,6 +7,7 @@ // Easter 2011 and Easter 2012 quests. 017-3,33,25,0 script Chef#dimond NPC_CHEF,{ + showavatar NPC_CHEF; goto L_Begin; L_Begin: diff --git a/npc/017-3/dimonds.txt b/npc/017-3/dimonds.txt index 7c71b6597..b8491884c 100644 --- a/npc/017-3/dimonds.txt +++ b/npc/017-3/dimonds.txt @@ -6,6 +6,7 @@ // Dimond's Cove NPCs 017-3,34,38,0 script Dimond NPC_DIMOND,{ + showavatar NPC_DIMOND; mesn; mesq l("Welcome to Dimond's Cove!"); next; @@ -24,6 +25,7 @@ OnInit: } 017-3,40,35,0 script Phil NPC_BARD_TRUMP,{ + showavatar NPC_BARD_TRUMP; if (season() == SEASON_SPRING) goto L_Quest; mesn; @@ -45,6 +47,7 @@ OnInit: } 017-3,40,37,0 script Jerry NPC_BARD_DRUMS,{ + showavatar NPC_BARD_DRUMS; if (season() == SEASON_SPRING) goto L_Quest; mesn; @@ -66,6 +69,7 @@ OnInit: } 017-3,42,36,0 script Robert NPC_BARD_HARPS,{ + showavatar NPC_BARD_HARPS; if (season() == SEASON_SPRING) goto L_Quest; mesn; @@ -88,6 +92,7 @@ OnInit: 017-3,35,35,0 script Shannon NPC_LOF_NOBLEMAN,{ + showavatar NPC_LOF_NOBLEMAN; mesn; mesq l("I'm a traveling poet and admirer of Robert Burns, a bard from the mana world."); next; @@ -593,6 +598,7 @@ OnInit: 017-3,65,41,0 shop General Store#dimond NPC137,586:500,524:800,544:2000,632:500,528:500,735:500 017-3,75,68,0 script Basil NPC_TOMBOY,{ + showavatar NPC_TOMBOY; if (!is_night()) goto L_Day; mesn; diff --git a/npc/017-3/doctor.txt b/npc/017-3/doctor.txt index 495d21b26..edc4f2a9b 100644 --- a/npc/017-3/doctor.txt +++ b/npc/017-3/doctor.txt @@ -8,6 +8,7 @@ // http://forums.landoffire.org/viewtopic.php?f=7&t=1320&sid=80d2c735b55ccb06a39955a8fbca3913 017-3,75,68,0 script The Doctor NPC_LOF_DOCTOR,{ + showavatar NPC_LOF_DOCTOR; .@q=getq(LoFQuest_EPISODE); if (BaseLevel < 30) goto L_Weak; if (.@q == 1) goto L_Check; diff --git a/npc/017-3/loratay.txt b/npc/017-3/loratay.txt index ab26e7736..1bcb91545 100644 --- a/npc/017-3/loratay.txt +++ b/npc/017-3/loratay.txt @@ -9,6 +9,7 @@ // Requires some money and level too (Savior Plate is level 109 item iirc?) 017-3,85,85,0 script Lora Tay NPC_GLASS_OLD_LADY,{ + showavatar NPC_GLASS_OLD_LADY; mesn; mesq l("Don't interrupt me, I'm busy!"); next; -- cgit v1.2.3-70-g09d2