Stea Summon

Stea Summon

9.5k Downloads

Invalid status for the first summon

Kraxlin opened this issue ยท 2 comments

commented

Hi, really great addon by the way. I have this problem and I have it on my 3 accounts.

When I summon the first person, the status return to requested instead of summoned. So if I click on the icon to summon the next in line, the addon summon again the first one.

It only happens once. If I make 2 succeed summons it's ok after that.

I have 3 warlocks, I need to do 2 summons for each if they are in the same group.

Regards,

commented

I think this is related to chat channel lag - I experience it myself sometimes, but I don't currently have a solution for it.

commented

Hi, I finally found the problem. It happens because the first summon does not remove the first shard. When the compare arrives between the old count and the new count, the summon is considered unsuccessful because the result is equal. I'm not a developer so this is probably not the right way to fix this, but it works.

I add this line self: shardIncrementBy (-1) after line # 1813 in the summon.lua file.

Regards