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

      ExiisS New Member

      Joined:
      Jan 2, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Hello Guys,

      I have a little Question.
      Is there a GoTo Profile from OG to the BC Outlands through the Portal in the
      cave in OG?
      Because the Bot trys to go through the Dark Portal (stuck there) but should
      go to the Portal in OG
       
    2. 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 Lua could be setup to.
      There's already several "Deposit Greens" on the Cloud.
      Azyul


      [Hr][/Hr]


      Are you using the fully updated SVN?
       
    3. Ekekek

      Ekekek New Member

      Joined:
      Jan 20, 2015
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
      Got any idea why my bot is selling greens? I got it set to false in the XML.

      using "Gundrak - Guild bank Money+Greens+Frostweave in Dungeon" from the cloud with sell all unchecked in /ashow
       
    4. Hell-Razor

      Hell-Razor New Member

      Joined:
      Feb 1, 2012
      Messages:
      268
      Likes Received:
      0
      Trophy Points:
      0
      SVN isnt working for me, neither is zip.
       
    5. Phillyasd

      Phillyasd New Member

      Joined:
      Oct 13, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Seems like the profile is made to vendor greens when Mobile Guild Bank is on cooldown and you have less than 17 free bagslots.

      Remove this from line 792 and line 822
      Code:
      or n and strfind(n, "ff1eff00")
      
      The profile will not vendor any green items anymore.
       
    6. Ekekek

      Ekekek New Member

      Joined:
      Jan 20, 2015
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
      worked thanks! :)

      Is there any way to make the bot not attack back when people try to gank you outside the instance?
       
    7. Phillyasd

      Phillyasd New Member

      Joined:
      Oct 13, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      In Class Config for Singular. You can disable "Target World PVP Regardless" and set it to False. This is found in the General tab, Targeting category.

      I use a CustomBehavior to disable Combat when outside of a instance. This stops the bot from trying to stay outside and heal up.
       
      Last edited: Jan 30, 2015
    8. tda

      tda New Member

      Joined:
      Nov 29, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      hi,
      I have a strange problem.
      With more account, running the same profile, some of them get stuck, the other no (with profile: SUICIDE: [N] Lost City of the Tol'vir - (x1) - Guild Bank Money+Embersilk LATEST SVC)

      In Grim batol, another strange thing happen, some PG clear all istance (all 4bosses) others skip the 2 or the 3 boss (with profile: SUICIDE: Grim Batol - (x1) )

      All pgs are lvl100-different classes
       
    9. Phillyasd

      Phillyasd New Member

      Joined:
      Oct 13, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Does this happen frequently, and could you describe where the bot is getting stuck or is it different areas each time?
       
    10. tda

      tda New Member

      Joined:
      Nov 29, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      Frequently.
      It's not every time the same spot, but the same 4/5.
      One time in one spot, second time in another, third time in the 1st spot and so on...
       
    11. Phillyasd

      Phillyasd New Member

      Joined:
      Oct 13, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      I need more information of the spots. Where is it exactly and what is the bot doing before getting stuck.
       
    12. tda

      tda New Member

      Joined:
      Nov 29, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      It could be near the entry, it walk and then stops.
      It could be near the camels near the entry, he mount and dismount.
      Could be in front of High Prophet Barim, on the stairs he dont target the boss, and go up and down the stairs.
       
    13. Phillyasd

      Phillyasd New Member

      Joined:
      Oct 13, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      First spot happens at the end of the run near the entrance? Can you check next time if your character is still in combat when this happens.

      Second spot, do you mean the camels after High Prophet Barim? Can you check if Lockmaw is dead when this happens.

      Third spot, this only happened to me ONCE few weeks ago, and I was unable to reproduce this. In my case it happened after killing the boss.


      Try uploading a log of when the bot gets stuck, and a short description of where and when it happened.
       
    14. omegahonorbuddy

      omegahonorbuddy New Member

      Joined:
      Jan 13, 2015
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      im using the heavy pulls botanica profile, how do i stop it from deleting the arcane tomes? its already protected in the protecteditems.xml but the profile deletes them anyway.
       
    15. Phillyasd

      Phillyasd New Member

      Joined:
      Oct 13, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Delete this code from the profile, line 463. This should stop the bot from deleting Arcane Tomes
      Code:
      local item,l,i="29739" for b=0,4 do for s=1,GetContainerNumSlots(b)do l=GetContainerItemLink(b,s)i=l and l:match("item:(%d+)")if i==item then PickupContainerItem(b,s)DeleteCursorItem()end end end
      
       
      Last edited: Jan 30, 2015
    16. omegahonorbuddy

      omegahonorbuddy New Member

      Joined:
      Jan 13, 2015
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      they are still deleting them :(

      i even deleted the lines for the bottled nether drinks and they still delete those too.

      also it wasnt on line 463, 463 are some cordinates to run to.
       
      Last edited: Jan 30, 2015
    17. Kamikace

      Kamikace New Member

      Joined:
      Oct 30, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      Omega why don't u put that tome in your Profile (this 1 that u farm with it)


      EDIT : Hey Azy,i tried to edit 1 of ur profile, to be able to deposit and crystallized air,fire,water into the gbank like frostweave cloth, First is with Crystallized things, second is the original code from u, so my problem is that when i enter those 3 things below ur cloth, the profiles is working realy slow, like 10-15 sec between every Way Point, could u help, cus while i am selling my Crystalls i am loosing alot of gold, Thank u

      Code:
      		<!--Vendor Code -->	
      		<If Condition="(Me.FreeBagSlots &lt; 17)" >
      			<CustomBehavior File="Misc\RunLua" Lua="ShowRecoveryMessage = GetMoney();" />
      			<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;[Azyul]: Moving to Sell, Repair and Mail.&quot;);" />
      
      			<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" />
      					<CustomBehavior File="ForceSetVendor" DoSell="true" DoRepair="true" />
      				</If>
      				<CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(83958);" />
      				<CustomBehavior File="WaitTimer" WaitTime="3500" />
      				<If Condition="Me.IsAlliance" > 
      				    <CustomBehavior File="InteractWith" MobId="206602" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
      				</If> 
      				<If Condition="Me.IsHorde" > 
      				    <CustomBehavior File="InteractWith" MobId="206603" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
      				</If> 
      				<CustomBehavior File="Misc\RunLua" Lua="
      					if GuildBankFrame:IsVisible()==true then
      						MyMoney = GetMoney();
      						DepositGuildBankMoney(MyMoney);
      						print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney));
      					else
      					print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;)
      					end" />
      				<CustomBehavior File="Misc\RunLua" Lua="
      					if GuildBankFrame:IsVisible()==true then
      						print(&quot;|cFF3399FF[Azyul]|r: Depositing Frostweave Cloth.&quot;)
      						for b=0,4 do for s=1,GetContainerNumSlots(b)
      							do local n=GetContainerItemLink(b,s)
      								if n and strfind(n,&quot;33470&quot;)then
      									UseContainerItem(b,s)
      									<CustomBehavior File="Misc\RunLua" Lua="
      					if GuildBankFrame:IsVisible()==true then
      						print(&quot;|cFF3399FF[Azyul]|r: Depositing Crystallized Fire.&quot;)
      						for b=0,4 do for s=1,GetContainerNumSlots(b)
      							do local n=GetContainerItemLink(b,s)
      								if n and strfind(n,&quot;37702&quot;)then
      									UseContainerItem(b,s)
      									<CustomBehavior File="Misc\RunLua" Lua="
      					if GuildBankFrame:IsVisible()==true then
      						print(&quot;|cFF3399FF[Azyul]|r: Depositing Crystallized Water.&quot;)
      						for b=0,4 do for s=1,GetContainerNumSlots(b)
      							do local n=GetContainerItemLink(b,s)
      								if n and strfind(n,&quot;37705&quot;)then
      									UseContainerItem(b,s)
      									<CustomBehavior File="Misc\RunLua" Lua="
      					if GuildBankFrame:IsVisible()==true then
      						print(&quot;|cFF3399FF[Azyul]|r: Depositing Crystallized Air.&quot;)
      						for b=0,4 do for s=1,GetContainerNumSlots(b)
      							do local n=GetContainerItemLink(b,s)
      								if n and strfind(n,&quot;37700&quot;)then
      									UseContainerItem(b,s)
      								end
      							end
      						end
      					end" />
      Code:
      		<!--Vendor Code -->	
      		<If Condition="(Me.FreeBagSlots &lt; 17)" >
      			<CustomBehavior File="Misc\RunLua" Lua="ShowRecoveryMessage = GetMoney();" />
      			<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;[Azyul]: Moving to Sell, Repair and Mail.&quot;);" />
      
      			<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" />
      					<CustomBehavior File="ForceSetVendor" DoSell="true" DoRepair="true" />
      				</If>
      				<CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(83958);" />
      				<CustomBehavior File="WaitTimer" WaitTime="3500" />
      				<If Condition="Me.IsAlliance" > 
      				    <CustomBehavior File="InteractWith" MobId="206602" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
      				</If> 
      				<If Condition="Me.IsHorde" > 
      				    <CustomBehavior File="InteractWith" MobId="206603" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
      				</If> 
      				<CustomBehavior File="Misc\RunLua" Lua="
      					if GuildBankFrame:IsVisible()==true then
      						MyMoney = GetMoney();
      						DepositGuildBankMoney(MyMoney);
      						print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney));
      					else
      					print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;)
      					end" />
      				<CustomBehavior File="Misc\RunLua" Lua="
      					if GuildBankFrame:IsVisible()==true then
      						print(&quot;|cFF3399FF[Azyul]|r: Depositing Frostweave Cloth.&quot;)
      						for b=0,4 do for s=1,GetContainerNumSlots(b)
      							do local n=GetContainerItemLink(b,s)
      								if n and strfind(n,&quot;33470&quot;)then
      									UseContainerItem(b,s)
      								end
      							end
      						end
      					end" />
       
      Last edited: Jan 30, 2015
    18. Phillyasd

      Phillyasd New Member

      Joined:
      Oct 13, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Sorry, I assumed that you use the standard "The Botanica.xml" profile from the SVN. Let me know which of the Extra's profile you are using and I will take a look again.

      [HR][/HR]
      This code should work better. It is not tested but should work. I re-used your item ID's.

      Code:
      if n and strfind(n,&quot;33470&quot;) or n and strfind(n,&quot;37702&quot;) or n and strfind(n,&quot;37705&quot;) or n and strfind(n,&quot;37700&quot;) then
      
       
      Last edited: Jan 30, 2015
    19. ramzax

      ramzax New Member

      Joined:
      Mar 30, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      bot enters Stratholme and keeps running into the gate after several runs. I think it's when it needs to repair/sell
       
    20. Phillyasd

      Phillyasd New Member

      Joined:
      Oct 13, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Could you upload a log of when it is happening. I could try to take a look atleast. Can not guarantee anything.
       

    Share This Page