View attachment 5244 2014-01-08 00.09.txt hey ben awsome profile it work great up untill 285 skinning/ 160 low i keep getting [PB-Bennyquest-Debug]: Loading Check Train Skinning routine. Moving to Type: Hotspot, Loc: <1, 1, 1>
would love to help you, but that is a blank log =-/ Get me one with the profile loaded and it giving you the error.
I am having the same problem. Bot was working fine with me until 300 skinning and 160 LW, then it started doing the same thing Dookie's is doing. I'd add a .txt of my log but i have no idea how to do so :3
Getting this: [PB-Bennyquest-Debug]: Loading Check Train Skinning routine. Moving to Type: Hotspot, Loc: <1, 1, 1> [PB-Bennyquest-Debug]: Loading Check Train Skinning routine. Moving to Type: Hotspot, Loc: <1, 1, 1> Spammed in the client, not moving an inch, running ProffesionBuddy and all the settings match, any ideas?
the same Moving to Type: Hotspot, Loc: <1, 1, 1> problem strikes once again, Log View attachment 12232 2014-01-13 22.07.txt
update to v1.6 is up changed some stuff a few days ago. Also added some more checks in so i can see why you guys are getting the constant move to blank profile. Also there is a reset in the PB setting for this file try that then get me a new log if it keeps doing it. I more than likely have a simple mistake a < when i should have a > some where.
On way to work will check it out again when I get there Sent from my XT1080 using TheBuddyForum mobile app
just to get it going, can you level your LW by hand to 200? If that fixes it then i need to rewrite a bunch of stuff if it does not then I will have to investigate further.
just to show you what it is hanging on.... Code: <SubRoutine SubRoutineName="Skinning Sub 225"> <If Condition="(bool)Settings["Debug"]" IgnoreCanRun="True"> <CustomAction Code="dlog("Loaded Skinning Sub 225 routine.");" /> </If> <While Condition="Leatherworking.Level < 200" IgnoreCanRun="True"> <While Condition="Skinning >= 200 && (int)Settings["HeavyHideNeed"] > 0 && Me.FreeNormalBagSlots > 5" IgnoreCanRun="True"> <If Condition="(bool)Settings["Debug"]" IgnoreCanRun="True"> <CustomAction Code="dlog("Loaded Skinning Sub 225 check 1");" /> </If> <CustomAction Code="Settings["MatToFarm"] = 4235;" /> <CustomAction Code="Settings["FarmTilLevel"] = 225;" /> <CallSubRoutine SubRoutineName="Select GoTo Farm" /> </While> <While Condition="Skinning >= 200 && (int)Settings["HeavyNeed"] > 0 && Me.FreeNormalBagSlots > 5" IgnoreCanRun="True"> <If Condition="(bool)Settings["Debug"]" IgnoreCanRun="True"> <CustomAction Code="dlog("Loaded Skinning Sub 225 check 2");" /> </If> <CustomAction Code="Settings["MatToFarm"] = 4234;" /> <CustomAction Code="Settings["FarmTilLevel"] = 225;" /> <CallSubRoutine SubRoutineName="Select GoTo Farm" /> </While> <CallSubRoutine SubRoutineName="Check Train Skinning" /> <While Condition="Skinning >= 200 && (int)Settings["HeavyHideNeed"] > 0 && Me.FreeNormalBagSlots > 5" IgnoreCanRun="True"> <If Condition="(bool)Settings["Debug"]" IgnoreCanRun="True"> <CustomAction Code="dlog("Loaded Skinning Sub 225 check 3");" /> </If> <CustomAction Code="Settings["MatToFarm"] = 4235;" /> <CustomAction Code="Settings["FarmTilLevel"] = 9999;" /> <CallSubRoutine SubRoutineName="Select GoTo Farm" /> </While> <While Condition="Skinning >= 200 && (int)Settings["HeavyNeed"] > 0 && Me.FreeNormalBagSlots > 5" IgnoreCanRun="True"> <If Condition="(bool)Settings["Debug"]" IgnoreCanRun="True"> <CustomAction Code="dlog("Loaded Skinning Sub 225 check 4");" /> </If> <CustomAction Code="Settings["MatToFarm"] = 4234;" /> <CustomAction Code="Settings["FarmTilLevel"] = 9999;" /> <CallSubRoutine SubRoutineName="Select GoTo Farm" /> </While> <If Condition="Me.FreeNormalBagSlots <= 5" IgnoreCanRun="True"> <CallSubRoutine SubRoutineName="SELL ROUTINE" /> </If> </While> </SubRoutine>
theoretically you have the correct amount of mats in your bag. So it is not doing the call to the select farm routine. because you don't need any more heavy hides or heavy leather, but why it is not calling the craft routine I am not sure of at this moment.
Ok get me one more log with your LW skill at 200 or higher and then i will have to rewrite the checks when i can today before i get home hopefully so you can get skilled up. really sorry about this.
Read the first two posts. Turn Framelock on and if it still skips mobs, stop the bot and start back up. Pretty much double clicking on the HB start button.