Results 1 to 17 of 17

Thread: Custom world entry does nothing.

  1. #1
    Join Date
    Sep 2010
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Custom world entry does nothing.

    You see the scripts that have the custom world feature, but if you enter the world you want to be in, it doesn't use the select world page on runescape. Infact, half of the scripts I use can't even use the world select screen to choose a world anymore. It has to timeout and click "play now" to enter a random world.

  2. #2
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Try removing any favorite worlds you have selected.

  3. #3
    Join Date
    Sep 2010
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by litoris View Post
    Try removing any favorite worlds you have selected.
    is that what it is??

  4. #4
    Join Date
    Apr 2007
    Location
    Colchester, UK
    Posts
    1,220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Mike408 View Post
    You see the scripts that have the custom world feature, but if you enter the world you want to be in, it doesn't use the select world page on runescape. Infact, half of the scripts I use can't even use the world select screen to choose a world anymore. It has to timeout and click "play now" to enter a random world.
    when the script usually asks for a world its the server that actually loaded into smart, so server 80 or whatever, i dont think (havent looked) there is one to choose a specific world.

    its the server that its getting all the data from.

    this is only what i think it is, dont quote me on it.

  5. #5
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    I think Bob is mostly right.. The point is that if you choose world 6, it won't go to world 6 (unless world six is somehow the best world for you, which I don't see how it ever would be).

    And it's not random, it's Jagex's doing. They point you to the 'best' world for your location, amount of players, etc.

  6. #6
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    I'm assuming most scripts will ask for the SMART server, in which case, no, it won't log in to the world you set it to. You have to set world info. for each player if you want them to log in to specific worlds:
    Simba Code:
    // from TUser (SRL's players.scar)
    WorldInfo: TVariantArray;       // * [Members {Boolean}, World {Integer}, PVP {Boolean}]          

    // used like
    Players[0].WorldInfo := [Players[0].Member, 152, False];
    PVP should probably be removed since there are no PVP worlds, but it doesn't really matter right now.

  7. #7
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes just to confirm what everyone is saying, it loads the server not the world. The reason for this is if you have multiple SMART's running, you use different servers. This allows the multi-logins (there are other ways but this is easiest).
    Extinct.

    Formally known as Drags111.

  8. #8
    Join Date
    Jul 2010
    Posts
    1,115
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    PVP should probably be removed since there are no PVP worlds, but it doesn't really matter right now.
    can it be changed to high risk wildy worlds? i like to go on those because high number of players and less people at some bot spots

  9. #9
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by bolshak25 View Post
    can it be changed to high risk wildy worlds? i like to go on those because high number of players and less people at some bot spots
    I'm sure it could. I would have to look into it though as I'm not sure how the world switching works. I don't have time right now, but I'm sure it's not a difficult change.

  10. #10
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    I'm sure it could. I would have to look into it though as I'm not sure how the world switching works. I don't have time right now, but I'm sure it's not a difficult change.
    Right now it detects the window that pops up as a warning for high risk worlds and switches worlds if it's found. Should be a fairly small alteration.

  11. #11
    Join Date
    Jul 2010
    Posts
    1,115
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    ive updated the worlds info and uploaded it, the high - risk wilderness worlds have pvp set to true because im hoping we can change them to the new pvp worlds if you do the detection. also a few worlds were removed/added by jagex and many worlds are switched from f2p/mem to the other.

    i updated it today so right now its accurate maybe we should put the most recent date it was updated in the file itself so we know how up to date/outdated it really is.

  12. #12
    Join Date
    Sep 2010
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    If you have custom worlds, it will cause it to time out and click play now.

  13. #13
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by bolshak25 View Post
    ive updated the worlds info and uploaded it, the high - risk wilderness worlds have pvp set to true because im hoping we can change them to the new pvp worlds if you do the detection. also a few worlds were removed/added by jagex and many worlds are switched from f2p/mem to the other.

    i updated it today so right now its accurate maybe we should put the most recent date it was updated in the file itself so we know how up to date/outdated it really is.
    Thanks I'll get to it when I get time if no one else does.

    Quote Originally Posted by Mike408 View Post
    If you have custom worlds, it will cause it to time out and click play now.
    You mean favourite worlds? I'm not sure why that is, so I'd have to take a look a that as well. Feel free to look yourself if you have the knowledge.

  14. #14
    Join Date
    Sep 2010
    Posts
    190
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Thanks I'll get to it when I get time if no one else does.

    You mean favourite worlds? I'm not sure why that is, so I'd have to take a look a that as well. Feel free to look yourself if you have the knowledge.
    My guess is it works by having a picture of the world selection page without the favorite worlds used to guide the script. Having favorite worlds would make it look different than what is used. I don't know how the thing works though, Im just guessing.

  15. #15
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Mike408 View Post
    My guess is it works by having a picture of the world selection page without the favorite worlds used to guide the script. Having favorite worlds would make it look different than what is used. I don't know how the thing works though, Im just guessing.
    It won't be a picture as that would be a HUGE bitmap, but you're on the right track. It probably just does some kind of color check in a certain area and that area changes when there are favourite worlds selected.

  16. #16
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Quote Originally Posted by i luffs yeww View Post
    I think Bob is mostly right.. The point is that if you choose world 6, it won't go to world 6 (unless world six is somehow the best world for you, which I don't see how it ever would be).

    And it's not random, it's Jagex's doing. They point you to the 'best' world for your location, amount of players, etc.
    When I log on to rs right after a system update it puts me on world 6 because the world 6 server is here in southern california.

  17. #17
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Quote Originally Posted by TomTuff View Post
    When I log on to rs right after a system update it puts me on world 6 because the world 6 server is here in southern california.
    Well. The rest of my post was mostly right, so whatever.

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
  •