• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Rep] panYama's - Dark Soil

    Discussion in 'Archives' started by panYama, Oct 3, 2012.

    1. panYama

      panYama Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,629
      Likes Received:
      49
      Trophy Points:
      0
      thanks for this, as some still have issues but clearly don't read the first post;)
       
      Zoeroo likes this.
    2. panYama

      panYama Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,629
      Likes Received:
      49
      Trophy Points:
      0
      read the other replies and judge for yourself really, if you follow what I tell you to do then it's alright. AFKABLE
       
    3. panYama

      panYama Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,629
      Likes Received:
      49
      Trophy Points:
      0
      good thing you where first;)
       
    4. panYama

      panYama Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,629
      Likes Received:
      49
      Trophy Points:
      0
      good to hear the profile worked great for you!
       
    5. Zoeroo

      Zoeroo New Member

      Joined:
      Aug 12, 2011
      Messages:
      103
      Likes Received:
      0
      Trophy Points:
      0
      Works great :)

      +rep
       
    6. t_storm

      t_storm New Member

      Joined:
      Feb 18, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Is there any way to fix the druids coming out of flight form, Looks really suspicious lol when all we have to do is fly in grab and go :) Thanks for the profile!
       
    7. panYama

      panYama Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,629
      Likes Received:
      49
      Trophy Points:
      0
      Druids flight form is coded in the custom class and/or if not even the logic of HB itself. The plugin I've included should keep druids in flight form.
       
    8. caderly

      caderly New Member

      Joined:
      Oct 12, 2011
      Messages:
      72
      Likes Received:
      0
      Trophy Points:
      0
      working great ty for the profiles!
       
    9. cbogie

      cbogie New Member

      Joined:
      Sep 28, 2012
      Messages:
      9
      Likes Received:
      1
      Trophy Points:
      0
      Frequent stopping

      This may not be profile related, but thought I'd post here first. Every couple of loots, the bot will stop with an "Could not generate path from....".

      View attachment 8356 2012-11-19 15.44.txt
       
    10. panYama

      panYama Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,629
      Likes Received:
      49
      Trophy Points:
      0
      Your problem could not generate is a HB issue, unfortunate it's not something I can fix sorry.
       
    11. Blarglarglarg

      Blarglarglarg New Member

      Joined:
      Oct 28, 2012
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      Can you make it so the bot doesn't fly so low? I understand why you made it like that...because of the birds flying around the area, but Blizzard fixed it so the birds no longer aggro. I tried adjusting the height modifier but it broke the bot for some reason. Maybe I don't fully understand what that function is for.
       
    12. panYama

      panYama Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,629
      Likes Received:
      49
      Trophy Points:
      0
      Sorry but fluying higher will make things take too long, also flying higher made the bot do weird spins in the air, so sorry i won't
       
    13. chip83@bigpond.com

      chip83@bigpond.com New Member

      Joined:
      Apr 2, 2012
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      some times just stands there also go past with out picking up the item
       
    14. regecksqt

      regecksqt New Member

      Joined:
      Dec 19, 2010
      Messages:
      49
      Likes Received:
      4
      Trophy Points:
      0
      Can I suggest you make some changes to the way it looks for Dark Soil.
      The main ones are to use tracing to detect the ground rather than detecting LoS (LoS check leaves soo many unlooted), and to use Flightor instead of Navigator ....
      Code:
              public void PickUpDarkSoil()
              {
                  ObjectManager.Update();
                  WoWGameObject soil = ObjectManager.GetObjectsOfType<WoWGameObject>()
                      .Where(darksoil => darksoil.Entry == 210565)
                      .OrderBy(darksoil => darksoil.Distance)
                      .FirstOrDefault(obj => !GameWorld.TraceLine(StyxWoW.Me.Location, WoWMovement.CalculatePointFrom(obj.Location, 10), GameWorld.CGWorldFrameHitFlags.HitTestGround));
      
                  while (soil != default(WoWGameObject) && soil.IsValid)
                  {
                      if (soil.Distance >= 10)
                      {
                          Flightor.MoveTo(soil.Location);
                      }
                      else
                      {
                          if (!StyxWoW.Me.IsCasting && !StyxWoW.Me.IsMoving)
                              soil.Interact();
                          Lua.DoString("RunMacroText(\"/click StaticPopup1Button1\");");
                      }
                      ObjectManager.Update();
                  }
              }
      Seems to pick up way more soil than the stock version:
      Also I'm a druid so there may be some changes necessary for mounts etc.
       
    15. panYama

      panYama Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,629
      Likes Received:
      49
      Trophy Points:
      0
      Useless post without detailed info + log.
       
    16. panYama

      panYama Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,629
      Likes Received:
      49
      Trophy Points:
      0
      Ill ask my plugin dev about this.
       
    17. Jumrun

      Jumrun New Member

      Joined:
      Feb 1, 2011
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      This is finding them pretty damn fast i am having the issue where it does not accept the Bind on Pick up warning and attempts to mount back up and fly away only to fly back and attempt again... it repeats this until success... my guess is that this is a latency issue as i have a constant 700ms
       
    18. shortstuff910mc

      shortstuff910mc New Member

      Joined:
      Dec 19, 2011
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Works like a charm except for.... It does its run then randomly stops. I use Arelog and watch it, it sits there till d/c then wow restarts and its the only way for the bot to keep going because it restarts HB thus restarting the profile.

      I found out restarting profile fixes this bug, but I can't be around to keep restarting it... Anyways, fix would be simple: if not moving for xxx amount of miliseconds/seconds then stop profile and load it back up.

      Let me know if u can fix this please would help!!!!
       
    19. shortstuff910mc

      shortstuff910mc New Member

      Joined:
      Dec 19, 2011
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Turns out I found the problem, what happens is it spots a dark soil and trys to find the closest landing spot so it can run on the ground to the node. This is where the bug happens, it finds the closest landing spot which is on a tall mountain that has no path to the ground or on a big bird statue which also has no path to the ground. From there it bugs out and does nothing, just sits there and doesn't even report to HB that it is inactive for xxx amount of time.

      I think a fix for this would be to redo some of the xyz hot spot positions in the profile and make them closer to the ground rather then high in the air where it might snag onto a mountain side or on that bird statue. Let me know if you can do this! I think this would greatly improve the profile.
       
    20. bobbydk

      bobbydk New Member

      Joined:
      Dec 16, 2010
      Messages:
      143
      Likes Received:
      0
      Trophy Points:
      0
      I can confirm this hope you have the time to fixe this :)
       

    Share This Page