Results: 3Comments by: Shrugal
File: PersoLootRoll07-02-18
Re: Addon not loading for some users
Posted By: Shrugal
When trying to get members of our guild to install the addon so we could test it out some of them had problems with getting the addon to work... Great find, thank you. The problem was that the file is called lib.xml, but I wrote libs.xml (with an s) in the "Include" tag. :P Glad to hear the addon now works for you, I will fix this...
File: PersoLootRoll06-22-18
Thanks guys, this means a lot to me...
Posted By: Shrugal
Thanks guys, this means a lot to me. :)
File: ATeam08-04-10
Hey, yes it is possible. You hav...
Posted By: Shrugal
Hey, yes it is possible. You have to change the following lines in the "ATeam.lua" file: change line 22: self:RegisterEvent("UNIT_SPELLCAST_CHANNEL_START"); to self:RegisterEvent("UNIT_SPELLCAST_CHANNEL_START"); self:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED"); and line 12: if(ateam_enable and event == "UNIT_SPELLCAST_CHA...