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

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

    1. snt76

      snt76 Member

      Joined:
      Aug 27, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
    2. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      It's not programmed to...but unfortunately it tries to walk until it can mount...which is a small area on the edge...it's either that or walk off and fall to death on the other side...it's a small delay on the "stop movement" command.
       
    3. frosticus

      frosticus Community Developer

      Joined:
      Oct 19, 2012
      Messages:
      2,930
      Likes Received:
      58
      Trophy Points:
      48
      coin farming, collects a few chests then ends up here <Hotspot X="-1176.435" Y="-5507.747" Z="-2.591301" />. within a couple thousanths of a degree.

      attempted from many spots on the island, always ends up here. i was guessing it was trying to swim around the lower ridge, but when swimming past to the next shore an restarting, it swims back and spins.

      log attached. View attachment 3820 2013-10-11 19.16.txt

      awesome profile, i did get almost every 496 piece available through the chests and have farmed a few coins. i just have to return to the fp and restart the profile. thanks for everything!!
       
    4. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Need to find a way to improve location detection on water surface. It's trying to reach a certain point but depending on size of avatar, it may never reach it (Z axis issue). When it gets there, jump. If it keeps circling, dive. One or the other will trigger it to dive under and reach the chest.

      This chest is a 1 time thing. After this, it won't ever need to go back.
       
    5. mykitty

      mykitty New Member

      Joined:
      Dec 17, 2011
      Messages:
      186
      Likes Received:
      0
      Trophy Points:
      0
      1) Who knew FIsh Liked Eggs - Stuck trying to get to the green land, worked after flying to the land manually

      2) Burn Out - Stuck on Northeastern Fuel Tank, would not use quest item at the position

      3) Shado-Pan - would not turn in quest, trying to path to the npc
       

      Attached Files:

      • log.zip
        File size:
        586.1 KB
        Views:
        15
    6. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Hey thebrodieman

      You've got a pretty nasty error in your plugin that's spamming to the logs.

      File: BrodiesPlugin.cs
      Line: 1146

      Change this...

      Code:
      // Defensive Shield
      if (Me.CurrentTarget.HasAura(147689))
      BarryDurex.QuestHelper.AvoidEnemyCast(Ordon, 120, 40);
      
      ..to this..

      Code:
      // Defensive Shield
      if (Me.CurrentTarget != null && Me.CurrentTarget.HasAura(147689))
      BarryDurex.QuestHelper.AvoidEnemyCast(Ordon, 120, 40);
      
      ..and it'll be fixed.
       
    7. slator

      slator Member

      Joined:
      Nov 16, 2012
      Messages:
      378
      Likes Received:
      1
      Trophy Points:
      18
      Using the Shahao Rep Grind, and it won't release corpse when it dies. Once it releases corpse, it just needs to stand at spirit healer and wait to be rezzed automatically (to avoid running back to the area where it probably died because it pulled 10 mobs).

      Not sure if this is CR related or what. I'm using TuanHA Monk.
       
    8. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      CR related. Profiles do not control death behavior.
       
    9. sheely69

      sheely69 Member

      Joined:
      Oct 21, 2011
      Messages:
      100
      Likes Received:
      0
      Trophy Points:
      16
      Can you make a seperate rep grind profile that only kills here? [​IMG]
       
    10. ShortRound

      ShortRound New Member

      Joined:
      Jun 14, 2011
      Messages:
      781
      Likes Received:
      14
      Trophy Points:
      0
      Regarding the use of the behavior 'NoCombatMoveTo'. That behavior is intended for use in areas where mobs are attacking each other, not for aggroable mobs. It's used a lot in the Thunder Isle profiles - and my non-tank toons die a lot because of it.
      It should be able to be replaced with the standard RunTo. Disable pull behavior, run to wherever, then reenable the pull behavior. This may slow down tanking classes a little, but should drastically improve survival rates for the others.
       
    11. dnso90

      dnso90 New Member

      Joined:
      Dec 11, 2012
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      0
      trying to use the grind profile for coins on timeless isle.. he runs to the moss covered chests, waits 5 sec. loots it and then just stands around for like a minute. saying "no viable mobs" etc... ;/ doesn't attack mobs unless attacked himself.
      attached log :)

      View attachment 1416 2013-10-13 21.02.txt
       
    12. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Working as intended. Quest cache retrieval for chests takes approx 30-40 seconds to confirm completion.
       
    13. Zicoth

      Zicoth Member

      Joined:
      Oct 17, 2011
      Messages:
      544
      Likes Received:
      2
      Trophy Points:
      18
      hello Brodie, got question about shieldwall dailies. Quest called Sentry Ward. Bot still struggle to do it, maybe just exclude it till it will be fixed? ty
       
    14. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      "Bot struggles to do it". Are we talking it can't path, won't click the ward, or sits down and throws a fit til you buy it a toy and a lollipop?
      This quest has to be done by walking everywhere, as flying results in forced dismount and possibly death by fall.
       
    15. Zicoth

      Zicoth Member

      Joined:
      Oct 17, 2011
      Messages:
      544
      Likes Received:
      2
      Trophy Points:
      18
      its just stucked for me, will provide log next time. thx anyway for making this profiles!
       
    16. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      3) Who did you have for a companion NPC, would it attempt any movement?
      Also, massive amounts of errors coming from singular, in combination with Tyrael. Are you using mixed mode? Can't guarantee this won't cause issues.
       
    17. Pinteman

      Pinteman Member

      Joined:
      Jun 15, 2013
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      6
      @thebrodieman, i know ye are very busy, but is there any chance that the loremaster project is going to be developped further?
      Its an awesome initiative, and I for one am eager to try it :)
       
    18. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Daily. The progress bar moves with every update. Mind you this is not an overnight project. Current estimates land a complete pre-mop finished product around 6-8 months from now pending no long term pauses (thankfully 5.4 created no huge changes requiring weeks of updates and testing).

      Alliance Azeroth quests are around 52% done, with a total project completion rate at about 20%.
       
    19. Hans_S

      Hans_S New Member

      Joined:
      Jan 4, 2013
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
    20. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Your errors are not related to any of my QBs. Recommend fresh install of HB then fresh install of the plugin.
       

    Share This Page