Results 1 to 13 of 13

Thread: I need help please

  1. #1
    Join Date
    Mar 2015
    Location
    Washington, USA
    Posts
    20
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Question I need help please

    Hey everyone! I just started getting into scripting bots thanks to YoHoJo's youtube videos i found. I decided I would try and make on on an RSPs I've been playing. I've been working on this thing for almost 6 hours and I can't get it to work. I unfortunately deleted the script because i got frustrated but it's a very simple task. I just need to steal gems from a scimitar stall and sell them to the shopkeeper (who moves every few seconds) There are only 4 types of gems in my inventory that the stall gives. But if there is anyone that could just give me some good script to find an object, click it, and sell items, that's all I need. Thank You

  2. #2
    Join Date
    Mar 2011
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    http://docs.villavu.com/srl-5/object.html

    There's a whole bunch of ways to find objects personally I like FindObjTPA and custom the best. Just try to do one thing at a time and ask for help on specific things, it's always better to learn than to just get a script

  3. #3
    Join Date
    Mar 2015
    Location
    Washington, USA
    Posts
    20
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    I'm also having an issue with installing SRL, im trying to use the findObject function but whenever i do i get an "Error: Unknown declaration "findObject""and i have
    {$DEFINE SMART}
    {$DEFINE SRL6}
    {$i SRL-6/SRL.simba}
    at the beginning of my script

  4. #4
    Join Date
    Mar 2011
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    That's because you're using srl6 and it doesn't have those functions, you can use srl6 if you want, but I don't because I find srl5 to be much for useful for RSPS things and I've just known it for a long time so it's what I use.

    If you want srl5 this right here is what you need: https://villavu.com/forum/showthread.php?t=107436

    and if you do rename the folder like such:

    Code:
    Rename SRL-OSR-master to
    
    SRL-OSR
    then you would have:

    {$i SRL-OSR/SRL.simba}

    at the top of your script and if using srl5 (SRL-OSR), I'd take {$i SRL-6/SRL.simba} out

    EDIT: also it's FindObj not FindObject maybe typo on your part, but just look at the link in my previous post anyway
    Last edited by The_Prince; 03-31-2015 at 09:21 AM.

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

    Default

    Quote Originally Posted by The_Prince View Post
    http://docs.villavu.com/srl-5/object.html

    There's a whole bunch of ways to find objects personally I like FindObjTPA and custom the best. Just try to do one thing at a time and ask for help on specific things, it's always better to learn than to just get a script
    none of those are going to work, @OP if you want to make scripts for a private server your going to have to write/change 90% of SRL-5 functions yourself.

  6. #6
    Join Date
    Mar 2015
    Location
    Washington, USA
    Posts
    20
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    I uninstalled simba 6 and reinstalled using the link you provided. But it still downloaded simba 6 not 5. Is there any other link that could have it? And JR when you say that 90% of those functions wont work on a private server, then what will?
    Last edited by Vis_Vires; 03-31-2015 at 07:36 PM.

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

    Default

    Quote Originally Posted by 1punk20 View Post
    I uninstalled simba 6 and reinstalled using the link you provided. But it still downloaded simba 6 not 5. Is there any other link that could have it? And JR when you say that 90% of those functions wont work on a private server, then what will?
    None.
    Quote Originally Posted by rj
    your going to have to write/change 90% of SRL-5 functions yourself.

  8. #8
    Join Date
    Mar 2011
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by rj View Post
    none of those are going to work, @OP if you want to make scripts for a private server your going to have to write/change 90% of SRL-5 functions yourself.
    I've been using them all for 2-3 years on many servers and not once have they not worked.

  9. #9
    Join Date
    Mar 2015
    Location
    Washington, USA
    Posts
    20
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    Prince I am on Zarpor. I can't send PM's yet

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

    Default

    Quote Originally Posted by The_Prince View Post
    I've been using them all for 2-3 years on many servers and not once have they not worked.
    Obviously I'm not talking about the mouse functions and the math stuff lol. I find it hard to believe that 100% of SRL-[insert whatever SRL you use] functions have worked on 100% of the servers you played. Considering every single server I have played(I've been messing around with private servers since 2007..) mixes revision interfaces and items Ex a 317 base server with 724 items and a 474 gameframe and a 525 minimap. On top of all that insert custom text colors, items, randoms, and interfaces. Some functions may work, but most will have to be tweaked or completely rewritten


    You HAVE to make your own functions or tweak the ones in the SRL include @ OP

  11. #11
    Join Date
    Mar 2011
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    I'm not going to argue about it, but why would I lie? All those functions in findobject reference work for me.

    Would it surprise you that I use this as well: https://villavu.com/forum/showthread.php?t=111914

    Quote Originally Posted by 1punk20 View Post
    Prince I am on Zarpor. I can't send PM's yet
    client is taking 10 years to download cache
    Last edited by The_Prince; 03-31-2015 at 09:19 PM.

  12. #12
    Join Date
    Mar 2015
    Location
    Washington, USA
    Posts
    20
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default

    And i don't know if has something to do on my end or if somehting is wrong with simba. but when i run my script everything compiles fine but nothing happens on the RSPS. I selected it with the green target and still nothing

  13. #13
    Join Date
    Sep 2014
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Post whatever code you have written

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
  •