Jump to content
  • 0

Random Respawn loc of monster but check how


Question

Posted

Hello i want when i kill a monster to respawn in the same place but like +5 x y z off set ( i mean near his 1st respawn) how i can do that? i search on L2Spawn on L2MonsterInstance did not find something.. note i need it for all L2MonsterInstance

2 answers to this question

Recommended Posts

  • 0
Posted

Spawn.java edit the line where the spawn is getting x,y and add your values.

... + (Rnd.nextBoolean() ? value : 0)

is enough

  • Like 1
  • 0
Posted

L2Spawn, initializeAndSpawn() 

 


	// The L2Npc is spawned at the exact position (Lox, Locy, Locz)		int locx = _loc.getX();		int locy = _loc.getY();
	

 

 

Play with these. 

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