Commit graph

14 commits

Author SHA1 Message Date
Code Munkey
c86c4fa0df Linux support 2019-07-07 20:56:15 +00:00
LikeableLime
2001a75549 FIX: Melee/Missile combat fixes.
Fix backpedaling/moonwalking for missile and melee using m_bCancelAttack to stop backwards movement after cancel attack event.

Moved Dual Wield attack speed mod to work with power > 75%.

Allow processing of new attack packet if target, height, or power changes.
2019-03-07 03:53:59 +00:00
LikeableLime
bbef41c282 FIX: Changed Attack Events to Allow charging melee attacks, send NotifyCommenceAttack packet.
Fixed additional delay for Melee and Missile attacks due to attack_power to be added in setup() rather than repeat attacks.

Fix missile attacks to fire if target is already in attack cone rather than forcing a turn to every time.

Fix Dual Wield left and right hand attacks when Melee_Attack packet is resent while attacking.

Fix for MovementParameters bitfield in 0xF74C to match retail pcaps. Fix desiredHeading in 0xF74C.
2019-02-07 05:59:21 -06:00
LikeableLime
f241b9957c nullptr check in DW attack data 2018-12-26 00:47:11 -06:00
LikeableLime
0318f96d91 Fix for Dual Wield mutli-strike weapons not performing attack animations.
Fix for DW multi-strike swapping hands between attacks and changing damage.

Fix for multi-strike + shield and corrected damage for slash/pierce weapons.

Dual Wield now has 20% faster attack speed.
2018-12-08 21:40:15 -06:00
LikeableLime
8b034961c8 Fixed missile attacks not repeating.
Fixed Dual Wield attack speed.

Fixed Dual Wield multi-strike animations.

Fixed first attack after charging the enemy not triggering.
2018-11-21 19:37:14 -06:00
CodeMunkey
5376a48796 Clean up Def calc and comment out some dead code 2018-11-19 12:40:53 -06:00
codemunkey
bc799f5f22 Finish skill checks and update burden calc for stam 2018-11-18 15:46:17 -06:00
CodeMunkey
9c80044823 Attempt to abstract away special combat defense mods 2018-11-16 12:40:14 -06:00
codemunkey
af53ef2178 Laying more ground work for calculating mods 2018-11-16 00:40:08 -06:00
codemunkey
466afe2f30 Correct the various stances and better login check 2018-11-15 23:24:23 -06:00
codemunkey
17c8711c63 Off hand skill check and correct stance on login 2018-11-10 09:45:18 -06:00
CodeMunkey
213c253b68 These are not working animations 2018-11-09 17:38:56 -06:00
CodeMunkey
6363b85d97 Nothing to see here 2018-11-09 13:39:05 -06:00