EchoTiger
Official Profile and Singular Developer
- Joined
- Nov 28, 2012
- Messages
- 6,810
Could be that the "open eggs" and the "mail springstrider" hooks are conflicting.As it finds the swift springstrider in the bag the bot runs to the mailbox and send the mount correctly, but afterwards is stats saying "using Brightly Colored Egg (Count 96/1000) and counting up. It's not leaving the mailbox. I guess it's trying to mail the eggs? Because it also says "You cant't mail soulbound items" all the time
An easy fix would just to add a MailFrame check on the "open eggs" logic.
CTRL+F for "UseEgg" in the profile, then replace that code chunk with this one:
PHP:
<CustomBehavior File="Hooks\DoWhen" ActivityName="UseEgg" AllowUseWhileMounted="true" LogExecution="false" UseWhen="HasItem(45072) && !MailFrame.Instance.IsVisible" >
<CustomBehavior File="UseItem" ItemId="45072" NumOfTimes="1000" WaitTime="750" TerminateWhen="!HasItem(45072)" />
</CustomBehavior>