Results 1 to 4 of 4

Thread: I have absolutely no idea what I'm doing...

  1. #1
    Join Date
    Dec 2016
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default I have absolutely no idea what I'm doing...

    Been trying for about a steady 9 hours now to create a simple "walking bot" of sorts for Clan Wars, FFA in general.
    Severely lacking on sleep and probably about to give up for the day, until I rise again only to do the same thing.
    I'm quite hoping someone will see one of my posts soon, however.

    I've been doing SOME work, and where I can't get {$i srl/srl.simba} to start as it is red and then tells me "Error: File "srl/srl.simba" not found at line 2"
    This is my current works on attempting to get it to walk into the portal, everything has to be done manually, starting the script over and over, and often missing the portal itself.
    Code:
    program Isortabotted;
    var
    x, y: Integer
    begin
    MoveMouse(621,68);
    ClickMouse(621,68,mouse_Left);
    Wait(1500);
    MoveMouse(724,64);
    ClickMouse(724,64,mouse_Left);
    Wait(1500);
    MoveMouse(365,121);
    ClickMouse(365,121,mouse_Left);
    Wait(2500);
    MoveMouse(333,91);
    ClickMouse(333,91,mouse_Left);
    end.
    So yeah.. Any help would be appreciated thoroughly, and as I can't pay you or anything, I'd just be willing for some advice or cooperation in creating this. Thanks.

  2. #2
    Join Date
    Dec 2016
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Also I've been looking on some guides and I guess the commands are outdated..? I tried to use a command called "mmouse" in order to move the mouse to a desired color and it told me the command did nothing. No idea what to do with that.

  3. #3
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    Dude, no need to double post. If you ask nicely I am sure someone will help you AFTER you have looked through some tutorials...

    https://villavu.com/forum/showthread.php?t=94909

    and as acow posted:

    Quote Originally Posted by acow View Post
    hey buddie, check out this thread https://villavu.com/forum/showthread.php?t=58935

    and make sure to read these parts http://i.imgur.com/TT0S4TH.png
    Should look into using srl-6 for a rsps unless it is a 317... then use aerolib

  4. #4
    Join Date
    Dec 2016
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Sorry, I felt like some of my other posts I've put on old threads were kind of gravedigging, so I posted a new one. Didn't think about it.

    I appreciate the advice, I'm looking at guides right now such as the Common Scripting Errors guide posted by Abu here https://villavu.com/forum/archive/in...p/t-82793.html

    As well as this thread for beginners https://villavu.com/forum/showthread...light=Barbrady

    I'll have to check out the details on downloading SRL, as I can't get it to work in Simba, the coding around it is red (not sure if it is supposed to be).

    I'm willing to cooperate as I said before, just hoping someone will see this and perhaps throw their two cents in. I appreciate the help.

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
  •