From 117e3e6098f946fef9c0a5ad8e8c0f2a3e488b0a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Mar 2021 15:53:16 -0300 Subject: What's wrong with these pipelines ! --- npc/029-0/event.txt | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'npc/029-0/event.txt') diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index fa225c95f..2dee079ad 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -97,25 +97,25 @@ OnInit: sellitem ArcmageBoxset, 10000, 4+$FIRESOFSTEAM-1; sellitem ScholarshipBadge, -1, 3+$FIRESOFSTEAM-1; - sellitem Bullet, 4, 90000+$FIRESOFSTEAM-1; + sellitem Bullet, 4, 90000+($FIRESOFSTEAM*1000-1000); sellitem Lifestone, -1, 800+$FIRESOFSTEAM-1; sellitem Bread, -1, 750+$FIRESOFSTEAM-1; sellitem Cheese, -1, 400+$FIRESOFSTEAM-1; sellitem Aquada, -1, 200+$FIRESOFSTEAM-1; - sellitem WhiteFur, -1, rand2(50)+$FIRESOFSTEAM-1; - sellitem Piberries, -1, rand2(50)+$FIRESOFSTEAM-1; - sellitem CherryCake, -1, rand2(50)+$FIRESOFSTEAM-1; - sellitem LettuceLeaf, -1, rand2(50)+$FIRESOFSTEAM-1; - sellitem BugLeg, -1, rand2(50)+$FIRESOFSTEAM-1; - sellitem RoastedMaggot, -1, rand2(50)+$FIRESOFSTEAM-1; - sellitem Moss, -1, rand2(50)+$FIRESOFSTEAM-1; - sellitem AnimalBones, -1, rand2(40)+$FIRESOFSTEAM-1; - sellitem Milk, -1, rand2(50)+$FIRESOFSTEAM-1; - sellitem Mashmallow, -1, rand2(50)+$FIRESOFSTEAM-1; - sellitem Dragonfruit, 1200, rand2(50)+$FIRESOFSTEAM-1; + sellitem WhiteFur, -1, 1+rand2(50)+$FIRESOFSTEAM; + sellitem Piberries, -1, 1+rand2(50)+$FIRESOFSTEAM; + sellitem CherryCake, -1, 1+rand2(50)+$FIRESOFSTEAM; + sellitem LettuceLeaf, -1, 1+rand2(50)+$FIRESOFSTEAM; + sellitem BugLeg, -1, 1+rand2(50)+$FIRESOFSTEAM; + sellitem RoastedMaggot, -1, 1+rand2(50)+$FIRESOFSTEAM; + sellitem Moss, -1, 1+rand2(50)+$FIRESOFSTEAM; + sellitem AnimalBones, -1, 1+rand2(40)+$FIRESOFSTEAM; + sellitem Milk, -1, 1+rand2(50)+$FIRESOFSTEAM; + sellitem Mashmallow, -1, 1+rand2(50)+$FIRESOFSTEAM; + sellitem Dragonfruit, 1200, 1+rand2(50)+$FIRESOFSTEAM; sellitem Root, -1, 40+$FIRESOFSTEAM-1; - sellitem ManaPiouFeathers, -1, rand2(300)+$FIRESOFSTEAM-1; + sellitem ManaPiouFeathers, -1, 1+rand2(300)+$FIRESOFSTEAM; if (gettime(7) != 2021) disablenpc .name$; @@ -196,19 +196,19 @@ OnClock2201: restoreshopitem Cheese, 400+$FIRESOFSTEAM-1; restoreshopitem Aquada, 200+$FIRESOFSTEAM-1; - restoreshopitem WhiteFur, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem Piberries, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem CherryCake, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem LettuceLeaf, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem BugLeg, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem RoastedMaggot, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem Moss, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem AnimalBones, rand2(40)+$FIRESOFSTEAM-1; - restoreshopitem Milk, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem Mashmallow, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem Dragonfruit, 1200, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem Root, 40+$FIRESOFSTEAM-1; - restoreshopitem ManaPiouFeathers, rand2(300)+$FIRESOFSTEAM-1; + restoreshopitem WhiteFur, 1+rand2(50)+$FIRESOFSTEAM; + restoreshopitem Piberries, 1+rand2(50)+$FIRESOFSTEAM; + restoreshopitem CherryCake, 1+rand2(50)+$FIRESOFSTEAM; + restoreshopitem LettuceLeaf, 1+rand2(50)+$FIRESOFSTEAM; + restoreshopitem BugLeg, 1+rand2(50)+$FIRESOFSTEAM; + restoreshopitem RoastedMaggot, 1+rand2(50)+$FIRESOFSTEAM; + restoreshopitem Moss, 1+rand2(50)+$FIRESOFSTEAM; + restoreshopitem AnimalBones, 1+rand2(40)+$FIRESOFSTEAM; + restoreshopitem Milk, 1+rand2(50)+$FIRESOFSTEAM; + restoreshopitem Mashmallow, 1+rand2(50)+$FIRESOFSTEAM; + restoreshopitem Dragonfruit, 1200, 1+rand2(50)+$FIRESOFSTEAM; + restoreshopitem Root, 40+$FIRESOFSTEAM; + restoreshopitem ManaPiouFeathers, 1+rand2(300)+$FIRESOFSTEAM; end; OnMinute02: -- cgit v1.2.3-60-g2f50