Page 89 of 165 FirstFirst ... 3979878889909199139 ... LastLast
Results 2,201 to 2,225 of 4114

Thread: Wizzup's [SRL] Essence Miner.

  1. #2201
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    it wouldnt affect the randoms, just fix it urself, its only one line of code!

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  2. #2202
    Join Date
    Jun 2007
    Posts
    410
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice

    0 :** = T; Loc = Bank; Banked: 672 Ess; M lvl:7
    1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
    2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
    3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
    4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
    5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
    6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
    7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
    ----------------------------------------------
    ******
    Mined 672 Essence.
    Mining level is 7
    Location is Bank.

  3. #2203
    Join Date
    Mar 2007
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    someone please just tell me where on the thred the problem with lvling was FIXED. I can do the rest by myself.

    Also im not just a noob leacher i am trusted on sythe...

  4. #2204
    Join Date
    Jun 2007
    Posts
    350
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Error detecting Compass Angle.

    ... I put my angle at the highest point... I also had the same problem with a auto rune buyer earlier. Wtf is goin on? this is makin me mad...

  5. #2205
    Join Date
    Jun 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ....hi everyone im probably the biggest retard for asking but im new at this whole SCAR and scripts thing sooo... if anyone would be so kind as to tell me how to download this script, that would be great... thx.

  6. #2206
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default erm

    Quote Originally Posted by wcmastery View Post
    someone please just tell me where on the thred the problem with lvling was FIXED. I can do the rest by myself.

    Also im not just a noob leacher i am trusted on sythe...
    Look through and your see a post telling you what to do, i dont think its been updated?!
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  7. #2207
    Join Date
    Mar 2007
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea rofl i already now i can check the entier thred, but im sure someone knows what page its on...

    and yea it hasnt the latest is still 1.15

  8. #2208
    Join Date
    Mar 2007
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by wcmastery View Post
    someone please just tell me where on the thred the problem with lvling was FIXED. I can do the rest by myself.

    Also im not just a noob leacher i am trusted on sythe...

    Let me help. For those who have the script jammed while levelling during mining please open Wizzup V1.15 script. On line 224, u should see this.

    SCAR Code:
    Function FindFastRandoms: Boolean;    // By WT-Fakawi.
    var
      i: Integer;
    begin
      for i:=1 to 11 do
      begin
        case I of
           1:  If FindDead then
                 Result := True;
           2:  If FindMod then
                 Result := True;
           3:  If FindMime then
                 Result := True;
           4:  If FindMaze then
                 Result := True;
           5:  If FindQuiz then
                 Result := True;
           6:  If FindDemon then
                 Result := True;
           7:  if NoGameTab then
                 begin
                   Result := True;
                   Players[CurrentPlayer].loc := 'No GameTab';
                   Logout;
                   Exit;
                 end;
           8 : If RC Then Result := True;
     
           9: If FindTalk Then Result := True;
     
           10: If HandleTrade Then Result := True;
        End;
        Wait(1);
      end;
    end;

    Now, replace it with this.

    SCAR Code:
    Function FindFastRandoms: Boolean;    // By WT-Fakawi.
    var
      i: Integer;
    begin
      for i:=1 to 11 do
      begin
        case I of
           1:  If FindDead then
                 Result := True;
           2:  If FindMod then
                 Result := True;
           3:  If FindMime then
                 Result := True;
           4:  If FindMaze then
                 Result := True;
           5:  If FindQuiz then
                 Result := True;
           6:  If FindDemon then
                 Result := True;
           7:  if NoGameTab then
                 begin
                   Result := True;
                   Players[CurrentPlayer].loc := 'No GameTab';
                   Logout;
                   Exit;
                 end;
           8 : If RC Then Result := True;
     
           9: If FindTalk Then Result := True;
     
           10: If HandleTrade Then Result := True;
           11: ClickToContinue;
        End;
        Wait(1);
      end;
    end;

    Replace it with the bottom one. The only difference is that it has option number 11 on the new one. That's all. I recommend copy and paste it to be safe.

    PS: If there's anyone later who ask for levelling problem, do tell them to turn to page 111 and read.
    If you know any permanent Reg Ess buyer at 40 each, please pm me.
    Proud User of Wizzup Ess Miner Script, the best Ess Miner ever..
    Retired User
    http://www.fenjer.com/adnan/SRLStats/304.png

  9. #2209
    Join Date
    Apr 2007
    Location
    Helsinki, Finland
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tested it. First SCAR script I have ever used. Worked great.

    Tip: Before running the script you should always check how many rune autobuyers are standing around in Auburys shop. Aubury is not visible if he is standing in the same spot as a player character and with a bunch of people in his shop it can take a long time for the script to find him. Sometimes the script probably logs out because it can't find Aubury.

    There was a post earlier in this thread in which someone had changed the Aubury finding claiming that his simpler way worked better. I couldn't find the posts related to it any longer. I remember Wizzup? asking something about the orange colour used to find Aubury. I don't know if it got figured out because I couldn't find the posts any longer, but I think the orange colour was the colour of Auburys shoulder.

    Essence Miner by Wizzup?.
    Version: 1.15

    Rune Essence Mined and Banked : 5063.
    Solved 7 Abyssal Random Events.
    Missed 1 Abyssal Random Events.
    Worked for 10 Hours, 26 Minutes and 36 Seconds

    ----------------------------------------------

    0 : boi = F; Loc = Aubury; Banked: 1295 Ess; M lvl:64 -> Quizmaster random event
    1 : ofmy = F; Loc = Bank; Banked: 1131 Ess; M lvl:61 -> Found him in south Varrock.
    2 : tomi = F; Loc = Quiz; Banked: 540 Ess; M lvl:49 -> Drill Demon random event
    3 : ber = F; Loc = Bank; Banked: 1509 Ess; M lvl:34 -> Found her outside of Auburys shop. Probably didn't find Aubury and logged out. Check my tip if your characters always wind up just southwest of Auburys shop.
    4 : cabb = F; Loc = Quiz; Banked: 252 Ess; M lvl:29 -> Drill Demon random event again
    5 : age = T; Loc = Bank; Banked: 336 Ess; M lvl:14 -> Stopped the script with this one still going strong.
    6 : dun = T; Loc = Bank; Banked: 0 Ess; M lvl:0
    7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
    -----------------------------------

    Had to stop since I needed my computer for work. I'm going out of town for three days this weekend and I'm going to leave this script running with four or five miners with rune picks and the rest with addy and mith picks. If everything works out well the progress report should look nice.

  10. #2210
    Join Date
    Jun 2006
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    Essence Miner by Wizzup?.
    Version: 1.15
    
    Rune Essence Mined and Banked : 298.
    Worked for 2 Hours, 20 Minutes and 31 Seconds
    
    ----------------------------------------------
    
    0 : khel = T; Loc = Aubury; Banked: 28 Ess; M lvl:61
    1 : pyska = F; Loc = Bank; Banked: 135 Ess; M lvl:33
    2 : affi = T; Loc = Bank; Banked: 135 Ess; M lvl:34
    3 :  = F; Loc = ; Banked: 0 Ess; M lvl:0
    ----------------------------------------------
    Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL Randoms Report       |
    |    www.villu-reborn.com      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Logged in             :  2   |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    This was really smooth.

    There was one thing when you would be teleported to the Middle NE & clicked to go to the Northwestern mine... it wouldn't click far enough to be able to see the essence and it would say "No essence" and go to the teleport. No real problem here, since it would just teleport again, but just letting you know

  11. #2211
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Needed some ess so I ran this script.
    report:
    SCAR Code:
    Rune Essence Mined and Banked : 299.
    Worked for 1 Hours, 32 Minutes and 54 Seconds

    ----------------------------------------------

    0 : xxxx = F; Loc = AuburyNF; Banked: 243 Ess; M lvl:38
    1 : xxxx = T; Loc = Bank; Banked: 56 Ess; M lvl:53
    ----------------------------------------------
    Player 1 wasn't at the bank but at Al Kharid desert near the shantay stuff, maybe a new random or something it failed?
    I made a new script, check it out!.

  12. #2212
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    Happens to me sometimes as well!

    heres my report
    Rune Essence Mined and Banked : 1592.
    Worked for 4 Hours, 32 Minutes and 18 Seconds

    ----------------------------------------------

    0 : = F; Loc = Aubury; Banked: 297 Ess; M lvl:22
    1 : = F; Loc = Bank; Banked: 216 Ess; M lvl:28
    2 : = F; Loc = Bank; Banked: 0 Ess; M lvl:29
    3 : = T; Loc = Bank; Banked: 486 Ess; M lvl:24
    4 : = F; Loc = Bank; Banked: 0 Ess; M lvl:29
    5 : = F; Loc = Aubury; Banked: 350 Ess; M lvl:23
    6 : = F; Loc = Bank; Banked: 243 Ess; M lvl:23

    Had a box random solved it
    one of my users had died and was near edgeville fishing spot

    wonder why some of my users aren't getting any essence?
    wicked script!
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  13. #2213
    Join Date
    Jun 2007
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default woot!

    I dont have the proggy right here with me but i got 2.2k pure ess in 5 hours on just one character!

    i thought something would have happened but that is my record so far.

  14. #2214
    Join Date
    Oct 2006
    Location
    MI USA
    Posts
    3,166
    Mentioned
    6 Post(s)
    Quoted
    11 Post(s)

    Default

    @Markus, no randoms, it just takes a walk to the south sometimes

    @ Wizup, How about this for a failsafe....It checks for the Bank Symbol or the RuneShop/Transpotation Symbol ...Either set should be visible from all 3 locations bank,to mine/bank, mine...and if they aren't found as a reference, Player =False to avoid getting lost any further....just a thought on a possible solution....As of lately, all players are getting stuck to the south east...from the u shaped broken wall, to the corners above the church, and inside the building above the church and the church itself.....all my players have been in these areas and that's the only reason it's stopping....for me anyways.....except for the occasional one that wants to walk to shanty pass or the fishing tutor

    Thanks, RAM


  15. #2215
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    Yer i get stuck lots as well..
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  16. #2216
    Join Date
    May 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    I tried out the script. Heres the report got:

    Essence Miner by Wizzup?.
    Version: 1.15

    Rune Essence Mined and Banked : 781.
    Solved 2 Abyssal Random Events.
    Worked for 11 Hours, 7 Minutes and 21 Seconds

    When i came back to it it was in Lumbrige swamp. I have no idea how it got down there but i figured it stoped working after 29 loads.

  17. #2217
    Join Date
    Jun 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Hello,

    I've just started using SCAR (Version 3.06) and I'm having an annoying problem with Wizzup?'s Ess Miner (Version 1.15).

    I'm using it with 7 characters, minutes per load is set to 5, and number of loads is set to 3. Since last night I tried to leave it running three times and every time, when I came back to check on it, I found one of the characters standing around either in the Al Kharid desert or in the fields south east of Varrock. On my latest attempt only my first two characters completed their loads, the third mined a full bag of ess and just left Varrock without banking it.

    Can someone please tell me how to correct this?

    Thanks.

  18. #2218
    Join Date
    Jun 2007
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This script hasnt been upadated in a while and i dont use it ne more because well for me it just WONT work idk why but it wont no errors just does rele random stuff =[ so yeah
    http://adbux.org/?r=rando152 free real money!$$$$

  19. #2219
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    IF SOMEONE ASKS ABOUT THE LEVELING PROBLEM ONE MORE TIME, I WILL explode!


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  20. #2220
    Join Date
    Dec 2006
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by hy71194 View Post
    IF SOMEONE ASKS ABOUT THE LEVELING PROBLEM ONE MORE TIME, I WILL explode!
    dude it wasnt u who fixed in the first place it was the rs monkey

    SCAR Code:
    Essence Miner by Wizzup?.
    Version: 1.15

    Rune Essence Mined and Banked : 1422.
    Worked for 3 Hours, 45 Minutes and 20 Seconds

    SCAR Code:
    0 : xxxx = T; Loc = Bank; Banked: 614 Ess; M lvl:43
    1 : xxxx = F; Loc = Bank; Banked: 140 Ess; M lvl:21
    2 : xxxx = T; Loc = Bank; Banked: 560 Ess; M lvl:16

  21. #2221
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    Because i don't have 8 players, I just use 3 users and add there details twice but doing this i realise this might mess it up.
    As when a user has completed the amount of loads it was made to do, it logs out most of the time when this dos this it doesnt log out in the bank, so when its the users turn again it starts the script but because the user isn't in the bank it mess up!
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  22. #2222
    Join Date
    Apr 2007
    Location
    colorado
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Essence Miner by Wizzup?.
    Version: 1.15

    Rune Essence Mined and Banked : 3125.
    Worked for 5 Hours, 22 Minutes and 20 Seconds

  23. #2223
    Join Date
    Mar 2007
    Posts
    378
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Best proggy so far


    Essence Miner by Wizzup?.
    Version: 1.15

    Rune Essence Mined and Banked : 1430.
    Solved 1 Abyssal Random Events.
    Worked for 2 Hours, 46 Minutes and 14 Seconds

    ----------------------------------------------

    0 : = T; Loc = Bank; Banked: 404 Ess; M lvl:57
    1 : = T; Loc = Bank; Banked: 405 Ess; M lvl:58
    2 : = T; Loc = Bank; Banked: 405 Ess; M lvl:57
    3 : = T; Loc = Bank; Banked: 216 Ess; M lvl:57
    4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
    5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
    6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0

    Would have left it longer, but I had to use the computer

  24. #2224
    Join Date
    Jun 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    this script is flawless from starting i get to aubry mine a full load get back to bank open the bank then the cursor just hovers around my bank and doesnt deposit any ess. any suggestions ?

  25. #2225
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Use SRL 3.8



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

Page 89 of 165 FirstFirst ... 3979878889909199139 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Wizzup's essence miner..
    By Demon Inu11 in forum OSR Help
    Replies: 10
    Last Post: 07-29-2007, 12:51 AM
  2. Need help with Wizzup's [SRL] Essence Miner
    By tehhalobot in forum OSR Help
    Replies: 4
    Last Post: 06-03-2007, 10:37 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
  •