Jump to content
  • We are looking for staff for the Wiki area!
    If interested please
    click here and select "Documentation Team"

  • creature_ai_summons


    antz
     NOTE:  This page is auto-generated from the MAGNET DBDocs module,
                 Any changes made directly to this page will be lost when it is regenerated.

    Description of the 'creature_ai_summons' table for MaNGOSOne

    This table is used to provide NPC support for an event using action 32 = ACTION_T_SUMMON as one of its Actions

    Table Notes

    This table uses the 'MyISAM' DB Engine

    The Field definitions follow:

    Field Name Field Type Nullable Key Default Value Attributes Notes
    id int(11) unsigned NO PRI NULL 'auto_increment' This references the third action parameter in the Creature_ai_scripts.
    position_x float NO '0'   The X position for the creature to be spawned.
    position_y float NO '0'   The Y position for the creature to be spawned.
    position_z float NO '0'   The Z position for the creature to be spawned.
    orientation float NO '0'   The orientation for the creature to be spawned.
    spawntimesecs int(11) unsigned NO '120'   The despawn timer for the summoned creature.
    comment varchar(255) NO {Blank String}   Documents what kind of creature will be summoned.

    Description of the fields

    id int(11) unsigned

    This references the third action parameter in the Creature_ai_scripts table entry [See creature_ai_scripts.entry] with a summon action assigned.

    position_x float

    The X position for the creature to be spawned.

    position_y float

    The Y position for the creature to be spawned.

    position_z float

    The Z position for the creature to be spawned.

    orientation float

    The orientation for the creature to be spawned.

    spawntimesecs int(11) unsigned

    The despawn timer for the summoned creature.

    comment varchar(255)

    Documents what kind of creature will be summoned. Currently it is common to use the summoned creature's Creature Template Entry value [See creature_template.entry] to describe what is summoned.


    auto-generated by the getMaNGOS.eu MAGNET dbdocs module

    Edited by Antz


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

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