if (StyxWoW.Me.Inventory.Equipped.OffHand != null && (StyxWoW.Me.Inventory.Equipped.OffHand.Name == "Egg Basket" && StyxWoW.Me.Inventory.Equipped.OffHand.Cooldown <= 0))
{
Logging.Write("EGG RUSH!");
StyxWoW.Me.Inventory.Equipped.OffHand.Use();
return;
}
Oh well, I fixed it myself eventually :-"
Code:if (StyxWoW.Me.Inventory.Equipped.OffHand != null && (StyxWoW.Me.Inventory.Equipped.OffHand.Name == "Egg Basket" && StyxWoW.Me.Inventory.Equipped.OffHand.Cooldown <= 0)) { Logging.Write("EGG RUSH!"); StyxWoW.Me.Inventory.Equipped.OffHand.Use(); return; }
Would be perfect if you use item entry istead of the name, so it isn't localized and working in all languages![]()
stick the code in a file and upload it, i'll put it in the first post
I downloaded the version with speedboost, and it doesn't seem to be using it..
But this thing is crazy good either way..
Strange, I tested it and it worked...
I think there are two different easter baskets, one you get from accepting the quest,and one from handing the quest in.
Yeah. I edited my post. I think it works with the one after you hand it in, but not before.
if (StyxWoW.Me.Inventory.Equipped.OffHand != null && ((StyxWoW.Me.Inventory.Equipped.OffHand.ItemInfo.Id == 45067 || StyxWoW.Me.Inventory.Equipped.OffHand.ItemInfo.Id == 44802) && StyxWoW.Me.Inventory.Equipped.OffHand.Cooldown <= 0))
Many thanks for the feedback!
And special thanks to Kickazz006, iggi66 and znuffie for the improvements!!
I love you guys!
I was too tired to continue..
I will now revise the code.
Thank you for starting thisKeep up the good work on this.
Many thanks for the feedback!
And special thanks to Kickazz006, iggi66 and znuffie for the improvements!!
I love you guys!![]()