Page 61 of 90 FirstFirst ... 1151596061626371 ... LastLast
Results 1,501 to 1,525 of 2238

Thread: [C][SRL5]ZMI-Extreme

  1. #1501
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i've been over and over the first post about 10 times, i cant find the IMG file that i need to rescale to 500x500! Please if someone could point me out to it directly i would be very greatful

  2. #1502
    Join Date
    Feb 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you dont need the .img anymore, the script checks for it on start and if it isnt found it downloads it....

  3. #1503
    Join Date
    Mar 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This looks great Flight... Keep up the good work. I will be using this after I get 99 mage.
    Current Goal: 99 Runecrafting

  4. #1504
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bilka View Post
    you dont need the .img anymore, the script checks for it on start and if it isnt found it downloads it....
    im retarded, got so frustrated over that, guide needs updating :L

  5. #1505
    Join Date
    Mar 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    What are your eating settings at? (Food & EatAt) I believe this is because of SPS only finding part of the walking path and walking part of the way only. It looks like I'll have to put a critical HP level checker within the walking function to be checked constantly. Should your player drop below a certain health you'll be teleported out and logged out.

    I'm sure sorry it happened Benjamin. The pouches are very easy to re-obtain, they cost very little from the Runecrafting guild. That's quite a handful of runes down the drain though.
    I have it eat when it is below 65%, it eats trout, my trout are in the first tab that is always open right when you open the bank. I had 9k trout still in bank when i checked so I actually have no idea how it died. I have 90 hitpoints aswell. Anyways I got it started again, im typeing this from school! Thanks for script again hopefully I dont die again (still got 300M lol)

  6. #1506
    Join Date
    Mar 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm still having the same problem today, and no one addressed it. As soon as I start the script, it runs for a second, checks the quick prayers, turns it on, then stops working.

    Then the script simba.simba opens and gets this error

    Error: Exception: Access violation at line 89
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, 3]

  7. #1507
    Join Date
    Nov 2011
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Usually after around 20-30 minutes when it teleports, it runs behind the hunter traps and just satys there. Any idea what's wrong ?

  8. #1508
    Join Date
    Feb 2012
    Location
    Denver, CO
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Look forward to using 1.75!

  9. #1509
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    MSVCR71.DLL is missing, what do i do :/

  10. #1510
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gems View Post
    MSVCR71.DLL is missing, what do i do :/
    have fixed this.

    I have put in my user and pass, but it's not putting them in on the client?

  11. #1511
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    72
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Andres View Post
    Look forward to using 1.75!
    Its already released..

  12. #1512
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gems View Post
    have fixed this.

    I have put in my user and pass, but it's not putting them in on the client?
    edit: I can now load the client fine, but now it wont enter my login details? HELP



    Error: Out Of Range at line 73
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
    Last edited by Gems; 03-20-2012 at 11:42 PM.

  13. #1513
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gems View Post
    edit: I can now load the client fine, but now it wont enter my login details? HELP



    Error: Out Of Range at line 73
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
    i've fixed it. again
    What i was doing wrong:

    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 1;
    with Players[1] do

    changed it to:

    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    with Players[0] do


    look at the bold.

  14. #1514
    Join Date
    Mar 2012
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it would appear i own this thread at this moment in time, haha, but this is what my current proggy is. (paint is messed up!)


  15. #1515
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    1,199
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Gems, you must be new here sooo, here is a link to a list of rules, I suggest you read them and DO NOT DOUBLE POST.

    http://villavu.com/forum/showthread.php?t=6964

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

    Default

    Quote Originally Posted by Gems View Post
    im retarded, got so frustrated over that, guide needs updating :L
    Ah yeah, well those guides written by big man 1 were before the V1.7+ series, that's back when you needed to download the SPS map image yourself and install it the correct location. This is automatically done in V1.7+ as well as the SPS map tolerance being automatically set.

    Quote Originally Posted by benjamin779 View Post
    I have it eat when it is below 65%, it eats trout, my trout are in the first tab that is always open right when you open the bank. I had 9k trout still in bank when i checked so I actually have no idea how it died. I have 90 hitpoints aswell. Anyways I got it started again, im typeing this from school! Thanks for script again hopefully I dont die again (still got 300M lol)
    Ok, give this a try mate. Go down to line 1110 (I think), you should see this block of code:
    Simba Code:
    if not SPS_PosOnMM(Point(85, 1295)) then
        begin
          HumanMMouse(630, 110, 5, 5);
          ClickMouse2(True);
          FFlag(5);
        end;
    What that does is if the beginning of the path isn't found, it should walk you a little bit south one time. I believe the problem is you were so far south already that when this walked you south it put you in the NPC zone, and you were attacked/killed. So what we can do is simply comment this out like so:
    Simba Code:
    {if not SPS_PosOnMM(Point(85, 1295)) then
        begin
          HumanMMouse(630, 110, 5, 5);
          ClickMouse2(True);
          FFlag(5);
        end;}

    Try that and you'll be, once again, safe.

    Quote Originally Posted by SantaClawZ View Post
    I'm still having the same problem today, and no one addressed it. As soon as I start the script, it runs for a second, checks the quick prayers, turns it on, then stops working.

    Then the script simba.simba opens and gets this error

    Error: Exception: Access violation at line 89
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, 3]
    Access violation? Try closing out of Simba and running it as Administrator.

    Quote Originally Posted by phamxboa View Post
    Usually after around 20-30 minutes when it teleports, it runs behind the hunter traps and just satys there. Any idea what's wrong ?
    Well that depends, which hunter spot are you getting stuck at? The hunting spot right there near the teleport area, or the spot near the ladder?

    Quote Originally Posted by Gems View Post
    have fixed this.

    I have put in my user and pass, but it's not putting them in on the client?
    I'm really not sure, that might be an SRL issue. I would personally recommend logging into Runescape manually first, and even opening the bank and putting in your bank PIN first, then starting the script. That's what I always do.

    Quote Originally Posted by Gems View Post
    it would appear i own this thread at this moment in time, haha, but this is what my current proggy is. (paint is messed up!)

    Yeah that's an annoying error. I'll have to track down why that little counter is incorrect.

    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. #1517
    Join Date
    Mar 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nvm

  18. #1518
    Join Date
    Feb 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Not able to run it steadily man!

  19. #1519
    Join Date
    Mar 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    um i set everything up started it and all it does is stand there?

  20. #1520
    Join Date
    Nov 2011
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    The one next to the teleport, flight.

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

    Default

    Quote Originally Posted by phamxboa View Post
    The one next to the teleport, flight.
    Ok, does it move your mouse around to the hunting traps / trees? If so I believe it thinks it found the ladder. If that's the case I can patch it up quick.

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


  22. #1522
    Join Date
    Mar 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    in detail i start it up manually entered game/bank and started it it just clicks in one spot over and over nothing more

  23. #1523
    Join Date
    Mar 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok ok i solved my problem not gonna say what happened but lets just say *facepalm*

    but, is there any way i can speed up the mouse speed it seems to be a bit slow for my taste i would like to set the depositing runes and withdrawing ess and and filling pouches alot faster any way to do this so i can make it be like my personal speed?

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

    Default

    Quote Originally Posted by brett0x0 View Post
    ok ok i solved my problem not gonna say what happened but lets just say *facepalm*

    but, is there any way i can speed up the mouse speed it seems to be a bit slow for my taste i would like to set the depositing runes and withdrawing ess and and filling pouches alot faster any way to do this so i can make it be like my personal speed?
    Believe it or not I'm working on speeding up both at this very moment.

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


  25. #1525
    Join Date
    Mar 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Got the script working now, was an error with simba. I've only found one problem so far - if your prayer runs out before it can recharge, it won't reactivate it. Maybe add a quick check to see if prayer is on at some point?

Page 61 of 90 FirstFirst ... 1151596061626371 ... 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
  •