Results: 5Comments by: rawEso
File: Action Duration Reminder08/31/18
alert only on specific skills
Posted By: rawEso
Got annoyed with spamming alerts of all the skills. Wanted to follow only one or two skills, so I made a super-quick-and-dirty fix for alerts. Go to Alert.lua line 240ish and replace self:Alert(action.ability) with: if action.ability.id == 39012 then self:Alert(action.ability) end 39012 is id of "Blockade of fire".
File: Dolgubon's Lazy Writ Crafter11/09/17
edit: fixed, HW error :S
Posted By: rawEso
edit: fixed, HW error :S
File: Dolgubon's Lazy Writ Crafter11/08/17
I've tried the same. Disabled every...
Posted By: rawEso
I've tried the same. Disabled everything else. Tested every version back to v35.4, nothing worked. Errors, or just nothing happens. No autocraft, not even Craft Windows is shown. Nothing happens if settings are changed. Upgraded to the latest version again, got the same error as @choekstr ("LibAddonMenu-2.0.lua:445..."), so I update...
File: Dolgubon's Lazy Writ Crafter11/08/17
Re: Won't craft master writs
Posted By: rawEso
I have tried reinstalling both through Minion and manually with no success. I get no errors just nothing happens when I go to the table. Same here
File: AwesomeGuildStore03/30/17
Started to get this wonderful error...
Posted By: rawEso
Started to get this wonderful error after Homestead hit at random. Nothing unusual considering the changes that ZOS made but I finally figured out that it was caused by this add-on, strangely enough. EsoUI/Ingame/Inventory/InventorySlot.lua:675: attempt to access a private function 'PickupInventoryItem' from insecure code stack...