diff options
Diffstat (limited to 'npc/005-5/nylo.txt')
-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; } + |