diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-23 23:55:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-23 23:55:56 -0300 |
commit | 416e4a2350896c43c97496f16b8eaaa79082332a (patch) | |
tree | d789b2e23a57d6095b74644680fa286f9691c626 /npc | |
parent | a444d61ebe437ba5f50a44fbb0acd549071fc3da (diff) | |
download | serverdata-416e4a2350896c43c97496f16b8eaaa79082332a.tar.gz serverdata-416e4a2350896c43c97496f16b8eaaa79082332a.tar.bz2 serverdata-416e4a2350896c43c97496f16b8eaaa79082332a.tar.xz serverdata-416e4a2350896c43c97496f16b8eaaa79082332a.zip |
Nylo: Remove "duplicate" NPC
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-5/nylo.txt | 16 |
1 files changed, 5 insertions, 11 deletions
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; } + |