Jump to content
  • 0

Need some help


SADraco

Question

So i created a scrip for halls of origination in cata core

-- Anhuur\'s Brige Raises after first boss kill

DELETE FROM dbscripts_on_creature_death WHERE id=39425;
INSERT INTO dbscripts_on_creature_death VALUES 
(39425,1,11,0,0,207725,1000,7,0,0,0,0,0,0,0,0,'Doodad_uldum elavator'),
(39425,1,11,0,0,206506,1000,7,0,0,0,0,0,0,0,0,'Raises anhuur\'s bridge');

however this was created for cmangos and i don not see any dbscripts_on_creature_death where will i find the script that represents similar to this.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Hi SAdraco,

All the separate dbscripts_on_xxx tables were merged into a single table db_scripts where a additional type field decides the type of script.

I am currently in the middle of a large wiki docs update which will include this new table.

In the meantime, please review the file I'll add to the this post which is a early version of the wiki page.

 

temp.html

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use