Recent content by allspaminthecan

  1. A

    EQ2Bot keeps telling pet not to protect

    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...
  2. A

    Access Recipe List in the Recipe Book

    I tried that, it just kept giving me nulls.
  3. A

    Access Recipe List in the Recipe Book

    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...
  4. A

    Access Recipe List in the Recipe Book

    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...
  5. A

    Examine the product of a recipe

    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...
  6. A

    EQ2UIPage - Accessing non-EQ2UIElement members

    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...
  7. A

    INVENTORY_UPDATE trigger

    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...
  8. A

    Can I turn off navigation for the craft script?

    The rush order agent isn't close enough to the craft station for that to work.
  9. A

    Can I turn off navigation for the craft script?

    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...
  10. A

    Double Click Weaponsmith Essentials Volume XX In Inventory

    Me.Inventory[Essentials Volume 50]:Scribe Started guessing and figured it out.
  11. A

    Double Click Weaponsmith Essentials Volume XX In Inventory

    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...
Top Bottom