SADraco Posted September 25, 2017 Report Posted September 25, 2017 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.
antz Posted September 25, 2017 Report Posted September 25, 2017 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.