@sir cookie
sir how do i use au3info?
btw i already modified the mobs to pink using xnview..
heres my config:
-------------------------------------------------------------------------------------------------
[Game Window]
Title = Eclipse FlyFF
[Character position]
# this is the position of the char on the screen after positioning the game window to the point(0,0) (made automatically by the bot)
# these values change from a client to another, make sure to change them if your game is not listed here.
# Use "autoit window info" to find the values for example
# download from here

xPos = 521
yPos = 426
[Mob]
# The position on the screen of the circle representing the mob element
# This can change from a client to another
left = 421
top = 30
right = 443
bottom = 52
# The mob element color
eltColor = 0x0000FF
#RGB. pixel color of the mob
color = 0xFF00FF
[killing]
# (in seconds) If after this time period the mob is still alive, your character should stop killing or try to escape an obstacle (see abandon option)
MaxKillTime = 15
# abandon = 1 means that you will abandon the targeted mob if the max kill time is reached
# if you put it to 0, you will try to escape any blocking obstacle and continue with the selected mob until it dies.
abandon = 0
# Choose between: F1 => F10
attack = F5
[Buff]
# 1 = use selfbuffs, 0 = do not use selfbuffs
useBuffs = 1
# in seconds
buffDelay = 300
# F1 => F10
# will press F2 then F3 then F4 and finally F5 in the right order (2 seconds between each buff).
# if you are Bp: put stick in F1, other buffs in F2 -> F7, shield in F8, Knux in F9 and attack in F10, for example.
sequence = F1:F2:F3:F4...
-------------------------------------------------------------------------------------------------
is my [mob] and [killing] settings right?
when i hit start button of texbot, it only point and point to pink mobs,
it doesn't click the pink mob and use the attack action placed in f5 button..
wheres the problem in my case?