Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Vrul
Forum: Lua/XML Help 10-14-19, 10:40 PM
Replies: 11
Views: 2,931
Posted By Vrul
See what you get with: function...

See what you get with:

function RepByZone:SetWatchedFactionByFactionID(id)
if type(id) == "table" then id = tonumber(id) end
if type(id) ~= "number" then return end

...
Forum: Lua/XML Help 10-14-19, 10:36 PM
Replies: 11
Views: 2,931
Posted By Vrul
No, that just means the condition "id ==...

No, that just means the condition "id == factionID" is not being met.
Forum: Lua/XML Help 10-14-19, 09:47 PM
Replies: 11
Views: 2,931
Posted By Vrul
It seems like the line: local name, _,...

It seems like the line:

local name, _, standingID, _, _, _, _, _, isHeader, _, _, isWatched, _, factionID = GetFactionInfoByID(id)

should be:

local name, _, standingID, _, _, _, _, _, isHeader, _,...
Showing results 1 to 3 of 3