special_attack 
Vars | |
| click_cooldown | changeNext_move() time after use. |
|---|---|
| mob_hold_duration | How long to prevent moving away. |
| name | Self explanatory |
| use_item_click_cooldown | If TRUE, use the item's click cooldown instead of the attack's. |
Procs | |
| execute_attack | The actual attack effects. |
| get_attack_direction | Returns the direction of the attack. |
| modifiy_damage_packet | Modify an attack's properties. |
| post_attack | After execute_attack has run. |
| pre_attack | Called before execute_attack. |
| sanity_check | Ensures the attack is able to continue and the weapon wasn't deleted or whatever. |
Var Details
click_cooldown 
changeNext_move() time after use.
mob_hold_duration 
How long to prevent moving away.
name 
Self explanatory
use_item_click_cooldown 
If TRUE, use the item's click cooldown instead of the attack's.
Proc Details
execute_attack
The actual attack effects.
get_attack_direction
Returns the direction of the attack.
modifiy_damage_packet
Modify an attack's properties.
post_attack
After execute_attack has run.
pre_attack
Called before execute_attack.
sanity_check
Ensures the attack is able to continue and the weapon wasn't deleted or whatever.