dpsrvr.h
....................
Bisschen eigeninitiative...
....................
Bisschen eigeninitiative...
Glaube hier is nen Fehler drinne müsste doch eigentlichQuote:
case WT_RANGE_BOW:
nATK = ((int)( float(( GetDex() - 14 ) * GetJobPropFactor(JOB_PROP_BOW)) + (GetLevel()*1.3f) + (GetStr()*0.2f)) * 0.7f) );
break;
Right ;)Quote:
Glaube hier is nen Fehler drinne müsste doch eigentlich
case WT_RANGE_BOW:
nATK = ((int)( float(( GetDex() - 14 ) * GetJobPropFactor(JOB_PROP_BOW)) + (GetLevel()*1.3f) + (GetStr()*0.2f) * 0.7f) );
break;
heißen.... eine klammer nach 0.2f zu viel kann man evtl mal im tut ändern