[DiscordArchive] right?
[DiscordArchive] right?
Archived author: OUTRAKE • Posted: 2024-11-16T19:18:26.992000+00:00
Original source
yea but he is not when joining the instance
Archived author: Bench • Posted: 2024-11-16T19:19:10.136000+00:00
Original source
You'll probably need to check yourself somehow if the druid is a tank then
Archived author: Bench • Posted: 2024-11-16T19:20:38.735000+00:00
Original source
```cpp
if (!player->HasAura(70115) && !player->HasTankSpec() && (!player->IsClass(CLASS_ROGUE) || !player->IsClass(CLASS_HUNTER)))
{
if (player->IsDruidTank()) // Pseudocode
return;
player->AddAura(70115, player);
}
```
Archived author: OUTRAKE • Posted: 2024-11-16T19:20:38.828000+00:00
Original source
Player has talent
Archived author: OUTRAKE • Posted: 2024-11-16T19:32:28.894000+00:00
Original source
Is there something like player has active talent?
Archived author: OUTRAKE • Posted: 2024-11-16T19:33:24.747000+00:00
Original source
Hm that wont work because feral dps and tank share same talent tree