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.

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