Versiones comparadas

Clave

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

Back-to:World

The `game_event_npc_vendor` table

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment eventEntry

Game event npc vendor tc2

tinyint(3)

signed

 

NO

0

 

  guid

Game event npc vendor tc2

mediumint(8)

unsigned

PRI

NO

0

 

  slot

Game event npc vendor tc2

smallint(6)

signed

 

NO

0

 

  item

Game event npc vendor tc2

mediumint(8)

unsigned

PRI

NO

0

 

  maxcount

Game event npc vendor tc2

mediumint(8)

unsigned

 

NO

0

 

  incrtime

Game event npc vendor tc2

mediumint(8)

unsigned

 

NO

0

 

  ExtendedCost

Game event npc vendor tc2

mediumint(8)

unsigned

 

NO

0

 

 

...

The maximum number of copies of the item the vendor has available to be sold before incrtime Game event npc vendor tc2 is up. If 0, then it is an unlimited number of copies.

incrtime

Combined with maxcount Game event npc vendor tc2, this field tells how often (in seconds) the vendor list is refreshed and the limited item copies are restocked. For limited item copies, every refresh, the quantity is increased by item_template.BuyCount

...