Jump to content
  • 0

[TWO] Sql scripts


iceymann

Question

i have compiled the mangostwo server as well now (sorry to be a pain lol )and i get this error when i try and do the dev2 scripts mangos_scriptname_full.sql

Error occured at:2013-08-12 22:16:19
Line no.:1
Error Code: 1146 - Table 'kingworld.pet_aura' doesn't exist



Query:
/* */
/* AREATRIGGER */
DELETE FROM scripted_areatrigger WHERE entry=4591

Error occured at:2013-08-12 22:28:57
Line no.:4
Error Code: 1146 - Table 'kingscript.scripted_areatrigger' doesn't exist

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

scripted_areatrigger is a world server table and not part of the script library database. Thus you're importing the update into the wrong database.

Also, the filename mangos_scriptname_full.sql is supposed to tell you that it is an update for the mangos demon, aka world server, game content.

Updates for the script table are named differently, usually they start with scriptdev2_

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