Hi all, does anyone know which table holds spawn timer and XP per kill in the DB?
I can't figure out how to change those two things, any help is appreciated.
Meant for trinity btw, used wrong prefix.
Hi all, does anyone know which table holds spawn timer and XP per kill in the DB?
I can't figure out how to change those two things, any help is appreciated.
Meant for trinity btw, used wrong prefix.
Last edited by Xioman; 04-10-2011 at 11:32 AM.
respawn time is in the creature_proto table named "respawntime" and i believe it is in milliseconds so a 1 minute respawn would be a value of 60000
as far as I know there is no way to change the xp without changing the rates in your configs. It will just give the same xp any other monster of that level would.
If you are using it as a way of leveling up you could have a repeatable quest to kill that monster and give give the same xp from the quest as you wanted to the monster to give
Last edited by Zibenatum; 04-20-2011 at 06:04 PM. Reason: added the bit about milliseconds