Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. DELETE FROM `creature_template` WHERE (`entry`=20561);
  2. 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
  3. (20561,0,0,0,0,0,19493,19494,19495,19496,'Withered Corpse','','',0,69,70,1,1701,1701,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,768,40,0,0,0,0,0,215,320,44,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,1,1,1,0,0,0,0,0,0,0,0,1,0,0,2,'',12340);
  4.  
  5.  
  6.  
  7. UPDATE `creature_template` SET `AIName`= 'EventAI' WHERE `entry`=20561;
  8. DELETE FROM `creature_ai_scripts` WHERE (`creature_id`=20561);
  9. INSERT INTO `creature_ai_scripts` VALUES
  10. (28256007,20561,8,0,100,1,35372,-1,0,0,33,20561,6,0,23,1,0,0,0,0,0,0,'Kill Credit'),
  11. (28256008,20561,1,1,100,0,3000,3000,3000,3000,41,0,0,0,0,0,0,0,0,0,0,0,'Despawn');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement