how many debuffs can cast on target in twow?

Post Reply
Coolair
Posts: 4

how many debuffs can cast on target in twow?

Post by Coolair » Thu Feb 29, 2024 1:28 pm

i want to get debuffs on target in raid, when boss got lots of debuffs, i want to get it.
UnitDebuff("target", 16) returns icon
UnitDebuff("target", 17) returns nil, and UnitDebuff("target", 18) either.
how many debuffs can cast on target in twow?
how to get the index after 16?

User avatar
Elisleris
Posts: 261

Re: how many debuffs can cast on target in twow?

Post by Elisleris » Thu Feb 29, 2024 1:38 pm

viewtopic.php?t=5658
* The debuff limit was increased from 24 to 64. You will not see them all under your enemy frame, but they're there server-side.

Coolair
Posts: 4

Re: how many debuffs can cast on target in twow?

Post by Coolair » Thu Feb 29, 2024 1:45 pm

from the post:The debuff limit was increased from 24 to 64. You will not see them all under your enemy frame, but they're there server-side.
it means UnitDebuff("target", index), from 17 to 64, returns nil but they're there server-side.
any way to judge debuff17-64 on target?

Balake
Posts: 735

Re: how many debuffs can cast on target in twow?

Post by Balake » Fri Mar 01, 2024 8:22 am

Coolair wrote:
Thu Feb 29, 2024 1:45 pm
from the post:The debuff limit was increased from 24 to 64. You will not see them all under your enemy frame, but they're there server-side.
it means UnitDebuff("target", index), from 17 to 64, returns nil but they're there server-side.
any way to judge debuff17-64 on target?
Debuffs 17-48 show as "buffs" so you can get them with UnitBuff
49 to 64 are invisible and unable to see by the player

Coolair
Posts: 4

Re: how many debuffs can cast on target in twow?

Post by Coolair » Sun Mar 03, 2024 5:05 am

thanks, got it!

Post Reply