Page 2 of 2 FirstFirst 12
Results 26 to 36 of 36

Thread: hey guys just looking for some help.

  1. #26
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    Yea in the other thing you took out the boolean, and since you did that you dont need a colon. It should work even though it says Var not used.
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  2. #27
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    now it say idenifier expected at line 64 which is :var

  3. #28
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    Leave var by itself no colon or anything
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  4. #29
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    function banksw

    var

    X, Y: Integer;
    begin
    FindNormalRandoms;
    if (FindObjCustom(X, Y, ['Bank','nk ch','k che','chest'], [2963780,10724266,10000542,5592409], 3)) then
    Mouse(X, Y, 0, 0, True);
    Wait(1500 + Random(300));
    end;


    that;s what I have right now what should It look like?

  5. #30
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    well add a ; to banksw
    If you come up with another error, post it.

    You could add boolean back to it so it would be function banksw: boolean;
    and it should work like that even with the variable hint thing.
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  6. #31
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I don't get an error but rather a hint

    Variable 'Result' never used at line 62

    and then when I try to start it it does that bs again where it opens a tab called math.

    and give me errors on there.

    Those errors I was talking about in the tab called "math"
    Code:
    Error: Out of Proc Range at line 385
    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 rol prodigy; 01-25-2012 at 10:46 PM.

  7. #32
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default

    Quote Originally Posted by rol prodigy View Post
    I don't get an error but rather a hint

    Variable 'Result' never used at line 62

    and then when I try to start it it does that bs again where it opens a tab called math.

    and give me errors on there.

    Those errors I was talking about in the tab called "math"
    Code:
    Error: Out of Proc Range at line 385
    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]
    function banksw -> procedure banksw;
    To get rid of the hint.

    You could debug the script a bit to see where it is stopping.
    for example add WriteLn('Opening sw bank'); to your banksw procedure. Add this kind of WriteLn's to other procedures and functions too
    Last edited by weequ; 01-25-2012 at 11:08 PM.
    Quote Originally Posted by DeSnob View Post
    ETA's don't exist in SRL like they did in other communities. Want a faster update? Help out with updating, otherwise just gotta wait it out.

  8. #33
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    yes! got rid of the hint now my next problem is the opening of the math tab.

    when I click run it opens another tab and give me this message.

    Error: Out of Proc Range at line 385
    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]

  9. #34
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    erase the line, go back to the other tab and run it again. see what happens.If it works save both tabs.
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  10. #35
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Done that many a time and it just opens back up and give me another line with the same error.

    Any feedback is greatly appreciated.

    problem is S.M.A.R.T won't open it just opens another tab and gives me those errors.
    Last edited by rol prodigy; 01-25-2012 at 11:19 PM.

  11. #36
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Now it won't open math but will open text and give me this


    That doesn't show up anymore but this does...

    Exception in Script: Unable to find file 'SRL/SRL/Misc/Stats.Simba' used from ''
    Last edited by rol prodigy; 01-25-2012 at 11:53 PM.

Page 2 of 2 FirstFirst 12

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
  •