Hei, guys ive saw alot of members , need help in much small things like change exp rate , hello msg , etc
Purple : thing that you should change
Green: thing that you should add
Blue : that you will remove (probably nothing)
______________________
Open your Character.cs and search for
and change that
change that
______________________
Open your Teleport.cs and scroll over page you will find
Tip: Dont change 3rd and 4th lines on Message , bcuz its important
This Topic will be updated everyday
Anyone one need help just post it here
Cya tomorrow :)
Purple : thing that you should change
Green: thing that you should add
Blue : that you will remove (probably nothing)
________________________
Change Exp rate
In World.cs search forChange Exp rate
Change itQuote:
public static uint ExperienceRate = 50;
______________________
Cps on PointCard,CPbackpack,CPBag and CPMiniBag
Open your Character.cs and search for
Code:
PointCard
Scroll down until you seeQuote:
#region PointCard
case 780000:
{
CPs += 400;
RemoveItem(I);
break;
}
#endregion
Code:
CPBackpack
above it u will find CPBag and minibag , do what you did in CPBackpackQuote:
#region CPBackpack
case 729912:
{
CPs += 30;
RemoveItem(I);
break;
}
#endregion
______________________
change hello msg
Open your Teleport.cs and scroll over page you will find
above it hello msg , change what you wantQuote:
GC.LocalMessage(2000, "You are the 1st place on the KO board, you gain 2 times more exp than others.");
Tip: Dont change 3rd and 4th lines on Message , bcuz its important
This Topic will be updated everyday
Anyone one need help just post it here
Cya tomorrow :)