Forum: Lua/XML Help
05-27-22, 01:42 PM
|
Replies: 0
Views: 223
UpdatePaperdollStats
Hi,
Is it possible in TBC client to execute this function? UpdatePaperdollStats()
I mean i would love to be able to change stats showing im my character frame like:
If im cat then melee, if im...
|
Forum: Lua/XML Help
02-02-22, 03:46 AM
|
Replies: 1
Views: 781
Taint Global Vars
Hi,
In taint.log i see "Global variable CHAT_FLAG_AFK tainted by ..."
_G.CHAT_FLAG_AFK = "[AFK] "
How can i do this without tainting anything... is that possible?
Also i see that
|
Forum: Lua/XML Help
01-07-22, 03:28 PM
|
Replies: 4
Views: 1,401
i guess everything i need is...
i guess everything i need is here...
https://www.wowinterface.com/forums/showthread.php?t=57409
thank you... i came accross that after i searched for CastingInfo()
|
Forum: Lua/XML Help
01-07-22, 01:43 PM
|
Replies: 4
Views: 1,401
|
Forum: Lua/XML Help
01-07-22, 11:01 AM
|
Replies: 4
Views: 1,401
UnitCastingInfo
Hi,
Is this supposed to be working or what?
/run print(UnitCastingInfo("target"))
/run print(UnitChannelInfo("target"))
Because i get nil ... UnitCastingInfo("player") works just fine.
|
Forum: Lua/XML Help
01-05-22, 10:04 AM
|
Replies: 6
Views: 1,362
|
Forum: Lua/XML Help
01-05-22, 08:49 AM
|
Replies: 6
Views: 1,362
|
Forum: Lua/XML Help
01-05-22, 04:50 AM
|
Replies: 6
Views: 1,362
Hookscript
Hi,
quick 2 questions:
1. how can you remove hookscript from frame upon some condition?
2. what is the best way to wait for some frame to show in UI... and i dont mean to Show() when already...
|
Forum: General Authoring Discussion
10-17-20, 10:37 AM
|
Replies: 5
Views: 6,131
Yup.. i did something similar... thank...
Yup.. i did something similar... thank you.
Problem with spellid is that if you are not 60 and want the calc to scale with max rank of spell.
Anyhow.. i fixed my problem... it works fine... thank...
|
Forum: General Authoring Discussion
10-17-20, 09:41 AM
|
Replies: 5
Views: 6,131
@Rilgamon spells_changed event also first time...
@Rilgamon spells_changed event also first time return nil...
@DahkCeles nice little piece of code... thank you for it... i will make use of it... im not doing anything fancy... all my code is for...
|
Forum: General Authoring Discussion
10-17-20, 05:12 AM
|
Replies: 5
Views: 6,131
Player entering world event
Hi,
Quick question...
If i register player_entering_world event and upon it i want to print this:
GetSpellPowerCost("Blizzard(Rank 1)")
I will get nil.
Same goes for addon_loaded event ... at...
|
Forum: Lua/XML Help
10-11-20, 10:48 AM
|
Replies: 5
Views: 5,828
|
Forum: Lua/XML Help
10-11-20, 08:07 AM
|
Replies: 5
Views: 5,828
PLAYER_LEVEL_CHANGED works...
I found...
PLAYER_LEVEL_CHANGED works...
I found PLAYER_LEVEL_UP and just didnt think of searching for other event that fires when player levels up... (or levels can go down too?)
In any case thank you.
|
Forum: Lua/XML Help
10-11-20, 03:09 AM
|
Replies: 5
Views: 5,828
PLAYER_LEVEL_UP event
Hi,
Quick question
If i do something like this
print(UnitMaxXP("player"))
local f = CreateFrame("Frame")
|
Forum: General Authoring Discussion
10-06-20, 01:01 PM
|
Replies: 6
Views: 6,873
It seems to be working...
That...
It seems to be working...
That COMBAT_LOG_EVENT_UNFILTERED is not exactly user friendly .. at least not for me.
Anyhow.. thank you .
|
Forum: General Authoring Discussion
10-06-20, 08:40 AM
|
Replies: 6
Views: 6,873
|
Forum: General Authoring Discussion
10-06-20, 03:30 AM
|
Replies: 6
Views: 6,873
|
Forum: General Authoring Discussion
10-06-20, 03:06 AM
|
Replies: 6
Views: 6,873
Combat Log Unfiltered
Hi,
I tried to find answer in Blizzards API and on various forum posts and whatnot but couldn't...
I'm trying to identify pet's kill (overkill)... i know i can listen PARTY_KILL and match source...
|
Forum: General Authoring Discussion
10-01-20, 04:26 AM
|
Replies: 2
Views: 4,738
|
Forum: AddOn Search/Requests
09-04-20, 03:05 AM
|
Replies: 2
Views: 8,208
|
Forum: General Authoring Discussion
08-02-20, 01:48 AM
|
Replies: 3
Views: 8,055
|
Forum: Lua/XML Help
07-24-20, 11:27 AM
|
Replies: 8
Views: 4,355
|
Forum: Lua/XML Help
07-24-20, 11:07 AM
|
Replies: 8
Views: 4,355
|
Forum: Lua/XML Help
07-24-20, 09:14 AM
|
Replies: 8
Views: 4,355
|
Forum: Lua/XML Help
07-24-20, 01:23 AM
|
Replies: 8
Views: 4,355
|