Jump to content
  • 0

[Question]Respawn Time


Question

3 answers to this question

Recommended Posts

  • 0
Posted

Yep as Tryskell said, you need to change it from navicat. If you don't know how to make it for all mobs automatically, just make a txt file, and save it as .sql... you could do it like that:

UPDATE `spawnlist` SET `respawn_delay` = secondshere WHERE `respawn_delay` > 0;

 

That would work.. or if you want to change the respawn time of a specific NPC Id, try this:

UPDATE `spawnlist` SET `respawn_delay` = secondshere WHERE `npc_templateid` = npcID;

 

if the second has an error, try to make it == npcID;

  • 0
Posted

You can change on java side aswell (imagine you want a config which x3 all respawns no matter the mob), but it will be generic, until you code exceptions and/or do special scenario (another config which take only one type of class).

 

Just track the "respawn_delay" use.

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