Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Back-to:World

...

FieldTypeAttributesKeyNullDefaultExtraComment
entrymediumint(8)unsignedPRINO0

difficulty_entry_1mediumint(8)unsigned
NO0

difficulty_entry_2mediumint(8)unsigned
NO0

difficulty_entry_3mediumint(8)unsigned
NO0

KillCredit1int(10)unsigned
NO0

KillCredit2int(10)unsigned
NO0

modelid1mediumint(8)unsigned
NO0
deprecated - table now creatureremoved and replaced by creature_template_model
modelid2mediumint(8)unsigned
NO0
deprecated - table now creatureremoved and replaced by creature_template_model
modelid3mediumint(8)unsigned
NO0
deprecated - table now creatureremoved and replaced by creature_template_model
modelid4mediumint(8)unsigned
NO0
deprecated - table now creatureremoved and replaced by creature_template_model
nametext

YES


femaleNametext

YES


subnametext

YES


TitleAlttext

YES


IconNamevarchar(64)

YESNULL

gossip_menu_idmediumint(8)unsigned
NO0

minlevelsmallint(5)signed
NO1

maxlevelsmallint(5)signed
NO1

HealthScalingExpansionmediumint(5)signed
NO0

RequiredExpansionmediumint(5)signed
NO0

VignetteIDmediumint(5)signed
NO0

factionsmallint(5)unsigned
NO0

npcflagbigint(20)unsigned
NO0

speed_walkfloatsigned
NO1
Result of 2.5/2.5, most common value
speed_runfloatsigned
NO1.14286
Result of 8.0/7.0, most common value
scalefloatsigned
NO1

ranktinyint(3)unsigned
NO0

dmgschooltinyint(4)signed
NO0

BaseAttackTimeint(10)unsigned
NO0

RangeAttackTimeint(10)unsigned
NO0

BaseVariancefloatsigned
NO1

RangeVariancefloatsigned
NO1

unit_classtinyint(3)unsigned
NO0

unit_flagsint(10)unsigned
NO0

unit_flags2int(10)unsigned
NO0dynamicflags

unit_flags3int(10)unsigned
NO0

familydynamicflagstinyintint(410)signedunsigned
NO0

trainer_typefamilytinyint(4)signed
NO0

trainer_classtinyint(3)unsigned
NO0trainer_racetinyint(3)unsigned

NO0typetinyint(3)unsigned
NO0

type_flagsint(10)unsigned
NO0

type_flags2int(10)unsigned
NO0

lootidmediumint(8)unsigned
NO0

pickpocketlootmediumint(8)unsigned
NO0

skinlootmediumint(8)unsigned
NO0

resistance1smallint(5)signed
NO0

resistance2smallint(5)signed
NO0

resistance3smallint(5)signed
NO0

resistance4smallint(5)signed
NO0

resistance5smallint(5)signed
NO0

resistance6smallint(5)signed
NO0

spell1mediumint(8)unsigned
NO0

spell2mediumint(8)unsigned
NO0

spell3mediumint(8)unsigned
NO0

spell4mediumint(8)unsigned
NO0

spell5mediumint(8)unsigned
NO0

spell6mediumint(8)unsigned
NO0

spell7mediumint(8)unsigned
NO0

spell8mediumint(8)unsigned
NO0

VehicleIdmediumint(8)unsigned
NO0

mingoldmediumint(8)unsigned
NO0

maxgoldmediumint(8)unsigned
NO0

AINamecharvarchar(64)signed
NO"

MovementTypetinyint(3)unsigned
NO0

InhabitTyperemoved and replaced by table creature_template_movementtinyint(3)unsigned
NO3

HoverHeightfloatunsigned
NO1

HealthModifierfloatsigned
NO1

HealthModifierExtrafloatsigned
NO1

ManaModifierfloatsigned
NO1

ManaModifierExtrafloatsigned
NO1

ArmorModifierfloatsigned
NO1

DamageModifierfloatsigned
NO1

ExperienceModifierfloatsigned
NO1

RacialLeadertinyint(3)unsigned
NO0

movementIDint(11)unsigned
NO0

FadeRegionRadiusfloatsigned
NO0

WidgetSetIDint(11)signed
NO0

WidgetSetUnitConditionIDint(11)signed
NO0

RegenHealthtinyint(3)unsigned
NO1

mechanic_immune_maskint(10)unsigned
NO0

flags_extraint(10)unsigned
NO0

ScriptNamecharvarchar(64)signed
NO"

VerifiedBuildsmallintint(511)signed
YES0


Description of the fields

...

FlagType
1CREATURE_FLAG_EXTRA_INSTANCE_BIND0x00000001creature kill binds instance to killer and killer's group
2CREATURE_FLAG_EXTRA_CIVILIAN0x00000002creature does not aggro (ignore faction/reputation hostility)
4CREATURE_FLAG_EXTRA_NO_PARRY0x00000004creature does not parry
8CREATURE_FLAG_EXTRA_NO_PARRY_HASTEN0x00000008creature does not counter-attack at parry
16CREATURE_FLAG_EXTRA_NO_BLOCK0x00000010creature does not block
32CREATURE_FLAG_EXTRA_NO_CRUSH0x00000020creature does not do crush-attacks
64CREATURE_FLAG_EXTRA_NO_XP_AT_KILL0x00000040creature kill does not give XP
128CREATURE_FLAG_EXTRA_TRIGGER0x00000080creature is trigger-NPC (invisible to players only)
256CREATURE_FLAG_EXTRA_NO_TAUNT0x00000100creature is immune to taunt-auras and "attack me"-effects
512CREATURE_FLAG_EXTRA_NO_MOVE_FLAGS_UPDATE0x00000200creature won't update movement flags
1024CREATURE_FLAG_EXTRA_GHOST_VISIBILITY 0x00000400creature will be only visible for dead players
2048CREATURE_FLAG_EXTRA_USE_OFFHAND_ATTACK0x00000800creature will use offhand attacks
4096CREATURE_FLAG_EXTRA_NO_SELL_VENDOR 0x00001000players can't sell items to this vendor
16384CREATURE_FLAG_EXTRA_WORLDEVENT0x00004000custom flag for world events (left room for merging)
32768CREATURE_FLAG_EXTRA_GUARD0x00008000creature is a guard (Will ignore feign death and vanish)
131072CREATURE_FLAG_EXTRA_NO_CRIT0x00020000creature does not do critical strikes
262144CREATURE_FLAG_EXTRA_NO_SKILLGAIN0x00040000creature won't increase weapon skills
524288CREATURE_FLAG_EXTRA_TAUNT_DIMINISH0x00080000creature taunt is subject to diminishing returns
1048576CREATURE_FLAG_EXTRA_ALL_DIMINISH0x00100000Creature is subject to all diminishing returns
2097152CREATURE_FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ0x00200000

NPCs can help with killing this creature and player will still be credited if he tags the creature

268435456CREATURE_FLAG_EXTRA_DUNGEON_BOSS0x10000000

Creature is a dungeon boss. This flag is generically set by core during runtime. Setting this in database will give you startup error.

536870912CREATURE_FLAG_EXTRA_IGNORE_PATHFINDING0x20000000Creature will ignore pathfinding. This is like disabling Mmaps, only for one creature.
1073741824CREATURE_FLAG_EXTRA_IMMUNITY_KNOCKBACK0x40000000creature will immune all knockback effects

...