image

Brother Kristoff

Oct 17th, 2011
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.06 KB | None | 0 0
  1. -- Stats
  2. UPDATE creature_template SET `modelid3` = "0", `minhealth` = "1753", `maxhealth` = "1753", `armor` = "1979", `mindmg` = "39", `maxdmg` = "59", `attackpower` = "15", `baseattacktime` = "1500", `rangeattacktime` = "1500", `unit_flags` = "512", `minrangedmg` = "31", `maxrangedmg` = "47", `rangedattackpower` = "12", `spell1` = "1244", `mingold` = "0", `maxgold` = "0", `AIName` = "EventAI" WHERE entry=1444;
  3. -- AI
  4. DELETE FROM creature_ai_scripts WHERE creature_id=1444;
  5. INSERT INTO creature_ai_scripts (`creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`)
  6. VALUES
  7. ('1444', '10', '0', '100', '0', '0', '15', '0', '0', '12', '68', '1', '600000', '0', '0', '0', '0', '0', '0', '0', '0', 'Brother Kristoff - Summon Stormwind City Guard on Hostile LOS');
  8.  
Advertisement
Add Comment
Please, Sign In to add comment