Dr-J
Dr-J
Evade will trigger on a ooc npc that has not followed waypoints ie if you use move to position or move offset but not when using wp entering and leaving...
Alternative using those two old world triggers which are spawned in between negatron and where player takes control of robot to overcome grid issues ~~~sql UPDATE `creature` SET `position_x`=3148.282, `position_y`=3235.195,...
This is because using just robot abilities does not seem to count as player damage if you do not just use robot but use player damaging abilities too then credit...
Ah I may have added flag to not require player damage too but cant find that ~~~sql UPDATE `quest_template_addon` SET `SpecialFlags`='0' WHERE `ID`=10248;
Well when I did this quest on retail recently upon taking control of a cannon nothing would happen until you fired the first shot after which a endless stream of...
wrong button d:
This is a WIP even though 7 shots from cannon on each portal gives credit, the minions dont attack cannon/player i tried using different flags without sucess ie if cannon...
I have working script for this quest will provide as I re-attempted to fix this recently but atm don’t have any comments in sql
OK ~~~sql UPDATE `creature_template` SET `ainame`='SmartAI', `scriptname`='' WHERE `entry` IN(22443,22471,22472,22474,19980); DELETE FROM `disables` WHERE `sourceType`=0 AND `entry`IN(39219,39221); INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES (0, 39219, 64,...
Probably due to unit flags works for me but may have different unit flags on imps and cannons not sure what they are in clean tc atm. The imp damage...