Jump to content
  • 0

Random Respawn loc of monster but check how


HowardStern

Question

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

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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

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

is enough

  • Like 1
Link to comment
Share on other sites

  • 0

L2Spawn, initializeAndSpawn() 

 


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

 

 

Play with these. 

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