diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-13 15:53:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-13 15:53:16 -0300 |
commit | 117e3e6098f946fef9c0a5ad8e8c0f2a3e488b0a (patch) | |
tree | ce89700de448ea3be111567a086fc97b207cba0b /npc | |
parent | 445b2140e1bfdfa7fcb31279e991df0f35c65bf9 (diff) | |
download | serverdata-117e3e6098f946fef9c0a5ad8e8c0f2a3e488b0a.tar.gz serverdata-117e3e6098f946fef9c0a5ad8e8c0f2a3e488b0a.tar.bz2 serverdata-117e3e6098f946fef9c0a5ad8e8c0f2a3e488b0a.tar.xz serverdata-117e3e6098f946fef9c0a5ad8e8c0f2a3e488b0a.zip |
What's wrong with these pipelines !
Diffstat (limited to 'npc')
-rw-r--r-- | npc/029-0/event.txt | 52 |
1 files changed, 26 insertions, 26 deletions
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: |