Kore getting stucked with Greatest Generak

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
chrisliebaer
Noob
Noob
Posts: 1
Joined: 31 Jul 2010, 22:39
Noob?: No

Kore getting stucked with Greatest Generak

#1 Post by chrisliebaer »

Hi,

my Bot allways getting stucked while attackign Greatest Generals. When it begins to attack an GG he moves closer to attack and then back again. He wont stop until the mob is skilled by someone else. I suppose is has something to do with these lines. If he fights against a GG he always runs back and comes closer again to the mob. I cant figure out why this happens, my other chars (meele) doesnt have any issues.

Code: Select all

attackDistanceAuto 0
attackCanSnipe 1
attackDistance 15
attackMaxDistance 40

#Run away from Greates General
runFromTarget Greatest General
runFromTarget_dist 7
I'm not sure if this helps, but this is a part of the log while stucking

Code: Select all

[route] Route You Solution Ready!
[route] Route You - next step moving to (76, 85), index 5, 6 steps left
[move] Move You - (re)trying
[parseMsg_presence] Monster Exists: Savage (2)
[parseMsg_move] You're moving from (72, 89) to (76, 85) - distance 5.7
[move] Move You - done
[route] Route You - trimming down solution (6) by 1 steps
[route] Route You - next step moving to (76, 85), index 4, 5 steps left
[move] Move You - (re)trying
[parseMsg_presence] Monster Disappeared: Savage (2)
[parseMsg_damage] Unknown #57852 attacks Unknown #4120220 (Dmg: Miss!) (Delay: 1152ms)
[move] Move You - (re)trying
[ai] Auto-item use: Red Potion
[parseMsg_move] You're moving from (75, 86) to (76, 85) - distance 1.4
[move] Move You - done
[route] Route You - trimming down solution (5) by 1 steps
[route] Route You - next step moving to (76, 85), index 3, 4 steps left
[move] Move You - (re)trying
[useItem] Du hast Red Potion (4) x 1 benutzt - 19 noch vorhanden
[move] Move You - (re)trying
[parseMsg_move] You're moving from (76, 85) to (76, 85) - distance 0.0
[move] Move You - done
[route] Route You - trimming down solution (4) by 4 steps
[route] You reached the destination.
[move] Move You - (re)trying
[parseMsg_move] You're moving from (76, 85) to (76, 85) - distance 0.0
[parseMsg] Unknown Connected: 1494 - [move] Move You - done
[move] Move You - (re)trying
[parseMsg_move] You're moving from (76, 85) to (71, 92) - distance 8.6
[move] Move You - done
[move] Move You - (re)trying
[parseMsg_move] You're moving from (74, 87) to (66, 99) - distance 14.4
[move] Move You - done
[ai_attack] Target distance 24.0 is >7; moving to target: from (66,99) to (76,85)
[route] You on route to: (): 76, 85
[route] Route You Solution Ready!
[route] Route You - next step moving to (76, 85), index 5, 6 steps left
[move] Move You - (re)trying
[parseMsg] Monster Moved: Beetle King (1) - (77, 88) -> (79, 83)
[parseMsg_damage] Unknown #4120220 attacks Unknown #57852 (Dmg: 115) (Delay: 320ms)
[move] Move You - (re)trying
[parseMsg_damage] Unknown #57852 attacks Unknown #4120220 (Dmg: Miss!) (Delay: 1152ms)
[parseMsg_move] You're moving from (71, 90) to (76, 85) - distance 7.1
[parseMsg] Unknown Disappeared: FC E1 00 00
[move] Move You - done
[route] Route You - trimming down solution (6) by 1 steps
[route] Route You - next step moving to (76, 85), index 4, 5 steps left
[move] Move You - (re)trying
[parseMsg_damage] Unknown #57997 attacks Unknown #4120220 (Dmg: 202) (Delay: 960ms)
[move] Move You - (re)trying
[parseMsg_move] You're moving from (75, 86) to (76, 85) - distance 1.4
[move] Move You - done
[route] Route You - trimming down solution (5) by 1 steps
[route] Route You - next step moving to (76, 85), index 3, 4 steps left
[move] Move You - (re)trying
Thanks for helping
Chris

Ircmage
Noob
Noob
Posts: 4
Joined: 28 Mar 2011, 21:37
Noob?: Yes

Re: Kore getting stucked with Greatest Generak

#2 Post by Ircmage »

goto control folder and find mon_control.txt
put Greatest General -0 0 0 in your mon_control.txt :)) hope its work

Locked