View Full Version : Problem with my bot talking / scripts can't execute
aikante
05-20-2013, 06:10 PM
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
reecey
05-20-2013, 09:33 PM
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
aikante
05-21-2013, 08:07 AM
(EK) venore coryms hud.
(EK) venore coryms settings.
(EPIC) libary
can't use these scripts for some reason
Spectrus
05-21-2013, 09:03 AM
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.
aikante
05-21-2013, 02:20 PM
-- 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"
},
aikante
05-21-2013, 02:21 PM
But does this have anything to do with the npc talking problem? aswell as useing the elevator / selling loot
dinmamma
05-21-2013, 02:28 PM
Are you sure line 62 is included?
aikante
05-21-2013, 07:59 PM
line 62 what u mean?
Spectrus
05-21-2013, 10:18 PM
This seems to not be the full script. Here, replace it with this.
-- 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"
}
}
aikante
05-22-2013, 11:10 AM
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?
aikante
05-22-2013, 11:16 AM
I think i don't need to execute that lua settings, i got it to buy mana potions now but i think i got the settings all wrong and i can't get it right can someone help me to put the settings right for a lvl 69 knight without premium, with cap etc when to go back and i would like to have 100 strong hp potions with me all time when i go back to hunt and how to put the cap at witch it go back to dp when under 200 cap after selling to rafzan etc
aikante
05-22-2013, 11:27 AM
I can't get my bot to buy the mana / hp pots that i like, and btw u can't have the same bps right? u have to have different colours? and u have to attach the id number of the bp to the same item ? loot?
XtrmJosh
05-22-2013, 11:48 AM
aikante - are you saving, killing, and executing the script each time you change it? If not it won't change.
Can you try to describe as clearly as possible what exactly is happening, what you expect to happen, and how you have told the bot to do it? It would be far more useful. Example:
I am trying to get the bot to buy strong health potions, instead of regular health potions. I am also trying to change the amount of mana potions it will buy from 100 to 120.
To change the health potions I am changing the variable "HealthName" from "Health Potion" to "Strong Health Potion", also the variable "HealthPrice" from 50 to 80.
To change the amount of mana potions I am changing the variable ManaBuy from 100 to 120.
The script is not buying any mana or health potions at all. It walks up to the NPC, says hi, trade, and walks off.
Thanks.
aikante
05-22-2013, 08:40 PM
I fixed the issue now thanks all for helping me many kisses :D, but now i got 1 little question when my bot sell loot to rafzan and another player is there useing the elevator my bot might stop there and then it dosen't do anything until i manually use the elevator down, is there something i can do against this type of problem?
failure
05-26-2013, 06:29 PM
this is not a public script, if you would follow directions and post your support questions to our site you would have gotten gotten support from us on it.
zxzero
05-26-2013, 08:04 PM
You need to get the Forgee.lua script
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.