No matter what I try, I just can't get EQ2Bot to stop telling my pet NOT to protect me and itself. I even tried to comment out all the lines that said
EQ2Execute /pet preserve_self
EQ2Execute /pet preserve_master
I was hoping that doing so would stop it from modifying the setting, but it...
Oh I know all about the wiki. I spend hours and hours with it before I post anything. If at all possible, I would prefer not to have to ask any questions.
The two posts are different attempts to achieve the same results. I'm trying to create a list of names of spells for a specific adventure...
echo ${EQ2UIPage[TradeSkills,TradeSkills].Child[Composite,TradeSkills.Recipes.Table.ScrollPage].NumChildren}
The above code successfully tells me how many recipes are being displayed in my open recipe book, however, I cannot seem to access the items in the list of recipes. It gives me hard...
EQ2UIPage[Examine,Examine].Child[Icon,ExamineRecipe.InfoPage.ProductPage.ProductIcon]:LeftClick
The above command does nothing. I examine a recipe; now I want to open the examine window for the product.
The following renders the word "Icon" as expected, so I know I've got it right:
echo...
Example:
EQ2UIPage[mainhud,TradeSkills].Child[Progressbar,TradeSkills.Create.DurabilityBar]
I can't ask it for the "Progress" member of the progress bar directly, because "Progress" is not part of the EQ2UIElement object. However, the "Progress" element exists in the...
How do I figure out how to use the INVENTORY_UPDATE trigger? I don't see any documentation about it anywhere when I Google it, so where do I start looking?
I hope to use it to figure out what has changed, but I can't figure out how to get it to tell me. Using it like the quest data example...
I'm in my guild hall doing writs and the craft script fails constantly just because it fails to get close enough to the craft station. Even though I have no paths defined in the zone navigation XML settings file, the craft script detects the nearby craft station and takes off.
I'm sure the...
How do i get the recipes into my recipe book? The following fail:
Me.Inventory[Essentials Volume 50]:Use
Me.Inventory[Essentials Volume 50]:Consume
Me.Inventory[Essentials Volume 50]:Equip
Me.Inventory[Essentials Volume 50]:Examine
Me.Inventory[Essentials Volume 50]:Activate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.