Results 1 to 8 of 8

Thread: World Switcher Help!

  1. #1
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default World Switcher Help!

    ok because i need a world switcher for my script i need ot make one and i dont want to leech anyones so can someone help me make one? my way will take ages to make...

    i only have two worlds and i got 130 something left if i keep doing it my way it will take forever..


    ///////////////////////////////////////////////////////////////////////////////////////
    program New;
    {.include SRL/SRL.Scar}
    const
    Free =3947580;
    Member =2573919;
    AvailableFree =10329501;
    AvailableMember =9675697;

    begin;
    SetupSRL;
    if(FindColorSpiral(x,y, Member, 67, 53, 86, 53))then
    begin
    MMouse(x, y,1,1);
    Writeln('Checking if world is currently available...');
    if(FindColorSpiral(x,y, AvailableMember, 67, 53, 86, 53))then
    begin
    Mouse(x, y,1,1,True);
    Writeln('World available!');
    end;
    end;


    if(FindColorSpiral(x,y, Member, 67, 76, 86, 76))then
    begin
    MMouse(x, y,1,1);
    Writeln('Checking if world is currently available...');
    if(FindColorSpiral(x,y, AvailableMember, 67, 76, 86, 76))then
    begin
    Mouse(x, y,1,1,True);
    Writeln('World available!');
    end;
    end;
    end.
    ///////////////////////////////////////////////////////////////////////////////////////



    So cna anyone give me ideas/help me?


    Ty

    hugolord

  2. #2
    Join Date
    Oct 2006
    Location
    Ireland
    Posts
    855
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    There is a worldswitching include :|

    {.include srl/srl/misc/worldswitcher.scar}

    Then do Selectworld(world) to change.

  3. #3
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    oh ty i guess it saves me time ty alex

  4. #4
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    plz use scar tags it makes it easier to read.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  5. #5
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by 3garrett3 View Post
    plz use scar tags it makes it easier to read.
    oh didnt know what they where for


    @ alex i looked through it but it doesnt compile when i use OrderBy(players, down);

    always says
    SCAR Code:
    Line 584: [Error] (15950:18): Unknown identifier 'down' in script

  6. #6
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by hugolord View Post
    oh didnt know what they where for


    @ alex i looked through it but it doesnt compile when i use OrderBy(players, down);

    always says
    SCAR Code:
    Line 584: [Error] (15950:18): Unknown identifier 'down' in script
    anyone know how to fix this? (srry for double post)

  7. #7
    Join Date
    Oct 2006
    Posts
    207
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you need to put all strings in 's, it should be 'down' and 'players'.

    Also I reckon my world changing include is pretty good because it allows you to do things like ChooseFirstNotFull... etc...

    I attached it =)
    ChangeWorldEvery calls the procedure changeworld, which you put in your script, so you can choose to go into a full world for autosellers, etc and a world with not many players for an autokiller or whatever...

  8. #8
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by danrox2004 View Post
    you need to put all strings in 's, it should be 'down' and 'players'.

    Also I reckon my world changing include is pretty good because it allows you to do things like ChooseFirstNotFull... etc...

    I attached it =)
    ChangeWorldEvery calls the procedure changeworld, which you put in your script, so you can choose to go into a full world for autosellers, etc and a world with not many players for an autokiller or whatever...

    Ty ill remember to credit you!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. World Switcher
    By sirlaughsalot in forum OSR Help
    Replies: 1
    Last Post: 07-26-2008, 08:21 AM
  2. help with runescape world switcher
    By scarscaper4life in forum OSR Help
    Replies: 3
    Last Post: 04-05-2007, 02:01 PM
  3. need help with my new world switcher
    By scarscaper4life in forum OSR Help
    Replies: 10
    Last Post: 03-24-2007, 09:53 PM
  4. 20/3 Intergrated world switcher
    By Markus in forum RS has been updated.
    Replies: 9
    Last Post: 03-24-2007, 11:26 AM

Posting Permissions

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