Cart Boost

PunkBuster

New member
Messages
216
Points
0
I'd like the Whitesmith skill Cart Boost to give the same Speed Bonus as the Genetic skill Cart Boost. What do I edit?

 
Well, the whitesmith skill (also merchant, blacksmith) has only one level while genetic's has 5. Which speed values would you like?

http://irowiki.org/wiki/Cart_Boost

http://irowiki.org/wiki/Cart_Boost_(Geneticist)

EDIT:

In [email protected]

Code:
if( sc->data[SC_WINDWALK] )	val = max( val, 2 * sc->data[SC_WINDWALK]->val1 );if( sc->data[SC_CARTBOOST] )	val = max( val, 20 );
Just alter 20 to any value that you might like, remember that this number is per cent.
Code:
Cart boost (Geneticist) - value tableLevel 1 to 3	50Level 3 to 5	75Level 5		100
Build and test c:
 
Last edited by a moderator:
Back
Top