Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Phanx
Forum: WoD Beta archived threads 10-12-14, 01:05 AM
Replies: 10
Views: 16,824
Posted By Phanx
The common texts in tooltips (X mana, Y rage, Z...

The common texts in tooltips (X mana, Y rage, Z energy, etc.) all use strings from GlobalStrings.lua (https://github.com/Phanx/wow-globalstrings), so you can just pick out the strings (Blizzard uses...
Forum: WoD Beta archived threads 07-22-14, 12:16 AM
Replies: 10
Views: 16,824
Posted By Phanx
That's a lot of unnecessary overhead... local...

That's a lot of unnecessary overhead...


local name, some, other, vars, here = GetSpellInfo(12345)
if name and name ~= "" then
-- carry on
end


Adding a simple equality check is a much better...
Forum: WoD Beta archived threads 07-21-14, 01:29 AM
Replies: 10
Views: 16,824
Posted By Phanx
It's not odd at all that they didn't bother...

It's not odd at all that they didn't bother updating that code, since the shaman totem bar was removed from the game with the launch of Cataclysm. :p
Forum: WoD Beta archived threads 07-19-14, 10:02 PM
Replies: 10
Views: 16,824
Posted By Phanx
You can use tooltip scanning. Set the spell to a...

You can use tooltip scanning. Set the spell to a tooltip, and then look at the text in the tooltip. Do a forum search if you need examples; I know there are tons, but I'm too lazy to find them for...
Showing results 1 to 4 of 4