mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-03 18:27:15 +00:00
Created merc_buffs (markdown)
+21
@@ -0,0 +1,21 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
MercBuffId|int(10) unsigned|NO|PRI| |auto\_increment
|
||||||
|
MercId|int(10) unsigned|NO|MUL|0|
|
||||||
|
SpellId|int(10) unsigned|NO| |0|
|
||||||
|
CasterLevel|int(10) unsigned|NO| |0|
|
||||||
|
DurationFormula|int(10) unsigned|NO| |0|
|
||||||
|
TicsRemaining|int(11)|NO| |0|
|
||||||
|
PoisonCounters|int(11) unsigned|NO| |0|
|
||||||
|
DiseaseCounters|int(11) unsigned|NO| |0|
|
||||||
|
CurseCounters|int(11) unsigned|NO| |0|
|
||||||
|
CorruptionCounters|int(11) unsigned|NO| |0|
|
||||||
|
HitCount|int(10) unsigned|NO| |0|
|
||||||
|
MeleeRune|int(10) unsigned|NO| |0|
|
||||||
|
MagicRune|int(10) unsigned|NO| |0|
|
||||||
|
dot\_rune|int(10)|NO| |0|
|
||||||
|
caston\_x|int(10)|NO| |0|
|
||||||
|
Persistent|tinyint(1)|NO| |0|
|
||||||
|
caston\_y|int(10)|NO| |0|
|
||||||
|
caston\_z|int(10)|NO| |0|
|
||||||
|
ExtraDIChance|int(10)|NO| |0|
|
||||||
Reference in New Issue
Block a user