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

      xperiadudu New Member

      Joined:
      Mar 10, 2014
      Messages:
      310
      Likes Received:
      0
      Trophy Points:
      0
      running this atm, somehow doesn't sell some grey items though. bug ?
       
    2. summy

      summy Member

      Joined:
      Feb 14, 2012
      Messages:
      74
      Likes Received:
      0
      Trophy Points:
      6
      same problem
       
    3. ciccioombra

      ciccioombra Member

      Joined:
      Feb 25, 2011
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6

      Should macro be rewritten? Should profile be modified to run the macro 200000^2 times :p?
       
    4. lubimta

      lubimta New Member

      Joined:
      Aug 25, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      same problem me too
       
    5. Iloniexz

      Iloniexz New Member

      Joined:
      Oct 7, 2012
      Messages:
      100
      Likes Received:
      1
      Trophy Points:
      0
      i use the makro 12 times atm, most times everything is sold after 10
      and i deleted the instancetimer because it seems to be bugged, too.

      So you have ~5:30min per run and 5min per sell.
      should work :D
       
    6. shuwi

      shuwi New Member

      Joined:
      Aug 12, 2013
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      0
      Anyone an idea how to sell everything for Halls of Lightning ??? He sells around 7-8 items and is done ... :/ I checked the profile but cant find anything usefull inside where to change it :(
       
      Last edited: Oct 17, 2014
    7. ciccioombra

      ciccioombra Member

      Joined:
      Feb 25, 2011
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6

      you must overwrite the istance timer with the one provided from Echo.
       
    8. shuwi

      shuwi New Member

      Joined:
      Aug 12, 2013
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      0
      Or can anybody help me with Gundrak - Sell everything .. Where do i have to putt my own macro ? That he press the button 4-5 times to sell everything ???
       
    9. ciccioombra

      ciccioombra Member

      Joined:
      Feb 25, 2011
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6

      On latest revision macro begins at line 744.


      <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" />



      Can you share your macro?
       
    10. Trepanator

      Trepanator Member

      Joined:
      Apr 25, 2014
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      16
      Profile Gundrak - medium pulls guild bank - sell everything seems to be not working at all.
      Gundrak medium pull guild bank + cloth is working but not depositing the money - just opening guild bank and waiting.
      All profiles are not selling properly just 1 or 1,5 bag

      FOR SOME REASON - MY DRUIDS DIE MORE OFTEN THEN BEFORE THE PATCH - probably something to do with Singular CR.


      EDIT

      When i die inside the instance - all fine

      When I get gunked in front of the instance the profile wont navigate to the corpse just hangs and waiting at the cementary :)

      View attachment 3800 2014-10-17 09.01.txt
       
      Last edited: Oct 17, 2014
    11. shuwi

      shuwi New Member

      Joined:
      Aug 12, 2013
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      0

      Yeah i found the selling line at vendor but i dont know where to put the new stuff in

      Here is my macro

       
    12. ciccioombra

      ciccioombra Member

      Joined:
      Feb 25, 2011
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      <CustomBehavior File="Misc\RunLUA" Lua="MerchantRepairAllButton:Click()
      for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and string.find(name,"") then DEFAULT_CHAT_FRAME:AddMessage("- Selling "..name) UseContainerItem(bag,slot) end end end" />

      try this
       
    13. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      That won't work because your characters aren't escaped.
       
    14. shuwi

      shuwi New Member

      Joined:
      Aug 12, 2013
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      0
      Do you have an idea how to fix it ?! :p
       
    15. GalileoEpt

      GalileoEpt New Member

      Joined:
      Jun 19, 2013
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      спасибо, остался только разобраться почему не все вещи продает...
       
    16. Trepanator

      Trepanator Member

      Joined:
      Apr 25, 2014
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      16
      Another problem I have noticed.

      bot stucks at random locations.

      The one attached with this log was continuosly running into the wall /on moorabi pull - Gundrak/ when mobs where hitting it from behind.

      I know it is probably related to HB bugs rather then the profile but just in case I post it here.

      Ps. I "play" on busy pvp server. I am having a nighmare with players opposite facton ganking my bots all the time. Would it be possible to implement some sort of randomizer to the profile so for example after every run bot is leaving instance mounting and flying to random location to check bags, do the banking, vendoring etc ? That would help a lot. Or maybe it is possible to do it inside the instance while waiting for 6 minutes to be up ? that would be even better.

      PS2. Singular must be buggy. My ilvl 400 druids are dying on Moorabi pull (Gundrak) when before I was finishing it with no problems under 6 minutes..
       

      Attached Files:

    17. Iloniexz

      Iloniexz New Member

      Joined:
      Oct 7, 2012
      Messages:
      100
      Likes Received:
      1
      Trophy Points:
      0
      Any Idea how to fix the Guildbank issue? So he will deposit gold again.
       
    18. shuwi

      shuwi New Member

      Joined:
      Aug 12, 2013
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      0
      I have the same problem .. Running Gundrak profil and my toons are running after every boss fight in a circle for a minute before they activate the altars... Looks pretty dumb :D But 1 min is pretty long
       
    19. tannerxx

      tannerxx New Member

      Joined:
      Mar 24, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      1
      Having problems with vending items only doing greys Drak thanaron keep
       
    20. Gunex

      Gunex New Member

      Joined:
      Sep 8, 2014
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      Have some problems with Gundrak Alpha profile --- HB realese build 789 . The problem is the profile dont sell all items in the bag and dont put the money of the Guildbank..
      Pls Help
       

    Share This Page