evalint/resist

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 095. Note: Core 095 is no longer officially supported.
Post Reply
insane

evalint/resist

Post by insane »

hi
im having some problems fixing magery.
ive noticed if someone with 100 eval casts spell on someone with 30 resist, he will resist, and do almost no damage.
ive tried to fix it in spellrestrictions:

// chk1 relates to the resist ability.
var chk1 := (resist / 5);
// chk2 relates to the difficulty level
var chk2 := resist - (((magery - 20) / 5) + (circle * 5));

i think the problem is here, but i cant seem to balance it out.
idea would be, if
resist > eval -> you resist
resist < eval -> full damage
resist = eval -> small chance of resisting

ive tried some things, but it doesnt seem to work a lot.
any help would be great.
greetings
insane

Post by insane »

am i the only one that has this problem with magery?
did noone change the way magery works?
Post Reply