View Single Post
10-11-05, 01:50 AM   #3
Gorak
A Fallenroot Satyr
Join Date: Oct 2005
Posts: 21
Inns are considered as "city" zones, thus they activate your rested bonus timer.

ZONE_CHANGED_INDOORS is triggered whenever you enter a city. Have you tried monitoring for the event, to see if it suits your needs ?

Also, I developed a small debug add-on that can register itself for events, and then post the event name and the valid arguments as a chatbox message to your screen. It's VERY helpful, so you should consider coding one for yourself. Just create an add-on with a dummy frame that can be registered to listen to different events, and when any event is detected, it will parse through the argument variables and concatenate a string from them.

Works smooth for me, and speeds up debugging.
  Reply With Quote