I tried searching through the forums bat i cant find it, help
1. how can i not let the bot return to last save point when it dies? because it returns to town even b4 my priest can resu it
2. how can it disconnect then reconnect again every 10mins? is it on the timeout.txt?
thx
how to disable "return to last save point"? DC every 10min
Moderators: waferbaron, Moderators
Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
-
- Noob
- Posts: 5
- Joined: 29 Dec 2011, 10:25
- Noob?: No
-
- Plain Yogurt
- Posts: 61
- Joined: 12 Nov 2012, 09:22
- Noob?: Yes
Re: how to disable "return to last save point"? DC every 10min
condor1994 wrote:I tried searching through the forums bat i cant find it, help
1. how can i not let the bot return to last save point when it dies? because it returns to town even b4 my priest can resu it
in your timeouts.txt
ai_dead_respawn 99999
2. how can it disconnect then reconnect again every 10mins? is it on the timeout.txt?
use a macro
thx
-
- Noob
- Posts: 5
- Joined: 29 Dec 2011, 10:25
- Noob?: No
-
- Developers
- Posts: 308
- Joined: 06 Jul 2012, 13:44
- Noob?: No
Re: how to disable "return to last save point"? DC every 10min
there's also the sleep_time thing in config.txt
-
- Plain Yogurt
- Posts: 59
- Joined: 06 Jun 2010, 22:08
- Noob?: No
Re: how to disable "return to last save point"? DC every 10min
In config txtcondor1994 wrote:I tried searching through the forums bat i cant find it, help
2. how can it disconnect then reconnect again every 10mins? is it on the timeout.txt?
thx
doCommand relog {
timeout 600
}
Dont forget to check if your docommand plugin is at the right place.
Wouldnt be the sleeptime to increase or decrease cpu usage?ever_boy_ wrote:there's also the sleep_time thing in config.txt
-
- Developers
- Posts: 308
- Joined: 06 Jul 2012, 13:44
- Noob?: No
Re: how to disable "return to last save point"? DC every 10min
yeah, I was actually thinking about autoRestartSleep. my mistake.