Jump to content
  • 0

[HELP] How i can change pk player spawn


D@rk

Question

Good morning!

 

I have tried to find a way to change the location spawn of player with karma after of their death but i cant find the way.Basicaly i want to teleport players with karma to floran village but i didnt manage to do that. Can anybody help me plz?

 

Thank in advance!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

By default it should teleport players to the floran, so whats wrong here?

hmm true, maybe he ment after using soe coz then ppl are teleporting near closest town...

Link to comment
Share on other sites

  • 0

By default it should teleport players to the floran, so whats wrong here?

 

i use l2jofficial 1468 rev  and it teleports me  to    "Sea of Spores" ... i dont know why . Can i fix it?

Link to comment
Share on other sites

  • 0

i use l2jofficial 1468 rev  and it teleports me  to    "Sea of Spores" ... i dont know why . Can i fix it?

 

Maybe its some kind of shitty custom config?

Link to comment
Share on other sites

  • 0

i use l2jofficial 1468 rev  and it teleports me  to    "Sea of Spores" ... i dont know why . Can i fix it?

 

Rofl, that makes me smile at 7h00 of morning.

 

The joy of customs...

 

Search first in your config files if there isn't an option about it.

 

----

 

I invite you to check MapRegionTable (gameserver.datatables), and search through code for

if (player.getKarma() > 0)

to know where exactly the code sends you. For me it's

			//Karma player land out of city
		if (player.getKarma() > 0)
			return TownManager.getClosestTown(activeChar).getChaoticSpawnLoc();

But it's supposed to be clean code, and postIL version.

 

----

 

To understand the concept, basically :

- you die

- you send a RequestRestartPoint packet (clicking on "To Village" is the default option)

- it sends you to MapRegionTable, which says "what do what where and when".

- on "normal" packs, it sends you on the closest town, using preconfigured chaotic spawns entered in zones.xml (postIL)

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