diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-05 15:25:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-05 15:25:51 -0300 |
commit | ef9530456186f53237474e0ddd328f10f99e9bd9 (patch) | |
tree | 3e61a15f26124f9cc93b651e7bb9582b229328aa /npc/029-1 | |
parent | a40a86aebb63872d3f2fa39e1594c1b292161104 (diff) | |
download | serverdata-ef9530456186f53237474e0ddd328f10f99e9bd9.tar.gz serverdata-ef9530456186f53237474e0ddd328f10f99e9bd9.tar.bz2 serverdata-ef9530456186f53237474e0ddd328f10f99e9bd9.tar.xz serverdata-ef9530456186f53237474e0ddd328f10f99e9bd9.zip |
Add the scrolls to monsters randomly and haphazardly.
Close #16
Diffstat (limited to 'npc/029-1')
-rw-r--r-- | npc/029-1/rewards_master.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/029-1/rewards_master.txt b/npc/029-1/rewards_master.txt index a945f479..972c2bef 100644 --- a/npc/029-1/rewards_master.txt +++ b/npc/029-1/rewards_master.txt @@ -5,6 +5,7 @@ if (Mobpt < tvis) goto L_NotEnough; setarray @items$, "AppleCake", "Arrow", "Beer", "Boots", "BugLeg", "CactusDrink", "CactusPotion", "Cake", "Candy", "CasinoCoins", "CherryCake", "ChickenLeg", "ChocolateBar", "ChocolateCake", "CottonBoots", "CottonCloth", "CottonShirt", "CottonShorts", "FancyHat", "GreenApple", "HardSpike", "IronOre", "Lifestone", "LightBlueDye", "MaggotSlime", "Milk", "Orange", "OrangeCake", "OrangeCupcake", "PinkPetal", "PileOfAsh", "PinkAntenna", "PoltergeistPowder", "RawLog", "RedApple", "RedDye", "ScorpionStinger", "SerfHat", "SmallHealingPotion", "SmallMushroom", "SnakeSkin", "SpectrePowder", "Steak", "TinyHealingPotion", "WhiteCake", "WhiteFur", "WispPowder", "YellowDye", "Coal"; + //if magic: "AlizarinScroll", "CobaltScroll", "GambogeScroll", "MauveScroll"; mes "[Ishi the Rewards Master]"; mes "\"Welcome! I see you have " + Mobpt + " Monster Points. Would you like to exchange some of those for items?\""; |