I made an automated lock pick profile if you want to link it in this post. Its super fast + reliable. Only downside is that currently, its horde only. Now works for alliance too. https://www.thebuddyforum.com/honor...248-pb-notmrts-guild-bank-lockbox-opener.html
is there a way to decrease the waiting time at the end of the run? cause my toon just stands there and waiting, i want more g/ph
I have problem, it flies out of the raid and going somewhere [Singular] Your Level 100 Worgen Balance Druid Build is [Singular] ... running the Questing bot in Firelands [Singular] ... Zone: Kalimdor using my SOLO Behaviors alone [InstanceTimer-v2153(info)] Started. MoveTo failed to move to the location: <-383.7891, 71.76392, 45.83294> MoveTo failed to move to the location: <-389.9401, 74.78466, 45.83452> MoveTo failed to move to the location: <-404.3139, 29.42205, 45.78165> MoveTo failed to move to the location: <-354.6057, 29.67383, 48.60788> MoveTo failed to move to the location: <-302.9284, 147.4145, 44.91704> Mounting: Travel Form Mounting: Travel Form View attachment 5948 2016-06-16 00.32.txt
Is it possible to change the profile next way: at the end of run bot jump from the cliff and die->ressurect and reset instance->enter instance as ghost->next run? This decreace gph ofcourse, but greatly help on pvp servers.
hey, good profile but it seems that it skips a lot of mobs, the first big group of nagas and others. any way to fix that?
its inteded these nagas mess with the pull routine and in the end it takes way longer without killing them
This just doesn't seem to work reliably anymore? Any time I've left it running it will eventually suicide and be unable to complete the corpse run and log off. Could be after 3 hours, 20 minutes, whatever, it will absolutely eventually do it every time. Ideas?
Just started using it today and gold return is great, awesome profile I am getting a message that I've entered too many instances recently and it just stays in front of instance.. Looks quite obvious to a random observer. Can you set a timer or something so bot won't even try to enter while there is a cooldown? Or maybe make it pull some more mobs, so it will last longer @dogdays You sure you have death plugin enabled?
i dont know if there is any code to prevent that the trys to enter you can also increse the wait timer ... the bot waits longer before reset replace PHP: <CustomBehavior File="Misc\InstanceTimer" Timer="Check" WaitTime="369000" /> with PHP: <CustomBehavior File="Misc\InstanceTimer" Timer="Check" WaitTime="399000" /> you can change the wait time as much as you want ofc
I've been trying to heavily increase the reliability of this profile for quite a while. Some discoveries I've made: Using the death handler plugin profile the bot will zone out upon entering the instance and fly to a different zone. I figured out that this is caused by the bot running code from the end of the profile instead of starting from the top. I'm not sure why this is causing the re-entry to work improperly though. - fixed by writing my own death behavior The instance cap bug is not caused by the instance timer you put into your profile, but the death behavior resetting the instance before reentry (on the non-plugin version). I tried to fix this by putting the instance timer code into the death behavior, but the instance timer is not always being run when the bot dies (not sure why). When the profile tries to check the nonexistent timer it runs into an error and stops. - solved by removing the resetting line of code all together Some other bugs: For some reason the bot will get stuck opening tiny treasure chests (and just wont open them), kinda running around in circles while it is jammed on the code. - fixed by removing the behavior and having chests opened at the end of the instance Inventory will become full and the bot will continue to try open the chests indefinitely. - fixed by setting the if condition to <= 40 slots in the <--vendor at start--> code
Hello, good profile, but I do not have the use of potions from the guild bank, I tried to solve the problem like this: PHP: <CustomBehavior File="Misc\RunLua" Lua="GuildBankTab4Button:Click()" WaitTime="500" /> <CustomBehavior File="Misc\RunLua" WaitTime="50" NumOfTimes="3" Lua="local b=4 for s=1,98 do local n=GetGuildBankItemLink(b,s)if n and strfind(n,"58488")then print("Withdrawing "..n)AutoStoreGuildBankItem(b,s)end end" /> </If> but bot takes more than one potion that should be corrected?
thanks for the input i will check them i am already working on a V0_4 but it will take some time because i have finals comming soon so i dont have much time left to code