• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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