Results 1 to 17 of 17

Thread: Need help pointing to another client

  1. #1
    Join Date
    Dec 2011
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need help pointing to another client

    Hello,

    I was using the SMART client but i find it extremely laggy. I don't quite understand how to point to another client with Simba, can someone explain to me a little better?

    Thanks

  2. #2
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Drag the green Simba crosshairs to the client you want to "point to" or select.
    I am Ggzz..
    Hackintosher

  3. #3
    Join Date
    Feb 2007
    Location
    Lux Aeterna
    Posts
    171
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I guess I can..
    find on Simba the crosshairs/target symbol. Click(hold down) and drag your mouse over your runescape window. Let go of the button.

    Next, find near the top of the script where it reads {$DEFINE SMART} (or something like that). Then, (put // in front of it) change it to //{$DEFINE SMART}

    Finally, find some beginning tutorials. I would suggest YoHoJo, and Fuzz's video tutorials.
    If I recall correctly, they teach how to use another client. And I think you can get help with scripting from some people here as well (over MSN or something).

    Here.. I would suggest these videos as they help develop a basic understanding of scripting. Hopefully you're interested in that. One is for Scar, but it'll help.
    http://youtu.be/zNyH2AvCLgs
    http://youtu.be/pMMejhyjGwI
    Last edited by Mushini; 03-03-2012 at 02:07 AM.
    Triggers..

  4. #4
    Join Date
    Dec 2011
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ggzz View Post
    Drag the green Simba crosshairs to the client you want to "point to" or select.
    I've tried that, can you tell me more in depth? Like, i pause the script, select the new client, then un-pause the script. Or do I disable SMART and then point to it. I've tried everything but but it's still confusing me. xP

  5. #5
    Join Date
    Oct 2011
    Location
    Chicago
    Posts
    3,352
    Mentioned
    21 Post(s)
    Quoted
    437 Post(s)

    Default

    Quote Originally Posted by BE REAL View Post
    I've tried that, can you tell me more in depth? Like, i pause the script, select the new client, then un-pause the script. Or do I disable SMART and then point to it. I've tried everything but but it's still confusing me. xP
    Just remove the "Smart feature" from the script as stated above. I can make a video later tonight if you want.

    Your best bet is simply to fix the lag, uninstall your version of Java and install Java 6.31 (not 7+)




    Anti-Leech Movement Prevent Leeching Spread the word
    Insanity 60 Days (Killer workout)
    XoL Blog (Workouts/RS/Misc)

  6. #6
    Join Date
    Dec 2011
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by R4nd0m View Post
    Just remove the "Smart feature" from the script as stated above. I can make a video later tonight if you want.

    Your best bet is simply to fix the lag, uninstall your version of Java and install Java 6.31 (not 7+)
    Can you please? When I erase the SMART feature, the script stops working

  7. #7
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    When you erase the smart feature then you need to drag the croos hair over till the RuneScape window is selected and then start the script, works for me
    Current Project: Retired

  8. #8
    Join Date
    Dec 2011
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gucci View Post
    When you erase the smart feature then you need to drag the croos hair over till the RuneScape window is selected and then start the script, works for me
    Erase as in close?

  9. #9
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    Quote Originally Posted by BE REAL View Post
    Erase as in close?
    erase it as in go into the code and erase the define smart, and all smart procedures.

  10. #10
    Join Date
    Dec 2011
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by x[Warrior]x3500 View Post
    erase it as in go into the code and erase the define smart, and all smart procedures.
    every time I do that, I come up with this "'[Error] (63:3): Unknown identifier 'HowManyPlayers' at line 62
    Compiling failed."

  11. #11
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    u erased the wrong variable. howmanyplayers has nothing to do with smart

  12. #12
    Join Date
    Dec 2011
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by x[Warrior]x3500 View Post
    u erased the wrong variable. howmanyplayers has nothing to do with smart
    Can you help me and tell me what I need to erase? I erased
    {$DEFINE SMART}

    {$IFDEF SMART}
    {$i SRL/SRL/Misc/Smart.simba}
    {$ENDIF}
    {$i SRL/SRL.simba}
    {$i SRL/SRL/Misc/Paintsmart.simba}

  13. #13
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    just put "//" infront of {$DEFINE SMART}

    AND

    put that in front of anything in the script that starts with "SMART_"

  14. #14
    Join Date
    Dec 2011
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by x[Warrior]x3500 View Post
    just put "//" infront of {$DEFINE SMART}

    AND

    put that in front of anything in the script that starts with "SMART_"
    ok I did as you said and now I get this

    [Error] (41:3): Unknown identifier 'SmartSetDebug' at line 40
    Compiling failed.

  15. #15
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    great.. so this script uses graphics for proggies on the smart window, and they dont do the ifdef throughout the script. well u need to locate the procedure using the debugging pictures, then go into the main loop and "//" in front of that procedures name.

  16. #16
    Join Date
    Dec 2011
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by x[Warrior]x3500 View Post
    great.. so this script uses graphics for proggies on the smart window, and they dont do the ifdef throughout the script. well u need to locate the procedure using the debugging pictures, then go into the main loop and "//" in front of that procedures name.
    Ok so here's the deal, I was doing that for a cooking script and gave up on it but tried what you told me on another script and it partially worked. So thank you very much for your help

    edit: what does this mean? Exception in Script: Define not closed
    Last edited by BE REAL; 03-03-2012 at 06:25 AM.

  17. #17
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    i get that error when i forget to put an {endif}

    example:
    Code:
    {$IFDEF SMART}
      {$I srl/srl/misc/PaintSmart.simba}
    {$ENDIF}

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
  •