Don't like ads? PRO users don't see any ads ;-)
Guest

stunned

By: a guest on Aug 6th, 2012  |  syntax: None  |  size: 3.40 KB  |  hits: 23  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction_A`, `faction_H`, `npcflag`, `speed_walk`, `speed_run`, `scale`, `rank`, `mindmg`, `maxdmg`, `dmgschool`, `attackpower`, `dmg_multiplier`, `baseattacktime`, `rangeattacktime`, `unit_class`, `unit_flags`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `spell5`, `spell6`, `spell7`, `spell8`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `Health_mod`, `Mana_mod`, `Armor_mod`, `RacialLeader`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `movementId`, `RegenHealth`, `equipment_id`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`, `WDBVerified`) VALUES (120000, 0, 0, 0, 0, 0, 31654, 0, 0, 0, 'Deffender NPC', 'Stunned', '', 0, 81, 81, 2, 35, 35, 0, 1, 1.14286, 1, 1, 425, 758, 0, 4566, 9, 4000, 0, 1, 128, 8, 0, 0, 0, 3, 0, 345, 509, 5000, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'EventAI', 0, 3, 5, 1, 5, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, '', 12340);
  2.  
  3. DELETE FROM `creature_ai_scripts` WHERE (`creature_id`=120000);
  4. INSERT INTO `creature_ai_scripts` VALUES
  5. ( 1200001, 120000, 1, 0, 100, 1, 20000, 20000, 0, 0, 1, -99999, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Deff'),
  6. ( 1200002, 120000, 1, 0, 100, 1, 25000, 25000, 0, 0, 1, -99998, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Deff'),
  7. ( 1200003, 120000, 1, 0, 100, 1, 30000, 30000, 0, 0, 1, -99997, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Deff'),
  8. (1200004, 120000, 1, 0, 100, 1, 35000, 35000, 0, 0, 1, -99996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Deff');
  9.  
  10. INSERT INTO creature_ai_texts
  11.    (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`)
  12. VALUES
  13.    (-99999, 'Hey, i just met you', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 1, 10, 'deff');
  14.  
  15. INSERT INTO creature_ai_texts
  16.    (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`)
  17. VALUES
  18.    (-99998, 'And this is Crazy', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 1, 10, 'deff');
  19.  
  20. INSERT INTO creature_ai_texts
  21.    (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`)
  22. VALUES
  23.    (-99997, 'But i forgot condom', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 1, 10, 'deff');
  24.  
  25. INSERT INTO creature_ai_texts
  26.    (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`)
  27. VALUES
  28.    (-99996, 'So anal maybe?', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, 23, 'deff');