Page 10 of 31 FirstFirst ... 8910111220 ... LastLast
Results 226 to 250 of 767

Thread: [Unofficial] OldschoolRS07 Include

  1. #226
    Join Date
    Oct 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

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


    how to fix?

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

    Default

    Quote Originally Posted by bovman11 View Post
    [Error] I:\Simba\Includes\P07Include.simba(57:3): Unknown identifier 'MMouse' at line 56
    Compiling failed.


    how to fix?
    You don't Compile or Run this


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

  3. #228
    Join Date
    Feb 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Keeps telling me I don't have 1.6 downloaded even though I do. I've tried restarting and re-downloading it, but I can't seem to get it to work.

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

    Default

    Quote Originally Posted by gboisen View Post
    Keeps telling me I don't have 1.6 downloaded even though I do. I've tried restarting and re-downloading it, but I can't seem to get it to work.
    You must have another P07Include.Simba saved in simba folder somewhere ?

    Edit - tested updater

    Simba Code:
    Compiled successfully in 468 ms.
    Checking P07Include VersionNumber
    Local : 1.5 / Latest : 1.6
    New P07Include Version Available! Updating...
    New P07Include Version Downloaded Please Restart Your Script!
    Successfully executed.
    Compiled successfully in 468 ms.
    Checking P07Include VersionNumber
    Local : 1.6 / Latest : 1.6
    You Have The Latest Version of P07Include
    Successfully executed.
    Last edited by DannyRS; 02-26-2013 at 07:12 PM.


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

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

    Default

    Quote Originally Posted by DannyRS View Post
    You must have another P07Include.Simba saved in simba folder somewhere ?
    Thanks! Deleted other version and its working fine.

  6. #231
    Join Date
    Nov 2011
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Thanks for your work on this Danny!

    I'm having a problem, the code in the script is correct, and after I run a script, the mouse would hover over what it has to click, but it doesn't click it
    You think its a problem with the script or the setup of my runescape is wrong?

    Thanks!

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

    Default

    Quote Originally Posted by tounsi View Post
    Thanks for your work on this Danny!

    I'm having a problem, the code in the script is correct, and after I run a script, the mouse would hover over what it has to click, but it doesn't click it
    You think its a problem with the script or the setup of my runescape is wrong?

    Thanks!
    pm me the script plz


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

  8. #233
    Join Date
    Jan 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Love to see SMART added, I Will try to script the next weeks aswell

  9. #234
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this:

    Code:
    [Hint] C:\Users\Farbod\Desktop\[07] Draynor Willow Banker [1.3].simba(130:10): Variable 'Result' never used at line 129
    Compiled successfully in 359 ms.
    Checking P07Include VersionNumber
    Local : 1.6 / Latest : 1.6
    You Have The Latest Version of P07Include
    546 chopwaitt
    546 chopwaitt
    3588 chopwaitt
    3588 chopwaitt
    Successfully executed.
    I've never used Simba before so do I now just run Runescape on my browser (Chrome) and let the bot do the work?

    EDIT: Sorry posted in the wrong thread
    Last edited by MrFarbodD; 02-26-2013 at 08:16 PM.

  10. #235
    Join Date
    Nov 2011
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    pm me the script plz
    Ok, I msged you, thanks in advance

  11. #236
    Join Date
    Oct 2011
    Location
    Atlanta Georgia USA
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    looking nice danny! good work man

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

    Default

    Quote Originally Posted by Ryan [RuneCrafter] View Post
    looking nice danny! good work man
    Thanks

    Added a whole load of useful stuff to V1.7 :

    Simba Code:
    Procedure P07_ClickToContinue;
    Function P07_CastSpell(SpellNumber: Integer): Boolean;
    Procedure P07_AutoRetaliate(ToggleTo: Boolean);
    Procedure P07_CombatStance(ToggleToNum: Integer);
    Function P07_WearingItem(I: Integer): Boolean;
    Function P07_GetMiniMapDots(WhatDotCol: String): TPointArray;
    Function P07_CountMiniMapDots(WhatDotCol: String): Integer;
    Function P07_DidClick(Red: Boolean; Time: Integer): boolean; //Creds to Justin


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

  13. #238
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Function P07_DidClick(Red: Boolean; Time: Integer): boolean; //Creds to Justin OFMFMFMFFFOFOFMG

    Procedure P07_ClickToContinue; ofmfmfmfmfmfmfmg

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

    Default

    Quote Originally Posted by rjj95 View Post
    Function P07_DidClick(Red: Boolean; Time: Integer): boolean; //Creds to Justin OFMFMFMFFFOFOFMG

    Procedure P07_ClickToContinue; ofmfmfmfmfmfmfmg
    Would of been nice to have the other font for ClickToContinue, but ah well to late for me to add another one now, DTM will have to do lol,

    all the new functions have undergone only minor testing, so let me know of any error's
    Last edited by DannyRS; 02-27-2013 at 01:30 AM.


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

  15. #240
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Will do, currently working on a muilti-fletcher, will release with no anti leech simply because it won't "ruin" legit trainers (does not take up rocks,trees etc etc)

  16. #241
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    Would of been nice to have the other font for ClickToContinue, but ah well to late for me to add another one now, DTM will have to do lol,

    all the new functions have undergone only minor testing, so let me know of any error's
    P07_ChooseOptionMulti

    gives this runtime error:
    Error: Exception: You passed a wrong xe to a finder function: 1439. The client has a width of 764, thus the xe is out of bounds. at line 529
    and highlights this line:
    Simba Code:
    FindColors(OptionBoxTPA1, 4674653, P07_MSX1, P07_MSY1, P07_ClientWidth-1, P07_ClientHeight-1);

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

    Default

    Quote Originally Posted by BMWxi View Post
    P07_ChooseOptionMulti

    gives this runtime error:

    and highlights this line:
    Simba Code:
    FindColors(OptionBoxTPA1, 4674653, P07_MSX1, P07_MSY1, P07_ClientWidth-1, P07_ClientHeight-1);
    What the hell? Where's the 1439 coming from?

    Did you Call SetupP07Include; and drag green target onto game client?
    Last edited by DannyRS; 02-27-2013 at 02:32 AM.


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

  18. #243
    Join Date
    Dec 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    AM I doing this correctly?

    P07_Deposit( 1, DepositAll);

    I want to deposit my entire inventory I gave the slot for the item and how many of them it should deposit. Btw I'm Using Sps for a walking method atm what should I use instead of this for rs 07 or is what I am doing ok? Here's a sample of the code for wlaking:
    ToBank := [ Point(442, 144), Point(431, 186), Point(403, 218), Point(410, 261) ];
    SPS_Setup(RUNESCAPE_SURFACE, ['5_8']);
    SPS_WalkPath(ToBank); ( I used a rs 2013 map as I don't know how to use a rs 07 map as I am new to programming for simba).

  19. #244
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    What the hell? Where's the 1439 coming from?

    Did you Call SetupP07Include; and drag green target onto game client?
    Yeah, I called it. I was using SMART not the client though.

  20. #245
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by rjj95 View Post
    Function P07_DidClick(Red: Boolean; Time: Integer): boolean; //Creds to Justin OFMFMFMFFFOFOFMG

    Procedure P07_ClickToContinue; ofmfmfmfmfmfmfmg
    Not sure if serious or trolling....

    Forum account issues? Please send me a PM

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

    Default

    Quote Originally Posted by BMWxi View Post
    Yeah, I called it. I was using SMART not the client though.
    I was just using it in smart fine, why does simba think your smart is that width?

    Did you call it after SetupSRL and have smart enabled?


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

  22. #247
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    @DannyRS - What are the other main functions that need to be converted to work onto 07?

    Forum account issues? Please send me a PM

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

    Default

    Quote Originally Posted by Justin View Post
    @DannyRS - What are the other main functions that need to be converted to work onto 07?
    I have no idea, I was just looking through SRL5 and trying to find useful thing's to add, now it's time for bed you should take a look too, see if you can find anything that you think we would need


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

  24. #249
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    Not sure if serious or trolling....
    Being serious I needed the didredclick badly

  25. #250
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    I have no idea, I was just looking through SRL5 and trying to find useful thing's to add, now it's time for bed you should take a look too, see if you can find anything that you think we would need
    Will be doing so when i finish work

    Forum account issues? Please send me a PM

Page 10 of 31 FirstFirst ... 8910111220 ... 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
  •