@@ -251,24 +251,24 @@ struct MANGOS_DLL_DECL npc_grark_lorkrubAI : public npc_escortAI, private Dialog
251251 DoScriptText (SAY_FIRST_AMBUSH_START , m_creature);
252252 SetEscortPaused (true );
253253
254- m_creature->SummonCreature (NPC_BLACKROCK_AMBUSHER , -7844 .3f , -1521 .6f , 139 .2f , 0 .0f , TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT , 20000 );
255- m_creature->SummonCreature (NPC_BLACKROCK_AMBUSHER , -7860 .4f , -1507 .8f , 141 .0f , 6 .0f , TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT , 20000 );
256- m_creature->SummonCreature (NPC_BLACKROCK_RAIDER , -7845 .6f , -1508 .1f , 138 .8f , 6 .1f , TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT , 20000 );
257- m_creature->SummonCreature (NPC_BLACKROCK_RAIDER , -7859 .8f , -1521 .8f , 139 .2f , 6 .2f , TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT , 20000 );
254+ m_creature->SummonCreature (NPC_BLACKROCK_AMBUSHER , -7844 .3f , -1521 .6f , 139 .2f , 0 .0f , TEMPSUMMON_TIMED_OOC_DESPAWN , 20000 );
255+ m_creature->SummonCreature (NPC_BLACKROCK_AMBUSHER , -7860 .4f , -1507 .8f , 141 .0f , 6 .0f , TEMPSUMMON_TIMED_OOC_DESPAWN , 20000 );
256+ m_creature->SummonCreature (NPC_BLACKROCK_RAIDER , -7845 .6f , -1508 .1f , 138 .8f , 6 .1f , TEMPSUMMON_TIMED_OOC_DESPAWN , 20000 );
257+ m_creature->SummonCreature (NPC_BLACKROCK_RAIDER , -7859 .8f , -1521 .8f , 139 .2f , 6 .2f , TEMPSUMMON_TIMED_OOC_DESPAWN , 20000 );
258258 break ;
259259 case 24 :
260260 DoScriptText (SAY_SEC_AMBUSH_START , m_creature);
261261 SetEscortPaused (true );
262262
263- m_creature->SummonCreature (NPC_BLACKROCK_AMBUSHER , -8035 .3f , -1222 .2f , 135 .5f , 5 .1f , TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT , 20000 );
264- m_creature->SummonCreature (NPC_FLAMESCALE_DRAGONSPAWN , -8037 .5f , -1216 .9f , 135 .8f , 5 .1f , TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT , 20000 );
265- m_creature->SummonCreature (NPC_BLACKROCK_AMBUSHER , -8009 .5f , -1222 .1f , 139 .2f , 3 .9f , TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT , 20000 );
266- m_creature->SummonCreature (NPC_FLAMESCALE_DRAGONSPAWN , -8007 .1f , -1219 .4f , 140 .1f , 3 .9f , TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT , 20000 );
263+ m_creature->SummonCreature (NPC_BLACKROCK_AMBUSHER , -8035 .3f , -1222 .2f , 135 .5f , 5 .1f , TEMPSUMMON_TIMED_OOC_DESPAWN , 20000 );
264+ m_creature->SummonCreature (NPC_FLAMESCALE_DRAGONSPAWN , -8037 .5f , -1216 .9f , 135 .8f , 5 .1f , TEMPSUMMON_TIMED_OOC_DESPAWN , 20000 );
265+ m_creature->SummonCreature (NPC_BLACKROCK_AMBUSHER , -8009 .5f , -1222 .1f , 139 .2f , 3 .9f , TEMPSUMMON_TIMED_OOC_DESPAWN , 20000 );
266+ m_creature->SummonCreature (NPC_FLAMESCALE_DRAGONSPAWN , -8007 .1f , -1219 .4f , 140 .1f , 3 .9f , TEMPSUMMON_TIMED_OOC_DESPAWN , 20000 );
267267 break ;
268268 case 28 :
269- m_creature->SummonCreature (NPC_SEARSCALE_DRAKE , -7897 .8f , -1123 .1f , 233 .4f , 3 .0f , TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT , 60000 );
270- m_creature->SummonCreature (NPC_SEARSCALE_DRAKE , -7898 .8f , -1125 .1f , 193 .9f , 3 .0f , TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT , 60000 );
271- m_creature->SummonCreature (NPC_SEARSCALE_DRAKE , -7895 .6f , -1119 .5f , 194 .5f , 3 .1f , TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT , 60000 );
269+ m_creature->SummonCreature (NPC_SEARSCALE_DRAKE , -7897 .8f , -1123 .1f , 233 .4f , 3 .0f , TEMPSUMMON_TIMED_OOC_DESPAWN , 60000 );
270+ m_creature->SummonCreature (NPC_SEARSCALE_DRAKE , -7898 .8f , -1125 .1f , 193 .9f , 3 .0f , TEMPSUMMON_TIMED_OOC_DESPAWN , 60000 );
271+ m_creature->SummonCreature (NPC_SEARSCALE_DRAKE , -7895 .6f , -1119 .5f , 194 .5f , 3 .1f , TEMPSUMMON_TIMED_OOC_DESPAWN , 60000 );
272272 break ;
273273 case 30 :
274274 {
0 commit comments