diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-25 18:30:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-25 18:30:48 -0300 |
commit | aac5b42e49243ac8ae6401d6690ca69693d6d5ec (patch) | |
tree | 3c5b25c66a51335ff9d8e784c6232c595f92d914 /npc/017-3/dimonds.txt | |
parent | f8523cd06a2646af85e69463c8f99cf2be8ea673 (diff) | |
download | serverdata-aac5b42e49243ac8ae6401d6690ca69693d6d5ec.tar.gz serverdata-aac5b42e49243ac8ae6401d6690ca69693d6d5ec.tar.bz2 serverdata-aac5b42e49243ac8ae6401d6690ca69693d6d5ec.tar.xz serverdata-aac5b42e49243ac8ae6401d6690ca69693d6d5ec.zip |
Partial
Diffstat (limited to 'npc/017-3/dimonds.txt')
-rw-r--r-- | npc/017-3/dimonds.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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; |