Results: 4Comments by: methejuggler
File: Sorcerer Helper05/02/15
I've come across a strange issue wi...
Posted By: methejuggler
I've come across a strange issue with the countdown detection. They work fine if I hit the key from my keyboard, but when I use mouse macros for them, none of them show the countdown. I have my mouse set up to swap to a specific weapon, then use the skill after a short time delay when pressing my side button keys (I have a Logite...
File: Bank Manager08/04/14
Tested and working with my changes...
Posted By: methejuggler
Tested and working with my changes (listed a few posts down): http://www.methejuggler.com/random/ESO/BankManager.zip However, it seems that they changed the way saved variables are stored (now stores with account name). I don't know how to access the old variables, so you can either edit your BankManager.lua in the savedvariables...
File: Bank Manager08/04/14
Open BankManager\src\BankManager.lu...
Posted By: methejuggler
Open BankManager\src\BankManager.lua change: local bagIcon, bagSlots = GetBagInfo(bag) to: local bagSlots = GetBagSize(bag) I haven't finished patching so I can't test yet, but I think that should do it.
File: Bank Manager08/03/14
Tweaks
Posted By: methejuggler
I tweaked this mod a bit for my own purposes, and thought I'd share those changes back in case anyone else wanted them. Changelog: - Changed maximum profiles to 10. Profile buttons all say "Profile 1", but the tooltips are right. I didn't feel like making new images. - Changed gold button to two buttons - one to withdrawl all go...