Results 1 to 12 of 12

Thread: Why can i get simba to run the dang scripts

  1. #1
    Join Date
    Aug 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default Why can i get simba to run the dang scripts

    So i have been fiddling around with this program for a couple hours trying to get this thing to work for runescape 3 but i have run into some problems like exception in file or whatever it is,smart params, and also it going to the login screen and not doing anything. Now i seem to have a problem with smart 8.3 and that's where I'm either getting the exception in file or the smart params if i use 7.2 which is what originally comes with simba i can at least get to the login screen but then it just sits there doing there and yes i have changed the graphics and stuff like that. I just cant find a solution.

  2. #2
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    hmm if you're using simba 992 then u should stick with smart 8.2

    if u get the smartparams error:
    Code:
    [Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(229:202): Invalid number of parameters at line 228
    then u gotta replace line 240 (smartparams) with this one:
    Code:
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), 'http://oldschool' + World + '.runescape.com/', 'j1', 765, 503, '', '', '', '');

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Aug 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Well im trying to use AIO PowerMiner 1.2 and i have a problem with line 281 but i tried putting that code you told me to put there and all it did was have a problem with line 77 which has "RSReady then" on it, but i did get smart 8.2 just you recommened

  4. #4
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by canzo View Post
    Well im trying to use AIO PowerMiner 1.2 and i have a problem with line 281 but i tried putting that code you told me to put there and all it did was have a problem with line 77 which has "RSReady then" on it, but i did get smart 8.2 just you recommened
    yeh re-install simba, probably went wrong on the road.
    Also most scripts are outdated for RS3. Some exceptions

    SRL6 is almost out So expect new scripts by then.

    I'd suggest to wait till SRL6 for botting purposes.

    Creds to DannyRS for this wonderful sig!

  5. #5
    Join Date
    Aug 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Any F2P bots for rs3 that you know of that will still work?

    since i started to use smart 8.2 all of the files are exception in script
    Last edited by Daniel; 08-30-2013 at 07:08 AM. Reason: Merged double post

  6. #6
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by canzo View Post
    since i started to use smart 8.2 all of the files are exception in script
    give the full error please? Easier to recognise. (just copy/paste it)

    Nexz released several scripts, this is one of em: http://villavu.com/forum/showthread.php?t=92160

    one divination script: http://villavu.com/forum/showthread.php?t=105504 Careful though, ban hotspot

    Creds to DannyRS for this wonderful sig!

  7. #7
    Join Date
    Aug 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Exception in Script: Unable to find file 'SRL/SRL/misc/MouseHandler.simba' used from 'C:\Simba\Scripts\BarbFlyFisher(1.8).simba' it is probably something on my part, i do have the mousehandler.simba in the scripts folder along with this fishing one i just dont know how about doing it

  8. #8
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by canzo View Post
    Exception in Script: Unable to find file 'SRL/SRL/misc/MouseHandler.simba' used from 'C:\Simba\Scripts\BarbFlyFisher(1.8).simba' it is probably something on my part, i do have the mousehandler.simba in the scripts folder along with this fishing one i just dont know how about doing it
    yeh always read instructions before starting the script ...
    But doesn't matter, that script won't work

    Creds to DannyRS for this wonderful sig!

  9. #9
    Join Date
    Aug 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Apparently i cant read, i know what i did wrong but even when i did put the mouse handler in the right thing i got the smart params on line 280 again

    I wanna try that tanner one you said it doesnt show any attached files for me
    Last edited by Daniel; 08-30-2013 at 07:09 AM. Reason: Merged double post

  10. #10
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by canzo View Post
    I wanna try that tanner one you said it doesnt show any attached files for me
    http://128.204.203.115/NexzAuto/NexzAuto read this

    edit: for the smartparams: replace line 292 with

    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 800, 600, 's', '', '', '');

    (the one line below {$IFDEF SMART8})

    Creds to DannyRS for this wonderful sig!

  11. #11
    Join Date
    Aug 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    i pretty much copy and pasted everything from the tanner that look like a code and it launched into runescape, and i logged in manually but nothing happened i was just standing at the bank and i tried the smart parama thing and it did the same thing as before

  12. #12
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by canzo View Post
    i pretty much copy and pasted everything from the tanner that look like a code and it launched into runescape, and i logged in manually but nothing happened i was just standing at the bank and i tried the smart parama thing and it did the same thing as before
    Did u follow his setup instructions?
    (RuneScape settings / interface.)
    http://128.204.203.115/NexzAuto/interface.png

    But jagex seemed to have updated the inventory interface, so it might be outdated now

    Creds to DannyRS for this wonderful sig!

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
  •