AI Stuck

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
Kafra
Human
Human
Posts: 23
Joined: 20 Aug 2014, 18:04
Noob?: No
Location: Al de Baran

AI Stuck

#1 Post by Kafra »

Hi,

I got a pretty often AI stuck issue, below is the AI status

Code: Select all

------------------ AI Sequence -------------------
0: teleport {suspended=>'1409354157',lv=>'1'}

1: macro {empty}

2: attack {ID=>'.Ê..',missedFromYou_last=>'',dmgFromYou_last=>'',pos_to=>{y=>'125',x=>'55'},unstuck=>{timeout=>'2'},lastSkillTime=>'1409354155.9122',dmgToYou_last=>'',attackMethod=>{maxDistance=>'15',distance=>'15',type=>'weapon'},pos=>{y=>'125',x=>'55'},missedYou_last=>'',ai_attack_giveup=>{timeout=>'4',time=>'1409354157.78582'},attackMainTimeout=>'1409354157.78574'}

--------------------------------------------------
And this is what I got in my macro:

Code: Select all

automacro unstuck {
        timeout 3
        exclusive 1
        console /(calculate|No LOS|reach or damage target)/i
        call {
        do tele
        }
}
Any clue what's wrong with my openkore?

The bot is just standing, doing nothing, but keep using useSelfSkill (self-buffs..)
Visit our headquarters in Al de Baran.

Locked