Jump to content
  • 0

Monsters Not Return To His Spawns


iAlreadyExist

Question

Hello i have problem with monsters in my server i have pickup them with warlord and they kill me

but its been 2 hours and they dont return to his spawn 

 

and other problem is raid bosses dont return on spawn by walking they just teleport

 

is this bug or?

 


Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hey there,
This is absolutely no bug. Its just retail like. I discovered this 2 weeks ago too and it was pretty easy to fix. You'll need to copy the checkAndReturnTospawn method from L2RaidBossInstance.java, paste it to L2MonsterInstance.java and introduce it to the startMaintaince task. Also if you wish to have the monsters/bosses move to their previous location instead of teleport, you can change the teleTo... method to moveTo and you are set!

Link to comment
Share on other sites

  • 0

i am using acis rev 364 and i cant make it work i think it has conflict with l2raidboss instance

 

also that moveTo makes error i think its not existing

Edited by haskovo
Link to comment
Share on other sites

  • 0

i am using acis rev 364 and i cant make it work i think it has conflict with l2raidboss instance

 

also that moveTo makes error i think its not existing

 Try ---> moveToLocation(spawnX, spawnY, spawnZ, false);

If that doesn't work as well you'll need to search for that method and see if the argument list matches yours.

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