Page 6 of 10 FirstFirst ... 45678 ... LastLast
Results 126 to 150 of 241

Thread: Magnificent Ess Miner by Timothegreat

  1. #126
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    just waiting for rawsilk to upload his version or me to finish mine
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  2. #127
    Join Date
    Jan 2007
    Location
    Missouri, USA
    Posts
    163
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    everything has worked pretty much flawless, only minor things, but the only big problem i noticed is when its switching characters and trys to login, it messes up it clicks username but not were it should and it doesnt get selected so when it types nothing happens, same as password. Also it entering 2 ess at a time is mildly annoying, otherwise its pretty nice.

  3. #128
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Iced_Liquid View Post
    everything has worked pretty much flawless, only minor things, but the only big problem i noticed is when its switching characters and trys to login, it messes up it clicks username but not were it should and it doesnt get selected so when it types nothing happens, same as password. Also it entering 2 ess at a time is mildly annoying, otherwise its pretty nice.
    if it's entering 2 ess at a time a quick fix would be to go into the banking procedure and change

    SCAR Code:
    Deposit(2,28,2)

    to

    SCAR Code:
    Deposit(2,28,True);
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  4. #129
    Join Date
    Apr 2008
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    About the username and password not entering, i used to get that, but now i run my scripts with SMART i havent experienced the problem since.

  5. #130
    Join Date
    Jan 2007
    Location
    Missouri, USA
    Posts
    163
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    alright ill set it up to work with smart, also editing essence entering bank.

  6. #131
    Join Date
    Jan 2007
    Location
    Missouri, USA
    Posts
    163
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here I took the liberty of adding smart and changing the banking procedure for you, hope thats ok. Btw I have not tested compiles correctly and launches smart and logs in though.

  7. #132
    Join Date
    May 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i'm having a problem

    when it logs me in it does not click the "cick to continue" button, then just stalls and does nothing....

    any help?

    thanks

  8. #133
    Join Date
    Oct 2007
    Location
    Sweden
    Posts
    199
    Mentioned
    1 Post(s)
    Quoted
    23 Post(s)

    Default

    Quote Originally Posted by Finta1 View Post
    About the username and password not entering, i used to get that, but now i run my scripts with SMART i havent experienced the problem since.
    Thank you so much! I've experienced that problem on a few scripts now but this solved it. Don't know how to thank you. Rep++ anyway!
    Previously known as Billy Opel.

  9. #134
    Join Date
    Jan 2007
    Location
    Missouri, USA
    Posts
    163
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if it doesnt click continue I have a whoel topic on it, I will post link, I had that pboelm doesnt do it any more.

  10. #135
    Join Date
    Jan 2007
    Location
    Missouri, USA
    Posts
    163
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    alright read my topic and I remember I had to close out all of scar after saving script then try agian, it would click button but then not move, and I would get an error, I ended up having to reinstall scar.

    *Edit*

    Script could use some more failsafes, it gets 1 or 2 trips in then gets stuck/lost.

  11. #136
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    thank you Iced_Liquid for posting an temporary update.

    im very busy with school and stuff...
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  12. #137
    Join Date
    Dec 2007
    Location
    Canada
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey Timo.
    Which parts do you need? This script is goin to rock as soon as the walk-to-ess part is done.

    If you could update the DTM's in Determineloc and perhaps change everything into DDTM's then it would work much better cus jagex is always changing the colours.

    I have made the walking part to aubury almost flawless. Also, I have it so all you need to do is pick the color of the rock (rock beside ess) on the minimap and a tolerance if jagex makes a big color shift.

    I need to make a few adjustments and then it should be just as good as Wizzup's lol jk

    Busy at the moment so sorry for the slow progress.

  13. #138
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by Iced_Liquid View Post
    Here I took the liberty of adding smart and changing the banking procedure for you, hope thats ok. Btw I have not tested compiles correctly and launches smart and logs in though.
    I tried putting SMART in myself and it logged me in then didn't do anything, so I tried using the one you put up with SMART in it and got an error, it says:
    Unknown identifier 'SmartSetupEX' on line 46. Do you know how to fix that? what i should replace smartsetupex with. EDIT: I think it's supposed to be SetupSmartEx, you just switched setup and smart.

    EDIT: When run this script (with out SMART, hasn't worked with SMART yet) it says ** Warning in GameTab: 4 does not exist**, a LOT, and it does a load, banks them all teles back to essence rock, then doesnt mine again, I think that's where it starts saying ** Warning in GameTab: 4 does not exist** over and over.

    EDIT2: I got it working with SMART now.

    EDIT3:OMFG.... I had it working with smart but I had to put my sword in bank and take out pick, then somehow I lost the script that I had it working with SMARt and I tried to do it again (make it work with smart) but whenever I try to run the script it says succesfully compiled then scar just closes, I don't know what happened, and I been trying to run this for like a half an hour, has anyone had this problem before??

  14. #139
    Join Date
    Apr 2008
    Posts
    88
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default

    To Change the world to a members world look down till you reach this...
    SCAR Code:
    SmartSetup('World goes here', False, True);

    I perfer World 114 for Pure Ess for members. There is barley any people there mining so you have less chances of getting reported.

  15. #140
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    If anyone is having trouble with SMART like I was go to this link, it tells you how to fix it, it may be why.

    http://www.villavu.com/forum/showthr...795#post390795

  16. #141
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by rawsilk View Post
    Hey Timo.
    Which parts do you need? This script is goin to rock as soon as the walk-to-ess part is done.

    If you could update the DTM's in Determineloc and perhaps change everything into DDTM's then it would work much better cus jagex is always changing the colours.

    I have made the walking part to aubury almost flawless. Also, I have it so all you need to do is pick the color of the rock (rock beside ess) on the minimap and a tolerance if jagex makes a big color shift.

    I need to make a few adjustments and then it should be just as good as Wizzup's lol jk

    Busy at the moment so sorry for the slow progress.
    thanks for helping, ive been busy too.
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  17. #142
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    Ran for: 16 Minutes and 48 Seconds
    Total Ess mined: 0
    --------------------------------------
    ~ Players Report ~
    --------------------------------------
    0: Mined 0 ess
    Mining Levels Gained: 0
    --------------------------------------
    1: Mined 0 ess
    Mining Levels Gained: 0
    --------------------------------------
    2: Mined 0 ess
    Mining Levels Gained: 0
    --------------------------------------


    it did mine essence, got full loads each time, and it logged in like 4-6 times i think, maybe more, but it logged the first person in, then it kept logging the second person in, may have been because I accidently left it at 3 players. oh yea, and I manually stopped it so I could fix it back to two people to see if it'll make my first guy log in again, but I'm pretty sure it logged in more then 3 times, not 100% sure though.

  18. #143
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    my scarscape isnt working right now sso i cant run

  19. #144
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    my char gets lost eveery time on his way to the mine
    btw scar 3.15 and rev 16

  20. #145
    Join Date
    Apr 2008
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    got this when i tryed only using one player will that effect?

    Line 78: [Error] (12644:30): Syntax error in script C:\Program Files\SCAR 3.14\includes\SRL/SRL.scar

  21. #146
    Join Date
    Jan 2007
    Location
    Missouri, USA
    Posts
    163
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Baked0420 View Post
    I tried putting SMART in myself and it logged me in then didn't do anything, so I tried using the one you put up with SMART in it and got an error, it says:
    Unknown identifier 'SmartSetupEX' on line 46. Do you know how to fix that? what i should replace smartsetupex with. EDIT: I think it's supposed to be SetupSmartEx, you just switched setup and smart.

    EDIT: When run this script (with out SMART, hasn't worked with SMART yet) it says ** Warning in GameTab: 4 does not exist**, a LOT, and it does a load, banks them all teles back to essence rock, then doesnt mine again, I think that's where it starts saying ** Warning in GameTab: 4 does not exist** over and over.

    EDIT2: I got it working with SMART now.

    EDIT3:OMFG.... I had it working with smart but I had to put my sword in bank and take out pick, then somehow I lost the script that I had it working with SMARt and I tried to do it again (make it work with smart) but whenever I try to run the script it says succesfully compiled then scar just closes, I don't know what happened, and I been trying to run this for like a half an hour, has anyone had this problem before??
    It should work, use rev 15 or 16.

  22. #147
    Join Date
    Jun 2007
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Runtime Error] : Out Of Range in line 32 in script C:\Documents and Settings\Bob\Desktop\Magnificent Ess1.3(3).scar

    This error every time I try to run

    Anyone else get this error?

  23. #148
    Join Date
    Nov 2007
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script works great but... allways when it goes to bottom left it goes nuts it doesn't mine anything there and the proggy is kinda weird it says that it hasn't mined anything but its good i mined over 2k essence in few hours...

    edit: oh yeah did you mager guy change the number of players??? it should be three...

  24. #149
    Join Date
    Dec 2007
    Location
    Washington State, Bonney Lake
    Posts
    113
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ugh whenever i run it always goes into mine then messes up or it comes back and goes and gets lost again..i think it needds work...longest proggie i could give u is 19mins...tops

  25. #150
    Join Date
    Nov 2007
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol it works over an hour for me until it goes to bottom left then it goes WACKO

Page 6 of 10 FirstFirst ... 45678 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Al-Karid Arson by Timothegreat
    By Timothegreat in forum RS3 Outdated / Broken Scripts
    Replies: 45
    Last Post: 01-22-2009, 04:01 PM
  2. TFight by Timothegreat
    By Timothegreat in forum RS3 Outdated / Broken Scripts
    Replies: 160
    Last Post: 07-26-2008, 02:47 AM
  3. Problem with QuickPowerMiner by Timothegreat
    By ryanhoffman5 in forum OSR Help
    Replies: 8
    Last Post: 05-04-2008, 09:01 PM
  4. TFighter1.5 by Timothegreat
    By Timothegreat in forum RS3 Outdated / Broken Scripts
    Replies: 18
    Last Post: 08-01-2007, 04:32 AM

Posting Permissions

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