Page 3 of 90 FirstFirst 123451353 ... LastLast
Results 51 to 75 of 2238

Thread: [C][SRL5]ZMI-Extreme

  1. #51
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Yeah it doesn't many any sense why repeatedly clicks north on the camera. If you look in the script loop, it should only do this one time after logging the player, that's it.

    Are you sure you downloaded the SPS map I have on the OP and named it as "0_1" and put it in Includes > SPS > img > runecrafting_altars? Also, did you adjust the SPS tolerance like I also stated to do in the OP?

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  2. #52
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    From the looks of it, you didn't correctly install SRL5. It's very simple my friend. Download the SRL5 zip file from HERE, rename your current SRL include to something like "SRL-4", and unzip your downloaded SRL5 file, rename it as "SRL", and stick it in your Includes folder.
    No he got it right... NCDS forgot to remove extra variables. Should be gone now.

    Edit:
    I've been using this to recalibrate North. Called like 8 times every loop in smelter works good.

    Simba Code:
    r := round(rs_GetCompassAngleDegrees*100.0);
      Debugln('Compass: '+tostr(r/100.0)+' Degrees  r := ' + ToStr(r));
      if InRange(r, 300, 35699) then
      begin
        Debug('ClickNorth');
        ClickNorth(SRL_ANGLE_HIGH);
      end;
    Note: The compass can be off by exactly 2.6 (2.62) degrees, so I've taken that into account.
    Last edited by Narcle; 12-31-2011 at 10:58 AM.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  3. #53
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    I wonder why, though, it would continually try setting the compass to North. Within the script, this is only done when the player has logged in. Might it be because if SPS doesn't correctly find a tile on the MM it'll try adjusting the camera to dead north? If that's the case then it would be an issue with the SPS map not being found, or such.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  4. #54
    Join Date
    Dec 2011
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have the latest simba, sps, srl 5, ur zmi map. After i start the script, it teles, climb the ladder, banks and withdraw&fill all pouches, then stuck there doing nothing.



    btw this is the message i get when i start the script:

    =-=-=-=-=-=-= ZMI-Extreme Proto-type by Flight =-=-=-=-=-=
    Time Running: 4 Seconds
    Exp gained: 1
    Breaks: 0
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Exception in Script: Out of Global Vars range
    The following bitmaps were not freed: [6]
    [Hint] (655:5): Variable 'F' never used at line 654
    Compiled successfully in 671 ms.
    SRL Compiled in 0 msec
    SMART Initialized.
    Loaded: Server 86, Members: True, Signed: True, Super Detail: False.
    Last edited by sadzx1; 12-31-2011 at 12:25 PM.

  5. #55
    Join Date
    Nov 2011
    Posts
    118
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Yeah it doesn't many any sense why repeatedly clicks north on the camera. If you look in the script loop, it should only do this one time after logging the player, that's it.

    Are you sure you downloaded the SPS map I have on the OP and named it as "0_1" and put it in Includes > SPS > img > runecrafting_altars? Also, did you adjust the SPS tolerance like I also stated to do in the OP?
    Yes I have done all of that. If i manually walk myself to the altar, it clicks north like five times, then runecrafts. It only opens the large pouch, teles fine and gets to the bank, but then it sits there again clicking north.

  6. #56
    Join Date
    Dec 2011
    Posts
    496
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Having trouble with this script :S im not able to leave it more than 90 mins without it bugging, it either logs, or it stands @ bank area and clicks on compass then on the spot its standing on in the minimap, the last thing i've found it doing is it did ourana tele and then it ran all the way east till it met the sea & then continued to click into the sea, dont know how long it did it for :S

    Great work on the script though and i appreciate all the effort you've put into it and all the work you've done for this community (Y)
    Last edited by momotron; 12-31-2011 at 11:37 PM. Reason: Didn't want it to be all negative :P

  7. #57
    Join Date
    May 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    have air set as rune to use for payment, it doesn't pick it. It clicks the bank but doesn't pick the highlighted air rune

  8. #58
    Join Date
    Apr 2007
    Location
    Los Angeles
    Posts
    622
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Edit*

    I just realized I had tweeked with the script a bit and Had completely forgotten. My mistake <3
    Last edited by punkd; 01-01-2012 at 05:34 AM.

  9. #59
    Join Date
    Oct 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks very much, I love your scripts!
    I noticed that it doesn't empty the large pouch completely, and sometimes it looks like it mistakes the stripes on a bunyip for the banker.

  10. #60
    Join Date
    Apr 2007
    Location
    Los Angeles
    Posts
    622
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Hehe, I just added a quick prayer and recharge function to the script, FLAWLESS!!!

  11. #61
    Join Date
    Dec 2011
    Posts
    496
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Hey man, really need a stable version of this script, looking to use it for personal use (dont have army of bots, just the one main). willing to pay you for a stable script so yeah

  12. #62
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Phantom866 View Post
    Thanks very much, I love your scripts!
    I noticed that it doesn't empty the large pouch completely, and sometimes it looks like it mistakes the stripes on a bunyip for the banker.
    Hm? The script interacts with the pouches via inventory slot number, no color/DTM/Bitmap searching. So I'm confused what you mean.

    To you few having trouble with the script not walking anywhere. Did you modifiy the 'runecrafting_altars' tolerance to 0.5 in sps.simba like what I stated in the OP?

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  13. #63
    Join Date
    Dec 2011
    Location
    Aus
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Beast script =)

  14. #64
    Join Date
    May 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Setup everything all from the start again, still selects bank and does not pick the highligthed air rune

  15. #65
    Join Date
    Dec 2011
    Posts
    221
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is great BUT I have a problem of it only using the large pouch to empty, but it fills all the others (well tries too)

  16. #66
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Spelletje View Post
    Setup everything all from the start again, still selects bank and does not pick the highligthed air rune
    Hmm... I'm quite sure my "MPoint" is correct for choosing Air runes. Starting at line 91 is where the MPoints (Menu points) are defined for the 'rune payment screen'. If you want to change them you can do so there.

    Edit:
    Abli, does the problem happen just at the bank or altar or both?
    Last edited by Flight; 01-01-2012 at 03:57 PM.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  17. #67
    Join Date
    Dec 2011
    Posts
    221
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Hmm... I'm quite sure my "MPoint" is correct for choosing Air runes. Starting at line 91 is where the MPoints (Menu points) are defined for the 'rune payment screen'. If you want to change them you can do so there.

    Edit:
    Abli, does the problem happen just at the bank or altar or both?
    Just at altar, it tries to fill the pouches at bank (even though there already full xD) It's only happening with small and medium, idk about giant as I can't use yet.

  18. #68
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Albi View Post
    Just at altar, it tries to fill the pouches at bank (even though there already full xD) It's only happening with small and medium, idk about giant as I can't use yet.
    From how you describe it, I'd say you've defined the wrong slots for each of your pouches. Use this for a quick reference on getting item slots:


    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  19. #69
    Join Date
    Oct 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ^ thanks, that was my problem. I changed the slot numbers.

  20. #70
    Join Date
    Dec 2011
    Posts
    221
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    From how you describe it, I'd say you've defined the wrong slots for each of your pouches. Use this for a quick reference on getting item slots:

    Nope, all is defined properly.

  21. #71
    Join Date
    Dec 2011
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    working great for me, awesome script, i really wanted to level RC but its such a boring thing to do, now i can finally get my 90 RC to 99

    only thing ive noticed is there can be trouble banking if lots of players are near enolia.
    Last edited by Jack512; 01-01-2012 at 05:37 PM.

  22. #72
    Join Date
    Nov 2011
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Albi View Post
    This is great BUT I have a problem of it only using the large pouch to empty, but it fills all the others (well tries too)
    Im experiencing the exact same, also got the numbers correct.

    Copied a part of the CraftRunes function: the pouchhandling part:

    if (Seq = 0) then
    begin
    if PP1 then //Large pouch
    begin
    if HandlePouches(4, 2) then
    Seq := 1;
    end else
    if HandlePouches(5, 2) then
    Seq := 3;

    goto Start;
    end;

    if (Seq = 1) then
    begin
    if PP2 then //Giant pouch
    begin
    if HandlePouches(2, 2) then
    Seq := 2;

    goto Start;
    end else
    Seq := 3;

    Only large and Giant pouches are in this part of the CraftRunes function. I actually can't exactly figure out exact what the script does here, so i can't edit this myself. But i guess this is the reason the script doesn't use Small/Med pouches.

    Other than that it's doing great!

    //grammar - nazi:
    ClickMouse2(True);
    if ContactRepair then
    Writeln('Pouches repaired');

    =-=-=-=-=-=-= ZMI-Extreme Proto-type by Flight =-=-=-=-=-=
    Time Running: 33 Minutes and 36 Seconds
    Exp gained: 11704 (20.940/hr)
    Breaks: 0
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


    =-=-=-=-=-=-= ZMI-Extreme Proto-type by Flight =-=-=-=-=-=
    Time Running: 2 Hours, 40 Minutes and 24 Seconds
    Exp gained: 58446 (like 22k/hr)
    Breaks: 0
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    (same run)

    Ily flight no homo
    Last edited by Wattah; 01-01-2012 at 11:00 PM.

  23. #73
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Jack512 View Post
    working great for me, awesome script, i really wanted to level RC but its such a boring thing to do, now i can finally get my 90 RC to 99

    only thing ive noticed is there can be trouble banking if lots of players are near enolia.
    Yep I'm sure it's not so easy to find the banker in a populated world, like W70. That's why I've been running it in random worlds. No need to worry about getting attacked, the script heals your player just fine.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  24. #74
    Join Date
    Jan 2012
    Location
    New Jersey
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey mate, I can't get it to leave the bank. I did everything in the OP but it's a no go.

  25. #75
    Join Date
    Dec 2011
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    im having a lot of trouble D:

    Exception in Script: Unable to find file 'SRL/SRL/core/simba.simba' used from 'C:\Simba\Includes\SRL/srl.simba'

    i get this error when trying to start the script :/ sorry im new

Page 3 of 90 FirstFirst 123451353 ... LastLast

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
  •