Page 15 of 31 FirstFirst ... 5131415161725 ... LastLast
Results 351 to 375 of 767

Thread: [Unofficial] OldschoolRS07 Include

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

    Default

    @Lukas76, Have you tried running it as admin. If you don't have write privileges then the auto updating wont do anything.

  2. #352
    Join Date
    Jun 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    have you changed the inventory slot numbering for P07_DepositInventorySlot? I know YoHo asked if you would start it at 1 instead of 0 but it was working for me last week now it is not deposit the stuff.

    This is what I have:

    P07_DepositInventorySlot(1,true);

    nothing happens

  3. #353
    Join Date
    Jan 2012
    Posts
    369
    Mentioned
    6 Post(s)
    Quoted
    91 Post(s)

    Default

    Just to fight the exploding rocks

    Code:
    procedure P07_FindRockBomb;
    var
      tpa: TPointArray;
    begin
        SetColorToleranceSpeed(2);
        SetColorSpeed2Modifiers(0.14, 0.51);
        FindColorsTolerance(tpa, 6190211, 217 , 127, 329, 228, 19);
        SetColorToleranceSpeed(1);
        SetColorspeed2Modifiers(0.2, 0.2);
        if Length(tpa) > 65 then
        begin
              MMouse(P07_MMCX,P07_MMCY,1,1);
              wait(95);
              ClickMouse2(mouse_left);
              wait(RandomRange(35000,60000));  // Edit this as you please.
        end;
    end;

  4. #354
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    What's the purpose of this instead of using SRL 4 which works fine?

  5. #355
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    What's the purpose of this instead of using SRL 4 which works fine?
    ease of access, no idea, halted for now anyway


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  6. #356
    Join Date
    Jan 2012
    Posts
    369
    Mentioned
    6 Post(s)
    Quoted
    91 Post(s)

    Default

    Srl 4 works fine ? Where might I get SRL 4 ?

  7. #357
    Join Date
    Feb 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Error: Exception: Font [P07UpChars] not found. at line 108
    The following DTMs were not freed: [0, 1, 2, 3]

    not sure exactly what this means 100% but, i hope it helps in the next update!

  8. #358
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by StonedAge View Post
    Error: Exception: Font [P07UpChars] not found. at line 108
    The following DTMs were not freed: [0, 1, 2, 3]

    not sure exactly what this means 100% but, i hope it helps in the next update!
    Did you even read the error, or my first post,
    You must install the font to simba, else it will give you this error because it can't find the font
    Last edited by DannyRS; 03-02-2013 at 09:26 AM.


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  9. #359
    Join Date
    Feb 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    sorry i'm tired and wasnt thinking! ha truly a dumb mistake and was coming to edit post when you posted, thanks though.

  10. #360
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by StonedAge View Post
    sorry i'm tired and wasnt thinking! ha truly a dumb mistake and was coming to edit post when you posted, thanks though.
    Glad you got it fixed

    Btw for anyone who reads this thread, this Include is only temporary (and was designed as such), it will be completely discontinued when an official Include is released, Tho I will still disable the autoupdater and leave the final version here for archive purposes when this happens


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  11. #361
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Hey Danny, do you think you could add a GetCurrentHP function?

  12. #362
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Nothing to see here.
    Last edited by Ricky; 03-03-2013 at 03:07 AM.
    RangeGuilder by Ricky
    ~ 01010010 01101001 01111001 01111001 01101001 ~

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

    Default

    So how do I start the client from this Include?

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

    Default

    im getting the error Unable to find file 'SRL/SRL.Simba' how do i fix this?

  15. #365
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by JMALLORY4 View Post
    im getting the error Unable to find file 'SRL/SRL.Simba' how do i fix this?
    http://villavu.com/forum/showthread.php?t=47714


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  16. #366
    Join Date
    May 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Hey people,im new to simba, could anyone run simba for me please?

  17. #367
    Join Date
    May 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I am getting this when trying to use an agility bot at gnome course

    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
    [Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
    [Error] C:\Simba\Includes\P07Include.Simba(67:62): Invalid number of parameters at line 66
    Compiling failed.

  18. #368
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    keep getting

    Exception in Script: Unable to find file 'P07Incliude.Simba' used from ''

    Even tho set up

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

    Default

    Quote Originally Posted by DannyRS View Post

    If anybody publicly releases a Gold-farming script using this, with no anti-leech, I reserve the right to Remove this project and you may not re-post it here
    This is really obnoxious. You cannot impose rules like this. It's completely up to you to remove the include if someone else uses it - but why even bother posting it here in the first place then?

    If you're not serious about your include, then why not just work on the other include - so we do not end up with >9001 includes like in 2004? (If you're already doing this - then awesome!)

    I respect the work you put into this, but forcing people to build in anti-leech is really again software freedom and other things we stand for. I'd like to see you defend this point or just remove this bold statement.
    Last edited by Wizzup?; 03-01-2013 at 11:14 PM.



    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)

  20. #370
    Join Date
    Feb 2013
    Posts
    4
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    I get this error any help would be great thanks

    [Error] C:\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
    Compiling failed.

    And i went to line 56 and this what was there:

    Procedure P07_MouseBox(X1, Y1, X2, Y2: Integer; ClickType: Integer);
    Begin
    MMouse(RandomRange(X1,X2),RandomRange(Y1,Y2),0,0);
    ClickMouse2(ClickType);
    Wait(RandomRange(37,50));
    End;

    ================================================== ==================

    Ok well i fixed that problem by P07 Char and now i get this error

    [FATAL] terminal error, cant see bank or rune shop ending script now
    Successfully executed.
    The following DTMs were not freed: [0, 1, 2]
    Last edited by kevintokes; 03-02-2013 at 06:26 AM.

  21. #371
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    This is really obnoxious. You cannot impose rules like this. It's completely up to you to remove the include if someone else uses it - but why even bother posting it here in the first place then?

    If you're not serious about your include, then why not just work on the other include - so we do not end up with >9001 includes like in 2004? (If you're already doing this - then awesome!)

    I respect the work you put into this, but forcing people to build in anti-leech is really again software freedom and other things we stand for. I'd like to see you defend this point or just remove this bold statement.
    @Wizzup?

    I'm personally completely against anti-leech, it defeat's the learning process somewhat because your reading material to learn from is flawed from the get go, if I had my way anti-leech would not exist at all, I'm not trying to force people in any way, (was aimed at something like a green dragon bot farmer, with the best intentions from my part), None of my own written scripts contain any, and I only put that there out of respect for the other Member's views,

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

    At the time of creation, it was effectively 40-1, So I'm sure you understand my Reasoning? With your go ahed, I'll remove that message from the OP and everything goes

    Edit - Updated OP


    @kevintokes

    Theres a few possibilites, did you try to compile the Include, don't do that, maybe your script is missing {$I Srl/Srl.Simba} from your script before the Include,

    The bank / rune shop thing is part of your own script? I've never seen that before? Is it an official RS function you are using from SRL?


    @TheEntireForum

    Development of this is currently frozen from my part as I contribute to another Include, I've removed any message about anti-leech, this Include will never be removed by me, you may release any Script you want making use of it, Huge apology for the bother
    Last edited by DannyRS; 03-02-2013 at 07:09 AM.


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  22. #372
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    So i added it and everything but i cant get my script that i want to use to actually begin.

  23. #373
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by zerra1337 View Post
    So i added it and everything but i cant get my script that i want to use to actually begin.
    Which script is this? Have you tried a different one with this Include to verify if its a script problem or an Include one?


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  24. #374
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Im trying to use mxPickPocket i believe, and i have no tried to use a different script yet.

  25. #375
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I just dont understand how im supposed to run these scripts with your beginning code in the front because it causes the entire thing to end

Page 15 of 31 FirstFirst ... 5131415161725 ... 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
  •