how to disable "return to last save point"? DC every 10min

Philippines

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.
condor1994
Noob
Noob
Posts: 5
Joined: 29 Dec 2011, 10:25
Noob?: No

how to disable "return to last save point"? DC every 10min

#1 Post by condor1994 »

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
flashdbest
Plain Yogurt
Plain Yogurt
Posts: 61
Joined: 12 Nov 2012, 09:22
Noob?: Yes

Re: how to disable "return to last save point"? DC every 10min

#2 Post by flashdbest »

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
condor1994
Noob
Noob
Posts: 5
Joined: 29 Dec 2011, 10:25
Noob?: No

Re: how to disable "return to last save point"? DC every 10min

#3 Post by condor1994 »

oh thx a lot
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: how to disable "return to last save point"? DC every 10min

#4 Post by ever_boy_ »

there's also the sleep_time thing in config.txt
daggerblade
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 06 Jun 2010, 22:08
Noob?: No

Re: how to disable "return to last save point"? DC every 10min

#5 Post by daggerblade »

condor1994 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
In config txt

doCommand relog {
timeout 600
}

Dont forget to check if your docommand plugin is at the right place.
ever_boy_ wrote:there's also the sleep_time thing in config.txt
Wouldnt be the sleeptime to increase or decrease cpu usage?
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: how to disable "return to last save point"? DC every 10min

#6 Post by ever_boy_ »

yeah, I was actually thinking about autoRestartSleep. my mistake.