i need help when i used 10 exball i get 132 i need normal lveling
You need edit Character.cs, search for: public uint ExpBallExpQuote:
i need help when i used 10 exball i get 132 i need normal lveling
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);
}
}
That means you did everything right and your char has been created.Quote:
k i can get thing to load up but whe i type in /newacc test 123 [PM] nothing happens after i hit enter, it just goes down a line. please help me lol
all things is setup right but when i use my external ip it say server maintance and when i use 127.0.0.1 it say faild to connectQuote:
exp in world.cs search for experience rate
hero use only ur external ip or hamachi never use 127.0.0.1
Quote:
all things is setup right but when i use my external ip it say server maintance and when i use 127.0.0.1 it say faild to connect
maybe the problem with port? i am using 9985 as a port should it be 3800 or something like that?
If you are using 5165 I learned that 127.0.0.1 is a blocked ip.Quote:
First thing is you should use your current ip address.
[Only registered and activated users can see links. Click Here To Register...]
and use "9958" as a port. Not 9985.