mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-04 02:47:19 +00:00
Created bot_heal_rotations (markdown)
@@ -0,0 +1,18 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
heal\_rotation\_index|int(11) unsigned|NO|PRI| |auto\_increment
|
||||||
|
bot\_id|int(11) unsigned|NO|MUL|0|
|
||||||
|
interval|int(11) unsigned|NO| |0|
|
||||||
|
fast\_heals|int(3) unsigned|NO| |0|
|
||||||
|
adaptive\_targeting|int(3) unsigned|NO| |0|
|
||||||
|
casting\_override|int(3) unsigned|NO| |0|
|
||||||
|
safe\_hp\_base|float unsigned|NO| |0|
|
||||||
|
safe\_hp\_cloth|float unsigned|NO| |0|
|
||||||
|
safe\_hp\_leather|float unsigned|NO| |0|
|
||||||
|
safe\_hp\_chain|float unsigned|NO| |0|
|
||||||
|
safe\_hp\_plate|float unsigned|NO| |0|
|
||||||
|
critical\_hp\_base|float unsigned|NO| |0|
|
||||||
|
critical\_hp\_cloth|float unsigned|NO| |0|
|
||||||
|
critical\_hp\_leather|float unsigned|NO| |0|
|
||||||
|
critical\_hp\_chain|float unsigned|NO| |0|
|
||||||
|
critical\_hp\_plate|float unsigned|NO| |0|
|
||||||
Reference in New Issue
Block a user