Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: PhoenixPower
Forum: Lua/XML Help 08-23-18, 06:34 AM
Replies: 1
Views: 1,918
Posted By PhoenixPower
Lightbulb The reason why the code is erroring is that...

The reason why the code is erroring is that GetChannelList() now returns 3 values per channel rather than 2. Also changed to a recursive style, adding another if statement with a modulus comparison...
Forum: Lua/XML Help 07-28-18, 01:37 AM
Replies: 11
Views: 4,081
Posted By PhoenixPower
I believe you call you call...

I believe you call you call C_LFGList.GetSearchResults too early, returning in invalid values getting passed to ApplyToGroup on the second click. You shouldn't need a secure button to execute...
Forum: Lua/XML Help 07-26-18, 04:35 AM
Replies: 8
Views: 2,834
Posted By PhoenixPower
It seems like GetLootSlotInfo...

It seems like GetLootSlotInfo changed.

7.3.5
texture, item, quantity, quality, locked, isQuestItem, questId, isActive = GetLootSlotInfo(slot);

8.0
texture, item, quantity, currencyID, quality,...
Showing results 1 to 3 of 3