Page 1 of 1
[Nerfed Buttons] IDs - tactics
Posted: Thu May 27, 2021 12:46 pm
by abezverkhiy
Hi guys,
Does anyone knpw where can I see tactics IDs? I mean numeric IDs similar to spells - 8115 for Pistol Whip, 8084 for Blessed Bullets of Purity etc.
Thanks.
Re: [Nerfed Buttons] IDs - tactics
Posted: Thu May 27, 2021 12:51 pm
by avalus
You do the same as you would to know an ability's ID, type in chat:
/script Enemy.GetAbilityIds("<skill_name>")
You'd need to have the Enemy addon installed obviously (which I hope you do

).
Re: [Nerfed Buttons] IDs - tactics
Posted: Thu May 27, 2021 12:55 pm
by xyeppp
avalus wrote: ↑Thu May 27, 2021 12:51 pm
You do the same as you would to know an ability's ID, type in chat:
/script Enemy.GetAbilityIds("<skill_name>")
You'd need to have the Enemy addon installed obviously (which I hope you do

).
Or
this installed - a little bit easier than to read out from chat.
Re: [Nerfed Buttons] IDs - tactics
Posted: Thu May 27, 2021 1:00 pm
by abezverkhiy
Cheers lads!
Re: [Nerfed Buttons] IDs - tactics
Posted: Fri May 28, 2021 11:03 am
by Cultist
Just out of curiosity I've just typed /script Enemy.GetAbilityIds("Blindside") and says it does not exist. What's the id for that skill? according to NB is 9161 but I'm not sure now.
Re: [Nerfed Buttons] IDs - tactics
Posted: Fri May 28, 2021 12:12 pm
by abezverkhiy
3950, 9161 - this is what I got for Blindside. One of them must be yours.
Re: [Nerfed Buttons] IDs - tactics
Posted: Fri May 28, 2021 12:13 pm
by abezverkhiy
And I just copied your command into chat so spelling is correct, prolly the addon itself is playing funny on your end.
Re: [Nerfed Buttons] IDs - tactics
Posted: Fri May 28, 2021 12:29 pm
by xyeppp
Cultist wrote: ↑Fri May 28, 2021 11:03 am
Just out of curiosity I've just typed /script Enemy.GetAbilityIds("Blindside") and says it does not exist. What's the id for that skill? according to NB is 9161 but I'm not sure now.
Try using lower-case characters only.
Re: [Nerfed Buttons] IDs - tactics
Posted: Fri May 28, 2021 1:52 pm
by Cultist
Thanks! it is indeed '3950'
Re: [Nerfed Buttons] IDs - tactics
Posted: Fri May 28, 2021 6:51 pm
by geezereur
ouch lol