• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] wow developing 3.3.5a

Status
Not open for further replies.

Tommy

Founder
Well, this isn't a request section, but I'll go ahead and do this since it is quite simple to do.

Change the SpellIds to what you want. Well, change whatever to what you want.

In each event, you will see SelectTarget(SELECT_TARGET_RANDOM, 0, 100.0f, false). If you don't want your creature to target a random player when casting a spell, then change it to other types. 100.0f is the range, you can change it to anything above 5.0f.

Here you are:

http://paste.emudevs.com/?paste=13

Don't forget what EmuDevs has a ton of Tutorials regarding TrinityCore scripting: http://emudevs.com/showthread.php/3...eo-Tutorial-Collection?p=83&viewfull=1#post83
 

lexir

Enthusiast
Thank you mate :D and if i want a Creature id ? i made an own Creature with his own id at my server
what i am going to do then ? ^^
 

Tommy

Founder
You don't need to supply a creature's entryId. Go into your world database -> Open creature_template -> Find your creature you want the script on -> And put this boss_with_phases in the 'ScriptName' column.

(Video regarding setting up your creature with a script, also setting up your script)
https://www.youtube.com/watch?v=wyHek-s3xZo
 
Status
Not open for further replies.
Top