Page 12 of 19 FirstFirst ... 21011121314 ... LastLast
Results 276 to 300 of 467

Thread: RangeGuilder by Riyyi

  1. #276
    Join Date
    Apr 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Working great, thanks .

  2. #277
    Join Date
    May 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hello I am new to the forums, this is my first day using SRL/Simba and I fixed some parts of the anti-leech but I don't know what to do next. I am assuming something in the main loop is causing the script to terminate after 1 round! Is anybody able to help me out by PM or posting a link to a tutorial in the tut island that could help me (I looked). I only took matlab and arrays, C in school not java, thank you!!!

    EDIT: I know it has something to do with the coursesdone counter but I forget how to incorporate a fix, I feel like I am overthinking this.
    Last edited by bslaya; 05-10-2012 at 10:25 PM.

  3. #278
    Join Date
    Dec 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jefkezor View Post
    Working great, thanks .
    Doesn't it run behind the targets a lot for you?

  4. #279
    Join Date
    May 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How do u fix the error?

  5. #280
    Join Date
    May 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I left this running the whole day, and now when I came to check on it I found my character in Seer's village standing there with no tickets and all worn member objects in the inventory.
    I just lost 200k worth of tickets, I am broke and since I don't have any non-combat skills I can't get any money to even buy arrows.
    It ruined everything!

  6. #281
    Join Date
    Nov 2011
    Posts
    232
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by elpreda View Post
    I left this running the whole day, and now when I came to check on it I found my character in Seer's village standing there with no tickets and all worn member objects in the inventory.
    I just lost 200k worth of tickets, I am broke and since I don't have any non-combat skills I can't get any money to even buy arrows.
    It ruined everything!
    You run the script, you run the risk.

  7. #282
    Join Date
    Apr 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, after teaching myself how to script thanks to the tutorial island, I can say that I've finally got this script working. Lol.. mission accomplished! thanks =D

    Edit: after letting it go through like 15 rounds or something it took me to the other side of the range (behind the targets). I changed GetIntoPos as follows:

    Code:
    procedure GetIntoPos; // (2515, 2970) // (2530, 2985) // (2520, 2980)
    var
      myPath: TPointArray;
    begin
      if not InCords(2510, 2965, 2545, 2990) then
        myPath := [Point(2520, 2983)];//changed to this point
        SPS_WalkPath(myPath);
    end;
    By changing to that point is goes back to the correct area. All peachy again =)
    Last edited by smoshism; 05-11-2012 at 11:22 PM.

  8. #283
    Join Date
    May 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i noticed whenever it levels up ur ranged it goes back and attacks lst guard in the back then stops =P just a tip

  9. #284
    Join Date
    May 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script works well enough, it finds the judge, shoots the targets. You have to check on it from time to time because it goes behind the targets, but not too often and you must have the money to afford losing your tickets in some place completely unrelated to the minigame, otherwise you'll be like me, trying to convince MSI to actually mine something, not just search for players and randoms.
    That said, if you can afford the risk this is one of the better scripts.

  10. #285
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i fixed the compile error , knowing something about this script. but unable to fix the 2nd and last problem . is there 1 or 5 errors from main loop to the end? been trying out all stuff's , seen all vid's . none on the last 2 . any tips?

  11. #286
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tanjunyang View Post
    i fixed the compile error , knowing something about this script. but unable to fix the 2nd and last problem . is there 1 or 5 errors from main loop to the end? been trying out all stuff's , seen all vid's . none on the last 2 . any tips?
    please do give me a hint, aint a leecher. just unable to figure what it is all about. 1 error ? or multiple.

  12. #287
    Join Date
    May 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    There is one error when you try to compile and then another one that makes the script stop after one play through the minigame. In case it's not clear, by main loop he meant the main loop of the script, not the procedure mainloop.
    Antileech is not meant to be difficult, so don't look for complex things, it's just a little something that stops those who don't know anything about programming.

  13. #288
    Join Date
    Jan 2012
    Posts
    550
    Mentioned
    2 Post(s)
    Quoted
    177 Post(s)

    Default

    Quote Originally Posted by tanjunyang View Post
    please do give me a hint, aint a leecher. just unable to figure what it is all about. 1 error ? or multiple.
    Just look through the basic scripting tutorials. You should be able to figure it out after that.

  14. #289
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ive been trying to fix the anti-leech but have no success, i suppose im going to have to learn how to script right?

  15. #290
    Join Date
    Dec 2011
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ^^^
    yup
    To Do List!
    Reach 100 posts.
    Learn Basic Scripting
    Make First Script.
    Make Flawless Public Script

  16. #291
    Join Date
    Feb 2012
    Location
    New York, or in a van/bus touring somewhere.
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Absolutely love this script. I've been using it on a new account that has the trial membership. Recieved level 71 ranged using it in just a weeks time. I edited a bit of the script to make it run a bit faster since I have a limited time of membership :P Kudos to you Riyyi!

  17. #292
    Join Date
    Dec 2011
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great just got it to work... idk how well but it's looping so thats all that matters=]

  18. #293
    Join Date
    Mar 2010
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is anyone able to give a helping hand? i can PM what ive got so far for the CoursesDone := (CoursesDone + 1);

  19. #294
    Join Date
    May 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dude can you get this to work I keep getting the messages :
    Successfully executed.
    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
    [Error] (239:5): Unknown identifier 'CoursesDone' at line 238
    Compiling failed.
    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
    [Error] (239:5): Unknown identifier 'CoursesDone' at line 238
    Compiling failed.
    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
    [Error] (239:9): Unknown identifier 'CoursesDone' at line 238
    Compiling failed.

  20. #295
    Join Date
    May 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works goodd!
    Last edited by Steingraber; 05-16-2012 at 03:52 AM.

  21. #296
    Join Date
    Nov 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I've been trying to fix the anti-leech for hours, still can't do it.. help please!

  22. #297
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by Riyyi View Post


    Requirements for Use:
    • Fix Compiling Error (Anti-Leech).
      (Tip: Also check the main loop.)
    Make sure you read it properly.

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  23. #298
    Join Date
    Nov 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    k, I think I fixed it. Changed a < to > and (true) to not LoggedIn

    edit: now it keeps running behind the targets every 10 minutes -.-
    Last edited by pakatsui; 05-16-2012 at 12:22 PM.

  24. #299
    Join Date
    May 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    You need to add a failsafe that recognises that checks to see arrows are equipped.
    Other than that, script is great

  25. #300
    Join Date
    May 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by gmkizzle View Post
    You need to add a failsafe that recognises that checks to see arrows are equipped.
    Other than that, script is great
    uh... how?

Page 12 of 19 FirstFirst ... 21011121314 ... LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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