Commit Graph

3 Commits

Author SHA1 Message Date
Gary Tierney 8e0b84a470 Add more documentation and fix rubocop warnings 2016-03-16 22:42:24 +00:00
Gary Tierney 9f47fae6a9 Fix combat not working after logout; Fix DDS hits
* Removes the use of the MOB_STATE_CACHE and instead monkey patches a
  get_combat_state method onto Mob.
2016-03-16 22:39:33 +00:00
Gary Tierney 3082fade1d Add ranged combat support
* Clean up the CombatAction and Attack code to make it easier to use for
  range.

* Add collision detection to the distance checks before attacking in the
  CombatAction.

* Create a Ruby DSL for defining projectile types and fix the
  ProjectileUpdateOperation so it uses the correct position offset.

* Fix the packet structure of the HintIconMessageEncoder.
2016-02-29 22:24:26 +00:00