Dose any one know where i can find and edit the skill cap. i cant find it if so could you plz. tell me witch script it is in and witch line it is plz. and thank you
 
i am using servuo i changed it in the playercaps.cfg and it still did not do any thing is there another place to find skill cap at bc that was not the right place
 
new ones would be handled by the config, pre existing ones would need a change to them inside the deserialize.
Befor you do that you should make sure you understand how to adjust the serialize and deserialze methods without breaking it.

Also I am not sure if you could use the [global command to do that nor am I sure it would do that for the players that are offline
 
[global set skillscap xxxxx where playermobile

That should update the skillscap for all existing players. Replace xxxxx with what you want the skillscap to be x10. So, for 1000 skillscap, it would be 10000.
 
Back