Page 20 of 47 FirstFirst ... 10181920212230 ... LastLast
Results 476 to 500 of 1152

Thread: Essence Harvester V2

  1. #476
    Join Date
    Dec 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by MossGiant View Post
    Additions that could be made:
    -Add yanille support
    -Mining with Pouches

    Problems:
    -Failure while standing in bank with the following error "[FATAL] terminal error, cant see bank or rune shop ending script now
    Successfully executed."
    -Turns down brightness and gets stuck next to rune store because of it.
    -Walks to and from essence multiple times while mining.
    -Banking tends to be mildly glitchy and it will deposit on occasion 20 essence and leave the rest in inv for some reason?

    Positives:
    -Notices instantly when inv is full.
    -Flawless teleport when not stuck outside of store
    etc.
    Experiencing the exact same problems

  2. #477
    Join Date
    May 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by yvan49 View Post
    Go to bottom of your script and replace your main loop with

    begin
    AutoUpdateMe;
    SetupDTMs;
    repeat;
    P07_loginPlayer;
    wait(1000);
    writeln(GetPage(p+'Welcome.txt'));
    banked:=-P07_invCount+picininvent;
    while P07_LoggedIN do
    begin
    proggy;
    if randomrange(1,10)>8 then; //sing;
    Loop();
    with Pointers do
    begin
    Proc();
    wait(1000);
    end;
    end;
    until(false);
    end.


    then go to the logout procedure and comment out terminatescript and add this
    so it should look like. This means if you want to take the risk you can afk this bot because in the end you will log out 10 times before the script terminates just incase if you are stuck in the drill sergeant.

    procedure P07_LogOut;
    begin
    mouse(643,485,5,5,mouse_left);
    wait(300);
    mouse(643,375,20,5,mouse_left);
    i:=i+1;
    if (i = 10) then
    begin
    terminatescript;
    end;
    //terminatescript;
    end;

    If you do end up in a minigame it will log you in and out of it about 10 times then it will end script so you wont be stuck in the minigame and logging in and out of the game because you are stuck in the minigame(usually the drill sergeant)


    haven't had a problem yet. every time i get the error it will just restart the script and log me back in. also turn your brightness all the way down.
    Also to toggle off roof type ::toggleroof ... your welcome now you won't get stuck oustide the shop anymore

    [Error] C:\Simba\Scripts\EssenceHarvester.simba(116:1): Unknown identifier 'i' at line 115

  3. #478
    Join Date
    May 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    plays for about 1 inv then logs out!

  4. #479
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Why it stucks in bank?

  5. #480
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    smart canvas error how do you fix?

    if (not SMART_DebugSetup) then
    SMART_SetupDebug;

    If (SMART_CANVAS.TransparentColorSet) then
    SMART_CANVAS.FastDrawClear(SMART_CANVAS.GetTranspa rentColor)
    else
    SMART_CANVAS.FastDrawClear(0);
    end;

    part in red is problem

  6. #481
    Join Date
    Jun 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    var
    RuneShopDTM, BankDTM, TreeDTM, PortalDTM: integer;
    BankSymbolColor, BankTreesColor, RuneShopSymbolColor, PortalColor, BankSymbolTolerance, BankTreeTolerance, RuneShopTolerance, PortalTolerance, banked, StartTime, LastProg: integer;
    Pointers: tPointerSet;
    logTime,aLi: integer;
    str,p:String;
    aL:Array of string;
    i: integer;



    ^^^^^^ do you see how i added i:integer;
    you need to put that aswell or else it won't know what i is.

  7. #482
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    doesn't bank....

  8. #483
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    If you have an error on line 78 its because you didnt update smart graphics..

  9. #484
    Join Date
    Feb 2012
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    84 Post(s)

    Default

    It doesn't bank at all for me. Just right-clicks the bank boots over and over

  10. #485
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    Quote Originally Posted by idkfa View Post
    ctrl+f to find "uickly" and change this to "ank"

    Nufineek...

  11. #486
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by wthomas View Post
    If you have an error on line 78 its because you didnt update smart graphics..
    Now the only error i'm getting is
    "Error: Exception: FindDTMs: DTM[] is not consistent. at line 210
    The following DTMs were not freed: [0, 1, 2, 3, SRL - Lamp bitmap, 5, 6, 7, 8, 9]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]"

    line 210
    "if findDTMRotatedSE(DTM, x, y, P07_MMX1, P07_MMY1, P07_MMX2, P07_MMY2, - pi() / 4, pi() / 4, pi() / 64, angle) then"

    Any clues? Freshly installed, updated SRL/SPS/MSI and got the include then got smart8 and updated smartgraphics with the one from SRL-OSR.

  12. #487
    Join Date
    Feb 2012
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    84 Post(s)

    Default

    Quote Originally Posted by wthomas View Post
    Nufineek...
    Oh thanks, my stupidity...

  13. #488
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by wthomas View Post
    If you have an error on line 78 its because you didnt update smart graphics..
    How do you do this? Didn't understand this step

    ** Don't worry I figured it out in the end
    Last edited by pker kieron; 03-25-2013 at 10:24 AM.

  14. #489
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by pker kieron View Post
    How do you do this? Didn't understand this step
    Go to https://raw.github.com/SRL/SRL-OSR/m...Graphics.simba and copy everything on that page, then go to your simba/include/srl/srl/misc then open Smartgraphics.simba and paste what you copied over the whole thing.

  15. #490
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    is anyone else stuck at bank or just me?

  16. #491
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by 99kiba99 View Post
    is anyone else stuck at bank or just me?
    I read that the "::roof" chat command (Hides roofs) helps depending on how you're getting stuck.

  17. #492
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i get stuck when clicking to bank it right clicks then its comes up with the menu and it just click away

  18. #493
    Join Date
    Sep 2009
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    This is really pathetic..
    if you go to w33 you'll see at least a couple of people spamming the song

  19. #494
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Tazz View Post
    This is really pathetic..
    if you go to w33 you'll see at least a couple of people spamming the song
    I wonder who is using this LOL

  20. #495
    Join Date
    Mar 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can't find the bank

  21. #496
    Join Date
    Feb 2009
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    lol I'm not even going to lie, your aL had me laughing.

  22. #497
    Join Date
    Feb 2009
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by 99kiba99 View Post
    I wonder who is using this LOL
    SOOO FUNNY lol, its a loophole because he isnt breaking any forum rules with this anti leech but at the same time its hilarious

  23. #498
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    why cant it open the bank? it does ok until i goes to bank and it cant..?

  24. #499
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    Quote Originally Posted by munchinmonster View Post
    why cant it open the bank? it does ok until i goes to bank and it cant..?
    Line 352. Should be enough info for you. (Haven't tested the script at all yet though).
    Solar from RiD.

  25. #500
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hey guys. To fix the banking problem change the lines 352 and 353 to this:

    clickMouse2(MOUSE_left);

    No need for line 353 because Quickly use is now gone for good.

    ~UncleLol

Page 20 of 47 FirstFirst ... 10181920212230 ... 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
  •