Jump to content

Mikibey

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by Mikibey

  1. I have a question.How can i make a creature cast a spell on another creature?Please tell me if its possible using sai,or this soft. Here is my code. -- Generated by Event Horizon - SAI Editor (http://devsource-eventhorizon.tk/) -- Slate Dragon SET @ENTRY := 44652; SET @SOURCETYPE := 0; DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=@SOURCETYPE; UPDATE creature_template SET AIName="SmartAI" WHERE entry=@ENTRY LIMIT 1; INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES (@ENTRY,@SOURCETYPE,1,2,62,0,100,1,44652,0,0,0,2,16,0,0,0,0,0,1,0,0,0,0.0,0.0,0.0,0.0,"State Dragon - Gossip Button Faction Change"), (@ENTRY,@SOURCETYPE,2,0,61,0,100,0,0,0,0,0,11,83432,0,0,0,0,0,1,0,0,0,0.0,0.0,0.0,0.0,"State Dragon - CastSelf - Binded Will"), (@ENTRY,@SOURCETYPE,3,0,12,0,100,0,0,90,0,0,11,83603,4,0,0,0,0,10,6519620,44600,0,0.0,0.0,0.0,0.0,"Halfus Stone Touch - In Combat Cast Spell on boss at 90%");
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.