From 416e4a2350896c43c97496f16b8eaaa79082332a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 23 Feb 2020 23:55:56 -0300 Subject: Nylo: Remove "duplicate" NPC --- npc/005-5/nylo.txt | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'npc') diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt index 6a8cf8815..7838afbd0 100644 --- a/npc/005-5/nylo.txt +++ b/npc/005-5/nylo.txt @@ -39,7 +39,7 @@ tutmes l("Even if you drink alone, you'll still receive the EXP bonus marked on the item description."), l(".:: Alcohol Tutorial ::."); } closeclientdialog; // Not needed? - openshop "Nylo#Beer"; + openshop .name$; break; case 3: goto L_Main; @@ -175,25 +175,19 @@ OnInit: setunitdata(.@npcId, UDT_HAIRSTYLE, 26); setunitdata(.@npcId, UDT_HAIRCOLOR, 0); - .sex = G_MALE; - .distance = 4; - end; -} -005-5,27,38,0 trader Nylo#Beer NPC_HIDDEN,{ - -OnInit: tradertype(NST_MARKET); - sellitem Beer, 320, 100; - .sex = G_OTHER; + .sex = G_MALE; .distance = 4; end; +// Restock OnClock0600: OnClock1200: OnClock1800: OnClock0004: restoreshopitem Beer, 320, 100; - + end; } + -- cgit v1.2.3-60-g2f50