scriptdev2 / scriptdev2-tbc

ScriptDev2 for TBC
http://www.scriptdev2.com
GNU General Public License v2.0
29 stars 28 forks source link

[s2838] Add script support for quest 10674/10859 #19

Closed horstche closed 9 years ago

horstche commented 9 years ago

Video of quest: https://www.youtube.com/watch?v=h9voVLbgT3Y I only tested on cmangos-tbc. TBC Database also needs:

-- quest 10859: gather the orbs (H)
-- totem should not move

UPDATE creature_template SET MovementType = 0 WHERE entry = 22333;
UPDATE quest_template SET ReqSpellCast1 = 0 WHERE entry = 10859;

-- quest 10674 : trapping the light fantastic (A)
-- light trap should not move

UPDATE creature_template SET MovementType = 0 WHERE entry = 21926;
UPDATE quest_template SET ReqSpellCast1 = 0 WHERE entry = 10674;

Also the model of the lighttrap of the alliance quest is wrong.

xfurry commented 9 years ago

Looks good. I will add it to master and then to TBC.