Results 1 to 6 of 6

Thread: Requesting fantasy online bot??

  1. #1
    Join Date
    Jan 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Requesting fantasy online bot??

    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

  2. #2
    Join Date
    Nov 2011
    Location
    Netherlands
    Posts
    156
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    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:

    Simba Code:
    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.
    Last edited by bas; 08-14-2012 at 06:14 PM.
    I was away for a long time, but i'm back!

  3. #3
    Join Date
    Aug 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  4. #4
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    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
    Last edited by grats; 08-28-2012 at 07:27 AM.
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  5. #5
    Join Date
    Aug 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  6. #6
    Join Date
    Oct 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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
    Last edited by Ichirou; 10-21-2012 at 03:17 AM. Reason: T.T

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •