• 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. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      If you're using the Sell All script - then any of Honorbuddy's vendor rules are completely ignored.
      Profiles designed to "Keep Frostweave" also use the script.

      So, in order to protect an item - we'd need to modify the Sell All script.

      Here's an edited version that should protect the book:

       
    2. Burizod

      Burizod New Member

      Joined:
      Dec 12, 2013
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      0

      Awesome, you are the best!!
      Donation inc ;)

      Regards
       
    3. YesItsMe

      YesItsMe Member

      Joined:
      Jun 13, 2014
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      6
      Ok, died again. Looked and saw I was on my ground mount riding though blades edge mountains, finally got a log.
       

      Attached Files:

      Last edited: Jul 17, 2014
    4. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      The initial 'enter dungeon' coordinate before the CTM coordinate isn't designed to tell the bot to fly - which that's what its trying to get to.

      If you change: <MoveTo X="3410.782" Y="1485.11" Z="182.8369" /> on line 440 to this: <CustomBehavior File="FlyTo" X="3410.782" Y="1485.11" Z="182.8369" /> then that may fix your problem.
       
    5. Dockson

      Dockson Member

      Joined:
      Dec 21, 2013
      Messages:
      159
      Likes Received:
      2
      Trophy Points:
      18
      People who are running 85's with these profiles, what class are you using? I recently leveled up 5x Retri Paladins and they struggle even on medium pulls sometimes (374 ilvl gear + crafted weapon and shield). Has anyone had any particular success running heavy pulls with 85's, and if so what class are you? Thanks!
       
    6. YesItsMe

      YesItsMe Member

      Joined:
      Jun 13, 2014
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      6
      Botanica Heavy Pull with 2 Arms Warriors, 385 ilv, no trouble with the instances, just everbody outside trying to kill me :D.
       
    7. Syunsi

      Syunsi New Member

      Joined:
      Oct 17, 2012
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      For those of you, who want to protect more than Frostweave Cloth only, you could replace the vendor lines.
      This will also sell soulbound purples, thus keeping the BoE purples.
      Code:
      MerchantRepairAllButton:Click()
      for b=0,4 do for s=1,GetContainerNumSlots(b)
         do local n=GetContainerItemLink(b,s)
            if (n and strfind(n, &quot;ff9d9d9d&quot;) 
               or n and strfind(n, &quot;ffffffff&quot;) 
               or n and strfind(n, &quot;ff1eff00&quot;) 
               or n and strfind(n, &quot;ff0070dd&quot;)
               or n and (strfind(n, &quot;ffa335ee&quot;) and GameTooltipTextLeft2:GetText()==ITEM_SOULBOUND ) )    --Sells soulbound purles, use with caution
      		and n and not n:find(&quot;33470&quot;)                                                                    -- Protects Item with ID 33470
      		and not n:find(&quot;YOUR_ITEM_ID_HERE&quot;)                                                                 -- Replace with Item ID 
      		and not n:find(&quot;YOUR_ITEM_ID_HERE&quot;)
      		and not n:find(&quot;YOUR_ITEM_ID_HERE&quot;) then
               print(&quot;|cFF3399FF[Azyul]|r: Selling&quot;..n)UseContainerItem(b,s)
            end
         end
      end
      
       
    8. Insta

      Insta Member

      Joined:
      Jun 12, 2012
      Messages:
      53
      Likes Received:
      1
      Trophy Points:
      8
      has there been any update to the FOS profile regarding mesh problems outside ICC?
       
    9. Verosumatic

      Verosumatic New Member

      Joined:
      Jun 9, 2014
      Messages:
      14
      Likes Received:
      1
      Trophy Points:
      0
      When running the Randomizer profile on Horde whenever it goes to sell (I believe after finishing The Nexus) it loops at the vendor.

      I don't know if this is because it is trying to repair and that particular vendor doesn't have a repair option. It seems to do this on all versions of the Randomizer profiles (lite, medium, and heavy pulls).
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Not yet, all of my accounts are being used to level Horde testers at the moment.

      [HR][/HR]


      Hmm, (this is why I'm leveling Horde testers lol)
      I had to change the vendors to those because the ones in Warsong Hold couldn't be navigated to properly -- it was too problematic.

      Is there not any vendor in that town that can repair? I remember seeing one when I setup the bot to go there.
       
    11. Verosumatic

      Verosumatic New Member

      Joined:
      Jun 9, 2014
      Messages:
      14
      Likes Received:
      1
      Trophy Points:
      0
      There is a repair vendor inside the hut (Vender Name="Drigoth" Entry="27067" Type="Repair" X="4510.52" Y="5703.35" Z="18.72"), I changed the profile I use to him, however, on my druid in flight form it likes to get stuck inside the hut trying to fly out.
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      We'll probably need to force the bot to dismount, then write a manual navigation in-out of the hut.

      Right now all of my accounts are being used for leveling testers, so I can't really run a guy out to set that up.
       
    13. Dockson

      Dockson Member

      Joined:
      Dec 21, 2013
      Messages:
      159
      Likes Received:
      2
      Trophy Points:
      18
      Just quoting this for more visibility, looking for more opinions :)
       
    14. Verosumatic

      Verosumatic New Member

      Joined:
      Jun 9, 2014
      Messages:
      14
      Likes Received:
      1
      Trophy Points:
      0
      Would something like this work:

      Code:
      			<If Condition="Me.IsHorde" >
      						<MoveTo Nav="Fly" X="4469.471" Y="5769.258" Z="112.6388" />
      						<CustomBehavior File="ForcedDismount" />
      						<SetMailbox>
      							<Mailboxes>
      								<Mailbox Nav="Run" X="4502.223" Y="5716.38" Z="81.48362" />
      							</Mailboxes>
      						</SetMailbox>
      						<SetVendor>
      							<Vendors>
      								<Vendor Nav="Run" Name="Drigoth" Entry="27067" Type="Repair" X="4510.52" Y="5703.35" Z="81.72" />
      							</Vendors>
      						</SetVendor>
      
      						<CustomBehavior File="ForceSetVendor" DoMail="True" DoSell="True" DoRepair="True" />
      						<MoveTo Nav="Run" X="4469.471" Y="5769.258" Z="112.6388" />
      						<ClearMailbox />
      						<ClearVendor />
      						</If>
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      It could, I'd move the "move to" above the <Set> codes just in case Honorbuddy's VENDOR_HOOK tries taking control.
       
    16. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Since these questions seem to come up a lot, I may setup polls that will stay on the front page were people can vote on which dungeons they're running.
       
    17. Dockson

      Dockson Member

      Joined:
      Dec 21, 2013
      Messages:
      159
      Likes Received:
      2
      Trophy Points:
      18
      That would be great, thanks.
       
    18. Fireworrkz

      Fireworrkz Member

      Joined:
      Jul 14, 2011
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      16
      First of all retri paladins use 2h swords.
      Also I went 5 druids all feral
      EDIT: only on LITE profile atm, I will try MED tonight.
       
      Last edited: Jul 18, 2014
    19. Sinndar88

      Sinndar88 Member

      Joined:
      Jun 17, 2014
      Messages:
      178
      Likes Received:
      2
      Trophy Points:
      18
      ran Grim batol hearth to vendor profile last night, it couldn't hearth because of cooldown and eventually logged out because of inactivity, i dont think its checking if hearthstone is on cooldown or not
       
    20. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      The code is designed to check if the Hearthstone is on cooldown.
      If it is, then it should exit out of the dungeon as it normally would.

      Since none of my testers had this issue when running the profile - so I'll need a log to see what's going on on your end.
       

    Share This Page