need help..

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

joker911
Noob
Noob
Posts: 3
Joined: 25 Jul 2013, 05:36
Noob?: Yes

need help..

#1 Post by joker911 »

what should i do if my character wont respawn when dead??
User avatar
4epT
Developers
Developers
Posts: 627
Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)

Re: need help..

#2 Post by 4epT »

what do you want?
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image
kangtuji
Noob
Noob
Posts: 7
Joined: 19 May 2010, 09:17
Noob?: No

Re: need help..

#3 Post by kangtuji »

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

Code: Select all

doCommand relog {
	timeout 1800
}
For complicated tech..
well... once I tries

Code: Select all

automacro Dead0 {
status dead
}
because the status isn't dead, the code won't trigger... so try to switching to brute force again

Code: Select all

automacro youAreAlreadyDead {
console /You have died/i
}