Results 1 to 4 of 4

Thread: testing problem

  1. #1
    Join Date
    Sep 2007
    Posts
    415
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default testing problem

    i'm making a script to Kill cows and bank in fally east bank, in the beggining, making my walking procedures now, but everytime i try to test, scar and my rs client lags and logs my player out..i've tried both internet explorer with runescape up, and used SCSS, happens with both


    also, anyone know where to find the declareplayers form? usually i just steal it from other scripts, but there has to be an easier way to find it

    EDIT: added the script, even though i don't think its the script thats the problem

    SCAR Code:
    program New;
    {.include srl/srl.scar}

    var
    x,y: integer;

    procedure ToPen;
    begin
    repeat
    radialwalk(7372685,180,250,65,1,1);
    until(findsymbolin(x,y,'tree',628,8,704,165));
    end;

    procedure ToBank;
    begin
    end;

    begin
    SetupSRL;
    activateclient;
    ToPen;
    end.
    Quote Originally Posted by That guy that wrote forefeathers
    <munklez>haha im too lazy, girls annoy me
    <munklez> they always wanna like, do stuff
    <munklez> and i just wanna program
    <munklez> and they always take all my money

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    post the script to see whats going on.


  3. #3
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Nothing in there should lag RS/SCSS, so I would suspect that it's your connection. Also, I have a kind of 'template' scar file for when the urge to script take over so I can just use that (All it is is an "empty" program, but with include SRL + SMART, setupSRL, DelcarePlayers and x,y,i set up as variables)
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  4. #4
    Join Date
    Sep 2007
    Posts
    415
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice one mixster.. i'll make myself one of dem der' templates
    Quote Originally Posted by That guy that wrote forefeathers
    <munklez>haha im too lazy, girls annoy me
    <munklez> they always wanna like, do stuff
    <munklez> and i just wanna program
    <munklez> and they always take all my money

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Testing
    By Nava2 in forum OSR Help
    Replies: 3
    Last Post: 05-12-2008, 09:54 PM
  2. I was testing..
    By Xerxes in forum The Bashing Club / BBQ Pit
    Replies: 40
    Last Post: 03-24-2006, 06:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •