Strife humanoids stucks in their Melee state
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Strife humanoids stucks in their Melee state
The problem was described at http://zandronum.com/tracker/view.php?id=1002.
Re: Strife humanoids stucks in their Melee state
Fixed in r3863. Vanilla Strife bug, and only for the beggar, BTW.
Re: Strife humanoids stucks in their Melee state
No, I was able to make peasants to do shit as well.
Re: Strife humanoids stucks in their Melee state
Damn! You made the peasants shit? How'd you do that?
For reference, these are the peasant's Melee states:
He does one hit then goes right back to wandering around aimlessly (the See state).
For reference, these are the peasant's Melee states:
Code: Select all
Melee:
PEAS E 10 A_FaceTarget
PEAS F 8 A_CustomMeleeAttack(2*random[PeasantAttack](1,5)+2)
PEAS E 8
Goto See
Re: Strife humanoids stucks in their Melee state
I did it the same way I did with beggaries. TBH, I first noticed the bug with them.