Jump to content
  • 0

Question

9 answers to this question

Recommended Posts

  • 0
Posted

You've posted in a wrong section. Try to post here and give some more info about the pack you are using :)

  • 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

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock