Maybe, that it's a pita to check forum posts for new versions instead of just using an automatic updater or checking project pages / favorites lists once in awhile...
: Just realised that you seem to have changed your mind about wowace's project pages!?
@Tekkub: Would buying you some bacon be enough motivation?
@Melikae:
I tried to explain in this thread (and in threads related to captcha.net) why I decided to not use the wowace.com repository anymore.
Yes, I changed my mind, because wowace.com changed theres!
wowace.com removed the 3rd-party-authentification-method (captcha.net or whatever crap) from wowace.com to download addons.
I waited for a WoW Patch to see if they bring it back. They did not, so I use the wowace.com repository again. Satisfied?
this does not work if you use another addon to change your equipment set via the UseEquipmentSet function.
changing the EquipmentManager_EquipSet hook to a UseEquipmentSet hook should do the trick since EquipmentManager_EquipSet calls UseEquipmentSet anyways :)
this does not work if you use another addon to change your equipment set via the UseEquipmentSet function.
changing the EquipmentManager_EquipSet hook to a UseEquipmentSet hook should do the trick since EquipmentManager_EquipSet calls UseEquipmentSet anyways :)
Okay. But this is not completely true:
The original Blizzard function: (EquipmentManager.lua)
function EquipmentManager_EquipSet (name)
if ( EquipmentSetContainsLockedItems(name) or UnitCastingInfo("player") ) then
UIErrorsFrame:AddMessage(ERR_CLIENT_LOCKED_OUT, 1.0, 0.1, 0.1, 1.0);
return;
end
UseEquipmentSet(name);
end
This is the only function that calls UseEquipmentSet!!!
Sure, the if-statement in this function just checks if you can equip a set. But, I think this is necessary!
If another addon is not using this checks: FAIL!
What addon do you use that bypass that blizzard check?
no real need for that check anyways since UseEquipmentSet(name) will throw the appropriate error if it cant equip everything (it still equips everything that it can)
Patch 4.1 has majorly changed the way Equipment Manager works, and while HelmNCloak has remembered my current settings, its not available to make future adjustments.
This addon no longer works with patch 4.1. Please update it; it's the only such addon in the game that allows us to set helm visibility with specific equipment set.
Message: Interface\AddOns\HelmNCloak\HelmNCloak.lua:65: attempt to index global 'GearManagerDialog' (a nil value)
Time: 04/27/11 14:09:11
Count: 1
Stack: Interface\AddOns\HelmNCloak\HelmNCloak.lua:65: in function <Interface\AddOns\HelmNCloak\HelmNCloak.lua:64>
Interface\AddOns\HelmNCloak\HelmNCloak.lua:198: in function <Interface\AddOns\HelmNCloak\HelmNCloak.lua:196>
Do not use outdated addons with toc 40000.
I need some more time for an update: the new EquipmentManager HybridScrollFrame*Button code is insane. Patience, I submit an update today or tomorrow.
Also, giving Arrowmaster moderator access in order to ban people like this would be like making G. W. Bush emperor in order to fight terrorism :p
I plan on eventually integrating this functionality into HatTrick... it's just a matter of time and motivation.
I really don't know what you are talking about.
Anyway: I updated HelmNCloak for Patch 3.2.
: Just realised that you seem to have changed your mind about wowace's project pages!?
@Tekkub: Would buying you some bacon be enough motivation?
There's a pretty good chance of that.
nom nom nom? :)
I tried to explain in this thread (and in threads related to captcha.net) why I decided to not use the wowace.com repository anymore.
Yes, I changed my mind, because wowace.com changed theres!
wowace.com removed the 3rd-party-authentification-method (captcha.net or whatever crap) from wowace.com to download addons.
I waited for a WoW Patch to see if they bring it back. They did not, so I use the wowace.com repository again. Satisfied?
Thank you, kunda.
changing the EquipmentManager_EquipSet hook to a UseEquipmentSet hook should do the trick since EquipmentManager_EquipSet calls UseEquipmentSet anyways :)
Okay. But this is not completely true:
The original Blizzard function: (EquipmentManager.lua)
This is the only function that calls UseEquipmentSet!!!
Sure, the if-statement in this function just checks if you can equip a set. But, I think this is necessary!
If another addon is not using this checks: FAIL!
What addon do you use that bypass that blizzard check?
Try: HelmNCloak-30200-2.zip http://www.wowace.com/addons/helm-n-cloak/files/
Time: 04/27/11 14:09:11
Count: 1
Stack: Interface\AddOns\HelmNCloak\HelmNCloak.lua:65: in function <Interface\AddOns\HelmNCloak\HelmNCloak.lua:64>
Interface\AddOns\HelmNCloak\HelmNCloak.lua:198: in function <Interface\AddOns\HelmNCloak\HelmNCloak.lua:196>
Locals: (*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'GearManagerDialog' (a nil value)"
ChangeSetDisplay = <function> defined @Interface\AddOns\HelmNCloak\HelmNCloak.lua:33
iconhelm_show = "Interface\AddOns\HelmNCloak\iconhelm_show.tga"
iconcloak_show = "Interface\AddOns\HelmNCloak\iconcloak_show.tga"
I need some more time for an update: the new EquipmentManager HybridScrollFrame*Button code is insane. Patience, I submit an update today or tomorrow.
Try HelmNCloak-40100-1:
http://www.wowace.com/addons/helm-n-cloak/files/
Cheers.