• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: TheBrodieman's Profile Compendium--DO NOT DELETE

    Discussion in 'Archives' started by chinajade, Dec 23, 2012.

    1. Kmica

      Kmica Member

      Joined:
      Jan 20, 2012
      Messages:
      626
      Likes Received:
      12
      Trophy Points:
      18
      Noticed this on few of my runs.
      It mounts Kovok, casts slice just fine, but dosent move at all.
      If u manually move it to the area it will stand in 1 spot and wait for mobs to respawn and eventually complete the quest....

      Kmica
       
    2. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Oops. Forgot the "null check" to make it a bool.
       
    3. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Yes but why won't it move.
       
    4. velonici

      velonici Member

      Joined:
      Oct 16, 2011
      Messages:
      155
      Likes Received:
      2
      Trophy Points:
      18
      Just a heads up it happens in the Burning Steppes profile as well. Seems to happen anywhere it has " TerminateWhen="Me.Combat". Searching through the other files it seems that comes up in Redridge Mountains and Western Plague lands as well. But I haven't ran those to confirm if they have issues or not. If there is a particuler phrase I should search for let me know and I can report what files have that.
       
    5. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      TerminateWhen="Me.Combat" is a bool statement. The only reason this would return an error is if Me returned null, and that means you are not in game.
      Unit is not boolean. That's why that error comes up.

      Please provide log files to show errors occurring.
       
    6. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      TheBrodieMan --
      I just updated your plugin. I was going to run the Timeless Isle Grind (the one to farm coins, get chests, and lower tier big chests), however, when I enabled Questing Bot and selected Coin Grind, then hit start, the bot ran to the ocean and continued going out into the fatigue zone. I don't know where it was swimming to. If I hadn't been watching it when I started it, I would have continued on until death, and probably kept dying. Not sure what's going on with it, but I've done several quests on Timeless Isle, so I doubt it was trying to do a quest. Anyway, I'll post a log and avoid using it until you get back to me on the possible issue.

      Edit: I just read through the log and I didn't see any errors, but there were a few places it was saying that the bot was stuck (We are stuck: <coordinates>), but it wasn't actually stuck anywhere. It just ran straight to the ocean and headed right out into the fatigue zone and continued on a straight path.
       

      Attached Files:

      Last edited: Apr 16, 2014
    7. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      According to the log, the bot has detected that you have no yet done the prereq quests (so its trying to fly back to the shrine). I'm going to assume thats false. Therefore you can chaulk it up to Cache Corruption. Follow the cache clearing instructions on page 1 and it should fix the issue.
       
    8. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      Yeah, that's highly false. I've already done the Epoch stone collection, working on killing 5 elites rares (or just elites, whatever it is I need a group for). I've done about 10-15 quests on Timeless Isle so far and now need to collect rep with Shaohao, so the prereq issue is way false. I'll clear all my caches (HB cache is done automagically by my CCleaner program. It cleans cache, compiledassemblies, and a few others at CPU startup) and try again. I'll edit this and let you know what happens.

      Edit: I've cleared every cache located on the first post. Completely relaunched WoW and HB. I load the coin grind that collects chests, turns in meats, and farms coins. The toon makes a small loop then heads right back out into sea like it's been doing.

      Current Timeless Isle quests in quest log:
      A Vision in Time - Quest - World of Warcraft
      Drive Back The Flame - Quest - World of Warcraft
      Strong Enough To Survive - Quest - World of Warcraft
       

      Attached Files:

      Last edited: Apr 16, 2014
    9. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      The line its trying to run is actually to the first chest on the list. Sorry I misread where it was in the profile. I don't exactly know why it's heading out to sea, but I can see these issues on your end:

      1)
      [23:51:18.017 N] Error trying to save the settings file: The requested operation cannot be performed on a file with a user-mapped section open.

      You have a lot of these popping up. I'm not sure if its one of your plugins, your CR, or HB reporting it though.

      2)
      Code:
      [23:52:20.609 D] Garbage collected 2 nav tiles
      [23:52:20.609 V] We are stuck! (<-731.9746, -4730.041, 4.228892>)
      [23:52:20.610 V] Trying jump
      [23:52:21.000 N] Error trying to save the settings file: The requested operation cannot be performed on a file with a user-mapped section open.
      
      [23:52:21.974 D] Garbage collected 3 nav tiles
      [23:52:22.029 N] Error trying to save the settings file: The requested operation cannot be performed on a file with a user-mapped section open.
      
      [23:52:25.195 D] Garbage collected 4 nav tiles
      [23:52:26.258 D] Garbage collected 1 nav tiles
      [23:52:28.021 N] Error trying to save the settings file: The requested operation cannot be performed on a file with a user-mapped section open.
      
      Several garbage dumps and errors over a few seconds. I have reason to believe there may be an issue with your meshes. The coordinates I believe to be sound. Without a 90 to test them directly I can't say for sure. One way would be to move to the XYZ coords manually and double check your location to assure (see that there is a chest there). The only reason I can attribute to swimming off the isle for that is that the XYZ coords in the profile no longer match the mesh.
       
    10. velonici

      velonici Member

      Joined:
      Oct 16, 2011
      Messages:
      155
      Likes Received:
      2
      Trophy Points:
      18
      No idea what any of that means. I'm learning slowly on my own. But here is the log file.
      3 Errors
      5:26:37 at line 253
      5:51:10 at line 382
      5:53:57 at line 404

      View attachment 12120 2014-04-15 22.16.txt
       
    11. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Issue resolved in latest patch.
       
    12. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      Yikes. Any way to give me a crash course on how to do that? I'm not entirely sure how to go about going to coordinates that are listed in a profile. The coordinates listed on the map are completely different from what's shown in a profile. Also, I have an SVN for the meshes from someone else. Could that possibly be fouling something up? Any way to see which mesh is causing the issue? Some way to default back to the default mesh folder for HB? I just want to get this back up and running so I can farm up some coins, since the other coin profiles get stuck on things and try to run through walls. :/
       
    13. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Also, I have an SVN for the meshes from someone else.

      THAT explains why. Delete your mesh folder. Don't SVN from someone. Use the stock ones. I don't support user mesh files.
       
    14. Leatherback

      Leatherback New Member

      Joined:
      Nov 16, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      I cant seem to get the plugin to work, ive enabled the plugin let it update, restarted hb. enabled dailies picked which ones i want. Then i get this... "Please check the following:
      1) Is BrodiesPlugin activated
      2) Do you have dailies enabled, reps selected, and started from within the plugin
      3) Did you stop the bot during the run and restart thru the plugin? (You should not do this. If you stop the bot from HB, then restart from HB. Only start from the plugin for the initial start).

      Im using singular
       
    15. Botomaniac

      Botomaniac Member

      Joined:
      Apr 11, 2014
      Messages:
      85
      Likes Received:
      0
      Trophy Points:
      6
      My theory is that it "right clicks" the mobs expecting the Kovok to walk to them but it dosn't have auto-attack functions like regular player chars so it just stands there.
       
    16. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Negative. The command is to target a mob. If not within interact range, then "move to the target's current location". QBs use more direct move commands over left/right clicks.
       
    17. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Still need that log file.
       
    18. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      I'll give that a shot tomorrow. A friend of mine logged on so we slogged around Timeless Isle killing rares and rare elites. She also showed me the crane statue and the albatross. Unfortunelate, in order to get the last chest I need, I need someone with a legendary cloak grouped with me, or I'll just have to wait until I get the cloak myself, as the Temple of Ordos won't allow you in without the "Blessings of the Celestials" (legendary cloak).

      So, just delete the mesh folder I'm using and leave it empty and let the bot download meshes itself? I just don't know where the bot's default mesh folder is located, so I'm not sure how to get it set back to default.
       
    19. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      By deleting the folder, HB will make a new folder at the same address as defined in Settings.
       
    20. Spy1337

      Spy1337 Member

      Joined:
      Apr 12, 2014
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      6
      Can it find Chest 4 me on the timeless isle? Or do you know a Plugin/Profile 4 that?
       

    Share This Page