Are there any changes at the npc-ids in throne of thunder? Most of the npc-ids are 4 digits in this instance and doesn't match with the npc-ids of wowhead.
Here's my script to read the npc id:
/run print("Target NPC ID:", tonumber((UnitGUID("target")):sub(-12, -9), 16))
Ok, Thanks. I'd hoped there's a lesser "complex" way to solve this.
So i have to query the online state for all 10/25/40 raidmembers on every RAID_ROSTER_UPDATE? What shall the PARTY_MEMBER_DISABLE event and the arg do? Deprecated?^^
I'm looking for an Event, that will fire on player (other player in raid or party, not me) connect or disconnect.
The Events PARTY_MEMBER_DISABLE and PARTY_MEMBER_ENABLE, documented to fire on this events, fires random (?) - definitely not on player connect or disconnect and the documented arg1 (Player Name) is not avalible.
0
0
Are there any changes at the npc-ids in throne of thunder? Most of the npc-ids are 4 digits in this instance and doesn't match with the npc-ids of wowhead.
Here's my script to read the npc id:
/run print("Target NPC ID:", tonumber((UnitGUID("target")):sub(-12, -9), 16))
As example, horridon.
wowhead: 68476
ingame: 2940
0
So i have to query the online state for all 10/25/40 raidmembers on every RAID_ROSTER_UPDATE? What shall the PARTY_MEMBER_DISABLE event and the arg do? Deprecated?^^
0
I'm looking for an Event, that will fire on player (other player in raid or party, not me) connect or disconnect.
The Events PARTY_MEMBER_DISABLE and PARTY_MEMBER_ENABLE, documented to fire on this events, fires random (?) - definitely not on player connect or disconnect and the documented arg1 (Player Name) is not avalible.
Can anyone help me?
Thx, Chris