mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 00:38:14 +00:00
Add initial combat spell support
This commit is contained in:
committed by
Gary Tierney
parent
9f47fae6a9
commit
ec248a185b
@@ -18,6 +18,10 @@ declare_attribute(:logout_timer, Time.now.to_i)
|
||||
# The <i>CombatStyle</i> offset that a <i>Mob</i> is currently using.
|
||||
declare_attribute(:combat_style, 0, :persistent)
|
||||
|
||||
##
|
||||
# The <i>CombatSpell</i> offset that a <i>Mob</i> is currently using.
|
||||
declare_attribute(:combat_spell, :none, :persistent)
|
||||
|
||||
##
|
||||
# A flag indicating whether the special bar is flagged for the next attack.
|
||||
declare_attribute(:using_special, false, :persistent)
|
||||
|
||||
Reference in New Issue
Block a user