Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. --Setup by Bosse101
  2. -- _______________________________________________
  3. --|\ ____________________________________________/|
  4. --| | | |
  5. --| |[*]Script: Yalahar Mutated Arena | |
  6. --| |[*]Owner: Bosse101 | |
  7. --| |[*]Created by: Bosse101 | |
  8. --| |[*]Vocation: Knight | |
  9. --| |[*]Recommended LvL: 60+ | |
  10. --| |___________________________________________| |
  11. --|/____________________________________________\_|
  12.  
  13.  
  14.  
  15. -- Hunting Floors Setup
  16. ----------------------------
  17.  
  18. -- You may only choose lower OR Upper Floor
  19.  
  20. --if GoFloor1and2 = YES then SkipRats must be NO!
  21. --Lower Floors
  22. SkipGladiators = ("yes") --if ("no") Will kill Gladiators on the way
  23. SkipRats = ("no") --if ("yes"), Won't attack mutated rats untill floor -3
  24. GoFloor1and2 = ("yes") --60+ Hunt Floor -1 and -2(Mutated Rats only)
  25. GoFloor3 = ("yes") --70+ Hunt Floor -3 (Mutated Rats, bats, tigers)
  26. GoFloor4 = ("yes") --80+ Hunt Floor -4 (Mutated Tigers)
  27. GoFloor5 = ("yes") --90+ Hunt Floor -5 (Undead Gladiators only)
  28. SafeLureUndeadGladiator = true --Lures Gladiator to a place where only 1 can attack you.
  29.  
  30. shortcut = false
  31.  
  32. --Upper Floor
  33. GoUpperFloors = false --60+ true/false
  34. UpperUndeadGladiator = false --80+ true/false
  35.  
  36.  
  37. -- Backpack Setup --
  38. ----------------------------
  39. MainBP = 'Fur backpack' --Name of your Main Backpack
  40. SupplyBP = 'Jewelled Backpack' --Name of your Supply Backpack
  41. LootBP = 'Brocade Backpack' --Name of your Loot Backpack
  42. GoldBP = 'Grey Backpack' --Name of your Gold Backpack
  43.  
  44.  
  45. -- Depot Setup --
  46. ----------------------------
  47. MainDPBP = 'Blue Backpack' --Name of your Main Backpack inside the depot
  48. StackDPBP = 'Expedition Backpack' --Name of your Backpack inside the MainDPBP for Stackable Loot
  49. LootDPBP = 'Golden Backpack' --Name of your Backpack inside the MainDPBP for Non-Stackable Loot
  50.  
  51.  
  52. -- Supplies Setup --
  53. ----------------------------
  54. --Manas --Manas
  55. ManaName = 'mana potion' --Name of your mana potions 'mana potion'
  56. ManaCount = 350 --Amount of manas to buy
  57. ManaPrice = 50 --Price of your mana potion (50)
  58. ManaToLeave = 125 --Amount of manas left to leave the cave
  59.  
  60. --Health --Health
  61. HpName = 'great health potion' --Name of your health potion 'strong health potion' | 'great health potion'
  62. HpCount = 30 --Amount of health potions to buy
  63. HpPrice = 190 --Price of your health potion (SHP = 100gp | GHP = 190gp)
  64. HpToLeave = 15 --Amount of health potions left to leave the cave
  65.  
  66. -- Loot Setup --
  67. ----------------------------
  68. LootPlateArm = ("no") --If ("yes") will sell and loot Plate Armor's
  69. LootHalberd = ("yes") --If ("yes") will sell and loot Halberd's
  70. LootTwoHand = ("yes") --If ("yes") will sell and loot Two Handed Swords
  71. LootObsidianLance = ("yes") --If ("yes") will loot and deposit Obsidian Lance's
  72. DropGold = ("no") --Drops gold when cap is lower than CapToLeave
  73.  
  74. -- Others --
  75. ----------------------------
  76. UturaGran = true --if true Utura Gran, else Utura
  77. ExoriAmount = 2 --Monsters to Exori
  78. SoftsCount = 1 --(Leave at 1) Amount of soft boots you are using
  79. CapToLeave = 100 --Lowest amount of cap to leave cave
  80. ServerType = ("PVP") --("PVP") or ("NonPVP")
  81. UseMount = ("yes") --Use mount ("yes") / ("no")
  82. Reconnect = true
  83.  
  84.  
  85.  
  86.  
  87. --Do-Not-Edit---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  88.  
  89. NonStackItems = {"beastslayer axe", "fur boots", "shard", "two handed sword", "mercenary sword", "flask of warriors sweat", "tower shield", "obsidian lance", "halberd", "plate armor", "life ring", "energy ring", "stealth ring", "belted cape", "batwing hat", "crusader helmet", "angelic axe", "spellbook of enlightenment", "glorious axe", "knight axe", "guardian shield"}
  90.  
  91. StackItems = {"red piece of cloth", "bat wing", "mutated bat ear", "sabretooth", "black pearl", "small amethyst", "broken gladiator shield", "mutated rat tail", "strong health potion", "striped fur", "health potion", "green mushroom", "stone herb", "star herb"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement