• Visit Rebornbuddy
  • [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,809
      Likes Received:
      631
      Trophy Points:
      113
      Which Gundrak profile?
      Can you send a screenshot of the stuck spot?
       
    2. pacopepe

      pacopepe New Member

      Joined:
      Sep 2, 2014
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Gundrak - Sell everything
      [​IMG]

      the profile don't sell everything, always 10 to 15 items remain in your bag

      Thanks EchoTiger for your awesome work
       
    3. Svenstar123

      Svenstar123 Member

      Joined:
      Dec 24, 2012
      Messages:
      584
      Likes Received:
      24
      Trophy Points:
      18
      Latest version of HB, when they get killed because of a gank or whatever they spam and go afk in ghost. Any ideas ?
      View attachment 147963
       
    4. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      The Lua selling code is a bit experimental.
      Since Blizzard changed the way vendors work, it has been a mess.

      As far as the stuck goes, it seems like it would be able to auto-unstuck from there?
      I'd have to figure out how it gets stuck there in the first place to fix it.

      The vendor the bot uses is to the left of that pot correct?
      If so, I don't see how it would manage to get behind the pot.


      [HR][/HR]


      I'm looking into it.
      Beginning to think there may be a potential issue in the DoWhen behavioral hook.

      It shouldn't be active while outside of the dungeon and the UseWhen predicates aren't being met to where it would be activating.
       
      Last edited: Oct 25, 2014
    5. Svenstar123

      Svenstar123 Member

      Joined:
      Dec 24, 2012
      Messages:
      584
      Likes Received:
      24
      Trophy Points:
      18
      Thanks mate, very apreciated of you :)
       
    6. pacopepe

      pacopepe New Member

      Joined:
      Sep 2, 2014
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      I unstuck manually and its difficult.

      Yes, the vendor its at left.
       
    7. Leschtroumpf

      Leschtroumpf New Member

      Joined:
      Oct 14, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      hello, i have little problem with the gundrak sell everything profil; at the second boss, he stop attack and dont kill the boss in p2 or p3 sometime (drakkari colossus or drakkari elemental).

      Bot problem ? or profil problem ?

      Thx
       
      Last edited: Oct 25, 2014
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Hmh, it shouldn't be going over there then.
      Like I said, I'll have to look into it. Not sure when I'll be able to get it fixed though.

      How often does this occur?


      [HR][/Hr]


      Does it not attempt to attack it at all?
       
    9. Leschtroumpf

      Leschtroumpf New Member

      Joined:
      Oct 14, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Yes he attack but when there is the transition sometime he dont finish the boss and just target, no attack. 4/5 run bug.
       
      Last edited: Oct 25, 2014
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Yes he attack but when there is the transition sometime et dont finish the boss and just target, no attack. Just sometime not every run.[/QUOTE]
      There should be a wait timer in place that will make the bot wait until the boss is completely dead before continuing.

      If the bot stops attacking, then there's an issue in the combat routine.
       
    11. Leschtroumpf

      Leschtroumpf New Member

      Joined:
      Oct 14, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      There should be a wait timer in place that will make the bot wait until the boss is completely dead before continuing.

      If the bot stops attacking, then there's an issue in the combat routine.
      [/QUOTE]


      Yes i think is the routine, because there is no waiting time. How can i change this ?

      UPDATE: when he stop attack, the bot try to "Goal: moving to <1689.662, 743.3555, 142.781>"
       
      Last edited: Oct 25, 2014
    12. Maximusanew

      Maximusanew New Member

      Joined:
      Apr 26, 2014
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      My account just logs off when im not paying attention, i go look at the log and there isnt anything there. I did notice

      [InteractWith-v1755(warning)] Unable to apply event filter for COMBAT_LOG_EVENT_UNFILTERED
      [InteractWith-v1755(warning)] Unable to apply event filter for COMBAT_LOG_EVENT_UNFILTERED

      not sure if it causes me to go afk and log or what
       
    13. pacopepe

      pacopepe New Member

      Joined:
      Sep 2, 2014
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Its all about the bags...

      Code:
      <CustomBehavior File="Misc\RunLua" [COLOR="#FF0000"][B]NumOfTimes="15"[/B][/COLOR] WaitTime="2000" Lua="
      				if MerchantFrame:IsVisible()==true then
      					if buffer==nil or buffer&gt;4 then buffer=0 end
      					MerchantRepairAllButton:Click()
      					if buffer&lt;5 then
      						for s=1,GetContainerNumSlots(buffer)
      							do local n=GetContainerItemLink(buffer,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
      						UseContainerItem(buffer,s)
      					end
      				end
      			buffer=buffer+1
      			end
      		end" />
      With big bags... i modify this code and now im selling all the stuff :)
       
    14. joachimb

      joachimb Member

      Joined:
      Nov 18, 2011
      Messages:
      289
      Likes Received:
      1
      Trophy Points:
      18
      How may I make him sell or delete the food ?
      Mritemremover is broken and I get a lot of food in GrimBatol :(
       
    15. pacopepe

      pacopepe New Member

      Joined:
      Sep 2, 2014
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      I use an addon for this... is called EasyLoot :p
       
    16. Maximusanew

      Maximusanew New Member

      Joined:
      Apr 26, 2014
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      Whats the best way to use these profiles to make gold? i Normally use a farming profile with potions of luck and then sell the mats i get from the chest. The profile is good but then it stops alot then my account logs
       
    17. Jeval

      Jeval New Member

      Joined:
      Jan 28, 2013
      Messages:
      34
      Likes Received:
      1
      Trophy Points:
      0
      Thanks. Sorry I missed that.
       
    18. TheBelgiumPope

      TheBelgiumPope Member

      Joined:
      Jul 26, 2014
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      6
      What dungeon are you guys using? I am first time user :p
       
    19. tranCeaddiCted

      tranCeaddiCted New Member

      Joined:
      Mar 5, 2014
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      So, when trying to run Instance Grinds > Cata > Grim Batol or Optimised Gold Farm > Cata > Grim Batol i get this error. Haven't tried with other profiles but...
      Also have to mention that before posting this I made a fresh install of the bot
       

      Attached Files:

    20. Jtroy

      Jtroy New Member

      Joined:
      Jun 29, 2013
      Messages:
      169
      Likes Received:
      0
      Trophy Points:
      0
      low FPS

      After the Bot has entered Grim Batol it begins lagg very hard. My FPS go from 100-150 to 20 or less. I've aalready done a clean reinstallation but I didn't work.

      EDIT: ah and my arcane mage is always using single target spells and blinks away from enemies is there a singular preset or a cr that just spams arcane explosion?
       

      Attached Files:

      Last edited: Oct 25, 2014

    Share This Page