Sphereserver / Source-X

Ultima Online server emulator
Apache License 2.0
58 stars 47 forks source link

Paralyze Spell behaviour (possible enchancement request?) #1124

Closed GladieUO closed 1 year ago

GladieUO commented 1 year ago

Applies to both NPCs/PLAYERS

Old Behaviour: Cant move, cant use items, but can cast spells and fight

New Behaviour: Cant do anything, nor unparalyze youself

Proposal: If the new behaviour is intended, make an switch in sphere.ini, to change between old and new behaviour.

Jhobean commented 1 year ago

I remember there a flag added on item you can check. "Can use when paralyse" What paralyse suppose to do? Able tonattack yourself?

drk84 commented 1 year ago

yea there is a can flag

GladieUO commented 1 year ago

OK correction, I have tested it wrongly. Only difference between old and new behaviour is that now, If players / NPC paralyzed, cant attack anyone, even someone standing right next to him.

I Found the flag for the cast while paralyzed.

xwerswoodx commented 1 year ago

I added Combat flag for it, you can check ACTIONS tab if you wish to update. 080000 is the new flag that I added, and if it set, character can continue to attack while paralyzed.

GladieUO commented 1 year ago

works, thank you.