XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 5 of 5

Thread: Need a fast help!!! quite simple for experienced Xeno users!

  1. #1

    Join Date
    Feb 2015
    Posts
    14
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Exclamation Need a fast help!!! quite simple for experienced Xeno users!

    Going to bot in North port hope! i have a problem regarding the refiller it buys the !Health potion for great health potions This potion can only be consumed by knights of level 80 or higher.! i want the minor one with no level requirment as im level 24! can i get some help ?







    -- [[ www.Solid-Scripts.com ]]
    -- [[ SETTINGS ]]

    _mainBackpack = 'backpack' -- name of main backpack
    _lootBackpack = 'backpack' --name of backpack for loot
    _goldBackpack = 'blue backpack' -- name of backpack for gold

    _useManaPotions = true -- buy mana potions
    _manaPotions = 'mana potion' -- name or id
    _manaMaximum = 20 -- how many mana potions to buy
    _manaMinimum = 2 -- how many potions to leave the spawn

    _useHealthPotions = true -- buy health potions
    _healthPotions = 'great health potion' -- name or id
    _healthMinimum = 0 -- how many health potions to buy
    _healthMaximum = 2 -- how many potions to leave the spawn

    _useSoftBoots = false -- use softboots
    _normalBoots = 3079 -- id of 'normal' boots to equip while not using soft bo

    _refillMana = false -- refill mana to almost full when no monsters on screen
    _dropVials = true -- drop empty vials on the floor when cap is below 200
    _dropGold = false -- drop gold coins if below 100 cap
    _minimumCap = 20 -- minimum cap to leave spawn
    _logoutStamina = 16 -- how many hours of stamina to logout [0 to disable]

    _screenLevel = true

    -- [[ END OF SETTINGS ]]

  2. #2
    Adrax 13's Avatar
    Join Date
    Dec 2014
    Location
    The Sky
    Posts
    209
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Masteeron View Post
    Going to bot in North port hope! i have a problem regarding the refiller it buys the !Health potion for great health potions This potion can only be consumed by knights of level 80 or higher.! i want the minor one with no level requirment as im level 24! can i get some help ?


    -- [[ www.Solid-Scripts.com ]]
    -- [[ SETTINGS ]]

    _mainBackpack = 'backpack' -- name of main backpack
    _lootBackpack = 'backpack' --name of backpack for loot
    _goldBackpack = 'blue backpack' -- name of backpack for gold

    _useManaPotions = true -- buy mana potions
    _manaPotions = 'mana potion' -- name or id
    _manaMaximum = 20 -- how many mana potions to buy
    _manaMinimum = 2 -- how many potions to leave the spawn

    _useHealthPotions = true -- buy health potions
    _healthPotions = 'great health potion' -- name or id
    _healthMinimum = 0 -- how many health potions to buy
    _healthMaximum = 2 -- how many potions to leave the spawn

    _useSoftBoots = false -- use softboots
    _normalBoots = 3079 -- id of 'normal' boots to equip while not using soft bo

    _refillMana = false -- refill mana to almost full when no monsters on screen
    _dropVials = true -- drop empty vials on the floor when cap is below 200
    _dropGold = false -- drop gold coins if below 100 cap
    _minimumCap = 20 -- minimum cap to leave spawn
    _logoutStamina = 16 -- how many hours of stamina to logout [0 to disable]

    _screenLevel = true

    -- [[ END OF SETTINGS ]]
    Im pretty sure all you have to do is change this like of code _healthPotions = 'great health potion' -- name or id

    To this

    _healthPotions = 'health potion' -- name or id

  3. #3

    Join Date
    Feb 2015
    Posts
    14
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Il give it a try cheers mate!

  4. #4
    Adrax 13's Avatar
    Join Date
    Dec 2014
    Location
    The Sky
    Posts
    209
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Masteeron View Post
    Il give it a try cheers mate!
    My pleasure any other problems let me know

  5. #5
    Lifetime Subscriber Stusse's Avatar
    Join Date
    Dec 2011
    Location
    solid-scripts.com
    Posts
    3,523
    Mentioned
    346 Post(s)
    Tagged
    1 Thread(s)
    As said above, change to the name of your health potion choice, in your case: 'health potion'

    Feel free to ask for help or report any problem or whatever in our official thread, instead of making a new thread

    http://forums.xenobot.net/showthread...00-AFK-Scripts

    /Stusse

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •