Page 1 of 1

EvalInt script patch. Was checking against wrong attribute.

Posted: Sun Sep 21, 2008 2:02 pm
by Nando
Hi,

evalInt.src was using wrong attribute name in CheckSkill.

Change

Code: Select all

if( SkillCheck(who, ANATOMY, -1) > 0 )
for

Code: Select all

if( SkillCheck(who, ANATOMY, -1) > 0 )
and

Code: Select all

if(AP_GetSkill(who, ANATOMY) >= 65)
for

Code: Select all

if(AP_GetSkill(who, EVALUATING_INTELLIGENCE) >= 65)
The patch is attached. Is this board being read at all?

Re: EvalInt script patch. Was checking against wrong attribute.

Posted: Mon Sep 29, 2008 10:29 pm
by Madman
Yes, it's being read. Again, for the record, that patch has been applied.

A random request for future patches in this forum- if you can give the full path to the file to be patched, that'd be shiny. Not like it was hard to find EvalInt, but at some point someone's going to patch pkg.cfg or something. ;)