Advertisement
Guest User

Untitled

a guest
May 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 3.50 KB | None | 0 0
  1. DELETE FROM creature_ai_scripts WHERE creature_id = 19833;
  2. UPDATE creature_template SET AIName = 'EventAI' WHERE entry = 19833;
  3. INSERT INTO creature_ai_scripts ( id, creature_id, event_flags, event_inverse_phase_mask, event_type, event_param1, event_param2, event_param3, event_param4, action1_type, action1_param1, action1_param2, action1_param3, comment )
  4. VALUES( 1983300, 19833, 1, 0, 11, 0, 0, 0, 0, 30, 1, 2, 3, 'set phase at summon' );
  5. INSERT INTO creature_ai_scripts ( id, creature_id, event_flags, event_inverse_phase_mask, event_type, event_param1, event_param2, event_param3, event_param4, action1_type, action1_param1, action1_param2, action1_param3, comment )
  6. VALUES( 1983301, 19833, 1, 0, 0, 3000, 5000, 3000, 5000, 30, 1, 2, 3, 'change of phases so they can cast different kind of poisons' );
  7. INSERT INTO creature_ai_scripts ( id, creature_id, event_flags, event_inverse_phase_mask, event_type, event_param1, event_param2, event_param3, event_param4, action1_type, action1_param1, action1_param2, action1_param3, comment )
  8. VALUES( 1983302, 19833, 1, 253, 9, 0, 8, 3000, 5000, 11, 3409, 1, 0, 'crippling poison' );
  9. INSERT INTO creature_ai_scripts ( id, creature_id, event_flags, event_inverse_phase_mask, event_type, event_param1, event_param2, event_param3, event_param4, action1_type, action1_param1, action1_param2, action1_param3, comment )
  10. VALUES( 1983303, 19833, 1, 251, 9, 0, 8, 3000, 5000, 11, 11353, 1, 0, '
  11. deadly poison' );
  12. INSERT INTO creature_ai_scripts ( id, creature_id, event_flags, event_inverse_phase_mask, event_type, event_param1, event_param2, event_param3, event_param4, action1_type, action1_param1, action1_param2, action1_param3, comment )
  13. VALUES( 1983304, 19833, 1, 247, 9, 0, 8, 3000, 5000, 11, 5760, 1, 0, 'Mind-numbing Poison' );
  14.  
  15.  
  16. DELETE FROM creature_ai_scripts WHERE creature_id = 19921;
  17. UPDATE creature_template SET AIName = 'EventAI' WHERE entry = 19921;
  18. INSERT INTO creature_ai_scripts ( id, creature_id, event_flags, event_inverse_phase_mask, event_type, event_param1, event_param2, event_param3, event_param4, action1_type, action1_param1, action1_param2, action1_param3, comment )
  19. VALUES( 1992100, 19921, 1, 0, 11, 0, 0, 0, 0, 30, 1, 2, 3, 'set phase at summon' );
  20. INSERT INTO creature_ai_scripts ( id, creature_id, event_flags, event_inverse_phase_mask, event_type, event_param1, event_param2, event_param3, event_param4, action1_type, action1_param1, action1_param2, action1_param3, comment )
  21. VALUES( 1992101, 19921, 1, 0, 0, 3000, 5000, 3000, 5000, 30, 1, 2, 3, 'change of phases so they can cast different kind of poisons' );
  22. INSERT INTO creature_ai_scripts ( id, creature_id, event_flags, event_inverse_phase_mask, event_type, event_param1, event_param2, event_param3, event_param4, action1_type, action1_param1, action1_param2, action1_param3, comment )
  23. VALUES( 1992102, 19921, 1, 253, 9, 0, 8, 3000, 5000, 11, 3409, 1, 0, 'crippling poison' );
  24. INSERT INTO creature_ai_scripts ( id, creature_id, event_flags, event_inverse_phase_mask, event_type, event_param1, event_param2, event_param3, event_param4, action1_type, action1_param1, action1_param2, action1_param3, comment )
  25. VALUES( 1992103, 19921, 1, 251, 9, 0, 8, 3000, 5000, 11, 11353, 1, 0, '
  26. deadly poison' );
  27. INSERT INTO creature_ai_scripts ( id, creature_id, event_flags, event_inverse_phase_mask, event_type, event_param1, event_param2, event_param3, event_param4, action1_type, action1_param1, action1_param2, action1_param3, comment )
  28. VALUES( 1992104, 19921, 1, 247, 9, 0, 8, 3000, 5000, 11, 5760, 1, 0, 'Mind-numbing Poison' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement