Results 1 to 10 of 10

Thread: Socket disconnected : Unpairing

  1. #1
    Join Date
    Mar 2013
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default Socket disconnected : Unpairing

    Here is a pic to show my problem
    I have no idea why this is happening.
    Other scripts are working perfectly just not the alching ones.
    I have tried:
    Doing the smartparams login etc re pasting.
    This sucks man.
    http://postimg.org/image/5dir17bch/
    It happens when I start the client when runescape comes up.
    And it only happens on alching scripts.

  2. #2
    Join Date
    Dec 2012
    Posts
    115
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    That means you disabled smart. press the enable smart button and your socket will be paired.

  3. #3
    Join Date
    Mar 2013
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    I re enabled and it felt like no script was running at all I tried to disable re-enable no luck man

  4. #4
    Join Date
    Mar 2013
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    bump

  5. #5
    Join Date
    Mar 2013
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Bump

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

    Default

    I'm confused pal, What's the problem?

  7. #7
    Join Date
    Apr 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I get the same thing when trying to load up ShatterGuilder... opens up smart (yes it is enabled) and then it just says "Socket Disconnected; Unpairing"

    EDIT: Fixed. Originally I had only put in my User and Pass and it wasn't working, I added a nickname too and its stopped unpairing itself.
    Last edited by gotilo12; 07-22-2013 at 04:25 PM.

  8. #8
    Join Date
    Nov 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For anyone that comes across this problem in the future.

    I found that if Simba has Script>interpreter set to Lape it will unpair.
    For me once I changed to Pascal script it worked fine. (the guides tell you to do this)

  9. #9
    Join Date
    Sep 2014
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    hey all, I know this thread is old, but iv found a solution to this ... taking into account that the problem is your "SRL/reflection"

    FIRSTLY id recommend saving two copies of your script.

    simply look at the top of your script and see if the script has a line



    "{$I SRL-OSR/SRL/Reflection/Reflection.simba}"
    remove this line. as potentially the reflection could be outdated,
    also then, after your procedures, there should be a small section at the end of your script saying 4 lines
    "setupsrl;
    SetupReflection;
    Declareplayers;
    LoginPlayer; "

    change this too

    " setupsrl;
    ActivateClient;
    Declareplayers;
    LoginPlayer; "

    that solved the problem for me. hope this helps someone


    Mario.
    I don't claim to have any expertise with scripting, its my first day, but using problem solving and elimination, I was able to beat this problem, incase anyone thinks I have a lot of answers regarding scripting, I don't haha.

  10. #10
    Join Date
    Sep 2014
    Location
    the Netherlands
    Posts
    136
    Mentioned
    7 Post(s)
    Quoted
    61 Post(s)

    Default

    Sorry for bringing this up again, but I really wonder why there's no big tutorial about outdated hooks. That'll probably help a whole lot of newbies out

    ~Annonymus
    Previously known as; Annonymus.

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
  •