Advertisement
NeonixHD

Untitled

Mar 12th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. DELETE FROM `creature_template` WHERE (entry = 900000);
  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`, `npcflag`, `speed_walk`, `speed_run`, `scale`, `rank`, `dmgschool`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `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`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `DamageModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES (900000, 0, 0, 0, 0, 0, 25983, 0, 0, 0, 'Ruby', 'Vendeuse de gemmes', '', 0, 75, 75, 0, 2007, 128, 1, 1, 1, 0, 0, 2000, 2000, 1, 1, 1, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 3, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, '', 12340);
  3.  
  4.  
  5. DELETE FROM `creature_text` WHERE entry = 900000 AND groupid = 0 AND id = 0;
  6. INSERT INTO creature_text (entry, groupid, id, text, type, language, probability, emote, duration, sound, BroadcastTextId, TextRange, comment) VALUES (900000, 0, 0, 'Venez admirer mes precieuses gemmes !', 12, 0, 100, 0, 2, 0, 214002, 0, 'Vendeuse de gemmes custom');
  7.  
  8.  
  9. DELETE FROM `smart_scripts` WHERE entryorguid = 900000 AND source_type = 0 AND id = 0 AND link = 0;
  10. INSERT INTO smart_scripts (entryorguid, source_type, id, link, event_type, event_phase_mask, event_chance, event_flags, event_param1, event_param2, event_param3, event_param4, action_type, action_param1, action_param2, action_param3, action_param4, action_param5, action_param6, target_type, target_param1, target_param2, target_param3, target_x, target_y, target_z, target_o, comment) VALUES (900000, 0, 0, 0, 1, 0, 100, 0, 35000, 35000, 300000, 300000, 1, 0, 2000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'TALK vendeuse de gemmes custom');
  11.  
  12.  
  13. DELETE FROM `smart_scripts` WHERE entryorguid = 900002 AND source_type = 0 AND id = 0 AND link = 0;
  14. INSERT INTO smart_scripts (entryorguid, source_type, id, link, event_type, event_phase_mask, event_chance, event_flags, event_param1, event_param2, event_param3, event_param4, action_type, action_param1, action_param2, action_param3, action_param4, action_param5, action_param6, target_type, target_param1, target_param2, target_param3, target_x, target_y, target_z, target_o, comment) VALUES (900002, 0, 0, 0, 1, 0, 100, 0, 15000, 15000, 300000, 300000, 1, 0, 2000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'TALK vendeur de glyphes 1');
  15.  
  16.  
  17. DELETE FROM `creature_text` WHERE entry = 900020 AND groupid = 0 AND id = 0;
  18. INSERT INTO creature_text (entry, groupid, id, text, type, language, probability, emote, duration, sound, BroadcastTextId, TextRange, comment) VALUES (900020, 0, 0, 'Venez voir mes potions d''amelioration et festins !', 12, 0, 100, 0, 2, 0, 214000, 0, 'Vendeur de potions et festins custom');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement