EchoTiger
Official Profile and Singular Developer
- Joined
- Nov 28, 2012
- Messages
- 6,811
- Reaction score
- 631
The issue is within the behavior that's used to pull the mobs - it shouldn't be ignoring LoS.Echo i like your work but i have a huge problem with the shao tien profile...it trys way too often to pull mobs behind walls...and it kites the mobs to a distance where they reset and then runs after them till they´re fully reseted and does nothing with them...i tried TUANHA Monk and singular both act the same...i need a working shao tien profile and you sir are my best shot so far...please help
EDIT: is there any way to disable Storm, earth and fire? it prevents the mobs from getting to my monk to receive their daylie dose of pain^^ i found nothing in the routines themselves -.-
I've submitted a bug report here:
At the moment, the behavior will fail 7 times before declaring it's given up.
The only solution I could think of is to manually edit the behavior so that it only attempts it 1 time - that way it doesn't waste time getting itself killed.
Here's my edit of the behavior if you want to use it:
This goes into: Honorbuddy -> Quest Behaviors ->
As far as *which* spells are used to pull the mobs, this needs to be edited through the profile.
I chose Storm Earth and Fire for Monks because it was the only efficient long-ranged pulling spell I could find for them.
And yes, we can have it disable the "buff" once the bot is done pulling, I'll see about adding this in an update soon.
I'm guessing you're Alliance?Hi Echo,
[Azyul] Optimized Dungeon Farms\Optimized Gold Farms\Cataclysm\Medium\ Grim Batol.xml
I have change profile to try, but “Grim Batol.xml” this profile still didn’t find Mailbox to send Embersilk cloth.
And when bag full this bot still keep work didn’t go to find NPC repair and sell & use mailbox send Embersilk cloth to my HB specify ID roles.
I have see this code it have set bag condition and NPC name and mailbox coordinate!!!
other, this profile it will kill ordinary monster but it will lost kill BOSS.....how to add boss need kill condition??
The bot will only go to mail after you've reached under 20 bagslots after using the vendor.
If the bot doesn't go to a vendor, then your bagslots aren't under the minimum required for it to.
When was the last time you updated the profiles? The code you posted isn't the same as the one on the current SVN revision.
Type /asahow to get the window to appear.How can i make it so the botanica profile dosnt sell Sunfury Signet and Arcane Tomes?
EDIT: and how can I get the AMS window up? id like to do it heroic.
But this only works if you're using the [AM-Alpha]Botanica profile.
The Sunfury Signets and Arcane Tomes can be protected with the profile itself.
Open the profile up and look for this:
PHP:
<ProtectedItems>
</ProtectedItems>
Replace that with this:
PHP:
<ProtectedItems>
<Item Name="Arcane Tome" Entry="29739" />
<Item Name="Sunfury Signet" Entry="30810" />
</ProtectedItems>
However, if you're using the "Sell Everything" profile, or the "Sell All" option on AM, then this won't work.
You will need to add a protection code on the Lua script itself.
Last edited: