Projekt

Allgemein

Profil

Fehler #35650

Von Connex vor etwa 5 Jahren aktualisiert

Trash Emote an guids binden. Aktuell per entry gemacht 
 db guid 126160 hat keine Faceaggro https://redmine.rising-gods.de/issues/26306 
 Skelette am Eingang sind auf passiv gesetzt  
 <pre> 
 -- Dragonflayer Fanatic SAI 
 SET @GUID := -126160; 
 UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=26553; 
 DELETE FROM `smart_scripts` WHERE `entryorguid`=@GUID AND `source_type`=0; 
 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 
 (@GUID,0,0,0,25,0,100,512,0,0,0,0,53,0,26553,1,0,0,2,1,0,0,0,0,0,0,0,"Dragonflayer Fanatic - On Reset - Start Waypoint"), 
 (@GUID,0,1,0,40,0,100,512,1,26553,0,0,80,12616000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonflayer Fanatic - On Waypoint 1 Reached - Run Script"), 
 (@GUID,0,2,0,40,0,100,512,2,26553,0,0,80,12616001,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonflayer Fanatic - On Waypoint 2 Reached - Run Script"), 
 (@GUID,0,3,0,1,1,100,0,2000,2000,2000,2000,10,274,25,5,22,0,0,1,0,0,0,0,0,0,0,"Dragonflayer Fanatic - Out of Combat - Play Random Emote (274, 25, 5, 22) (Phase 1)"); 
 </pre> 
 https://db.rising-gods.de/?npc=26555 should be immune to shackle, see https://www.wowhead.com/npc=26555/scourge-hulk#comments:id=575631 
 https://db.rising-gods.de/?spell=48702 Stun-effekt fehlt nachdem der Buff ausläuft, kann gefreezed werden während Effekt aktiv ist 
 link 126153, 126162, 126157, 126152 
 https://db.rising-gods.de/?spell=49026 has no effect 
 https://www.wowhead.com/npc=26694/ymirjar-dusk-shaman#comments:id=543930 should be able to spell steal https://www.wowhead.com/spell=49170/lycanthropy, and the spell does not have an effect atm

Zurück