yes
i just have to put "pick up item" in f1~f4 and set the delay nearby the killing time( i'm using melee)
oh and there's 1 more problem
if red named monster(aggressive one) attack me, my char will leave it and choose the other monster
yes, you can add pickup item in F slots
Just to know, what I call "kill time" is in reality the max time you make to kill a mob, it means that even if you configure the killing time to something like 30 seconds, if you kill the mob in 3 sec, you will switch to another mob right after you finish the first, etc...
Aggro mob search is already implemented but, i deactivated it because then I have to search for a color in the mob itself and there are too many mobs so that's will be very hard to do (too much work) and it will not be as good as the navigator search!
it doesnt work for me, im playin eclipse flyff and started as window (right solution)
but always when I press start it just moves the view in flyff, closes inventory, opens the menu and say : Bad Target!
I have my skill Windfield on F5... What am I doing wrong?
I think the problem is that it does not choose a monster to attack...
it doesnt work for me, im playin eclipse flyff and started as window (right solution)
but always when I press start it just moves the view in flyff, closes inventory, opens the menu and say : Bad Target!
I have my skill Windfield on F5... What am I doing wrong?
I think the problem is that it does not choose a monster to attack...
I think that we can no longer click on a mob from the navigator!! I just tested and I got almost "bad targets", I tried to click on mobs from the nav and it just was impossible in 95% of cases...
Check your server patch notes to be sure that this function has been deactivated...or ask some people to confirm that. If it has been patched, that's not good news for you!
Doesn't work for eflyff, not anymore atleast. bad target and also sometimes it just goes on without saying or doing anything. You said something about not being to target using the navigator , did you only mean eclipse then? cuz it works manually on eflyff so idk what is wrong then,
Doesn't work for eflyff, not anymore atleast. bad target and also sometimes it just goes on without saying or doing anything. You said something about not being to target using the navigator , did you only mean eclipse then? cuz it works manually on eflyff so idk what is wrong then,
I was talking about eclipseFlyff.
Well, I just tested in eflyff and it is working good!
What version of windows do you have(xp,7,vista...)? which arch? (32, 64 bits).
Don't forget to put an attack skill on the F5-key and try to disable your antivirus or any other programs that can interfere...
Well, I just tested in eflyff and it is working good!
What version of windows do you have(xp,7,vista...)? which arch? (32, 64 bits).
Don't forget to put an attack skill on the F5-key and try to disable your antivirus or any other programs that can interfere...
w7, 64 bit, i disabled anti virus, got .net framework 4.5, i made sure to have on f5, Hm my mouse never moves, could it be GameGuard? i have a lil pixel bot myself i wrote because i couldn't get your to work, but that one doesn't work because GameGuard won't let me move mouse or send keystrokes. I am guessing you have a bypasser? i don't know how to code that. If you can i would like to chat with you, my skype is Talpy i think. or steam, talpyka96
Edit: Well i'll be damned, i redownloaded it, i changed flyff directory from my main c drive, programfilesx86 to other drive (had other kinds of problem with doing stuff to things being there) and it works! well i guess its all working perfect then , but i would still like to have a chat with ya, i am learning to code C# for now and have made some fun stuff but i am gonna start playing flyff now and since it has GameGuard i can't program anything to it, if you could teach me how to bypass it i would also be able to contribe to the flyff hack section : )
w7, 64 bit, i disabled anti virus, got .net framework 4.5, i made sure to have on f5, Hm my mouse never moves, could it be GameGuard? i have a lil pixel bot myself i wrote because i couldn't get your to work, but that one doesn't work because GameGuard won't let me move mouse or send keystrokes. I am guessing you have a bypasser? i don't know how to code that. If you can i would like to chat with you, my skype is Talpy i think. or steam, talpyka96
Edit: Well i'll be damned, i redownloaded it, i changed flyff directory from my main c drive, programfilesx86 to other drive (had other kinds of problem with doing stuff to things being there) and it works! well i guess its all working perfect then , but i would still like to have a chat with ya, i am learning to code C# for now and have made some fun stuff but i am gonna start playing flyff now and since it has GameGuard i can't program anything to it, if you could teach me how to bypass it i would also be able to contribe to the flyff hack section : )
Nice!
Well, I am not really a good programmer (I only know Java language) ! I just used a simple scripting tool to make the bot.
Autoit is very simple to learn and I learned it alone (too many examples in the web site..).
And about bypassing GG, you only need to bypass PostMessage and SetCursorPosition functions. In this thread , it is explained how to use the DLL "ggbp.dll".
If you use autoit, you have to adapt the dll calls using "Dllcall" function etc...
An example with autoit for pressing the buttin I is :