• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

    Discussion in 'Farming' started by EchoTiger, Feb 26, 2013.

    1. Balasagun

      Balasagun Member

      Joined:
      Aug 29, 2010
      Messages:
      173
      Likes Received:
      0
      Trophy Points:
      16
      misunderstanding
       
      Last edited: May 14, 2013
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      The Halls of Lightning profile is designed so that it goes to the mailbox -only if- you are under 10 bagslots -after- selling at the vendor.

      The reason why is, the vendor is directly outside of the instance, but the mailbox is about 3 minutes away from the instance.
      If we had it go to the mailbox every time it goes to sell, then it would be wasting a lot of time going to the mailbox when there's only a 1 to 2 items that actually need to be mailed.
      With this, the bot will 'pile up' on mailable items, so when it goes to mail, it'll be worth the time.

      It's just a little 'RPH' optimization technique that we use.



      If you want it to go to the mailbox every time it sells, then all you'd have to do is:
      • Open the profile with a notepad or code editor.
      • Use 'CTRL+F' to find these words: <!-- Force town sell. -->
      • After you find those words, you will see this under it: If Condition="(Me.FreeBagSlots &lt;= 10)"

      That is a If code.
      That first If code is the detection code that tells the bot to go to the vendor when you're at or under 10 bagslots.
      If you look a little bit further down a code you will see another If code that is exactly the same.
      This is the second code that tells the bot to mail if you are at or under 10 bagslots -after- selling.

      To make it go to the mailbox every time, all you would need to do is delete the entire first section of If code.
      PHP:
                  <!-- Force town sell. -->
          <If 
      Condition="(Me.FreeBagSlots &lt;= 10)" >
              <
      CustomBehavior File="Message" Text="Moving to Sell, Repair, Mail" LogColor="Lime" />
              <
      CustomBehavior File="FlyTo" X="8911.244" Y="-1288.584" Z="1063.501" />
              <
      CustomBehavior File="FlyTo" X="8897.434" Y="-1347.713" Z="1031.36" />
              <
      CustomBehavior File="WaitTimer" WaitTime="1000" />
              <
      CustomBehavior File="RunMacro" Macro="/dismount" />
              <
      RunTo X="8891.013" Y="-1359.756" Z="1033.76" />
              <
      SetVendor>
                  <
      Vendors>
                      <
      Vendor Name="Chester Copperpot" Entry="32477" Type="Food" X="8893.612" Y="-1361.069" Z="1033.906" />
                  </
      Vendors>
              </
      SetVendor>
              
              <
      CustomBehavior File="UserSettings" FindVendorsAutomatically="False" LootMobs="True" PullDistance="1" KillBetweenHotspots="True" LogoutForInactivity="False" />
              
              <
      CustomBehavior File="ForceSetVendor" DoSell="True" DoRepair="True" DoMail="False" />
              <
      CustomBehavior File="WaitTimer" WaitTime="1000" />
              <
      RunTo X="8900.253" Y="-1344.676" Z="1029.835" />
              <
      ClearVendor />
      After you delete all of that, scroll all the way to the 'very' bottom of the code, and delete ONE of the </If> codes.
       
      Last edited: May 14, 2013
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Huh, that's weird.
      I've never heard of a dungeon not letting you in because you were mounted.
      We'll add a few dismount codes around that section of the code - hopefully that will resolve the issue.
       
    4. Gandalf1506

      Gandalf1506 New Member

      Joined:
      Jan 15, 2013
      Messages:
      67
      Likes Received:
      0
      Trophy Points:
      0
      Sounds great. ;) Meanwhile, it worked. But why is the time, bot is waiting in front of dungeon entry set to 5 minutes? I think, to make sure, the dungeon counter was really reset. As far as I can see, the instance was reset after few seconds.
       
    5. mjj23

      mjj23 New Member

      Joined:
      Oct 28, 2012
      Messages:
      291
      Likes Received:
      4
      Trophy Points:
      0

      This is an older profile. Nevertheless, the wait timer is there to avoid hitting the instance cap of 5 per hour, given the speed level 90 toons run the instance. Hopefully, I will update it today to make sure bot waits inside rather than outside the instance, as this looks less "bottish". But the wait timer does need to be there. Hope this helps!
       
    6. mjj23

      mjj23 New Member

      Joined:
      Oct 28, 2012
      Messages:
      291
      Likes Received:
      4
      Trophy Points:
      0
      In latest SVN, both Undead Stratholme profiles are updated with bot waiting inside rather than outside instance, and a forced dismount after flying, and before opening the first gate.
       
    7. Gandalf1506

      Gandalf1506 New Member

      Joined:
      Jan 15, 2013
      Messages:
      67
      Likes Received:
      0
      Trophy Points:
      0
      the best way would be, if the wow toon stands in front of the baron, the instance is reset, and you can hit the baron instantly. :D
       
    8. kavlantis

      kavlantis New Member

      Joined:
      Nov 20, 2012
      Messages:
      468
      Likes Received:
      2
      Trophy Points:
      0
      Nice profiles but :
      How safe is this with the new blizzard detection methods?
       
    9. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I've ran Ahn'Kahet: Old Kingdom for a week straight on three accounts.
      All I'm using is a tool to keep my BNet offline, and that's it. 0 bans, 0 whispers.
      The only time I've stopped the bot was to sell/auction items, which is probably 1 time a day.
       
      Last edited: May 15, 2013
    10. kavlantis

      kavlantis New Member

      Joined:
      Nov 20, 2012
      Messages:
      468
      Likes Received:
      2
      Trophy Points:
      0

      what do you mean by that?
       
    11. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I use a tool that I've created to keep my BattleNET offline so people can't send me messages or see that I'm online.
       
    12. Gandalf1506

      Gandalf1506 New Member

      Joined:
      Jan 15, 2013
      Messages:
      67
      Likes Received:
      0
      Trophy Points:
      0
      I'm still farming the baron mount, but it seems, that the bot has a poor pathing. Stucks at a point within instance (will make Screen, if needed), but unstucks. Additionally, the bot runs a long way to get to vendor, if the bags are filled up. Can you optimize this?? Would save a lot of time, if you're farming the whole day like me. ;) BTW: great work. :D
       
    13. botorific

      botorific New Member

      Joined:
      Oct 26, 2012
      Messages:
      664
      Likes Received:
      3
      Trophy Points:
      0
      Read about how to do this with firewall rules, but I'm curious what you recommend.
       
    14. kavlantis

      kavlantis New Member

      Joined:
      Nov 20, 2012
      Messages:
      468
      Likes Received:
      2
      Trophy Points:
      0

      But other people in the world can see you if they are close to you right?
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Modifying firewall rules is pretty much the only 'legal' way to do it.
      The tool I created is just a simple tool that automates that process to save time.

      Yes, they can still see me. It disables BattleNET only, nothing else.
       
      Last edited: May 16, 2013
    16. kavlantis

      kavlantis New Member

      Joined:
      Nov 20, 2012
      Messages:
      468
      Likes Received:
      2
      Trophy Points:
      0
      I am having trouble with scarlet monastery, it goes to the area, enters the dungeon, then it says waiti time remaining 15 secs, waits the 15 secs then it just sits there.
      lvl 85 toon.

      Reinstalled HB and ur profiles and still nothing. any ideas what is teh problem?

      log attached

      Edit, i forgot to update the SVN, i just did it but it still has a problem.

      here is a the log with the latest version of svn
       

      Attached Files:

      Last edited: May 16, 2013
    17. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I'm sending a tester to run that profile now.
      Also, what routine are you using?
       
    18. kavlantis

      kavlantis New Member

      Joined:
      Nov 20, 2012
      Messages:
      468
      Likes Received:
      2
      Trophy Points:
      0

      singular, no plugins, i just want it to farm 400 silk cloth :)

      i updated my last post and added a new log. check it out
      it says


      [16:46:23.234 D] Could not generate path from {1121.813, 523.6519, 0.6633419} to {2820.969, -699.184, 137.4398} (time used: 0 milliseconds) @ FindEndPoly
       
    19. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Alright, I found the issue.
      Update your SVN and try with the new update.
       
    20. kavlantis

      kavlantis New Member

      Joined:
      Nov 20, 2012
      Messages:
      468
      Likes Received:
      2
      Trophy Points:
      0
      testing it now
      i hope zul farak and hellfire ramparts are ok :D
       

    Share This Page