XenoBot Forums - Powered by vBulletin

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Problem with my bot talking / scripts can't execute

  1. #1

    Join Date
    May 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Problem with my bot talking / scripts can't execute

    when i try to use the scripts to the venore coryms bot it says like this : 20:03 XenoScript Error:
    Script: [EK] Venore Coryms Actions.lua
    Line #: 62
    Chunk: ...eksdoktorn1337\Documents\XenoBot\Scripts\[EK] Venore Coryms Settings.lua
    Error: unexpected symbol near '='
    This is an error with user-input and should not be reported as a bug with XenoBot. 20:07 XenoScript Error:
    Script: [EK] Venore Coryms Settings.lua
    Line #: 62
    Chunk: ...eksdoktorn1337\Documents\XenoBot\Scripts\[EK] Venore Coryms Settings.lua
    Error: unexpected symbol near '='
    This is an error with user-input and should not be reported as a bug with XenoBot. ----- what can i do to fix these so i can execute and use them, and another issue is that the bot can't take the elevator up to rafzan maybe that's a problem combind to the other problem i got, aswell as my bot dosen't speak to the bank or put things into depot or buy new mana pots or go back when low cap, please help

  2. #2
    Senior Member reecey's Avatar
    Join Date
    Mar 2013
    Location
    England, West Midlands
    Posts
    497
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by aikante View Post
    when i try to use the scripts to the venore coryms bot it says like this : 20:03 XenoScript Error:
    Script: [EK] Venore Coryms Actions.lua
    Line #: 62
    Chunk: ...eksdoktorn1337\Documents\XenoBot\Scripts\[EK] Venore Coryms Settings.lua
    Error: unexpected symbol near '='
    This is an error with user-input and should not be reported as a bug with XenoBot. 20:07 XenoScript Error:
    Script: [EK] Venore Coryms Settings.lua
    Line #: 62
    Chunk: ...eksdoktorn1337\Documents\XenoBot\Scripts\[EK] Venore Coryms Settings.lua
    Error: unexpected symbol near '='
    This is an error with user-input and should not be reported as a bug with XenoBot. ----- what can i do to fix these so i can execute and use them, and another issue is that the bot can't take the elevator up to rafzan maybe that's a problem combind to the other problem i got, aswell as my bot dosen't speak to the bank or put things into depot or buy new mana pots or go back when low cap, please help
    I'm not too good with .lua files but im sure if you post the .lua file you're trying to use then others can help
    The beauty of a living thing is not the atoms that go into it
    But the way those atoms are put together
    The cosmos is also within us
    We're made of star stuff
    We are a way for the cosmos to know itself
    - Carl Sagan

    Please Quote or @Mention me if you want me to read your post.

    Also, please don't private message me asking for help if I have replied to a thread, I would much rather you Quote or @Mention me asking the question so the answer can be public.

  3. #3

    Join Date
    May 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    (EK) venore coryms hud.
    (EK) venore coryms settings.
    (EPIC) libary


    can't use these scripts for some reason

  4. #4
    Administrator
    Join Date
    Dec 2010
    Posts
    2,565
    Mentioned
    228 Post(s)
    Tagged
    1 Thread(s)
    Post the contents of your [EK] Venore Coryms Settings.lua file. Either post it here, or in EpicBotter's thread as it's their script you are having trouble with.

  5. #5

    Join Date
    May 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lua code:
    -- Mana Potions Setup --
    ManaPotID = 268 -- ID of mana potion.
    ManaPotCost = 50 -- The price of a single mana potion.
    ManaPotMin = 120 -- The amount of mana potions at which you will leave to go refill.
    ManaPotMax = 300 -- The amount of mana potions you want to buy.

    -- Health Potions Setup --
    HealthID = 236 -- ID of health potion.
    HealthCost = 100 -- The price of a single health potion.
    HealthMin = 30 -- The amount of health potions at which you will leave to go refill.
    HealthMax = 75 -- The amount of health potions you want to buy.



    -- Soft Boots Setup --
    SoftBoots = true -- Do you want to use soft boots? (true/false)
    SoftPercent = 90 -- Mana Percent to equip soft boots.
    NormalBoots = 3079 -- Item ID of your normal boots (3079 - Boots of Haste).



    ------------------------------------------------------------------------------------------------------------------
    -- B A C K P A C K S , D E P O & C A P A C I T Y |
    ------------------------------------------------------------------------------------------------------------------

    -- Backpack ID Setup --
    ManaBP = 16100 -- ID of the backpack that holds mana pots.
    StackBP = 2865 -- ID of the backpack that holds stackable items.
    NonStackBP = 2870 -- ID of the backpack that holds non-stackable items.
    GoldBP = 2866 -- ID of the backpack that holds gold.

    -- Capacity Setup --
    MinCapacity = 100 -- If capacity goes below this number it will exit spawn.
    ContCap = 100 -- This value is added to your min cap when selling loot to Rafzan to improve efficiency.
    -- If your MinCapacity is 100 and ContCap is 100, if you have less than 200 cap after selling
    -- to Rafzan you will just go refill instead of returning to the spawn.
    -- You can set this value at 0 if you don't want to refill until MinCap~.

    -- Drop Flasks Setup --
    dropFlasks = true -- Do you want to drop flasks? (true/false)
    flaskCap = 200 -- At what capacity do you want to drop flasks?



    ------------------------------------------------------------------------------------------------------------------
    -- S P A W N S P E C I F I C |
    ------------------------------------------------------------------------------------------------------------------

    -- Spawn Randomization --
    RandomRoutes = true --Randomize Routes? Otherwise the "easiest" is chosen.
    hardcore = false -- Do you want to use the hardcore route, recomended 100+ (true/false)


    -- Vendor Setup --
    SellLocalEquipment = true -- Do you want to sell local equipment? (true/false)

    -- Vendor List --
    ItemsToSell = {
    Products = {},
    Equipment = {
    "Leather Harness",
    "Life Preserver",
    "Ratana",
    "Spike Shield",
    "Spiky Club"
    },
    Last edited by Spectrus; 05-21-2013 at 10:16 PM.

  6. #6

    Join Date
    May 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But does this have anything to do with the npc talking problem? aswell as useing the elevator / selling loot

  7. #7
    Senior Member
    Join Date
    Sep 2012
    Posts
    1,070
    Mentioned
    18 Post(s)
    Tagged
    0 Thread(s)
    Are you sure line 62 is included?

  8. #8

    Join Date
    May 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    line 62 what u mean?

  9. #9
    Administrator
    Join Date
    Dec 2010
    Posts
    2,565
    Mentioned
    228 Post(s)
    Tagged
    1 Thread(s)
    This seems to not be the full script. Here, replace it with this.

    lua code:

    -- Mana Potions Setup --
    ManaPotID = 268 -- ID of mana potion.
    ManaPotCost = 50 -- The price of a single mana potion.
    ManaPotMin = 120 -- The amount of mana potions at which you will leave to go refill.
    ManaPotMax = 300 -- The amount of mana potions you want to buy.

    -- Health Potions Setup --
    HealthID = 236 -- ID of health potion.
    HealthCost = 100 -- The price of a single health potion.
    HealthMin = 30 -- The amount of health potions at which you will leave to go refill.
    HealthMax = 75 -- The amount of health potions you want to buy.



    -- Soft Boots Setup --
    SoftBoots = true -- Do you want to use soft boots? (true/false)
    SoftPercent = 90 -- Mana Percent to equip soft boots.
    NormalBoots = 3079 -- Item ID of your normal boots (3079 - Boots of Haste).



    ------------------------------------------------------------------------------------------------------------------
    -- B A C K P A C K S , D E P O & C A P A C I T Y |
    ------------------------------------------------------------------------------------------------------------------

    -- Backpack ID Setup --
    ManaBP = 16100 -- ID of the backpack that holds mana pots.
    StackBP = 2865 -- ID of the backpack that holds stackable items.
    NonStackBP = 2870 -- ID of the backpack that holds non-stackable items.
    GoldBP = 2866 -- ID of the backpack that holds gold.

    -- Capacity Setup --
    MinCapacity = 100 -- If capacity goes below this number it will exit spawn.
    ContCap = 100 -- This value is added to your min cap when selling loot to Rafzan to improve efficiency.
    -- If your MinCapacity is 100 and ContCap is 100, if you have less than 200 cap after selling
    -- to Rafzan you will just go refill instead of returning to the spawn.
    -- You can set this value at 0 if you don't want to refill until MinCap~.

    -- Drop Flasks Setup --
    dropFlasks = true -- Do you want to drop flasks? (true/false)
    flaskCap = 200 -- At what capacity do you want to drop flasks?



    ------------------------------------------------------------------------------------------------------------------
    -- S P A W N S P E C I F I C |
    ------------------------------------------------------------------------------------------------------------------

    -- Spawn Randomization --
    RandomRoutes = true --Randomize Routes? Otherwise the "easiest" is chosen.
    hardcore = false -- Do you want to use the hardcore route, recomended 100+ (true/false)


    -- Vendor Setup --
    SellLocalEquipment = true -- Do you want to sell local equipment? (true/false)

    -- Vendor List --
    ItemsToSell = {
    Products = {},
    Equipment = {
    "Leather Harness",
    "Life Preserver",
    "Ratana",
    "Spike Shield",
    "Spiky Club"
    }
    }

  10. #10

    Join Date
    May 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did get my bot to buy mana potions now 1 time but then i changed the health section and now it dosen't buy manas either, does this have something to do with that bp id i got combind to what items hp / mana potions etc?
    Last edited by aikante; 05-22-2013 at 11:31 AM.

Posting Permissions

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