Jump to content
TrinityCore

Scripting spell targets


silverz
 Share

Recommended Posts

Take a look at this: https://github.com/TrinityCore/TrinityCore/blob/a56a402190c885e51038df55654875cc9e875c03/src/server/scripts/Northrend/Ulduar/Ulduar/boss_auriaya.cpp#L491-L515

and here are some variants of the same functionality that allow more different kinds of checks on targets:
https://github.com/TrinityCore/TrinityCore/blob/6.x/src/server/game/Spells/SpellScript.h#L319-L332

ps. Im not sure if these are what you are looking for, but they looked like it.

  • Upvote 1
Link to comment
Share on other sites

2 hours ago, Shauren said:

If all you want is a creature target then don't create any spell scripts, proper entry in `conditions` table should be enough

Never noticed that. Thank you.

 

 

3 hours ago, Rochet2 said:

Take a look at this: https://github.com/TrinityCore/TrinityCore/blob/a56a402190c885e51038df55654875cc9e875c03/src/server/scripts/Northrend/Ulduar/Ulduar/boss_auriaya.cpp#L491-L515

and here are some variants of the same functionality that allow more different kinds of checks on targets:
https://github.com/TrinityCore/TrinityCore/blob/6.x/src/server/game/Spells/SpellScript.h#L319-L332

ps. Im not sure if these are what you are looking for, but they looked like it.

Seems cool, also works. Thanks!

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...