Jump to content
  • 0

[Help]Unstuck


phantoml2

Question

9 answers to this question

Recommended Posts

  • 0

If you want when a player dies in specific town areas, then you should edit your townzone spawn. gameserver/data/zones

 

If you want for every areas in the world to do respawn in Giran for example, you should edit your Escape.java (Voicedcommand).

 

_activeChar.teleToLocation(MapRegionTable.TeleportWhereType.Town);
Link to comment
Share on other sites

  • 0
gameserver/handler/usercommandhandlers/Escape.java


- _activeChar.teleToLocation(MapRegionTable.TeleportWhereType.Town);
+ _activeChar.teleToLocation(X, Y, Z);	

as baggos said....

Edited by melron
Link to comment
Share on other sites

  • 0

 

If you want when a player dies in specific town areas, then you should edit your townzone spawn. gameserver/data/zones

 

If you want for every areas in the world to do respawn in Giran for example, you should edit your Escape.java (Voicedcommand).

_activeChar.teleToLocation(MapRegionTable.TeleportWhereType.Town);

i want in specific town areas can you explain me how because i searched but everything i found was in escape.java

Link to comment
Share on other sites

  • 0

i want in specific town areas can you explain me how because i searched but everything i found was in escape.java

I gave you 2 options. Use the first.

 

 

If you want when a player dies in specific town areas, then you should edit your townzone spawn. gameserver/data/zones

 

Link to comment
Share on other sites

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
Answer this question...

×   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...