What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Events] GUILD_REGISTRAR_SHOW

Smarter

Member
Joined
Jan 15, 2010
Messages
763
Reaction score
9
Code:
if (_firstPulse)
            {
                Log("Attaching Events....");
                Lua.Events.AttachEvent("GUILD_REGISTRAR_SHOW", GuildRegistrarShow);
                Lua.Events.AttachEvent("GUILD_REGISTRAR_CLOSED", GuildRegistrarClosed);

No matter what frame is visible when interacting with a Guild Registrar, this event does not call the function?
 
Code:
if (_firstPulse)
            {
                Log("Attaching Events....");
                Lua.Events.AttachEvent("GUILD_REGISTRAR_SHOW", GuildRegistrarShow);
                Lua.Events.AttachEvent("GUILD_REGISTRAR_CLOSED", GuildRegistrarClosed);

No matter what frame is visible when interacting with a Guild Registrar, this event does not call the function?
the events dont have any description to what they do so who even knows if wow still uses them anymore.

the only things i can suggest is make sure Honorbuddy is Pulsing, or events wont be executed.
 
the events dont have any description to what they do so who even knows if wow still uses them anymore.

the only things i can suggest is make sure Honorbuddy is Pulsing, or events wont be executed.


Fuck, event must be obsolete. .... I just went through and completed a Guild Creator Plugin ... ugh ... too lazy to adapt it ....
 
Back
Top