Jump to content

Question

Posted

Hello MxC. I decided to try adapt all my customs from acis401 to 409 in order to follow the updates of the pack. I had a very good success but i stacked on my events on reSpawn monsters. Everything is working great except if i kill any monster it will never respawn back again. Anyone can give me clue where to look? If more info needed (codes etc) i can provide it.

 

Thanks in advance

1 answer to this question

Recommended Posts

  • 0
Posted
On 12/4/2024 at 4:29 PM, andy1984 said:

Hello MxC. I decided to try adapt all my customs from acis401 to 409 in order to follow the updates of the pack. I had a very good success but i stacked on my events on reSpawn monsters. Everything is working great except if i kill any monster it will never respawn back again. Anyone can give me clue where to look? If more info needed (codes etc) i can provide it.

 

Thanks in advance

i used to have this issue on l2j on a script i made, not sure in acis 409 if it could be same or .?

but that fixed it for me :

		 	    spawnDat.setAmount(1); // <-------
                            spawnDat.setX(x);
                            spawnDat.setY(y);
                            spawnDat.setZ(z);
                            spawnDat.setHeading(heading);
                            spawnDat.setRespawnDelay(respawn);
                            
                            spawnDat.startRespawn();
                            spawnDat.doSpawn();

 

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