selassie Posted July 14, 2010 Posted July 14, 2010 Well I am using ubuntu and only commands there <.< I want to add respawn time to one mob. With command can anyone help me ? command is like that: INSERT INTO tablename ... i want the command to add respawntime on a mob id.
0 Realtek2 Posted July 14, 2010 Posted July 14, 2010 UPDATE `spawnlist` SET `respawn_delay`='delay' WHERE (`id`='npcid'); see the red things :D
0 selassie Posted July 14, 2010 Author Posted July 14, 2010 see the red things :D Love you :) And one more thing the delay is in multiseconds, seconds, minutes ? :D I mean how much is one hour (L)
0 Realtek2 Posted July 14, 2010 Posted July 14, 2010 60*60 = 3600 for one hour and delay is in seconds :)
0 selassie Posted July 14, 2010 Author Posted July 14, 2010 60*60 = 3600 for one hour and delay is in seconds :) Thank you very much.
Question
selassie
Well I am using ubuntu and only commands there <.<
I want to add respawn time to one mob.
With command can anyone help me ?
command is like that: INSERT INTO tablename ...
i want the command to add respawntime on a mob id.
5 answers to this question
Recommended Posts