Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Gello
Forum: General Authoring Discussion 07-15-05, 11:11 PM
Replies: 2
Views: 12,244
Posted By Gello
If you're looking for the action id, which is...

If you're looking for the action id, which is used in IsActionInRange(slot), then use this function:

function GetActionID(actionname)
local i,id;
for i=1,120 do
GameTooltip:SetAction(i)
if...
Forum: General Authoring Discussion 07-15-05, 10:58 PM
Replies: 2
Views: 12,244
Posted By Gello
Use this function to get spellid: function...

Use this function to get spellid:

function GetSpellID(spellname) local i,done,name,id,spellrank=1,false;
_,_,spellrank = string.find(spellname,"%((Rank %d+)%)");
spellname =...
Showing results 1 to 2 of 2