Thread: KGPanels script
View Single Post
11-09-14, 03:17 PM   #21
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Originally Posted by BabyRay View Post
You have helped me so far so good but once or twice I have to ask you again for help.

1. Is there a possibility that hides the chat window and skada window when I am standing at a dealer or in the bank?

2. Is there a possibility that respond to the chat window is not quite as sensitive?
I run through Nagrand and during running about changes zone name and my chat window disappears while I just wanted to write something. Maybe it is only on for an entire zone change. Nagrand -> Talador not within the individual areas?

self: Register Event ("ZONE_CHANGED")
self: Register Event ("ZONE_CHANGED_NEW_AREA")
self: Register Event ("ZONE_CHANGED_INDOORS")
self: Register Event ("PLAYER_ENTERING_WORLD")
self: Register Event ("GROUP_ROSTER_UPDATE")


Maybe about the event of Phanx?

self: Register Event ("PLAYER_UPDATE_RESTING")

So just replace the top events through the bottom?
There are a few things you could be registering for:
GOSSIP_SHOW
GOSSIP_CLOSED

BANKFRAME_OPENED
BANKFRAME_CLOSED

GUILDBANKFRAME_OPENED
GUILDBANKFRAME_CLOSED

More info here:
http://wowprogramming.com/docs/events
  Reply With Quote