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!

Role.jsp edit help info needed

Initiate Mage
Joined
Apr 14, 2014
Messages
1
Reaction score
0
hey folks,

i have a problem with some configuration,, on the location position thingy (see picture) it shows a , instead of a .

it causes a lil troubles to me so if there is anyone who can help me fix this? :)

trying to solve the problem by editing the jsp file but idk where to change what. (didnt changed anything yet tho)

tnx again :)

grtz Squeeksy

role - Role.jsp edit help info needed - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Apr 26, 2011
Messages
380
Reaction score
96
In role.jsp file find:

Code:
coordinateX

Make sure it looks like this:

Code:
coordinateX = (new DecimalFormat("#.##")).format(character.status.posx);
coordinateY = (new DecimalFormat("#.##")).format(character.status.posy);
coordinateZ = (new DecimalFormat("#.##")).format(character.status.posz);
 
Upvote 0
Newbie Spellweaver
Joined
Jun 15, 2014
Messages
5
Reaction score
0
Hi

in our file it is located already as inside as in yours, still there but the error is
 
Upvote 0
Back
Top