Number of posts : 95 Registration date : 2008-06-30
Subject: F_Utility is here! Tue Aug 11, 2009 9:29 am
My first addon, thus it is as simple as can be.
It counts the amount of times you've butted your skull against an instance portal. You'll get a personal announcement every 100 attempts and you can announce to your party, raid or guild.
Commands are as follows:
Code:
/fu status Tells you how many attempts you've made. /fu report Announces attempts to party. Also responds to r or rp. /fu reportg Announces attempts to guild. Also responds to rg. /fu reportr Announces attempts to raid. Also responds to rr. /fu reset Resets your attempt count to zero. /fu help Shows this help message.
Number of posts : 5 Registration date : 2008-12-21
Subject: Re: F_Utility is here! Sun Aug 16, 2009 1:17 pm
Just so you know, while writing addons: They have added /dump, /eventtrace, /framestack to the default UI. This'll let you check out the events as they happen so you know when certain things are triggered so you can write the event handles.
Whee!
Bolshka Guild Leader
Number of posts : 95 Registration date : 2008-06-30
Subject: Re: F_Utility is here! Mon Aug 17, 2009 9:23 am
I was quite dismayed at the lack of debugging features when I first peeked into coding WoW's LUA... this is encouraging news, indeed!