Jump to content

opper

Members
  • Posts

    5
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by opper

  1. Copy that. thx smile.gif

    <div class='sqltop'>SQL</div><div class='sqlmain'>INSERT INTO creature_template_addon (`entry`, `mount`, `bytes0`, `bytes1`, `bytes2`, `emote`, `moveflags`, `auras`)

    VALUES('17209','0','16777472','0','4097','0','0','17327 0'); </div>

    <div class='sqltop'>SQL</div><div class='sqlmain'>DELETE FROM creature_addon WHERE guid = 91885; </div>or

    <div class='sqltop'>SQL</div><div class='sqlmain'>DELETE FROM creature_addon WHERE guid IN (SELECT guid FROM creature WHERE id = 17209); </div>if editing into the original opvp_sql_mangos.sql

  2. in the opvp_sql_mangos.sql there's a line:

    <div class='sqltop'>SQL</div><div class='sqlmain'>delete from creature where id = 17209; -- delete the flight master that is spawned by the opvp </div>

    which has a spawn, creature guid 91885 that will be deleted by the query above but creature guid 91885 also has an entry in creature_addon (guid 91885) which I can't find anywhere else in the sql that removes it? thus get this on startup:

    ERROR:Creature (GUID: 91885) does not exist but has a record in `creature_addon`

    is that creature_addon entry suppose to remain there for some reasons or are we suppose to do this?

    <div class='sqltop'>SQL</div><div class='sqlmain'>DELETE FROM creature_addon WHERE guid IN (SELECT guid FROM creature WHERE id = 17209); </div>

  3. <div class='quotetop'>QUOTE (w12x @ Jul 7 2008, 11:53 AM) <{POST_SNAPBACK}></div>

    Nothing to do. Everything that might be needed in world events are added.

    Quick info (and the desc of the added tables) contains how and what works. There is a sample event in SQL, phase 1 totally commented. You can check the source, the game event system isn't that complicated. You can ask here, I tend to answer questions worth answering. Want some cookies too?[/b]

    laugh.gif yum yum

×
×
  • 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