PDA

View Full Version : XenoBot Bug - Non-Issue [Windows 7 x64] Backpack Reset Bug in script



Azure
01-21-2015, 07:21 PM
Bug Report
Operating System:
Windows 7 x64
Short Description:
Backpack Reset Bug in script
Behaviors:

Feature error

Indepth Description:
So I'm new here and im not sure if this is the place to ask. but im using neants dworc script and when it so to speak "Resets the backpacks" It doesnt reset my backpack that carrys the gold. So when i keep going back to hunt its in the last backpack so i can only carry 2000 gold. If anyone can help me fix this or explain and walk me through this that would be great.

Furpan
01-21-2015, 07:23 PM
Azure
You should include the (lua) script you're using so we can help you

Azure
01-21-2015, 07:48 PM
11694

Azure
01-21-2015, 07:48 PM
im not really sure how to edit these or even look at them either so any help would be awesome.

shadowart
01-21-2015, 08:10 PM
elseif (labelName == "backpackReset") then
delayWalker(2000)
setWalkerEnabled(false)
Container.Close(goldBP)
sleep(math.random(500, 1000))
Container.GetFirst():OpenChildren(goldBP)
sleep(math.random(500, 1000))
setWalkerEnabled(true)


Looks like the script is set to reset your gold backpack while ignoring your other backpacks. You need to edit the settings part of the script and change this:

local goldBP = 8860 -- ID of your Gold BP

to the name or id the backpack you use to carry your gold. Then it will likely work. To edit the script you have to open it with a text editor, like Notepad. For example, if you're carrying your gold inside a Red Backpack you would edit it to this:

local goldBP = "red backpack"

Azure
01-21-2015, 09:41 PM
thank you

DarkstaR
01-21-2015, 11:36 PM
Don't report script bugs as bugs with the bot.

cassianosurdifranco
01-30-2017, 11:37 PM
There is a function to reset open BPs index? Like messed 2, 4, 3 back to 0,1,2. Sorry if is the wrong place for it, please guide me...