Super Botters
Hey Botter register with us! Dont be unregistered!
Super Botters
Hey Botter register with us! Dont be unregistered!
Super Botters
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeHomeGamesLatest imagesSearchRegisterLog in

 

 [Guide]Change EXpBall Rates!

Go down 
2 posters
AuthorMessage
FrontBoy
Head-Admin
Head-Admin
FrontBoy


Posts : 45
Points : 203
Received Thanks : 24
Join date : 2010-05-24
Location : Super Botter`s Forum

[Guide]Change EXpBall Rates! Empty
PostSubject: [Guide]Change EXpBall Rates!   [Guide]Change EXpBall Rates! I_icon_minitimeWed Jun 23, 2010 4:38 am

Alot of ppl asking for this and I didn't see it anywhere else so I'll show you how it's done.

To change the amount of exp gained by an EXPBall at different levels go
to Character.cs press ctrl+f and search for public uint ExpBallExp
You should see the following

Code:

public uint ExpBallExp
{
get
{
if (Level < 30)
return (uint)(15000 + Level * 430);
else if (Level < 50)
return (uint)(40000 + Level * 430);
else if (Level < 80)
return (uint)(30000 + Level * 500);
else if (Level < 80)
return (uint)(30000 + Level * 600);
else if (Level < 100)
return (uint)(30000 + Level * 700);
else if (Level < 110)
return (uint)(30000 + Level * 900);
else if (Level < 120)
return (uint)(30000 + Level * 1100);
else if (Level < 125)
return (uint)(30000 + Level * 1500);
else if (Level < 130)
return (uint)(30000 + Level * 1000);
else
return (uint)(30000 + Level * 1000);
}
}

Red = EXP Recieved
Blue = Level

The higher you set the red numbers, the more exp you will get.
Don't fuck them up too much though, you wouldn't want to recieve more exp at 130 than 120. lol
To change rates of PowerEXPBalls go to Character.cs and search for public uint PEBExp and do the same thing.
Press thanks if I helped. Enjoy!

Edit: I think this MIGHT be in the 5165 FAQ but it's starting to get
rediculous and I'm sure a lot of ppl would agree that there's too many
pages to search through. Mods, please leave this thread alone as it
will help alot of people and stop the same question from being asked
500 more times.
Back to top Go down
https://super-botters.forumotion.com
ZoomLander
Global Mod
Global Mod
ZoomLander


Posts : 185
Points : 628
Received Thanks : 110
Join date : 2010-06-23
Location : Super Botters Forum

[Guide]Change EXpBall Rates! Empty
PostSubject: Re: [Guide]Change EXpBall Rates!   [Guide]Change EXpBall Rates! I_icon_minitimeThu Jun 24, 2010 11:17 pm

[Guide]Change EXpBall Rates! Lol >,,<....Nice men:)
Back to top Go down
https://super-botters.forumotion.com/
 
[Guide]Change EXpBall Rates!
Back to top 
Page 1 of 1
 Similar topics
-
» [Guide]Making A Conquer Online Private Server Version 5165

Permissions in this forum:You cannot reply to topics in this forum
Super Botters :: Conquer Online :: CO2 Pserver Guides Releases-
Jump to: