martintokio

Untitled

Jul 9th, 2022
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.53 KB | None | 0 0
  1. local ConfigText = [[
  2. -- Kingtin Scripts for XenoBot.
  3. -- 5ba4207d14149e2110ede7d9ae78003e
  4. -- Script Changelog: https://pastebin.com/YaThmunF
  5. -- 888 d8P d8b 888 d8b .d8888b. d8b 888
  6. -- 888 d8P Y8P 888 Y8P d88P Y88b Y8P 888
  7. -- 888 d8P 888 Y88b. 888
  8. -- 888d88K 888 88888b. .d88b. 888888 888 88888b. "Y888b. .d8888b 888d888 888 88888b. 888888 .d8888b
  9. -- 8888888b 888 888 "88b d88P"88b 888 888 888 "88b "Y88b. d88P" 888P" 888 888 "88b 888 88K
  10. -- 888 Y88b 888 888 888 888 888 888 888 888 888 "888 888 888 888 888 888 888 "Y8888b.
  11. -- 888 Y88b 888 888 888 Y88b 888 Y88b. 888 888 888 Y88b d88P Y88b. 888 888 888 d88P Y88b. X88
  12. -- 888 Y88b 888 888 888 "Y88888 "Y888 888 888 888 "Y8888P" "Y8888P 888 888 88888P" "Y888 88888P'
  13. -- 888 888
  14. -- Y8b d88P 888
  15. -- "Y88P" 888
  16. -- [General Settings]
  17. -- [Knight Version]
  18. generalSetup = {
  19. ["UsePotions"] = false, -- If you want to buy and use POTIONS. yes = true | no = false
  20. ["UseHealth"] = false, -- If you want to buy and use HEALTH POTIONS. yes = true | no = false
  21. ["UseAmmunition"] = false, -- If you want to buy and use AMMUNITION. yes = true | no = false
  22. ["UseRune"] = false, -- If you want to buy and use RUNES. yes = true | no = false
  23. ["UseSecondaryRune"] = false, -- If you want to buy and use a SECOND RUNE. yes = true | no = false
  24. ["CheckCapacity"] = false -- If you want to check and leave under certain CAPACITY. yes = true | no = false
  25. }
  26. generalSupplies = {
  27. ["PotionsName"] = "Mana Potion", -- Name of the POTION you want to use. Example: "Mana Potion", "Great Mana Potion", etc...
  28. ["PotionsAmount"] = 400, -- Amount of POTIONS to head HUNTING.
  29. ["PotionRefill"] = 100, -- Amount of POTIONS to head REFILLING.
  30. ["HealthName"] = "Ultimate Health Potion", -- Name of the POTION you want to use. Example: "Supreme Health Potion", "Great Spirit Potion", etc...
  31. ["HealthAmount"] = 200, -- Amount of POTIONS to head HUNTING.
  32. ["HealthRefill"] = 100, -- Amount of POTIONS to head REFILLING.
  33. ["AmmunitionName"] = "Crystalline Arrow", -- Name of the AMMUNITION you want to use. Example: "Prismatic Bolt", "Envenomed Arrow", etc...
  34. ["AmmunitionAmount"] = 400, -- Amount of AMMUNITION to head HUNTING.
  35. ["AmmunitionRefill"] = 100, -- Amount of AMMUNITION to head REFILLING.
  36. ["RuneName"] = "Sudden Death Rune", -- Name of the RUNE you want to use. Example: "Avalanche Rune", "Great Fireball Rune", etc...
  37. ["RuneAmount"] = 250, -- Amount of RUNES to head HUNTING.
  38. ["RuneRefill"] = 100, -- Amount of RUNES to head REFILLING.
  39. ["SecondaryRuneName"] = "Avalanche Rune", -- Name of the RUNE you want to use. Example: "Stoneshower Rune", "Great Fireball Rune", etc...
  40. ["SecondaryRuneAmount"] = 300, -- Amount of RUNES to head HUNTING.
  41. ["SecondaryRuneRefill"] = 100, -- Amount of RUNES to head REFILLING.
  42. ["CapacityAmount"] = 400 -- Amount of CAPACITY to head REFILLING.
  43. }
  44. -- [Randomly City Selector]
  45. cityRefill = {
  46. ["Ankrahmun"] = true, -- ; Character will go to Ankrahmun to refill.
  47. ["LibertyBay"] = true, -- ; Character will go to Liberty Bay to refill.
  48. ["GrayIsland"] = true, -- ; Character will go to Gray Island to refill.
  49. ["Svargrond"] = true, -- ; Character will go to Ankrahmun to refill.
  50. ["PortHope"] = true, -- ; Character will go to Port Hope to refill.
  51. ["Yalahar"] = true -- ; Character will go to Yalahar to refill.
  52. }
  53. cityDeposit = {
  54. ["Ankrahmun"] = true, -- ; Character will go to Ankrahmun to deposit.
  55. ["LibertyBay"] = true, -- ; Character will go to Liberty Bay to deposit.
  56. ["Yalahar"] = true, -- ; Character will go to Yalahar to deposit.
  57. ["Edron"] = true, -- ; Character will go to Edron to deposit.
  58. ["Svargrond"] = true -- ; Character will go to Svargrond to deposit.
  59. }
  60. -- [Backpacks]
  61. -- Universal Backpack System ; It will open all the containers inside main backpack in the order below.
  62. -- #0 - Main Backpack ; Main Backpack
  63. -- #1 - Loot Backpack ; Backpack where loot goes to.
  64. -- #2 - Stackeables Backpack ; Backpack where stackeables and creature products goes to.
  65. -- #3 - Supplies Backpack ; Backpack where supplies are moved to.
  66. -- #4 - Extra Backpack ; Backpack where often multi-tool/rope/shovel/pick/rings and other utilities are on.
  67. -- IF YOU ARE USING LOOT BAG FOR HUNT, BE SURE TO ADD THE ITEMS TO LOOTER LIST AND TO THE QUICKLOOT LIST!
  68. -- [Withdrawal Settings]
  69. withdrawerSetup = {
  70. ["withdrawalItem"] = false, -- ; Do you want to withdraw certain item from depot? yes = true | no = false
  71. ["itemWithdrawn"] = "Dwarven Ring", -- ; Name of the item to be withdrawn from depot. Example: "Energy Ring", "Gill Necklace", etc...
  72. ["itemAmount"] = 5, -- ; Amount of items to be withdrawn.
  73. ["itemDepot"] = 10, -- ; Depot Slot where the item to be withdrawn it's located on.
  74. ["itemContainer"] = 4, -- ; Item container to be moved to. (Extra Backpack by Default)
  75. ["withdrawSecondItem"] = false, -- ; Do you want to withdraw a second certain item from depot? yes = true | no = false
  76. ["secondItem"] = "Garlic Necklace", -- ; Name of the second item to be withdrawn from depot. Example: "Prismatic Ring", "Gill Necklace", etc...
  77. ["secondItemAmount"] = 2, -- ; Amount of second item to be withdrawn.
  78. ["secondItemDepot"] = 10, -- ; Depot Slot where the second item to be withdrawn it's located on.
  79. ["secondItemContainer"] = 4, -- ; Item container to be moved to. (Extra Backpack by Default)
  80. }
  81. -- [Loot Seller]
  82. -------------------------------------------------------------------
  83. -- [ If fixed city on Thais it will sell loot in 4 NPCs - Below] --
  84. -- [ It will not sell loot in Alesar at Thais to avoid traps ] --
  85. -------------------------------------------------------------------
  86. lootSeller = {
  87. ["sellLoot"] = true, -- ; Will sell loot once hunt is done *Before going to deposit* yes = true | no = false
  88. ["rashidLocation"] = "fixed", -- ; Where's Rashid? (real/fixed) *Fixed means he's always in one of the seven cities!*
  89. ["rashidCity"] = "Thais" -- ; If you're using fixed option in rashid, set which city it is here. Examples: "Thais", "PortHope", "LibertyBay"
  90. }
  91. -- [Extras]
  92. extraSettings = {
  93. ["AntiDrunk"] = true, -- ; Character will equip a dwarven ring and un-equip once drunkness is over. yes = true | no = false
  94. ["staminaLogout"] = 14, -- ; Stamina hours that character will logout.
  95. ["LevelReached"] = 0, -- ; Character will logout once certain level has been reached.
  96. ["SkillTrain"] = "club", -- ; Skill to train when character goes to offline training statues in order to logout. (club | axe | sword | magic | distance)
  97. ["EnemyList"] = false, -- ; Do you want to detect when an enemy goes into your screen range? yes = true | no = false
  98. ["EnemyName"] = {"Player One", "Player Two", "Player Three"}, -- ; Player names that you want to get receive alert from.
  99. ["EnemyAlert"] = false, -- ; Do you want the bot to play an alarm when certain player enters your screen range? yes = true | no = false
  100. ["AutomaticCast"] = false, -- ; Do you want to automatically open cast upon loading the script? yes = true | no = false
  101. ["UsePassword"] = false, -- ; Do you want to use a specific password on your cast? yes = true | no = false
  102. ["CastPassword"] = "!cast password 123", -- ; Password to set on cast.
  103. ["CastCommand"] = "!cast on",-- ; Command to open cast. (It may change from different servers)
  104. ["ExitOnFrag"] = true, -- ; Do you want your character to exit after you take an injustified frag? yes = true | no = false
  105. ["HudColor"] = "light" -- ; HUD Avaible Colors: light - dark - orange - pink - green - blue - purple *Only working with MY HUD*
  106. }
  107. -- [Spawn Settings]
  108. spawnSettings = {
  109. ["SpawnShortcut"] = false, -- ; Character will go by the shortcut if you have the necessary quest. Example: Banuta - Lion Sanctum. yes = true | no = false
  110. ["LowerFloor"] = false, -- ; Character will hunt lower floor than current one. (Only if the script has such option *Check the script list at the bottom*) yes = true | no = false
  111. ["DeeperFloor"] = false, -- ; Character will hunt a deeper floor than the current one. Example: Current Floor = 7, Lower Floor = 8, Deeper = 9 yes = true | no = false
  112. ["LeftSide"] = false, -- ; Character will hunt the LEFT side of the spawn. (Only if the script has such option *Check the script list at the bottom*) yes = true | no = false
  113. ["RightSide"] = false, -- ; Character will hunt the RIGHT side of the spawn. (Only if the script has such option *Check the script list at the bottom*) yes = true | no = false
  114. }
  115. -- [Creature Settings]
  116. creatureSettings = {
  117. ["RingOnCreature"] = false, -- ; Do you want to use ring when certain amount of creatures on screen? yes = true | no = false
  118. ["NormalRing"] = "Crystal Ring", -- ; Name of the ring to equip when LOWER than the set creatures are on screen.
  119. ["CreatureRing"] = "Prismatic Ring", -- ; Name of the ring to equip when the SET creatures OR HIGHER are on screen.
  120. ["RingAmount"] = 1, -- ; Amount of creatures to equip the set up ring.
  121. ["AmuletOnCreature"] = false, -- ; Do you want to use a certain amulet when certain amount of creatures on screen? yes = true | no = false
  122. ["NormalAmulet"] = "Foxtail Amulet", -- ; Name of the ring to equip when LOWER than the set creatures are on screen.
  123. ["CreatureAmulet"] = "Gill Necklace", --; Name of the amulet to equip when the SET creatures OR higher are on screen.
  124. ["CreatureAmuletActive"] = 0, -- ; Write there the active amulet ID if it has one, leave it on 0 if it doesn't have an active ID.
  125. ["AmuletAmount"] = 1, -- ; Amount of creatures to equip the set up amulet.
  126. ["CreatureName"] = {"Rat", "Bug", "Rotworm"} -- Name of creatures to swap ring-amulet
  127. }
  128. -- [Sellable Items]
  129. itemList = {
  130. ["AlesarItems"] = ({"Serpent Sword", "Knight Axe", "Bonebreaker", "Dragon Hammer", "Dreaded Cleaver", "Giant Sword", "Haunted Blade", "Onyx Flail", "Ornamented Axe", "Skull Staff", "Titan Axe", "Knight Armor", "Warrior Helmet", "Knight Legs", "Tower Shield", "Vampire Shield"}),
  131. ["NahbobItems"] = ({"War Hammer", "Crown Shield", "Dragon Shield", "Guardian Shield", "Blue Robe", "Crown Armor", "Boots of Haste", "Dragon Lance", "Fire Sword", "Ice Rapier", "Glorious Axe", "Shadow Sceptre", "Butcher's Axe", "Angelic Axe", "Crown Helmet", "Crusader Helmet", "Royal Helmet", "Crown Legs"}),
  132. ["RashidItems"] = ({"Noble Axe", "Spellbook of Mind Control", "Sacred Tree Amulet", "Spiked Squelcher", "War Axe", "Platinum Amulet", "Silver Brooch", "Wand of Inferno", "Death Ring", "Gold Ingot", "Gold Ring", "Mastermind Shield","Emerald Bangle", "Ruby Necklace", "Buckle", "Shockwave Amulet", "Crystalline Armor", "Dragon Scale Mail", "Dwarven Armor", "Glacier Robe", "Golden Armor", "Hibiscus Dress", "Leopard Armor", "Lightning Robe", "Magma Coat", "Mammoth Fur Cape", "Paladin Armor", "Pirate Shirt", "Skullcracker Armor", "Swamplair Armor", "Terra Mantle", "Glacier Kilt", "Lightning Legs", "Magma Legs", "Mammoth Fur Shorts", "Pirate Knee Breeches", "Terra Legs", "Castle Shield", "Demon Shield", "Medusa Shield", "Norse Shield", "Scarab Shield", "Bonelord Helmet", "Glacier Mask", "Lightning Headband", "Magma Monocle", "Pirate Hat", "Skull Helmet", "Terra Hood", "Fur Boots", "Glacier Shoes", "Lightning Boots", "Magma Boots", "Patched Boots", "Pirate Boots", "Steel Boots", "Terra Boots", "Abyss Hammer", "Amber Staff", "Assassin Dagger", "Beastslayer Axe", "Berserker", "Chaos Mace", "Cranial Basher", "Demonrage Sword", "Dragon Slayer", "Dragonbone Staff", "Dreaded Cleaver", "Epee", "Guardian Halberd", "Hammer of Wrath", "Heavy Mace", "Heroic Axe", "Jade Hammer", "Mercenary Sword", "Nightmare Blade", "Relic Sword", "Ruthless Axe", "Vile Axe", "Demonbone Amulet", "Glacier Amulet", "Lightning Pendant", "Magma Amulet", "Terra Amulet", "Ring of the Sky"}),
  133. ["YamanItems"] = ({"Northwind Rod", "Terra Rod", "Underworld Rod", "Hailstorm Rod", "Springsprout Rod", "Terra Rod"}),
  134. ["JewelryShop"] = ({"Black Pearl", "Blue Crystal Shard", "Blue Crystal Splinter", "Brown Crystal Splinter", "Cyan Crystal Fragment", "Giant Shimmering Pearl", "Gold Ingot", "Green Crystal Fragment", "Green Crystal Splinter", "Hexagonal Ruby", "Onyx Chip", "Opal", "Prismatic Quartz", "Rainbow Quartz", "Small Amethyst", "Small Diamond", "Small Emerald", "Small Enchanted Amethyst", "Small Enchanted Emerald", "Small Enchanted Ruby", "Small Enchanted Sapphire", "Small Ruby", "Small Sapphire", "Small Topaz", "Tiger Eye", "Violet Crystal Shard", "White Pearl"}),
  135. ["EsrikItems"] = ({"Drakinata", "Draken Wristbands", "Zaoan Shoes", "Zaoan Armor", "Zaoan Legs", "Bone Shoulderplate", "Zaoan Robe"}),
  136. ["FlintItems"] = ({"glooth axe", "glooth blade", "rubber cap", "glooth club", "heat core", "glooth cape", "glooth amulet"}),
  137. ["HarounItems"] = ({"Wand of Defiance", "Wand of Inferno", "Wand of Starstorm", "Wand of Voodoo", "Wand of Cosmic Energy", "Wand of Draconia"})
  138. }
  139. -- [Task Maker]
  140. taskMaker = {
  141. ["DoTask"] = false, -- ; Do you want to report task when certain amount of creatures has been killed?
  142. ["GrizzlyTask"] = "Drakens", -- ; Task that you want to complete. (Drakens as default per example)
  143. ["CreatureAmount"] = 900, -- ; Amount of creatures to be killed in order to go report.
  144. ["CreatureName"] = "Draken Warmaster", -- ; Name of the creature you want to track. (Draken as default per example)
  145. ["CreatureName2"] = "Draken Spellweaver", -- ; Name of the creature you want to track. (Draken as default per example)
  146. ["CreatureName3"] = "Draken Elite", -- ; Name of the creature you want to track. (Draken as default per example)
  147. ["CreatureName4"] = "Draken Abomination" -- Name of the creature you want to track. (Draken as default per example)
  148. }
  149. -- [External Healing]
  150. -- THIS OPTION REQUIERES YOU TO HAVE MY SEPARATE EXTERNAL LUA. ELSE IT WILL NOT DO ANYTHING.
  151. externalHeal = {
  152. ["luaHealing"] = false, -- ; Do you want to use the lua for healing? (Faster healing than XenoBot)
  153. ["LowHealing"] = "Exura Ico", -- ; Low healing spell to use.
  154. ["LowHealing%"] = 95, -- ; Low healing percentage.
  155. ["MediumHealing"] = "Exura Ico", -- ; Medium healing spell to use.
  156. ["MediumHealing%"] = 85, -- ; Medium healing percentage.
  157. ["HighHealing"] = "Exura Gran Ico", -- ; Heavy spell to use.
  158. ["HighHealing%"] = 30, -- ; Heavy healing percentage.
  159. ["ManaPotion"] = 237, -- ; Mana Potion ID to use. *IT MUST BE ID, not name*
  160. ["ManaPotion%"] = 35, -- ; Mana potion percentage.
  161. ["HealthPotion"] = 23375, -- ; Health Potion ID to use. *IT MUST BE ID, not name*
  162. ["HealthPotion%"] = 85, -- ; Health potion percentage. (If you're mage, just put 0)
  163. ["rotwormStew"] = false, -- ; Do you want to use a rotworm stew when lower than certain health percentage? (It has to be on a visible backpack)
  164. ["rotwormStew%"] = 40, -- ; Health percentage to use rotworm stew on
  165. ["potBlackjack"] = false, -- ; Do you want to use a pot of blackjack when lower than certain health percentage? (It has to be on a visible backpack)
  166. ["potBlackjack%"] = 40, -- ; Health percentage to use pot of black jack
  167. ["blessedSteak"] = false, -- ; Do you want to use a blessed steak when lower than certain mana percentage? (It has to be on a visible backpack)
  168. ["blessedSteak%"] = 15 -- ; Mana percentage to use blessed steak on
  169. }
  170. -- [External Magic Shooter]
  171. whiteList = {"Character", "Name", "Characters"} -- Add here the players you want to ignore. (It will use area spells when such characters on screen!)
  172. safeDistance = 3 -- Distance from your character to use area spells.
  173. spells = {
  174. ["useMagicShooter"] = false, -- Do you want to use magic shooter?
  175. ["spell"] = "Exori Gran", -- This are non-safe spells to use.
  176. ["spell2"] = "Exori", -- This are non-safe spells to use.
  177. ["spell3"] = "Exori Ico", -- This are safe spells to use when player on screen.
  178. ["spell4"] = "Exori Hur", -- This are safe spells to use when player on screen.
  179. ["spell5"] = "Exori Gran Ico" -- This are safe spells to use when player on screen.
  180. }
  181. spellCount = {
  182. ["countSpell"] = 2, -- Amount of creatures to use spell (Exori Gran/Mas San/Mas Frigo/Mas Flam)
  183. ["countSpell2"] = 2, -- Amount of creatures to use spell (Exori/Mas San/Mas Frigo/Mas Flam)
  184. ["countSpell3"] = 1, -- Amount of creatures to use spell (Exori Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  185. ["countSpell4"] = 1, -- Amount of creatures to use spell (Exori Hur/Frigo/Flam/Vis/Tera)
  186. ["countSpell5"] = 1, -- Amount of creatures to use spell (Exori Gran Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  187. }
  188. spellDistance = {
  189. ["distanceSpell"] = 1, -- Distance from character to use spell (Exori Gran/Mas San/Mas Frigo/Mas Flam)
  190. ["distanceSpell2"] = 1, -- Distance from character to use spell (Exori/Mas San/Mas Frigo/Mas Flam)
  191. ["distannceSpell3"] = 1, -- Distance from character to use spell (Exori Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  192. ["distanceSpell4"] = 4, -- Distance from character to use spell (Exori Hur/Frigo/Flam/Vis/Tera)
  193. ["distanceSpell5"] = 1, -- Distance from character to use spell (Exori Gran Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  194. }
  195. spellSafe = {
  196. ["safeSpell"] = false, -- Use it when non-white listed players on screen. (Exori Gran/Mas San/Mas Frigo/Mas Flam)
  197. ["safeSpell2"] = false, -- Use it when non-white listed players on screen. (Exori/Mas San/Mas Frigo/Mas Flam)
  198. ["safeSpell3"] = true, -- Use it when non-white listed players on screen. (Exori Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  199. ["safeSpell4"] = true, -- Use it when non-white listed players on screen. (Exori Hur/Frigo/Flam/Vis/Tera)
  200. ["safeSpell5"] = true -- Use it when non-white listed players on screen. (Exori Gran Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  201. }
  202. spellAvoid = { -- Here you can add up to nine(9) safe coords that the bot will check, if you close to them, it will NOT use AREA spells.
  203. ["distanceCheck"] = 3, -- Range of distance from your coords to consider using AREA spells. (In sqms)
  204. ["areaX"] = 123, ["areaY"] = 456, ["areaZ"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  205. ["areaX2"] = 123, ["areaY2"] = 456, ["areaZ2"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  206. ["areaX3"] = 123, ["areaY3"] = 456, ["areaZ3"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  207. ["areaX4"] = 123, ["areaY4"] = 456, ["areaZ4"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  208. ["areaX5"] = 123, ["areaY5"] = 456, ["areaZ5"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  209. ["areaX6"] = 123, ["areaY6"] = 456, ["areaZ6"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  210. ["areaX7"] = 123, ["areaY7"] = 456, ["areaZ7"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  211. ["areaX8"] = 123, ["areaY8"] = 456, ["areaZ8"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  212. ["areaX9"] = 123, ["areaY9"] = 456, ["areaZ9"] = 7 -- You can use the command /pos to check your position, then just write the numbers in order.
  213. }
  214. -- [Creature Summon]
  215. creatureSummon = {
  216. ["summonCreature"] = false, -- ; Do you want to use your summon while hunting?
  217. ["summonSpell"] = "Utevo Gran Res Eq", -- ; Summon creature spell
  218. ["summonMana"] = 1000, -- Summon Mana Cost -- ; Summon creature mana spell cost
  219. ["summonCooldown"] = 1800, -- ; Summon creature cooldown (in seconds)
  220. ["summonExtraMana"] = 200 -- ; Safe extra mana to summon creature
  221. }
  222. -- [Self Clean]
  223. cleanSelf = { -- ; IT REQUIERES YOUR VOCATION TO HAVE SUCH SPELL
  224. ["cleanPoision"] = false, -- ; Do you want to remove poision while lossing protection zone lock?
  225. ["cleanEnergy"] = false, -- ; Do you want to remove energy while lossing protection zone lock?
  226. ["cleanBurn"] = false, -- ; Do you want to remove fire while lossing protection zone lock?
  227. ["cleanCurse"] = false, -- ; Do you want to remove curse while lossing protection zone lock?
  228. ["cleanBleed"] = false -- ; Do you want to remove bleeding while lossing protection zone lock?
  229. }
  230. -- [Item Sorter]
  231. itemsSort = {"mana potion", "strong mana potion", "great mana potion", "ultimate mana potion", "great spirit potion", "ultimate spirit potion", "great health potion", "ultimate health potion", "supreme health potion", "crystalline arrow", "avalanche rune", "thunderstorm rune", "sudden death rune", "great fireball rune", "prismatic bolt", "garlic necklace"}
  232. quiverConfig = {
  233. ["ammunitionID"] = {25757, 25758, 15793}, -- Ammunition IDs. (Do not use names)
  234. ["huntCheck"] = true -- Do you want to check if quiver's open while hunting? (true/false)
  235. }
  236. -- [Avaible Commands]
  237. -- config -- Opens your configuration file.
  238. -- reload -- Reloads all your scripts modules.
  239. -- start -- Starts the bot (Targeting/Walker/Looter)
  240. -- stop -- Stops the bot (Targeting/Walker/Looter)
  241. -- bps -- Re-open your backpacks. (Closes all the containers and re-open)
  242. -- retry -- Retries to open your backpacks
  243. -- refill -- Sends your character to refill within next check (At spawn)
  244. -- logout -- Sends your character to offline training within next time it goes to deposit
  245. -- track -- Opens a channel that tracks all your private messages received
  246. -- loot -- Opens a channel that tracks your loot
  247. -- mson -- Turns ON magic shooter
  248. -- msoff -- Turns OFF magic shooter
  249. -- info -- Displays information
  250. ]]
  251. local ConfigTextRP = [[
  252. -- Kingtin Scripts for XenoBot.
  253. -- 5ba4207d14149e2110ede7d9ae78003e
  254. -- Script Changelog: https://pastebin.com/YaThmunF
  255. -- 888 d8P d8b 888 d8b .d8888b. d8b 888
  256. -- 888 d8P Y8P 888 Y8P d88P Y88b Y8P 888
  257. -- 888 d8P 888 Y88b. 888
  258. -- 888d88K 888 88888b. .d88b. 888888 888 88888b. "Y888b. .d8888b 888d888 888 88888b. 888888 .d8888b
  259. -- 8888888b 888 888 "88b d88P"88b 888 888 888 "88b "Y88b. d88P" 888P" 888 888 "88b 888 88K
  260. -- 888 Y88b 888 888 888 888 888 888 888 888 888 "888 888 888 888 888 888 888 "Y8888b.
  261. -- 888 Y88b 888 888 888 Y88b 888 Y88b. 888 888 888 Y88b d88P Y88b. 888 888 888 d88P Y88b. X88
  262. -- 888 Y88b 888 888 888 "Y88888 "Y888 888 888 888 "Y8888P" "Y8888P 888 888 88888P" "Y888 88888P'
  263. -- 888 888
  264. -- Y8b d88P 888
  265. -- "Y88P" 888
  266. -- [General Settings]
  267. -- [Paladin Version]
  268. generalSetup = {
  269. ["UsePotions"] = true, -- If you want to buy and use POTIONS. yes = true | no = false
  270. ["UseHealth"] = true, -- If you want to buy and use HEALTH POTIONS. yes = true | no = false
  271. ["UseAmmunition"] = true, -- If you want to buy and use AMMUNITION. yes = true | no = false
  272. ["UseRune"] = false, -- If you want to buy and use RUNES. yes = true | no = false
  273. ["UseSecondaryRune"] = false, -- If you want to buy and use a SECOND RUNE. yes = true | no = false
  274. ["CheckCapacity"] = false -- If you want to check and leave under certain CAPACITY. yes = true | no = false
  275. }
  276. quiverConfig = {
  277. ["ammunitionID"] = {25757, 25758, 15793}, -- Ammunition IDs. (Do not use names)
  278. ["huntCheck"] = true -- Do you want to check if quiver's open while hunting? (true/false)
  279. }
  280. generalSupplies = {
  281. ["PotionsName"] = "Strong Mana Potion", -- Name of the POTION you want to use. Example: "Mana Potion", "Great Mana Potion", etc...
  282. ["PotionsAmount"] = 400, -- Amount of POTIONS to head HUNTING.
  283. ["PotionRefill"] = 100, -- Amount of POTIONS to head REFILLING.
  284. ["HealthName"] = "Great Spirit Potion", -- Name of the POTION you want to use. Example: "Supreme Health Potion", "Great Spirit Potion", etc...
  285. ["HealthAmount"] = 200, -- Amount of POTIONS to head HUNTING.
  286. ["HealthRefill"] = 50, -- Amount of POTIONS to head REFILLING.
  287. ["AmmunitionName"] = "Crystalline Arrow", -- Name of the AMMUNITION you want to use. *If you want to use diamond arrows or spectral bolts USE ITS ID*
  288. ["AmmunitionAmount"] = 1400, -- Amount of AMMUNITION to head HUNTING.
  289. ["AmmunitionRefill"] = 300, -- Amount of AMMUNITION to head REFILLING.
  290. ["RuneName"] = "Sudden Death Rune", -- Name of the RUNE you want to use. Example: "Avalanche Rune", "Great Fireball Rune", etc...
  291. ["RuneAmount"] = 250, -- Amount of RUNES to head HUNTING.
  292. ["RuneRefill"] = 100, -- Amount of RUNES to head REFILLING.
  293. ["SecondaryRuneName"] = "Avalanche Rune", -- Name of the RUNE you want to use. Example: "Stoneshower Rune", "Great Fireball Rune", etc...
  294. ["SecondaryRuneAmount"] = 300, -- Amount of RUNES to head HUNTING.
  295. ["SecondaryRuneRefill"] = 100, -- Amount of RUNES to head REFILLING.
  296. ["CapacityAmount"] = 400 -- Amount of CAPACITY to head REFILLING.
  297. }
  298. -- [Randomly City Selector]
  299. cityRefill = {
  300. ["Ankrahmun"] = true, -- ; Character will go to Ankrahmun to refill.
  301. ["LibertyBay"] = true, -- ; Character will go to Liberty Bay to refill.
  302. ["GrayIsland"] = true, -- ; Character will go to Gray Island to refill.
  303. ["Svargrond"] = true, -- ; Character will go to Ankrahmun to refill.
  304. ["PortHope"] = true, -- ; Character will go to Port Hope to refill.
  305. ["Yalahar"] = true -- ; Character will go to Yalahar to refill.
  306. }
  307. cityDeposit = {
  308. ["Ankrahmun"] = true, -- ; Character will go to Ankrahmun to deposit.
  309. ["LibertyBay"] = true, -- ; Character will go to Liberty Bay to deposit.
  310. ["Yalahar"] = true, -- ; Character will go to Yalahar to deposit.
  311. ["Edron"] = true, -- ; Character will go to Edron to deposit.
  312. ["Svargrond"] = true -- ; Character will go to Svargrond to deposit.
  313. }
  314. -- [Backpacks]
  315. -- Universal Backpack System ; It will open all the containers inside main backpack in the order below.
  316. -- #0 - Main Backpack ; Main Backpack
  317. -- #1 - Loot Backpack ; Backpack where loot goes to.
  318. -- #2 - Stackeables Backpack ; Backpack where stackeables and creature products goes to.
  319. -- #3 - Supplies Backpack ; Backpack where supplies are moved to.
  320. -- #4 - Extra Backpack ; Backpack where often multi-tool/rope/shovel/pick/rings and other utilities are on.
  321. -- IF YOU ARE USING LOOT BAG FOR HUNT, BE SURE TO ADD THE ITEMS TO LOOTER LIST AND TO THE QUICKLOOT LIST!
  322. -- [Withdrawal Settings]
  323. withdrawerSetup = {
  324. ["withdrawalItem"] = false, -- ; Do you want to withdraw certain item from depot? yes = true | no = false
  325. ["itemWithdrawn"] = "Dwarven Ring", -- ; Name of the item to be withdrawn from depot. Example: "Energy Ring", "Gill Necklace", etc...
  326. ["itemAmount"] = 5, -- ; Amount of items to be withdrawn.
  327. ["itemDepot"] = 10, -- ; Depot Slot where the item to be withdrawn it's located on.
  328. ["itemContainer"] = 4, -- ; Item container to be moved to. (Extra Backpack by Default)
  329. ["withdrawSecondItem"] = false, -- ; Do you want to withdraw a second certain item from depot? yes = true | no = false
  330. ["secondItem"] = "Garlic Necklace", -- ; Name of the second item to be withdrawn from depot. Example: "Prismatic Ring", "Gill Necklace", etc...
  331. ["secondItemAmount"] = 2, -- ; Amount of second item to be withdrawn.
  332. ["secondItemDepot"] = 10, -- ; Depot Slot where the second item to be withdrawn it's located on.
  333. ["secondItemContainer"] = 4, -- ; Item container to be moved to. (Extra Backpack by Default)
  334. }
  335. -- [Loot Seller]
  336. -------------------------------------------------------------------
  337. -- [ If fixed city on Thais it will sell loot in 4 NPCs - Below] --
  338. -- [ It will not sell loot in Alesar at Thais to avoid traps ] --
  339. -------------------------------------------------------------------
  340. lootSeller = {
  341. ["sellLoot"] = true, -- ; Will sell loot once hunt is done *Before going to deposit* yes = true | no = false
  342. ["rashidLocation"] = "fixed", -- ; Where's Rashid? (real/fixed) *Fixed means he's always in one of the seven cities!*
  343. ["rashidCity"] = "Thais" -- ; If you're using fixed option in rashid, set which city it is here. Examples: "Thais", "PortHope", "LibertyBay"
  344. }
  345. -- [Extras]
  346. extraSettings = {
  347. ["AntiDrunk"] = true, -- ; Character will equip a dwarven ring and un-equip once drunkness is over. yes = true | no = false
  348. ["staminaLogout"] = 14, -- ; Stamina hours that character will logout.
  349. ["LevelReached"] = 0, -- ; Character will logout once certain level has been reached.
  350. ["SkillTrain"] = "club", -- ; Skill to train when character goes to offline training statues in order to logout. (club | axe | sword | magic | distance)
  351. ["EnemyList"] = false, -- ; Do you want to detect when an enemy goes into your screen range? yes = true | no = false
  352. ["EnemyName"] = {"Player One", "Player Two", "Player Three"}, -- ; Player names that you want to get receive alert from.
  353. ["EnemyAlert"] = false, -- ; Do you want the bot to play an alarm when certain player enters your screen range? yes = true | no = false
  354. ["AutomaticCast"] = false, -- ; Do you want to automatically open cast upon loading the script? yes = true | no = false
  355. ["UsePassword"] = false, -- ; Do you want to use a specific password on your cast? yes = true | no = false
  356. ["CastPassword"] = "!cast password 123", -- ; Password to set on cast.
  357. ["CastCommand"] = "!cast on",-- ; Command to open cast. (It may change from different servers)
  358. ["ExitOnFrag"] = true, -- ; Do you want your character to exit after you take an injustified frag? yes = true | no = false
  359. ["HudColor"] = "light" -- ; HUD Avaible Colors: light - dark - orange - pink - green - blue - purple *Only working with MY HUD*
  360. }
  361. -- [Spawn Settings]
  362. spawnSettings = {
  363. ["SpawnShortcut"] = false, -- ; Character will go by the shortcut if you have the necessary quest. Example: Banuta - Lion Sanctum. yes = true | no = false
  364. ["LowerFloor"] = false, -- ; Character will hunt lower floor than current one. (Only if the script has such option *Check the script list at the bottom*) yes = true | no = false
  365. ["DeeperFloor"] = false, -- ; Character will hunt a deeper floor than the current one. Example: Current Floor = 7, Lower Floor = 8, Deeper = 9 yes = true | no = false
  366. ["LeftSide"] = false, -- ; Character will hunt the LEFT side of the spawn. (Only if the script has such option *Check the script list at the bottom*) yes = true | no = false
  367. ["RightSide"] = false, -- ; Character will hunt the RIGHT side of the spawn. (Only if the script has such option *Check the script list at the bottom*) yes = true | no = false
  368. }
  369. -- [Creature Settings]
  370. creatureSettings = {
  371. ["RingOnCreature"] = false, -- ; Do you want to use ring when certain amount of creatures on screen? yes = true | no = false
  372. ["NormalRing"] = "Crystal Ring", -- ; Name of the ring to equip when LOWER than the set creatures are on screen.
  373. ["CreatureRing"] = "Prismatic Ring", -- ; Name of the ring to equip when the SET creatures OR HIGHER are on screen.
  374. ["RingAmount"] = 1, -- ; Amount of creatures to equip the set up ring.
  375. ["AmuletOnCreature"] = false, -- ; Do you want to use a certain amulet when certain amount of creatures on screen? yes = true | no = false
  376. ["NormalAmulet"] = "Foxtail Amulet", -- ; Name of the ring to equip when LOWER than the set creatures are on screen.
  377. ["CreatureAmulet"] = "Gill Necklace", --; Name of the amulet to equip when the SET creatures OR higher are on screen.
  378. ["CreatureAmuletActive"] = 0, -- ; Write there the active amulet ID if it has one, leave it on 0 if it doesn't have an active ID.
  379. ["AmuletAmount"] = 1, -- ; Amount of creatures to equip the set up amulet.
  380. ["CreatureName"] = {"Rat", "Bug", "Rotworm"} -- Name of creatures to swap ring-amulet
  381. }
  382. -- [Sellable Items]
  383. itemList = {
  384. ["AlesarItems"] = ({"Serpent Sword", "Knight Axe", "Bonebreaker", "Dragon Hammer", "Dreaded Cleaver", "Giant Sword", "Haunted Blade", "Onyx Flail", "Ornamented Axe", "Skull Staff", "Titan Axe", "Knight Armor", "Warrior Helmet", "Knight Legs", "Tower Shield", "Vampire Shield"}),
  385. ["NahbobItems"] = ({"War Hammer", "Crown Shield", "Dragon Shield", "Guardian Shield", "Blue Robe", "Crown Armor", "Boots of Haste", "Dragon Lance", "Fire Sword", "Ice Rapier", "Glorious Axe", "Shadow Sceptre", "Butcher's Axe", "Angelic Axe", "Crown Helmet", "Crusader Helmet", "Royal Helmet", "Crown Legs"}),
  386. ["RashidItems"] = ({"Noble Axe", "Spellbook of Mind Control", "Sacred Tree Amulet", "Spiked Squelcher", "War Axe", "Platinum Amulet", "Silver Brooch", "Wand of Inferno", "Death Ring", "Gold Ingot", "Gold Ring", "Mastermind Shield","Emerald Bangle", "Ruby Necklace", "Buckle", "Shockwave Amulet", "Crystalline Armor", "Dragon Scale Mail", "Dwarven Armor", "Glacier Robe", "Golden Armor", "Hibiscus Dress", "Leopard Armor", "Lightning Robe", "Magma Coat", "Mammoth Fur Cape", "Paladin Armor", "Pirate Shirt", "Skullcracker Armor", "Swamplair Armor", "Terra Mantle", "Glacier Kilt", "Lightning Legs", "Magma Legs", "Mammoth Fur Shorts", "Pirate Knee Breeches", "Terra Legs", "Castle Shield", "Demon Shield", "Medusa Shield", "Norse Shield", "Scarab Shield", "Bonelord Helmet", "Glacier Mask", "Lightning Headband", "Magma Monocle", "Pirate Hat", "Skull Helmet", "Terra Hood", "Fur Boots", "Glacier Shoes", "Lightning Boots", "Magma Boots", "Patched Boots", "Pirate Boots", "Steel Boots", "Terra Boots", "Abyss Hammer", "Amber Staff", "Assassin Dagger", "Beastslayer Axe", "Berserker", "Chaos Mace", "Cranial Basher", "Demonrage Sword", "Dragon Slayer", "Dragonbone Staff", "Dreaded Cleaver", "Epee", "Guardian Halberd", "Hammer of Wrath", "Heavy Mace", "Heroic Axe", "Jade Hammer", "Mercenary Sword", "Nightmare Blade", "Relic Sword", "Ruthless Axe", "Vile Axe", "Demonbone Amulet", "Glacier Amulet", "Lightning Pendant", "Magma Amulet", "Terra Amulet", "Ring of the Sky"}),
  387. ["YamanItems"] = ({"Northwind Rod", "Terra Rod", "Underworld Rod", "Hailstorm Rod", "Springsprout Rod", "Terra Rod"}),
  388. ["JewelryShop"] = ({"Black Pearl", "Blue Crystal Shard", "Blue Crystal Splinter", "Brown Crystal Splinter", "Cyan Crystal Fragment", "Giant Shimmering Pearl", "Gold Ingot", "Green Crystal Fragment", "Green Crystal Splinter", "Hexagonal Ruby", "Onyx Chip", "Opal", "Prismatic Quartz", "Rainbow Quartz", "Small Amethyst", "Small Diamond", "Small Emerald", "Small Enchanted Amethyst", "Small Enchanted Emerald", "Small Enchanted Ruby", "Small Enchanted Sapphire", "Small Ruby", "Small Sapphire", "Small Topaz", "Tiger Eye", "Violet Crystal Shard", "White Pearl"}),
  389. ["EsrikItems"] = ({"Drakinata", "Draken Wristbands", "Zaoan Shoes", "Zaoan Armor", "Zaoan Legs", "Bone Shoulderplate", "Zaoan Robe"}),
  390. ["FlintItems"] = ({"glooth axe", "glooth blade", "rubber cap", "glooth club", "heat core", "glooth cape", "glooth amulet"}),
  391. ["HarounItems"] = ({"Wand of Defiance", "Wand of Inferno", "Wand of Starstorm", "Wand of Voodoo", "Wand of Cosmic Energy", "Wand of Draconia"})
  392. }
  393. -- [Task Maker]
  394. taskMaker = {
  395. ["DoTask"] = false, -- ; Do you want to report task when certain amount of creatures has been killed?
  396. ["GrizzlyTask"] = "Drakens", -- ; Task that you want to complete. (Drakens as default per example)
  397. ["CreatureAmount"] = 900, -- ; Amount of creatures to be killed in order to go report.
  398. ["CreatureName"] = "Draken Warmaster", -- ; Name of the creature you want to track. (Draken as default per example)
  399. ["CreatureName2"] = "Draken Spellweaver", -- ; Name of the creature you want to track. (Draken as default per example)
  400. ["CreatureName3"] = "Draken Elite", -- ; Name of the creature you want to track. (Draken as default per example)
  401. ["CreatureName4"] = "Draken Abomination" -- Name of the creature you want to track. (Draken as default per example)
  402. }
  403. -- [External Healing]
  404. -- THIS OPTION REQUIERES YOU TO HAVE MY SEPARATE EXTERNAL LUA. ELSE IT WILL NOT DO ANYTHING.
  405. externalHeal = {
  406. ["luaHealing"] = true, -- ; Do you want to use the lua for healing? (Faster healing than XenoBot)
  407. ["LowHealing"] = "Exura Gran", -- ; Low healing spell to use.
  408. ["LowHealing%"] = 95, -- ; Low healing percentage.
  409. ["MediumHealing"] = "Exura San", -- ; Medium healing spell to use.
  410. ["MediumHealing%"] = 85, -- ; Medium healing percentage.
  411. ["HighHealing"] = "Exura Gran San", -- ; Heavy spell to use.
  412. ["HighHealing%"] = 55, -- ; Heavy healing percentage.
  413. ["ManaPotion"] = 237, -- ; Mana Potion ID to use. *IT MUST BE ID, not name*
  414. ["ManaPotion%"] = 35, -- ; Mana potion percentage.
  415. ["HealthPotion"] = 23374, -- ; Health Potion ID to use. *IT MUST BE ID, not name*
  416. ["HealthPotion%"] = 85, -- ; Health potion percentage. (If you're mage, just put 0)
  417. ["rotwormStew"] = false, -- ; Do you want to use a rotworm stew when lower than certain health percentage? (It has to be on a visible backpack)
  418. ["rotwormStew%"] = 40, -- ; Health percentage to use rotworm stew on
  419. ["potBlackjack"] = false, -- ; Do you want to use a pot of blackjack when lower than certain health percentage? (It has to be on a visible backpack)
  420. ["potBlackjack%"] = 40, -- ; Health percentage to use pot of black jack
  421. ["blessedSteak"] = false, -- ; Do you want to use a blessed steak when lower than certain mana percentage? (It has to be on a visible backpack)
  422. ["blessedSteak%"] = 15 -- ; Mana percentage to use blessed steak on
  423. }
  424. -- [External Magic Shooter]
  425. whiteList = {"Character", "Name", "Characters"} -- Add here the players you want to ignore. (It will use area spells when such characters on screen!)
  426. safeDistance = 3 -- Distance from your character to use area spells.
  427. spells = {
  428. ["useMagicShooter"] = false, -- Do you want to use magic shooter?
  429. ["spell"] = "Exevo Mas San", -- This are non-safe spells to use.
  430. ["spell2"] = "Exevo Mas San", -- This are non-safe spells to use.
  431. ["spell3"] = "Exori Con", -- This are safe spells to use when player on screen.
  432. ["spell4"] = "Exori San", -- This are safe spells to use when player on screen.
  433. ["spell5"] = "Exori Gran Con" -- This are safe spells to use when player on screen.
  434. }
  435. spellCount = {
  436. ["countSpell"] = 3, -- Amount of creatures to use spell (Exori Gran/Mas San/Mas Frigo/Mas Flam)
  437. ["countSpell2"] = 3, -- Amount of creatures to use spell (Exori/Mas San/Mas Frigo/Mas Flam)
  438. ["countSpell3"] = 1, -- Amount of creatures to use spell (Exori Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  439. ["countSpell4"] = 1, -- Amount of creatures to use spell (Exori Hur/Frigo/Flam/Vis/Tera)
  440. ["countSpell5"] = 1, -- Amount of creatures to use spell (Exori Gran Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  441. }
  442. spellDistance = {
  443. ["distanceSpell"] = 1, -- Distance from character to use spell (Exori Gran/Mas San/Mas Frigo/Mas Flam)
  444. ["distanceSpell2"] = 1, -- Distance from character to use spell (Exori/Mas San/Mas Frigo/Mas Flam)
  445. ["distannceSpell3"] = 1, -- Distance from character to use spell (Exori Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  446. ["distanceSpell4"] = 4, -- Distance from character to use spell (Exori Hur/Frigo/Flam/Vis/Tera)
  447. ["distanceSpell5"] = 1, -- Distance from character to use spell (Exori Gran Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  448. }
  449. spellSafe = {
  450. ["safeSpell"] = false, -- Use it when non-white listed players on screen. (Exori Gran/Mas San/Mas Frigo/Mas Flam)
  451. ["safeSpell2"] = false, -- Use it when non-white listed players on screen. (Exori/Mas San/Mas Frigo/Mas Flam)
  452. ["safeSpell3"] = true, -- Use it when non-white listed players on screen. (Exori Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  453. ["safeSpell4"] = true, -- Use it when non-white listed players on screen. (Exori Hur/Frigo/Flam/Vis/Tera)
  454. ["safeSpell5"] = true -- Use it when non-white listed players on screen. (Exori Gran Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  455. }
  456. spellAvoid = { -- Here you can add up to nine(9) safe coords that the bot will check, if you close to them, it will NOT use AREA spells.
  457. ["distanceCheck"] = 3, -- Range of distance from your coords to consider using AREA spells. (In sqms)
  458. ["areaX"] = 123, ["areaY"] = 456, ["areaZ"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  459. ["areaX2"] = 123, ["areaY2"] = 456, ["areaZ2"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  460. ["areaX3"] = 123, ["areaY3"] = 456, ["areaZ3"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  461. ["areaX4"] = 123, ["areaY4"] = 456, ["areaZ4"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  462. ["areaX5"] = 123, ["areaY5"] = 456, ["areaZ5"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  463. ["areaX6"] = 123, ["areaY6"] = 456, ["areaZ6"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  464. ["areaX7"] = 123, ["areaY7"] = 456, ["areaZ7"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  465. ["areaX8"] = 123, ["areaY8"] = 456, ["areaZ8"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  466. ["areaX9"] = 123, ["areaY9"] = 456, ["areaZ9"] = 7 -- You can use the command /pos to check your position, then just write the numbers in order.
  467. }
  468. -- [Creature Summon]
  469. creatureSummon = {
  470. ["summonCreature"] = true, -- ; Do you want to use your summon while hunting?
  471. ["summonSpell"] = "Utevo Gran Res Sac", -- ; Summon creature spell
  472. ["summonMana"] = 2000, -- Summon Mana Cost -- ; Summon creature mana spell cost
  473. ["summonCooldown"] = 1800, -- ; Summon creature cooldown (in seconds)
  474. ["summonExtraMana"] = 200 -- ; Safe extra mana to summon creature
  475. }
  476. -- [Self Clean]
  477. cleanSelf = { -- ; IT REQUIERES YOUR VOCATION TO HAVE SUCH SPELL
  478. ["cleanPoision"] = false, -- ; Do you want to remove poision while lossing protection zone lock?
  479. ["cleanEnergy"] = false, -- ; Do you want to remove energy while lossing protection zone lock?
  480. ["cleanBurn"] = false, -- ; Do you want to remove fire while lossing protection zone lock?
  481. ["cleanCurse"] = false, -- ; Do you want to remove curse while lossing protection zone lock?
  482. ["cleanBleed"] = false -- ; Do you want to remove bleeding while lossing protection zone lock?
  483. }
  484. -- [Item Sorter]
  485. itemsSort = {"mana potion", "strong mana potion", "great mana potion", "ultimate mana potion", "great spirit potion", "ultimate spirit potion", "great health potion", "ultimate health potion", "supreme health potion", "crystalline arrow", "avalanche rune", "thunderstorm rune", "sudden death rune", "great fireball rune", "prismatic bolt"}
  486. -- [Avaible Commands]
  487. -- config -- Opens your configuration file.
  488. -- reload -- Reloads all your scripts modules.
  489. -- start -- Starts the bot (Targeting/Walker/Looter)
  490. -- stop -- Stops the bot (Targeting/Walker/Looter)
  491. -- bps -- Re-open your backpacks. (Closes all the containers and re-open)
  492. -- retry -- Retries to open your backpacks
  493. -- refill -- Sends your character to refill within next check (At spawn)
  494. -- logout -- Sends your character to offline training within next time it goes to deposit
  495. -- track -- Opens a channel that tracks all your private messages received
  496. -- loot -- Opens a channel that tracks your loot
  497. -- mson -- Turns ON magic shooter
  498. -- msoff -- Turns OFF magic shooter
  499. -- info -- Displays information
  500. ]]
  501. local ConfigTextMage = [[
  502. -- Kingtin Scripts for XenoBot.
  503. -- 5ba4207d14149e2110ede7d9ae78003e
  504. -- Script Changelog: https://pastebin.com/YaThmunF
  505. -- 888 d8P d8b 888 d8b .d8888b. d8b 888
  506. -- 888 d8P Y8P 888 Y8P d88P Y88b Y8P 888
  507. -- 888 d8P 888 Y88b. 888
  508. -- 888d88K 888 88888b. .d88b. 888888 888 88888b. "Y888b. .d8888b 888d888 888 88888b. 888888 .d8888b
  509. -- 8888888b 888 888 "88b d88P"88b 888 888 888 "88b "Y88b. d88P" 888P" 888 888 "88b 888 88K
  510. -- 888 Y88b 888 888 888 888 888 888 888 888 888 "888 888 888 888 888 888 888 "Y8888b.
  511. -- 888 Y88b 888 888 888 Y88b 888 Y88b. 888 888 888 Y88b d88P Y88b. 888 888 888 d88P Y88b. X88
  512. -- 888 Y88b 888 888 888 "Y88888 "Y888 888 888 888 "Y8888P" "Y8888P 888 888 88888P" "Y888 88888P'
  513. -- 888 888
  514. -- Y8b d88P 888
  515. -- "Y88P" 888
  516. -- [General Settings]
  517. -- [Mages Version]
  518. generalSetup = {
  519. ["UsePotions"] = false, -- If you want to buy and use POTIONS. yes = true | no = false
  520. ["UseHealth"] = false, -- If you want to buy and use HEALTH POTIONS. yes = true | no = false
  521. ["UseAmmunition"] = false, -- If you want to buy and use AMMUNITION. yes = true | no = false
  522. ["UseRune"] = false, -- If you want to buy and use RUNES. yes = true | no = false
  523. ["UseSecondaryRune"] = false, -- If you want to buy and use a SECOND RUNE. yes = true | no = false
  524. ["CheckCapacity"] = false -- If you want to check and leave under certain CAPACITY. yes = true | no = false
  525. }
  526. generalSupplies = {
  527. ["PotionsName"] = "Great Mana Potion", -- Name of the POTION you want to use. Example: "Mana Potion", "Great Mana Potion", etc...
  528. ["PotionsAmount"] = 400, -- Amount of POTIONS to head HUNTING.
  529. ["PotionRefill"] = 100, -- Amount of POTIONS to head REFILLING.
  530. ["HealthName"] = "Health Potion", -- Name of the POTION you want to use. Example: "Supreme Health Potion", "Great Spirit Potion", etc...
  531. ["HealthAmount"] = 20, -- Amount of POTIONS to head HUNTING.
  532. ["HealthRefill"] = 10, -- Amount of POTIONS to head REFILLING.
  533. ["AmmunitionName"] = "Arrow", -- Name of the AMMUNITION you want to use. Example: "Prismatic Bolt", "Envenomed Arrow", etc...
  534. ["AmmunitionAmount"] = 400, -- Amount of AMMUNITION to head HUNTING.
  535. ["AmmunitionRefill"] = 100, -- Amount of AMMUNITION to head REFILLING.
  536. ["RuneName"] = "Sudden Death Rune", -- Name of the RUNE you want to use. Example: "Avalanche Rune", "Great Fireball Rune", etc...
  537. ["RuneAmount"] = 1250, -- Amount of RUNES to head HUNTING.
  538. ["RuneRefill"] = 300, -- Amount of RUNES to head REFILLING.
  539. ["SecondaryRuneName"] = "Avalanche Rune", -- Name of the RUNE you want to use. Example: "Stoneshower Rune", "Great Fireball Rune", etc...
  540. ["SecondaryRuneAmount"] = 400, -- Amount of RUNES to head HUNTING.
  541. ["SecondaryRuneRefill"] = 200, -- Amount of RUNES to head REFILLING.
  542. ["CapacityAmount"] = 400 -- Amount of CAPACITY to head REFILLING.
  543. }
  544. -- [Randomly City Selector]
  545. cityRefill = {
  546. ["Ankrahmun"] = true, -- ; Character will go to Ankrahmun to refill.
  547. ["LibertyBay"] = true, -- ; Character will go to Liberty Bay to refill.
  548. ["GrayIsland"] = true, -- ; Character will go to Gray Island to refill.
  549. ["Svargrond"] = true, -- ; Character will go to Ankrahmun to refill.
  550. ["PortHope"] = true, -- ; Character will go to Port Hope to refill.
  551. ["Yalahar"] = true -- ; Character will go to Yalahar to refill.
  552. }
  553. cityDeposit = {
  554. ["Ankrahmun"] = true, -- ; Character will go to Ankrahmun to deposit.
  555. ["LibertyBay"] = true, -- ; Character will go to Liberty Bay to deposit.
  556. ["Yalahar"] = true, -- ; Character will go to Yalahar to deposit.
  557. ["Edron"] = true, -- ; Character will go to Edron to deposit.
  558. ["Svargrond"] = true -- ; Character will go to Svargrond to deposit.
  559. }
  560. -- [Backpacks]
  561. -- Universal Backpack System ; It will open all the containers inside main backpack in the order below.
  562. -- #0 - Main Backpack ; Main Backpack
  563. -- #1 - Loot Backpack ; Backpack where loot goes to.
  564. -- #2 - Stackeables Backpack ; Backpack where stackeables and creature products goes to.
  565. -- #3 - Supplies Backpack ; Backpack where supplies are moved to.
  566. -- #4 - Extra Backpack ; Backpack where often multi-tool/rope/shovel/pick/rings and other utilities are on.
  567. -- IF YOU ARE USING LOOT BAG FOR HUNT, BE SURE TO ADD THE ITEMS TO LOOTER LIST AND TO THE QUICKLOOT LIST!
  568. -- [Withdrawal Settings]
  569. withdrawerSetup = {
  570. ["withdrawalItem"] = false, -- ; Do you want to withdraw certain item from depot? yes = true | no = false
  571. ["itemWithdrawn"] = "Dwarven Ring", -- ; Name of the item to be withdrawn from depot. Example: "Energy Ring", "Gill Necklace", etc...
  572. ["itemAmount"] = 5, -- ; Amount of items to be withdrawn.
  573. ["itemDepot"] = 10, -- ; Depot Slot where the item to be withdrawn it's located on.
  574. ["itemContainer"] = 4, -- ; Item container to be moved to. (Extra Backpack by Default)
  575. ["withdrawSecondItem"] = false, -- ; Do you want to withdraw a second certain item from depot? yes = true | no = false
  576. ["secondItem"] = "Garlic Necklace", -- ; Name of the second item to be withdrawn from depot. Example: "Prismatic Ring", "Gill Necklace", etc...
  577. ["secondItemAmount"] = 2, -- ; Amount of second item to be withdrawn.
  578. ["secondItemDepot"] = 10, -- ; Depot Slot where the second item to be withdrawn it's located on.
  579. ["secondItemContainer"] = 4, -- ; Item container to be moved to. (Extra Backpack by Default)
  580. }
  581. -- [Loot Seller]
  582. -------------------------------------------------------------------
  583. -- [ If fixed city on Thais it will sell loot in 4 NPCs - Below] --
  584. -- [ It will not sell loot in Alesar at Thais to avoid traps ] --
  585. -------------------------------------------------------------------
  586. lootSeller = {
  587. ["sellLoot"] = true, -- ; Will sell loot once hunt is done *Before going to deposit* yes = true | no = false
  588. ["rashidLocation"] = "fixed", -- ; Where's Rashid? (real/fixed) *Fixed means he's always in one of the seven cities!*
  589. ["rashidCity"] = "Thais" -- ; If you're using fixed option in rashid, set which city it is here. Examples: "Thais", "PortHope", "LibertyBay"
  590. }
  591. -- [Extras]
  592. extraSettings = {
  593. ["AntiDrunk"] = true, -- ; Character will equip a dwarven ring and un-equip once drunkness is over. yes = true | no = false
  594. ["staminaLogout"] = 14, -- ; Stamina hours that character will logout.
  595. ["LevelReached"] = 0, -- ; Character will logout once certain level has been reached.
  596. ["SkillTrain"] = "club", -- ; Skill to train when character goes to offline training statues in order to logout. (club | axe | sword | magic | distance)
  597. ["EnemyList"] = false, -- ; Do you want to detect when an enemy goes into your screen range? yes = true | no = false
  598. ["EnemyName"] = {"Player One", "Player Two", "Player Three"}, -- ; Player names that you want to get receive alert from.
  599. ["EnemyAlert"] = false, -- ; Do you want the bot to play an alarm when certain player enters your screen range? yes = true | no = false
  600. ["AutomaticCast"] = false, -- ; Do you want to automatically open cast upon loading the script? yes = true | no = false
  601. ["UsePassword"] = false, -- ; Do you want to use a specific password on your cast? yes = true | no = false
  602. ["CastPassword"] = "!cast password 123", -- ; Password to set on cast.
  603. ["CastCommand"] = "!cast on",-- ; Command to open cast. (It may change from different servers)
  604. ["ExitOnFrag"] = true, -- ; Do you want your character to exit after you take an injustified frag? yes = true | no = false
  605. ["HudColor"] = "light" -- ; HUD Avaible Colors: light - dark - orange - pink - green - blue - purple *Only working with MY HUD*
  606. }
  607. -- [Spawn Settings]
  608. spawnSettings = {
  609. ["SpawnShortcut"] = false, -- ; Character will go by the shortcut if you have the necessary quest. Example: Banuta - Lion Sanctum. yes = true | no = false
  610. ["LowerFloor"] = false, -- ; Character will hunt lower floor than current one. (Only if the script has such option *Check the script list at the bottom*) yes = true | no = false
  611. ["DeeperFloor"] = false, -- ; Character will hunt a deeper floor than the current one. Example: Current Floor = 7, Lower Floor = 8, Deeper = 9 yes = true | no = false
  612. ["LeftSide"] = false, -- ; Character will hunt the LEFT side of the spawn. (Only if the script has such option *Check the script list at the bottom*) yes = true | no = false
  613. ["RightSide"] = false, -- ; Character will hunt the RIGHT side of the spawn. (Only if the script has such option *Check the script list at the bottom*) yes = true | no = false
  614. }
  615. -- [Creature Settings]
  616. creatureSettings = {
  617. ["RingOnCreature"] = false, -- ; Do you want to use ring when certain amount of creatures on screen? yes = true | no = false
  618. ["NormalRing"] = "Crystal Ring", -- ; Name of the ring to equip when LOWER than the set creatures are on screen.
  619. ["CreatureRing"] = "Prismatic Ring", -- ; Name of the ring to equip when the SET creatures OR HIGHER are on screen.
  620. ["RingAmount"] = 1, -- ; Amount of creatures to equip the set up ring.
  621. ["AmuletOnCreature"] = false, -- ; Do you want to use a certain amulet when certain amount of creatures on screen? yes = true | no = false
  622. ["NormalAmulet"] = "Foxtail Amulet", -- ; Name of the ring to equip when LOWER than the set creatures are on screen.
  623. ["CreatureAmulet"] = "Gill Necklace", --; Name of the amulet to equip when the SET creatures OR higher are on screen.
  624. ["CreatureAmuletActive"] = 0, -- ; Write there the active amulet ID if it has one, leave it on 0 if it doesn't have an active ID.
  625. ["AmuletAmount"] = 1, -- ; Amount of creatures to equip the set up amulet.
  626. ["CreatureName"] = {"Rat", "Bug", "Rotworm"} -- Name of creatures to swap ring-amulet
  627. }
  628. -- [Sellable Items]
  629. itemList = {
  630. ["AlesarItems"] = ({"Serpent Sword", "Knight Axe", "Bonebreaker", "Dragon Hammer", "Dreaded Cleaver", "Giant Sword", "Haunted Blade", "Onyx Flail", "Ornamented Axe", "Skull Staff", "Titan Axe", "Knight Armor", "Warrior Helmet", "Knight Legs", "Tower Shield", "Vampire Shield"}),
  631. ["NahbobItems"] = ({"War Hammer", "Crown Shield", "Dragon Shield", "Guardian Shield", "Blue Robe", "Crown Armor", "Boots of Haste", "Dragon Lance", "Fire Sword", "Ice Rapier", "Glorious Axe", "Shadow Sceptre", "Butcher's Axe", "Angelic Axe", "Crown Helmet", "Crusader Helmet", "Royal Helmet", "Crown Legs"}),
  632. ["RashidItems"] = ({"Noble Axe", "Spellbook of Mind Control", "Sacred Tree Amulet", "Spiked Squelcher", "War Axe", "Platinum Amulet", "Silver Brooch", "Wand of Inferno", "Death Ring", "Gold Ingot", "Gold Ring", "Mastermind Shield","Emerald Bangle", "Ruby Necklace", "Buckle", "Shockwave Amulet", "Crystalline Armor", "Dragon Scale Mail", "Dwarven Armor", "Glacier Robe", "Golden Armor", "Hibiscus Dress", "Leopard Armor", "Lightning Robe", "Magma Coat", "Mammoth Fur Cape", "Paladin Armor", "Pirate Shirt", "Skullcracker Armor", "Swamplair Armor", "Terra Mantle", "Glacier Kilt", "Lightning Legs", "Magma Legs", "Mammoth Fur Shorts", "Pirate Knee Breeches", "Terra Legs", "Castle Shield", "Demon Shield", "Medusa Shield", "Norse Shield", "Scarab Shield", "Bonelord Helmet", "Glacier Mask", "Lightning Headband", "Magma Monocle", "Pirate Hat", "Skull Helmet", "Terra Hood", "Fur Boots", "Glacier Shoes", "Lightning Boots", "Magma Boots", "Patched Boots", "Pirate Boots", "Steel Boots", "Terra Boots", "Abyss Hammer", "Amber Staff", "Assassin Dagger", "Beastslayer Axe", "Berserker", "Chaos Mace", "Cranial Basher", "Demonrage Sword", "Dragon Slayer", "Dragonbone Staff", "Dreaded Cleaver", "Epee", "Guardian Halberd", "Hammer of Wrath", "Heavy Mace", "Heroic Axe", "Jade Hammer", "Mercenary Sword", "Nightmare Blade", "Relic Sword", "Ruthless Axe", "Vile Axe", "Demonbone Amulet", "Glacier Amulet", "Lightning Pendant", "Magma Amulet", "Terra Amulet", "Ring of the Sky"}),
  633. ["YamanItems"] = ({"Northwind Rod", "Terra Rod", "Underworld Rod", "Hailstorm Rod", "Springsprout Rod", "Terra Rod"}),
  634. ["JewelryShop"] = ({"Black Pearl", "Blue Crystal Shard", "Blue Crystal Splinter", "Brown Crystal Splinter", "Cyan Crystal Fragment", "Giant Shimmering Pearl", "Gold Ingot", "Green Crystal Fragment", "Green Crystal Splinter", "Hexagonal Ruby", "Onyx Chip", "Opal", "Prismatic Quartz", "Rainbow Quartz", "Small Amethyst", "Small Diamond", "Small Emerald", "Small Enchanted Amethyst", "Small Enchanted Emerald", "Small Enchanted Ruby", "Small Enchanted Sapphire", "Small Ruby", "Small Sapphire", "Small Topaz", "Tiger Eye", "Violet Crystal Shard", "White Pearl"}),
  635. ["EsrikItems"] = ({"Drakinata", "Draken Wristbands", "Zaoan Shoes", "Zaoan Armor", "Zaoan Legs", "Bone Shoulderplate", "Zaoan Robe"}),
  636. ["FlintItems"] = ({"glooth axe", "glooth blade", "rubber cap", "glooth club", "heat core", "glooth cape", "glooth amulet"}),
  637. ["HarounItems"] = ({"Wand of Defiance", "Wand of Inferno", "Wand of Starstorm", "Wand of Voodoo", "Wand of Cosmic Energy", "Wand of Draconia"})
  638. }
  639. -- [Task Maker]
  640. taskMaker = {
  641. ["DoTask"] = false, -- ; Do you want to report task when certain amount of creatures has been killed?
  642. ["GrizzlyTask"] = "Drakens", -- ; Task that you want to complete. (Drakens as default per example)
  643. ["CreatureAmount"] = 900, -- ; Amount of creatures to be killed in order to go report.
  644. ["CreatureName"] = "Draken Warmaster", -- ; Name of the creature you want to track. (Draken as default per example)
  645. ["CreatureName2"] = "Draken Spellweaver", -- ; Name of the creature you want to track. (Draken as default per example)
  646. ["CreatureName3"] = "Draken Elite", -- ; Name of the creature you want to track. (Draken as default per example)
  647. ["CreatureName4"] = "Draken Abomination" -- Name of the creature you want to track. (Draken as default per example)
  648. }
  649. -- [External Healing]
  650. -- THIS OPTION REQUIERES YOU TO HAVE MY SEPARATE EXTERNAL LUA. ELSE IT WILL NOT DO ANYTHING.
  651. externalHeal = {
  652. ["luaHealing"] = false, -- ; Do you want to use the lua for healing? (Faster healing than XenoBot)
  653. ["LowHealing"] = "Exura Gran", -- ; Low healing spell to use.
  654. ["LowHealing%"] = 95, -- ; Low healing percentage.
  655. ["MediumHealing"] = "Exura Vita", -- ; Medium healing spell to use.
  656. ["MediumHealing%"] = 85, -- ; Medium healing percentage.
  657. ["HighHealing"] = "Exura Vita", -- ; Heavy spell to use.
  658. ["HighHealing%"] = 55, -- ; Heavy healing percentage.
  659. ["ManaPotion"] = 23373, -- ; Mana Potion ID to use. *IT MUST BE ID, not name*
  660. ["ManaPotion%"] = 70, -- ; Mana potion percentage.
  661. ["HealthPotion"] = 0, -- ; Health Potion ID to use. *IT MUST BE ID, not name*
  662. ["HealthPotion%"] = 0, -- ; Health potion percentage. (If you're mage, just put 0)
  663. ["rotwormStew"] = false, -- ; Do you want to use a rotworm stew when lower than certain health percentage? (It has to be on a visible backpack)
  664. ["rotwormStew%"] = 40, -- ; Health percentage to use rotworm stew on
  665. ["potBlackjack"] = false, -- ; Do you want to use a pot of blackjack when lower than certain health percentage? (It has to be on a visible backpack)
  666. ["potBlackjack%"] = 40, -- ; Health percentage to use pot of black jack
  667. ["blessedSteak"] = false, -- ; Do you want to use a blessed steak when lower than certain mana percentage? (It has to be on a visible backpack)
  668. ["blessedSteak%"] = 15 -- ; Mana percentage to use blessed steak on
  669. }
  670. -- [External Magic Shooter]
  671. whiteList = {"Character", "Name", "Characters"} -- Add here the players you want to ignore. (It will use area spells when such characters on screen!)
  672. safeDistance = 3 -- Distance from your character to use area spells.
  673. spells = {
  674. ["useMagicShooter"] = false, -- Do you want to use magic shooter?
  675. ["spell"] = "Exevo Gran Mas Tera", -- This are non-safe spells to use.
  676. ["spell2"] = "Exevo Gran Mas Frigo", -- This are non-safe spells to use.
  677. ["spell3"] = "Exori Frigo", -- This are safe spells to use when player on screen.
  678. ["spell4"] = "Exori Gran Frigo", -- This are safe spells to use when player on screen.
  679. ["spell5"] = "Exori Max Frigo" -- This are safe spells to use when player on screen.
  680. }
  681. spellCount = {
  682. ["countSpell"] = 5, -- Amount of creatures to use spell (Exori Gran/Mas San/Mas Frigo/Mas Flam)
  683. ["countSpell2"] = 5, -- Amount of creatures to use spell (Exori/Mas San/Mas Frigo/Mas Flam)
  684. ["countSpell3"] = 1, -- Amount of creatures to use spell (Exori Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  685. ["countSpell4"] = 1, -- Amount of creatures to use spell (Exori Hur/Frigo/Flam/Vis/Tera)
  686. ["countSpell5"] = 1, -- Amount of creatures to use spell (Exori Gran Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  687. }
  688. spellDistance = {
  689. ["distanceSpell"] = 10, -- Distance from character to use spell (Exori Gran/Mas San/Mas Frigo/Mas Flam)
  690. ["distanceSpell2"] = 10, -- Distance from character to use spell (Exori/Mas San/Mas Frigo/Mas Flam)
  691. ["distannceSpell3"] = 1, -- Distance from character to use spell (Exori Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  692. ["distanceSpell4"] = 4, -- Distance from character to use spell (Exori Hur/Frigo/Flam/Vis/Tera)
  693. ["distanceSpell5"] = 1, -- Distance from character to use spell (Exori Gran Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  694. }
  695. spellSafe = {
  696. ["safeSpell"] = false, -- Use it when non-white listed players on screen. (Exori Gran/Mas San/Mas Frigo/Mas Flam)
  697. ["safeSpell2"] = false, -- Use it when non-white listed players on screen. (Exori/Mas San/Mas Frigo/Mas Flam)
  698. ["safeSpell3"] = true, -- Use it when non-white listed players on screen. (Exori Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  699. ["safeSpell4"] = true, -- Use it when non-white listed players on screen. (Exori Hur/Frigo/Flam/Vis/Tera)
  700. ["safeSpell5"] = true -- Use it when non-white listed players on screen. (Exori Gran Ico/Gran Ico/Gran Frigo/Gran Flam/Gran Vis)
  701. }
  702. spellAvoid = { -- Here you can add up to nine(9) safe coords that the bot will check, if you close to them, it will NOT use AREA spells.
  703. ["distanceCheck"] = 10, -- Range of distance from your coords to consider using AREA spells. (In sqms)
  704. ["areaX"] = 123, ["areaY"] = 456, ["areaZ"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  705. ["areaX2"] = 123, ["areaY2"] = 456, ["areaZ2"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  706. ["areaX3"] = 123, ["areaY3"] = 456, ["areaZ3"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  707. ["areaX4"] = 123, ["areaY4"] = 456, ["areaZ4"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  708. ["areaX5"] = 123, ["areaY5"] = 456, ["areaZ5"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  709. ["areaX6"] = 123, ["areaY6"] = 456, ["areaZ6"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  710. ["areaX7"] = 123, ["areaY7"] = 456, ["areaZ7"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  711. ["areaX8"] = 123, ["areaY8"] = 456, ["areaZ8"] = 7, -- You can use the command /pos to check your position, then just write the numbers in order.
  712. ["areaX9"] = 123, ["areaY9"] = 456, ["areaZ9"] = 7 -- You can use the command /pos to check your position, then just write the numbers in order.
  713. }
  714. -- [Creature Summon]
  715. creatureSummon = {
  716. ["summonCreature"] = false, -- ; Do you want to use your summon while hunting?
  717. ["summonSpell"] = "Utevo Gran Res Dru", -- ; Summon creature spell
  718. ["summonMana"] = 2000, -- Summon Mana Cost -- ; Summon creature mana spell cost
  719. ["summonCooldown"] = 1800, -- ; Summon creature cooldown (in seconds)
  720. ["summonExtraMana"] = 200 -- ; Safe extra mana to summon creature
  721. }
  722. -- [Self Clean]
  723. cleanSelf = { -- ; IT REQUIERES YOUR VOCATION TO HAVE SUCH SPELL
  724. ["cleanPoision"] = false, -- ; Do you want to remove poision while lossing protection zone lock?
  725. ["cleanEnergy"] = false, -- ; Do you want to remove energy while lossing protection zone lock?
  726. ["cleanBurn"] = false, -- ; Do you want to remove fire while lossing protection zone lock?
  727. ["cleanCurse"] = false, -- ; Do you want to remove curse while lossing protection zone lock?
  728. ["cleanBleed"] = false -- ; Do you want to remove bleeding while lossing protection zone lock?
  729. }
  730. -- [Item Sorter]
  731. itemsSort = {"mana potion", "strong mana potion", "great mana potion", "ultimate mana potion", "great spirit potion", "ultimate spirit potion", "great health potion", "ultimate health potion", "supreme health potion", "crystalline arrow", "avalanche rune", "thunderstorm rune", "sudden death rune", "great fireball rune", "prismatic bolt"}
  732. quiverConfig = {
  733. ["ammunitionID"] = {25757, 25758, 15793}, -- Ammunition IDs. (Do not use names)
  734. ["huntCheck"] = true -- Do you want to check if quiver's open while hunting? (true/false)
  735. }
  736. -- [Avaible Commands]
  737. -- config -- Opens your configuration file.
  738. -- reload -- Reloads all your scripts modules.
  739. -- start -- Starts the bot (Targeting/Walker/Looter)
  740. -- stop -- Stops the bot (Targeting/Walker/Looter)
  741. -- bps -- Re-open your backpacks. (Closes all the containers and re-open)
  742. -- retry -- Retries to open your backpacks
  743. -- refill -- Sends your character to refill within next check (At spawn)
  744. -- logout -- Sends your character to offline training within next time it goes to deposit
  745. -- track -- Opens a channel that tracks all your private messages received
  746. -- loot -- Opens a channel that tracks your loot
  747. -- mson -- Turns ON magic shooter
  748. -- msoff -- Turns OFF magic shooter
  749. -- info -- Displays information
  750. ]]
Add Comment
Please, Sign In to add comment