Page 4 of 31 FirstFirst ... 2345614 ... LastLast
Results 76 to 100 of 767

Thread: [Unofficial] OldschoolRS07 Include

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

    Default

    Quote Originally Posted by sprunt View Post
    Sorry im new but im getting;

    [Error] C:\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
    Compiling failed.
    You don't compile it, it's not a script lol


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

  2. #77
    Join Date
    Mar 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    in a random event if the tab disappears the open tab function will always click on it if you call it. just wanted you to know.

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

    Default

    Quote Originally Posted by killer06 View Post
    in a random event if the tab disappears the open tab function will always click on it if you call it. just wanted you to know.
    Yea the old version had a failsafe for that, but I felt it best to always try and reset, I'll put it back next update


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

  4. #79
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    I'm new to scripting with Simba, and was wondering if I have to use P07_FindObj(1267066, 10, 15, ['pen', 'lose', 'oor'], 3)

    I'm watching YohoJo's tutorial vids and i'm confused with if P07_FindObj(1267066, 10, 15, ['pen', 'lose', 'oor'], 3) and FindObjCustom(x, y, ['att', 'ack'], [123456, 345678], 5);

    Do I have to use your FindObj for 07? If so can I just put P07_FindObj in front of (x, y, ['att', 'ack'], [123456, 345678], 5);

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

    Default

    Quote Originally Posted by Twinki View Post
    I'm new to scripting with Simba, and was wondering if I have to use P07_FindObj(1267066, 10, 15, ['pen', 'lose', 'oor'], 3)

    I'm watching YohoJo's tutorial vids and i'm confused with if P07_FindObj(1267066, 10, 15, ['pen', 'lose', 'oor'], 3) and FindObjCustom(x, y, ['att', 'ack'], [123456, 345678], 5);

    Do I have to use your FindObj for 07? If so can I just put P07_FindObj in front of (x, y, ['att', 'ack'], [123456, 345678], 5);
    I didn't write that function ^^ I can't remember what it does and I'm in bed atm, contact Awkwardsaw and ask him how to use it ^^, some functions are written by the devs from P06Iclude, the writer's name is above the function in blue text

    If you are that new to Simba, I'd strongly suggest looking into making your own object finding procedure


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

  6. #81
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    I didn't write that function ^^ I can't remember what it does and I'm in bed atm, contact Awkwardsaw and ask him how to use it ^^, some functions are written by the devs from P06Iclude, the writer's name is above the function in blue text
    It just finds an object, pretty much the same as FindObj. Was just wondering if I have to use yours in 07, since it goes by color I don't see any difference from using yours and FindObj(var cx, cy: Integer; Text: string; Color, Tol: Integer): Boolean;

  7. #82
    Join Date
    Feb 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    What do you mean with: SetupP07Include; //call in your script

    Ive done everything right, i tried the code you told another user to try, the one that popped up a blue box.

  8. #83
    Join Date
    Jul 2012
    Posts
    113
    Mentioned
    7 Post(s)
    Quoted
    34 Post(s)

    Default

    6KkdtMZ.png
    Works great! I even got it to work with smart! Very nice! (Changing the param page to http://oldschool1.runescape.com/,j1 and setting RSReady to True)

  9. #84
    Join Date
    Mar 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Anyone have skype and willing to help me?

  10. #85
    Join Date
    Feb 2012
    Location
    US
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    For whatever reason, P07_LoginPlayer wasn't working correctly (not going to the password field) .. fixed it by slowing it down and making it send tab
    Zaros

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

    Default

    Quote Originally Posted by Zaros View Post
    For whatever reason, P07_LoginPlayer wasn't working correctly (not going to the password field) .. fixed it by slowing it down and making it send tab
    I think I had it send enter, should do the same thing :O


    Quote Originally Posted by Muusta View Post
    What do you mean with: SetupP07Include; //call in your script

    Ive done everything right, i tried the code you told another user to try, the one that popped up a blue box.
    This is not a script, it's not going to bot anything for you lol


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

  12. #87
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by Zaros View Post
    For whatever reason, P07_LoginPlayer wasn't working correctly (not going to the password field) .. fixed it by slowing it down and making it send tab
    Same for me. What's the key/code for tab?

    Would be nice for login function to detect weather or not you've clicked Existing User or not too (just as an extra).

    Why name Inventory Slot 1 0?
    SRL has never done this before? Number the slots starting at 1 instead of 0 please.
    Last edited by YoHoJo; 02-24-2013 at 09:36 AM.

  13. #88
    Join Date
    Feb 2012
    Location
    US
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    I think I had it send enter, should do the same thing :O
    Enter being 13, yes? Well it SHOULD work, but it wasn't.


    Quote Originally Posted by YoHoJo View Post
    Same for me. What's the key/code for tab?

    Would be nice for login function to detect weather or not you've clicked Existing User or not too (just as an extra).
    I took a stab at it being ASCII code for the keys, I guess I was right. Tab is 9.
    Zaros

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

    Default

    Quote Originally Posted by YoHoJo View Post
    Same for me. What's the key/code for tab?

    Would be nice for login function to detect weather or not you've clicked Existing User or not too (just as an extra).

    Why name Inventory Slot 1 0?
    SRL has never done this before? Number the slots starting at 1 instead of 0 please.
    I just decided to keep eveything in programming language, because I didn't know what in SRL started at 0, and what started at 1, kinda too late to change it now, and it's better to have it one way or the other throughout all functions,

    What do you mean detect if you've clicked existing user?

    Quote Originally Posted by Zaros View Post
    Enter being 13, yes? Well it SHOULD work, but it wasn't.

    I took a stab at it being ASCII code for the keys, I guess I was right. Tab is 9.
    Ok guess I'll change it to 9 later :/ enter works fine for me
    Last edited by DannyRS; 02-24-2013 at 09:43 AM.


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

  15. #90
    Join Date
    Dec 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Could someone help me with setting up smart for 07? I tried to change the url to oldschool, but it's not working:

    Says cannot get smart params:
    ** Failed To Grab Smart Parameters **
    ** Please check your internet connection/firewall **
    Successfully executed.

    skype: smooth.heads if anyone can help
    Last edited by ILikeSmoothHeads; 02-24-2013 at 09:53 AM.

  16. #91
    Join Date
    Jan 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I have problem, but my bot see colors coper, tin and iron. only he dont click on Copper.

    Please help.

    Simba 0.99 has been released. The release pages will be updated in a few
    days.

    The latest Simba is Simba 992. Changes from 991 are mostly just lape
    updates: http://villavu.com/forum/showthread.php?t=94351


    Thank you for using Simba,
    Hakuna Matata.

    Compiled successfully in 16 ms.
    Successfully executed.
    Last edited by oszolom; 02-24-2013 at 11:04 AM.

  17. #92
    Join Date
    Feb 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    My include just updated. Removed P07_FindObj ?

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

    Default

    Quote Originally Posted by SirDub View Post
    My include just updated. Removed P07_FindObj ?
    yes because it was rather bad, I'll add a good one later


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

  19. #94
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Going to try and make a lobster fisher with this ^.^, wish me luck?
    The fonts work now right? :d

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

    Default

    Quote Originally Posted by The Killer View Post
    Going to try and make a lobster fisher with this ^.^, wish me luck?
    The fonts work now right? :d
    font's always did, goodluck


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

  21. #96
    Join Date
    Nov 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hey danny, can you add me on skype? I need your help: vespuccipb

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

    Default

    Quote Originally Posted by Zippers View Post
    Hey danny, can you add me on skype? I need your help: vespuccipb
    busy atm, leave me a PM with your issue


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

  23. #98
    Join Date
    Nov 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I really don't get how to edit a script and make it work for the 2007 client.
    Sorry for being new, can someone please assist me on skype I would really appreciate it: vespuccipb

  24. #99
    Join Date
    Feb 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Very nice include! Currently I've only tried P07_IsUpTextMultiCustom (which works extremely well by the way). Thanks for this!

  25. #100
    Join Date
    May 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Compiled successfully in 1810 ms.
    Checking P07Include VersionNumber
    Local : 1.0 / Latest : 1.3
    New P07Include Version Available! Updating...
    New P07Include Version Downloaded Please Restart Your Script!
    Successfully executed.
    Compiled successfully in 1779 ms.
    Checking P07Include VersionNumber
    Local : 1.0 / Latest : 1.3
    New P07Include Version Available! Updating...
    New P07Include Version Downloaded Please Restart Your Script!
    Successfully executed.
    keeps saying this over and over. i even manually placed the includes in the right folders /simba. any help im just too nooby.
    im using this include for the 2007 powerminer.

Page 4 of 31 FirstFirst ... 2345614 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •