need help..
Moderator: Moderators
-
- Noob
- Posts: 3
- Joined: 25 Jul 2013, 05:36
- Noob?: Yes
need help..
what should i do if my character wont respawn when dead??
-
- Developers
- Posts: 627
- Joined: 30 Apr 2008, 14:17
- Noob?: No
- Discord: ya4ept#8494
- Location: Moskow (Russia)
Re: need help..
what do you want?
-
- Noob
- Posts: 7
- Joined: 19 May 2010, 09:17
- Noob?: No
Re: need help..
Sometimes I encounter this problem too...
When a character die, it stay remain with 1 HP without DEAD status (I suspect perhaps due connection lag)
For barbian technique,
add this on config.txt
For complicated tech..
well... once I tries
because the status isn't dead, the code won't trigger... so try to switching to brute force again
When a character die, it stay remain with 1 HP without DEAD status (I suspect perhaps due connection lag)
For barbian technique,
add this on config.txt
Code: Select all
doCommand relog {
timeout 1800
}
well... once I tries
Code: Select all
automacro Dead0 {
status dead
}
Code: Select all
automacro youAreAlreadyDead {
console /You have died/i
}