<Monster> hit you for more than <XX> dmg in lockMap. Telepor

International

Moderator: Moderators

Bahamut
Noob
Noob
Posts: 17
Joined: 30 Sep 2009, 04:40
Noob?: Yes

<Monster> hit you for more than <XX> dmg in lockMap. Telepor

#1 Post by Bahamut »

What this message means?
"<Monster> hit you for more than <XX> dmg in lockMap. Teleporting..."

I keep getting that message every time it attacks a monster =/

Code: Select all

[ 69/ 72] You attack Monster Wolf (0) (Dmg: Miss!) (Delay: 54.3)
Wolf hit you for more than 1 dmg in lockMap. Teleporting...
[ 69/ 72] Monster Wolf (0) attacks you (Dmg: 10) (Delay: 50.4)
[ 68/ 72] You attack Monster Wolf (0) (Dmg: 25) (Delay: 54.3)
Wolf hit you for more than 1 dmg in lockMap. Teleporting...
[ 68/ 72] Monster Wolf (0) attacks you (Dmg: 11) (Delay: 50.4)
[ 66/ 72] You attack Monster Wolf (0) (Dmg: 37) (Delay: 54.3)
Wolf hit you for more than 1 dmg in lockMap. Teleporting...
[ 66/ 72] Monster Wolf (0) attacks you (Dmg: 15) (Delay: 50.4)
[ 64/ 72] You attack Monster Wolf (0) (Dmg: 12) (Delay: 54.3)
Wolf hit you for more than 1 dmg in lockMap. Teleporting...
[ 64/ 72] Monster Wolf (0) attacks you (Dmg: 10) (Delay: 50.4)
voter_me
Human
Human
Posts: 22
Joined: 07 Jan 2009, 06:38
Noob?: Yes

Re: <Monster> hit you for more than <XX> dmg in lockMap. Telepor

#2 Post by voter_me »

this might help you ----> http://hakore.bot.nu/openkore/manual/

Code: Select all

teleportAuto_totalDmg [<number>]
    If this option is set, Kore will automatically teleport if the total amount of damage dealt to you by one monster is greater than or equal to the specified number.

    Notes:

            * This option is ignored if teleportAuto_totalDmgInLock is set and you are in lockMap.
            * If you timely teleport due to attack from the monster, you will not receive any damage at all even if it is displayed in the console.

Code: Select all

teleportAuto_totalDmgInLock [<number>]
    If this option is set and you are currently inside you lockMap, Kore will automatically teleport if the total amount of damage dealt to you by one monster inside the lockMap is greater than or equal to the specified number.

    Note. If you timely teleport due to attack from the monster, you will not receive any damage at all even if it is displayed in the console.
Bahamut
Noob
Noob
Posts: 17
Joined: 30 Sep 2009, 04:40
Noob?: Yes

Re: <Monster> hit you for more than <XX> dmg in lockMap. Telepor

#3 Post by Bahamut »

I think it is MaxDmg i have it set to "1", i will try, thanks!