PDA

View Full Version : Requesting fantasy online bot??



ppgab
07-07-2012, 06:52 PM
There's this game called fantasy online, i think its pretty cool, its on for 2 years now and has grown alot

>>>www.fantasy-mmorpg.com

some quests like, you have to kill 300 mobs and tend to be booooooring, to kill a monster you just have to click it twice and wait, can this be done? i know its way too much to ask, but why not try

bas
08-14-2012, 06:09 PM
Should be easy mate :)

Check color of the monster with ACA


About the "(x, y, COLOR, 564, 214, 726, 451, 5)"

Where it say COLOR in the script, enter the monster color you find with ACA.

the numbers are the left upper conor of the screen to right down.

EDIT:



program AutoFighter;

var
x,y: Integer;

const

procedure Attack;
begin
If FindColorTolerance(x, y, COLOR, 564, 214, 726, 451, 5) then
begin
Writeln('Found NPC > Attacking!')
MoveMouse(x,y+random(3));
wait(randomrange(25,50));
ClickMouse(x,y,mouse_Left);

Wait(5000); //MS to wait. 1000 = 1sec
end;
end;

begin
repeat

Attack; //Procedure Attack

until(false);
end.

FrankFurter
08-28-2012, 07:09 AM
This compiles with minimal composure, but doesn't seem to do anything other than click mid-right on the screen, which for me is usually occupied by Simba while trying to do something with this.. I would like to learn Pascal and undertake this kind of script.. Which brings me to a question, does it have to be a RS script to become a member here?

Also is there going to be foreseeable issues with dragging the crosshairs to Chrome? Would love to get some somewhat expert guidance, although I've only very recently stumbled upon Simba, and this wonderful forum database, with what seems to be some fairly talented scripters and trollers. :)

grats
08-28-2012, 07:24 AM
http://villavu.com/forum/showthread.php?t=87444

This might interest you, unless it's browser based.. I didn't register so I'm not sure


anyway learning some DTM's and or bitmaps looks like that would concur that game totally

http://villavu.com/forum/showthread.php?t=67691
http://villavu.com/forum/showthread.php?t=73524
some other tutorials around there

FrankFurter
08-29-2012, 05:41 PM
It is browser based.. I've started trying to figure out if and how I could possibly get it to load into SMART or in a stand alone window through chrome or FFox.
Though I've just begun, I got it recognizing "unique" colors.. unfortunately they're not that unique. Damn you logout button being 1 color away from what I used lol. More study'ing the in-depth guides which mock me is required.. ;) Oh my Booleans@! DTM's are still confusing, there is no mini-map on FO. Will get around to watching YoLo's vid sometime.. Thanks for pointing me around tho. :D

Ichirou
10-21-2012, 02:09 AM
Thank you for making the script

but its not working correctly its clicking when it says my guild name instead of killing the monster i want it to