V13 & V13.1 Deathwing Spine "Tendons" Fight SQL FIX for 10 & 25 Mode NHC

Venetica

Gold Supporter
Veteran Member
60
2015
15
This Fix spawn the "Burning Tendons" on the right Place. You can now collect 9 Stucks and let explode to show the Burning Tendons. Then Kill, and the Backplate wil go away.

Here the Fix for 10 Mode
SQL:
INSERT INTO `creature`(`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `walkmode`, `saiscriptflag`) VALUES (10021860, 56341, 967, 5892, 5960, 1, 1, 0, 0, -13859, -13651.3, 265.421, 1.50029, 300, 0, 0, 1030704, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `creature`(`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `walkmode`, `saiscriptflag`) VALUES (10021892, 56341, 967, 5892, 5960, 1, 1, 0, 0, -13850.2, -13633, 266.974, 1.51207, 300, 0, 0, 1030704, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `creature`(`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `walkmode`, `saiscriptflag`) VALUES (10021930, 56341, 967, 5892, 5960, 1, 65535, 0, 0, -13858.1, -13611.3, 269.251, 1.62978, 300, 0, 0, 1030704, 0, 0, 0, 0, 0, 0, 0);



Here the Fix for 25 Mode
SQL:
INSERT INTO `creature`(`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `walkmode`, `saiscriptflag`) VALUES (10423011, 56575, 967, 5892, 5960, 2, 1, 0, 0, -13860.4, -13651.2, 264.938, 1.52571, 300, 0, 0, 200100, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `creature`(`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `walkmode`, `saiscriptflag`) VALUES (10423066, 56575, 967, 5892, 5960, 2, 1, 0, 0, -13852.9, -13631.7, 267.951, 1.58462, 300, 0, 0, 200100, 0, 0, 0, 0, 0, 0, 0);
INSERT INTO `creature`(`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `walkmode`, `saiscriptflag`) VALUES (10423308, 56575, 967, 5892, 5960, 2, 1, 0, 0, -13858, -13612.2, 269.166, 1.58462, 300, 0, 0, 200100, 0, 0, 0, 0, 0, 0, 0);

If you get this Error
1062 - Duplicate entry '10423011' for key 'PRIMARY' then:
Replace the GUID with a Free GUID from your own Database if you get an Insert Error on MySQL.
 

Blackvision

Mythical User
Super Moderator
Gold Supporter
2,298
2015
272
Location
Denmark
Not sure what this fix should do :) But deathwing's spine is still unplayable :)
 
Last edited:

Venetica

Gold Supporter
Veteran Member
60
2015
15
I think because it's just CREATURE. The game object is actually still missing.
 

ExO

Admin
5,084
2014
1,442
I have fixed the issue (on v14) where the backplates were clickable.
I have also fixed the issue where backplates wouldn't be cleared.

This means that the Dragonsoul Spline Event is finally working on V14!
 

Blackvision

Mythical User
Super Moderator
Gold Supporter
2,298
2015
272
Location
Denmark
I have fixed the issue (on v14) where the backplates were clickable.
I have also fixed the issue where backplates wouldn't be cleared.

This means that the Dragonsoul Spline Event is finally working on V14!
Be sure to look into those 3 transport drakes in the center of the temple :p
 
Last edited:
Top