Yea, the Lua could be setup to.ok will try. Is there any way to make the bot deposit green items in the guild bank? btw thanks for all your work
Are you using the fully updated SVN?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
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
or n and strfind(n, "ff1eff00")
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.
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.Is there any way to make the bot not attack back when people try to gank you outside the instance?
Does this happen frequently, and could you describe where the bot is getting stuck or is it different areas each time?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)
I need more information of the spots. Where is it exactly and what is the bot doing before getting stuck.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...
It could be near the entry, it walk and then stops.
Second spot, do you mean the camels after High Prophet Barim? Can you check if Lockmaw is dead when this happens.It could be near the camels near the entry, he mount and dismount.
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.Could be in front of High Prophet Barim, on the stairs he dont target the boss, and go up and down the stairs.
Delete this code from the profile, line 463. This should stop the bot from deleting Arcane Tomesim 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.
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
<!--Vendor Code -->
<If Condition="(Me.FreeBagSlots < 17)" >
<CustomBehavior File="Misc\RunLua" Lua="ShowRecoveryMessage = GetMoney();" />
<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, "[Azyul]: Moving to Sell, Repair and Mail.");" />
<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("|cFF3399FF[Azyul]|r: Depositing "..GetCoinTextureString(MyMoney));
else
print("|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.")
end" />
<CustomBehavior File="Misc\RunLua" Lua="
if GuildBankFrame:IsVisible()==true then
print("|cFF3399FF[Azyul]|r: Depositing Frostweave Cloth.")
for b=0,4 do for s=1,GetContainerNumSlots(b)
do local n=GetContainerItemLink(b,s)
if n and strfind(n,"33470")then
UseContainerItem(b,s)
<CustomBehavior File="Misc\RunLua" Lua="
if GuildBankFrame:IsVisible()==true then
print("|cFF3399FF[Azyul]|r: Depositing Crystallized Fire.")
for b=0,4 do for s=1,GetContainerNumSlots(b)
do local n=GetContainerItemLink(b,s)
if n and strfind(n,"37702")then
UseContainerItem(b,s)
<CustomBehavior File="Misc\RunLua" Lua="
if GuildBankFrame:IsVisible()==true then
print("|cFF3399FF[Azyul]|r: Depositing Crystallized Water.")
for b=0,4 do for s=1,GetContainerNumSlots(b)
do local n=GetContainerItemLink(b,s)
if n and strfind(n,"37705")then
UseContainerItem(b,s)
<CustomBehavior File="Misc\RunLua" Lua="
if GuildBankFrame:IsVisible()==true then
print("|cFF3399FF[Azyul]|r: Depositing Crystallized Air.")
for b=0,4 do for s=1,GetContainerNumSlots(b)
do local n=GetContainerItemLink(b,s)
if n and strfind(n,"37700")then
UseContainerItem(b,s)
end
end
end
end" />
<!--Vendor Code -->
<If Condition="(Me.FreeBagSlots < 17)" >
<CustomBehavior File="Misc\RunLua" Lua="ShowRecoveryMessage = GetMoney();" />
<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, "[Azyul]: Moving to Sell, Repair and Mail.");" />
<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("|cFF3399FF[Azyul]|r: Depositing "..GetCoinTextureString(MyMoney));
else
print("|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.")
end" />
<CustomBehavior File="Misc\RunLua" Lua="
if GuildBankFrame:IsVisible()==true then
print("|cFF3399FF[Azyul]|r: Depositing Frostweave Cloth.")
for b=0,4 do for s=1,GetContainerNumSlots(b)
do local n=GetContainerItemLink(b,s)
if n and strfind(n,"33470")then
UseContainerItem(b,s)
end
end
end
end" />
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.
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
if n and strfind(n,"33470") or n and strfind(n,"37702") or n and strfind(n,"37705") or n and strfind(n,"37700") then
Could you upload a log of when it is happening. I could try to take a look atleast. Can not guarantee anything.bot enters Stratholme and keeps running into the gate after several runs. I think it's when it needs to repair/sell