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

      ppbing New Member

      Joined:
      Jul 11, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      hey Echo, thx for this profile man! i have a problem that I currently use "Heavy farm-Gundrak" profile, and I have added the mail recipient in setting&tool, but the bot would not mail the items(Frostweave cloth) out, can u help me with that? BTW, i have used an add-on to sell everything except the frostweave cloth
       
    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 Lua script can be modified to sell by rarity.
      Are you still needing it to sell everything except blues?
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I don't recommend using addons/plugins that modify the vendoring methods sometimes they conflict with the execution.
      There's *Extras* profiles that will sell everything except Frostweave, but they're also designed to guild bank them.
      I'll be designing the AM-Alpha profile to feature more options soon.

      Since the mailbox is further away than the closest vending hub - the bot will only mail if your under 20 bagslots after vendoring.
       
    4. Lokippl

      Lokippl New Member

      Joined:
      Jul 8, 2014
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      0
      I dont need anymore, i removed the itens to bank, but it would be nice to know how to do it.
       
    5. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      In the Lua script, you should see this:
      PHP:
      if (and strfind(n, "ff9d9d9d") or and strfind(n, "ffffffff") or and strfind(n, "ff1eff00") or and strfind(n, "ff0070dd"))  and and not n:find("53010") then


      For each strfind, a item-rarity or item is selected to be sold.

      ff9d9d9d = HEX for Grey Items.
      ffffffff = HEX for White Items.
      ff1eff00 = HEX for Green Items.
      ff0070dd = HEX for Blue Items.
      ffa335ee = HEX for Purple items.

      And at the end, 53010 is the ID for Frostweave cloth. Note it says "and not" which means it won't be sold
      We only need to include this because White rarity items are being sold.

      If you were to remove:
      PHP:
      or and strfind(n, "ff0070dd")
      The script will no longer sell blue rarity items.
       
      Last edited: Jul 14, 2014
    6. Lokippl

      Lokippl New Member

      Joined:
      Jul 8, 2014
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      0
      Thanks, i will test tomorrow, need to sleep now, again thanks for everything. :)
       
    7. shamash

      shamash New Member

      Joined:
      May 9, 2012
      Messages:
      206
      Likes Received:
      1
      Trophy Points:
      0
      I have 4x26 slot bags, and have skyshards and hearthstone taking up 2 of them, so about 120 slots total I think. It does take a while to sell everything. Can I make it wait a little longer? Thanks!
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Yea, the wait timer after the sell code executes will just need to be increased.

      Are you using the Heavy Pulls? If so the wait timer can be found on line 686 (if you have a code editor.)
      I believe it's set to 5.5 seconds. Most other wait timers have been increased to 8.5 seconds - I'll be setting that as the standard soon.
       
    9. Flacito

      Flacito Member

      Joined:
      Mar 17, 2014
      Messages:
      184
      Likes Received:
      3
      Trophy Points:
      18
      I'm testing this now, I'll give my personal updates later on the Lawbringer transmog!
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Good luck, lol. That profile is 2 years old and is pending a LOT of updates/fixes.
       
    11. Flacito

      Flacito Member

      Joined:
      Mar 17, 2014
      Messages:
      184
      Likes Received:
      3
      Trophy Points:
      18
      I meant to say Judgement recolor transmog. It actually just finished its first run and I instantly got my handguards!
      So far so good! But I'll check back later until it's finished.

      Also, OP: I want to give you many of my thanks for creating these profiles in the first place, but the thing that's even more outstanding is the well organized post. Had no questions / troubles understanding about the specefics of the profiile, nor how to run the profile
       
    12. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      When you get the mobile bank working this will be awsome! :)
       
    13. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Huh? Lol
       
    14. Sticer

      Sticer New Member

      Joined:
      Nov 5, 2012
      Messages:
      94
      Likes Received:
      0
      Trophy Points:
      0
      The Kael'thalas profile didnt work though, its not attacking the bosses, but it did clear trash perfectly :) Would it be possible to make it only pull Kael'thalas encounter and not the other ones?
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      All the code for the other bosses would just have to be removed. You could just cut it directly out of the profile.


      When the profile was made, the Kael'thalas encounter script was pretty 'shaky.'
      Whether or not you would actually complete the event was more-or-less luck.
       
    16. shamash

      shamash New Member

      Joined:
      May 9, 2012
      Messages:
      206
      Likes Received:
      1
      Trophy Points:
      0
      Awesome, I'll try that when I turn it on tonight. Thank you ;D
       
    17. shamash

      shamash New Member

      Joined:
      May 9, 2012
      Messages:
      206
      Likes Received:
      1
      Trophy Points:
      0
      <If Condition="Me.KnowsSpell(61425) || Me.KnowsSpell(61447) || Me.KnowsSpell(122708)" >
      <CustomBehavior File="WaitTimer" WaitTime="750" />
      <CustomBehavior File="RunMacro" Macro="/cast Тундровый мамонт путешественника\n/cast Traveler's Tundra Mammoth\n/cast Tundramammut des Reisenden\n/cast Großes Expeditionsyak\n/cast Большой як для путешествий\n/cast Grand Expedition Yak" />
      <CustomBehavior File="WaitTimer" WaitTime="2000" />
      <If Condition="Me.HasAura(61425)" >
      <CustomBehavior File="InteractWith" MobId="32639" />
      <ElseIf Condition="Me.HasAura(61447)" >
      <CustomBehavior File="InteractWith" MobId="32641" />
      </ElseIf>
      <ElseIf Condition="Me.HasAura(122708)" >
      <CustomBehavior File="InteractWith" MobId="62822" />
      </ElseIf>
      </If>
      <CustomBehavior File="Misc\RunLUA" Lua="
      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;)) then
      print(&quot;|cFF3399FF[Azyul]|r: Selling &quot;..n)UseContainerItem(b,s)
      end
      end
      end" />
      <CustomBehavior File="WaitTimer" WaitTime="5500" />
      <Else>
      <CustomBehavior File="Misc\RunLUA" Lua="print(&quot;|cFF3399FF[Azyul]|r: Vendor mount wasn't detected, continuing run.&quot;" />
      <CustomBehavior File="Message" Text="Vendor mount not detected." LogColor="Orange" />
      </Else>
      </If>


      so its the 5500 one, change to 8500? Thank you again ;D
       
    18. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Yep. If 8500 isn't enough, raise it higher. xD

      It's timed in miliseconds, so 1000 = 1 second.
       
    19. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      On the Azyul Manager you have so you can deposit cloth and Gold under Mobile bank. It doesnt deposit anything for me nor mail since it says the mobile Bank is on Cooldown :)

      Anyway, its a good profile. Been running this on 3 accs for a few hours today and farmed 15k so far :)
       
    20. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Which profile?
       

    Share This Page