Jump to content

Recommended Posts

  • 1 month later...
  • 1 month later...
Posted

For those who want to change all chars new player spawn to the same place. I sugget to use this:

UPDATE char_templates SET x=yourXcoordinate;
UPDATE char_templates SET y=yourYcoordinate;
UPDATE char_templates SET z=yourZcoordinate;

Go to navicat press F6, paste it (don't forget to edit x,y,z) then click enter.

Posted

For those who want to change all chars new player spawn to the same place. I sugget to use this:

UPDATE char_templates SET x=yourXcoordinate;
UPDATE char_templates SET y=yourYcoordinate;
UPDATE char_templates SET z=yourZcoordinate;

Go to navicat press F6, paste it (don't forget to edit x,y,z) then click enter.

 

yeah thats its better :D

Posted

thank you :) only this way is for changing cordinates for new players ? createcharacter.java or etc i saw a something like "template.spawnx, template.spawny, template.spawnz", i think we can change this. Or iam wrong?

  • 1 month later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...