Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

A Question exp no up

Newbie Spellweaver
Joined
Dec 11, 2012
Messages
12
Reaction score
0
i user MPT ( client & server )
I Creat account train monster
Charter lv 1 train monster exp no up
exp 0,00%

pls help me :(
 
Last edited by a moderator:
Joined
Mar 31, 2010
Messages
1
Reaction score
0
Check these lines in Hotuk:
*GAME_SERVER "Name" 127.0.0.1 127.0.0.1 127.0.0.1 (or your host ip)
*LOGIN_SERVER_IP 127.0.0.1 127.0.0.1 127.0.0.1
*SYSTEM_IP 127.0.0.1 127.0.0.1 127.0.0.1
*SERVER_LINK_IP 127.0.0.1 127.0.0.1 127.0.0.1

*PERMIT_EXP 1000000000000
*ENABLE_SERVER_EXP 2000000000000
//*EVENT_EXPUP 10000


do you changed something on your server?
 
Last edited:
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
That can happen if a character has exp which makes no sense in the server too. (not usually at level 1, but a corrupt character will often be taken back down to level 1)

Check that the Experience : Level table is identical in both the Client and Server executables. (this is always the first edit required before using MPT anyway, but double-check your edit)
 
Newbie Spellweaver
Joined
Dec 11, 2012
Messages
12
Reaction score
0
may be due to char and field ?
@calatin3 : My hotuk No such line added also
 
Junior Spellweaver
Joined
Mar 10, 2009
Messages
194
Reaction score
2
in hotuk.ini the *GAME_SERVER is your wan exp if it is public if not, put 127.0.0.1 in there.
and at the *LOGIN_SERVER_IP , *SYSTEM_IP and *SERVER_LINK_IP put your ipv4 adress (go to cmd, typ ipconfig/all ) and again, if not public put 127.0.0.1 instead of the ipv4 adress.
 
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
in hotuk.ini the *GAME_SERVER is your wan exp if it is public if not, put 127.0.0.1 in there.
and at the *LOGIN_SERVER_IP , *SYSTEM_IP and *SERVER_LINK_IP put your ipv4 adress (go to cmd, typ ipconfig/all ) and again, if not public put 127.0.0.1 instead of the ipv4 adress.
ipconfig shows your LAN IP. Not your WAN IP. (unless you are one of a dying breed of people who connect without NAT router / firewall)

May be more common on VPS or Dedi, but I still kinda doubt it. We (not for PT, admittedly) usually use internal (LAN) addressing to link servers in the farm which has a single IP to the WAN. Without these "farms", "cloud computing" is an instant flop. ;) If they each had their own IP (on the WAN) Amazon alone would occupy the entire range of available IPv4 addresses. :lol:
 
Back
Top