
Pages:<< prev 1 next >>



Geomancer

GroupAdministrators
Posts1,992
JoinedJul 26, 2005
skills.c function check_tumble
find
change that to
find
if( !IS_NPC( victim ) && !victim->pcdata->learned[gsn_tumble] > 0 ) return FALSE;
change that to
if( !IS_NPC( victim ) && victim->pcdata->learned[gsn_tumble] <= 0 ) return FALSE;
Pages:<< prev 1 next >>