Jump to content
  • 0

Question

9 answers to this question

Recommended Posts

  • 0
Posted

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);
  • 0
Posted (edited)
gameserver/handler/usercommandhandlers/Escape.java


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

as baggos said....

Edited by melron
  • 0
Posted

 

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

  • 0
Posted

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

 

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