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. 

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