How to change spawn rates ?
Can anyone inform me how to change spawn rates, such as setting TOV to a 3 hr respawn for example ?
|
If you wanted to change the spawn time for *everything* in tov, it would be as simple as an sql query :
Code:
update spawn2 set respawntime = 10800 where zone like templeveeshan |
|
And where would you update this code to ? Is there a way to do this through HeidiSQL ?
|
It is really easy to change them using GeorgeS' NPC Loot Editor. Check his section of the forums for more info.
|
Quote:
If you are using windows and you did the step-by-step install of MySQL using the guide provided on the wiki, just go to... 1. Start->Menu->(You should see something related to MySQL)MySQL->MySQL Server 5.1(in my case)->MySQL command line client (click on this). 2. A black-command-line window appears asking for your password. You just need to type in the password you gave when doing the MySQL installation. After that, and if you typed the correct password, you are inside the database manager. type: use peq; (this is only if you chose the PEQ database) or use ax_classic;(only if you chose Angelox database). now you can type the UPDATE.... that was posted earlier. |
All times are GMT -4. The time now is 08:08 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.