diff options
author | fother <fotherjarrett@gmail.com> | 2009-11-08 06:13:31 -0500 |
---|---|---|
committer | fother <fotherjarrett@gmail.com> | 2009-11-08 06:13:31 -0500 |
commit | 3fea6e27d35f8eef81137836706be17c000a1cec (patch) | |
tree | 87614c64da153caee3736008a04570f733f656d9 /npc/001-1_Tulimshar | |
parent | 5a81e12cc043bd8e54824c5673aeb1eac106f367 (diff) | |
download | serverdata-3fea6e27d35f8eef81137836706be17c000a1cec.tar.gz serverdata-3fea6e27d35f8eef81137836706be17c000a1cec.tar.bz2 serverdata-3fea6e27d35f8eef81137836706be17c000a1cec.tar.xz serverdata-3fea6e27d35f8eef81137836706be17c000a1cec.zip |
Updated Monster Points rewards, added stats to Green Apple, added Green Apple as sell item for Oscar.
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r-- | npc/001-1_Tulimshar/rewards_master.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1_Tulimshar/rewards_master.txt b/npc/001-1_Tulimshar/rewards_master.txt index cc64da8c..7d83025d 100644 --- a/npc/001-1_Tulimshar/rewards_master.txt +++ b/npc/001-1_Tulimshar/rewards_master.txt @@ -5,7 +5,7 @@ if (tvis == 0) set tvis, 1; if (Mobpt < tvis) goto L_NotEnough; - setarray @Items$, "CactusPotion", "CactusPotion", "CasinoCoins", "DecorCandy", "MaggotSlime", "CandyCane", "ScorpionStinger", "XmasCake", "ChocolateBar", "Candy", "GingerBreadMan", "Cake", "XmasCandyCane", "PurplePresentBox", "BluePresentBox", "RedScorpionStinger", "BugLeg", "CherryCake", "EasterEgg", "CottonShirt", "CottonShorts"; + setarray @Items$, "CactusPotion", "AppleCake", "BatTeeth", "BatWing", "Beer", "BluePresentBox", "BugLeg", "CactusPotion", "Cake", "Candy", "CandyCane", "CaramelApple", "CasinoCoins", "CaveSnakeLamp", "CaveSnakeTongue", "CherryCake", "ChickenLeg", "ChocolateBar", "ChocolateCake", "CottonBoots", "CottonCloth", "CottonShirt", "CottonShorts", "DecorCandy", "EasterEgg", "FancyHat", "GingerBreadMan", "GrassSnakeEgg", "GrassSnakeTongue", "Green Apple", "HardSpike", "IronOre", "LargeHealingPotion", "Lifestone", "LightBlueDye", "LollipopColor1", "LollipopColor2", "LollipopColor3", "MaggotSlime", "MediumHealingPotion", "Milk", "MountainSnakeEgg", "MountainSnakeTongue", "Orange", "OrangeCake", "OrangeCupcake", "Petal", "PinkAntenna", "PoltergeistPowder", "PurplePresentBox", "RawLog", "Red Apple", "RedDye", "RedScorpionStinger", "ScorpionStinger", "Serf Hat", "SmallHealingPotion", "SmallMushroom", "SnakeEgg", "SnakeSkin", "SnakeTongue", "SpectrePowder", "Steak", "TinyHealingPotion", "TreasureKey", "WhiteCake", "WhiteFur", "WispPowder", "XmasCake", "XmasCandyCane", "YellowDye"; mes "[Ishi the Rewards Master]"; mes "\"Welcome! I see you have " + Mobpt + " Monster Points. Would you like to exchange some of those for items?\""; |