Page 4 of 90 FirstFirst ... 234561454 ... LastLast
Results 76 to 100 of 2238

Thread: [C][SRL5]ZMI-Extreme

  1. #76
    Join Date
    Dec 2011
    Location
    In a hairy pussy
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can anyone post some proggies? :P Thx
    __________________________________
    Saw it lol..

    Nice script.
    Will try !
    Last edited by ImTheBestBotter; 01-02-2012 at 12:29 PM. Reason: Saw what I were looking for

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

    Default

    Quote Originally Posted by afastngr View Post
    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
    Ah no biggie. Yeah you need SRL 5 to run the script. I posted a link in the OP to the official SRL 5 post. From there you can find out how to download & install it.

    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..."


  3. #78
    Join Date
    Oct 2011
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 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
    Update your SRL.

    E: I'm Slow at Typing >.< :P

  4. #79
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    About to try now paid my friend 2m just to fill my bank so i can try this script lol.

    Edit: My script does nothing but hoover mouse around the screen when i start my ghrapic settings are correct inventory set up right filled in rest of script correctly did SRL and SPS thing and idk what else lol ?

    Edit: Didnt know i had to start at the bank down there tought could start somewhere else and it would go from there was trying to start at lunar island bank got it now wish me luck !!!
    Last edited by illuminatiswag; 01-02-2012 at 04:17 PM.

  5. #80
    Join Date
    Aug 2011
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm running it right now, it is working beautifully! I will edit this post with a progress report if it fails a random or stops.

    Thank you again for a great script, I doubt it can get much more flawless and smooth as this!

  6. #81
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by redeclipse View Post
    I'm running it right now, it is working beautifully! I will edit this post with a progress report if it fails a random or stops.

    Thank you again for a great script, I doubt it can get much more flawless and smooth as this!
    this is 100% FACT this script is about flawless

    Is my xp good for my rcing level only 67 using small and med pouch might go get large now waiting to see if it fixes pouchs correctly

    =-=-=-=-=-=-= ZMI-Extreme Proto-type by Flight =-=-=-=-=-=
    Time Running: 1 Hours, 5 Minutes and 41 Seconds
    Exp gained: 24251
    Breaks: 0
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

  7. #82
    Join Date
    Dec 2011
    Posts
    505
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Script does not use Small or Medium pouches, yes I have them defined properlly.. used this as reference:

    *I can't use Giant, so in my inventory I have it as:

    I changed the numbers on the script like that:
    Code:
    //Pouch settings
      SS            = 6;           //Which slot # has your small pouch (0 for not using)
      MS            = 5;           //Which slot # has your medium pouch (0 for not using)
      LS            = 4;           //Which slot # has your large pouch (0 for not using)
      GS            = 0;           //Which slot # has your giant pouch (0 for not using)
      RepairMethod  = 'spell';     //Spell or Contact

    It only uses Large Pouch on the Altar, afterwards it just directly uses Ourania Teleport - It ignores using Medium & Small pouches

    I have the latest SPS, made the changes adding the sps map(0_1.png) into: Includes > SPS > img > runecrafting_altars >
    Also on SPS made the changes inside sps.simba on line 96 changed the tolerance 0.2 to 0.5
    Backed up the old SRL and placed in the Latest SRL 5

  8. #83
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by blinkblink View Post
    Script does not use Small or Medium pouches, yes I have them defined properlly.. used this as reference:

    *I can't use Giant, so in my inventory I have it as:

    I changed the numbers on the script like that:
    Code:
    //Pouch settings
      SS            = 6;           //Which slot # has your small pouch (0 for not using)
      MS            = 5;           //Which slot # has your medium pouch (0 for not using)
      LS            = 4;           //Which slot # has your large pouch (0 for not using)
      GS            = 0;           //Which slot # has your giant pouch (0 for not using)
      RepairMethod  = 'spell';     //Spell or Contact

    It only uses Large Pouch on the Altar, afterwards it just directly uses Ourania Teleport - It ignores using Medium & Small pouches

    I have the latest SPS, made the changes adding the sps map(0_1.png) into: Includes > SPS > img > runecrafting_altars >
    Also on SPS made the changes inside sps.simba on line 96 changed the tolerance 0.2 to 0.5
    Backed up the old SRL and placed in the Latest SRL 5
    Im using small and medium and its working just fine i have small placed at 5 and med at 6 working fine

  9. #84
    Join Date
    Dec 2011
    Posts
    505
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Quote Originally Posted by illuminatiswag View Post
    Im using small and medium and its working just fine i have small placed at 5 and med at 6 working fine
    I will try that change then, I suppose I should change the numbers on the code to that change as well right?

    As in:
    Code:
    //Pouch settings
      SS            = 5;           //Which slot # has your small pouch (0 for not using)
      MS            = 6;           //Which slot # has your medium pouch (0 for not using)
      LS            = 4;           //Which slot # has your large pouch (0 for not using)
      GS            = 0;           //Which slot # has your giant pouch (0 for not using)
      RepairMethod  = 'spell';     //Spell or Contact
    ?

  10. #85
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea that should work

    Edit: just started using large pouch and now also wont work for me

    Edit: tryed moving it around got Small Med and Large and it only emptys the Large one but fills the other 2 but wont empty them to craft the runes
    Last edited by illuminatiswag; 01-02-2012 at 08:42 PM.

  11. #86
    Join Date
    Sep 2009
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Thanx man was gonna start a zmi script while im a nub xD thank god you mad one lol
    Edit:my bot walks east after teleporting for some reason.

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

    Default

    Apparently it's something to do with large pouches. The script will check if you're using both a large and giant pouch, based on if you input "0" or something else for their slot number. If you're using a large pouch, than what I like to call "PP1" (Pouch-Priority 1) will be enabled for the rest of the script. If using a giant pouch then PP2 will be enabled as well. Given this knowledge, you could take a look down in the 'CraftRunes' function and see why it's not also handling the small & medium pouches.

    I will look at this today and personally test the script with just a large pouch. I'm certain it's something very simple and I'll have it fixed up in no time.

    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. #88
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Apparently it's something to do with large pouches. The script will check if you're using both a large and giant pouch, based on if you input "0" or something else for their slot number. If you're using a large pouch, than what I like to call "PP1" (Pouch-Priority 1) will be enabled for the rest of the script. If using a giant pouch then PP2 will be enabled as well. Given this knowledge, you could take a look down in the 'CraftRunes' function and see why it's not also handling the small & medium pouches.

    I will look at this today and personally test the script with just a large pouch. I'm certain it's something very simple and I'll have it fixed up in no time.
    Appreciate it is there any way to temp fix this so it uses Small Med and Large

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

    Default

    Updated, now to version 1.0.

    This includes ground-to-bank improvements, ladder-finding improvements, and correct pouch handling for all types.

    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..."


  15. #90
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exception in Script: Unable to find file 'SRL/SRL/core/simba.simba' used from 'C:\Simba\Includes\SRL/srl.simba' and dont tell me update srl because im trying to and theres no update

    Unistalled simba and reinstalled and now working did all the things blah blah blah so far the update is doing all pouchs i have s-l but the script seems just a tiny bit slower then b4

    There should be a failsafe where if it fails a random it logs out or if doesnt rc in certain amount of time logs out mine was running across varrok idk how it got there lol. This was in t he proto version btw just now remembered to say something about it
    Last edited by illuminatiswag; 01-03-2012 at 04:57 AM.

  16. #91
    Join Date
    May 2011
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Set the runes to fire for bankpayment and works fine.

    An occassional mishap walking the wrong way or not filling a pouch now and than but otherwise working splendit. thx a lot for. takes so long to lvl, not what you'd call fun gameplay

  17. #92
    Join Date
    Dec 2011
    Posts
    505
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    @ Spelletje
    Do not use Fires change to Minds its allot cheaper right now:
    Fire Runes 30gp
    Mind Runes 5gp

    Quote Originally Posted by Flight View Post
    Updated, now to version 1.0.

    This includes ground-to-bank improvements, ladder-finding improvements, and correct pouch handling for all types.
    Been testing it a few minutes the update and its working perfectly: quick run trips, paying *minds, resting, using all pouches & eating *lobs

    *Ignore not calculating the XP, that is because I have "Lots!" in the counter

    Now the script needs to activate quick prayer & use altar :P
    -Then I could suicide without worrying about wasting my food since it won't need it lol If its already in the code where do I activate it.. since I read in the code *FindAltar

    Random question if I would want to add foods like Tuna, Salmon or Trout... how do I get the DTMFromString code thing for those so I can add it in?

  18. #93
    Join Date
    Aug 2011
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I just wanted to post this real quick, it is still going I just want to stop it to run the 1.0 version now because I didn't notice it was out


  19. #94
    Join Date
    Nov 2011
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    would like to make a little suggestion for the eating of food. specials of excalber give 200lp for the seers hard task and 400lp if done seers elite. plus they can be worn eg taking no invent space.

  20. #95
    Join Date
    Aug 2011
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Now all this script needs is quick prayers and prayer renewal at the altar outside the cave

  21. #96
    Join Date
    Dec 2011
    Posts
    505
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default


    start xp 324,331
    end xp 512,408
    512,408 - 324,331 = 188,077xp / 7hrs = 26,868xp per hour

    quick pray + altar added would be awesome :P

  22. #97
    Join Date
    Oct 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get
    [Hint] (657:5): Variable 'F' never used at line 656
    I'm sorry I can't describe it more now - need to get ready for work. It banks properly but I still haven't been able to runecraft yet. Thanks for updating though!

    ----------------------------------------------------------------------------------------------------------------
    For some reason my 0_1 image was sized 100x100. I downloaded it again to make sure it was 500x 500
    ----------------------------------------------------------------------------------------------------------------
    Maybe not a bug but a failsafe, when teleporting it seems to teleport until player is on the path to ladder. Just throwing it out there. Hopefully I can upload a proggy soon.
    Last edited by Oar; 01-04-2012 at 04:04 AM. Reason: Resolved

  23. #98
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by blinkblink View Post

    start xp 324,331
    end xp 512,408
    512,408 - 324,331 = 188,077xp / 7hrs = 26,868xp per hour

    quick pray + altar added would be awesome :P
    How often were your breaks ?

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

    Default

    I've got the script to work, however it keeps clicking on the north symbol as i walk to the altar :/. I've disabled all angle procedures but it still does it. I don't know why >.>

  25. #100
    Join Date
    Dec 2011
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nvm
    Last edited by Grihmm; 01-04-2012 at 12:02 PM.

Page 4 of 90 FirstFirst ... 234561454 ... 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
  •