Results 1 to 7 of 7

Thread: loads to do before changing.

  1. #1
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    loads to do before changing.

    hi i already posted a thread like this but no one helped lol..

    well the problem is that my script uses radialroadwalk and i have set the loads for a player like this:

    players[0].integer1:=3;

    and at the end of the loop i did:

    repeat
    until
    (Players[CurrentPlayer].Integer1<=Trips) or (not(LoggedIn));
    if(Players[CurrentPlayer].Integer1<=Trips)then

    but when it does one trip it wont restart another one it just laggs and stays lagging so much. i think its scanning for the road but why it wont continue untill trips = 3????

    when i do players[0].integer1:=1;

    it works great and it logs out and go on next player but it runs less time and i have like 70% more chances of getting banned because people see me in like one acc cutting and then 10 mins latter another acc lol..

    example:

    toby1 is wcing. he banks then toby2 comes and start wcing then 10 mins latter toby 3 comes... lol (p.s. toby1, toby2, toby3 are non-existing accs.)

    thats my problem and i got now 8 bans because of that! can peep help me!!!!!plz

  2. #2
    Join Date
    Oct 2006
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you should change THIS the only thing u have to do is erease the <...i think...why dont u try???
    (Players[CurrentPlayer].Integer1=Trips) or (not(LoggedIn));
    if(Players[CurrentPlayer].Integer1<=Trips)then

  3. #3
    Join Date
    Jul 2006
    Location
    NY
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If you use this:
    SCAR Code:
    if(Players[CurrentPlayer].Integer1<=Trips)then
    That will log out on the first trip. In that satement your saying
    "if my current players integer1 is less or equal to the actual trips then log out"
    Instead of a <, use a >.

  4. #4
    Join Date
    Oct 2006
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes well as junior says you can just change the < for > or u can just put only an =....
    Remember to put at the top:
    Var
    (all ur vars)
    Trips : Integer;

    i dont think thats the proble...as we said the problem was the other one but just in case...u need this var...

  5. #5
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks junior and cherry i will fix that and yes i did var and all that

  6. #6
    Join Date
    Oct 2006
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok and no problem XD

  7. #7
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    what is this for macromacro?

    your lobbie fisher or yew cutter?

    They are sisters...
    Runescape Classic

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Random loads?
    By Gabe in forum Research & Development Lounge
    Replies: 12
    Last Post: 08-29-2008, 04:10 PM
  2. 999 Loads!
    By n3ss3s in forum News and General
    Replies: 19
    Last Post: 12-28-2007, 06:35 PM
  3. Instead of ''Loads'' why not ''Loads'' :)
    By yanix in forum News and General
    Replies: 6
    Last Post: 12-18-2007, 08:53 PM
  4. Loads help
    By jvwarrior in forum OSR Help
    Replies: 2
    Last Post: 11-12-2007, 10:15 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
  •