Results 1 to 12 of 12

Thread: Anyway to select worlds from the logingin in of the script?

  1. #1
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Anyway to select worlds from the logingin in of the script?

    AS the longggggg title states!

  2. #2
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    Look in the function list under includes then under world. I am sure there is one under there you can refer to or use.
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  3. #3
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default




    You dont think ive looked there? Ive already tried it and only way i could possible do it is log in log out select world then log in again

  4. #4
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    SMART automatically loads lowest ping server.
    To pick own,press play, once smart comes up either pause or stop the script.
    Manually log in, select server, and log into game.
    Press play.

  5. #5
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    SMART automatically loads lowest ping server.
    To pick own,press play, once smart comes up either pause or stop the script.
    Manually log in, select server, and log into game.
    Press play.
    So thats the only way? :/ that sucks for setting up a soulwars script to run past 6 hours! :/

  6. #6
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    Oh I see. Well you will just have to do it manually as Yohojo said. Someone should definitley look into adding that function to the list.
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  7. #7
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    You could try replacing LoginPlayer; in the script with LoginPlayerToLob;
    And then use those world changing functions etc, that should work.

  8. #8
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    You could try replacing LoginPlayer; in the script with LoginPlayerToLob;
    And then use those world changing functions etc, that should work.
    Try that, and also have a look at MSI. This is probably what they use anyway, but they select a world when you run it.

  9. #9
    Join Date
    Dec 2011
    Location
    Australia
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    To auto pick a world with login, in the players declaration use
    Simba Code:
    Players[0].WorldInfo := [MEMBERS, WORLDNUMBER];

    MEMBERS is either True or False, just set it same as the world you pick.

    WORLDNUMBER is the World to log into.

    SRL will do the rest when you call loginplayer;
    My Scripts:
    MethDwarfMiner - A Resource Dung Coal Miner

    MethLarder - Oak Larder Maker #~# Oak Door Maker - MethDoorer
    MethSudokuLITE - Small Casket Sudoku Solver (MEMBERS+ ONLY)

  10. #10
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Quote Originally Posted by Methrend View Post
    To auto pick a world with login, in the players declaration use
    Simba Code:
    Players[0].WorldInfo := [MEMBERS, WORLDNUMBER];

    MEMBERS is either True or False, just set it same as the world you pick.

    WORLDNUMBER is the World to log into.

    SRL will do the rest when you call loginplayer;
    In addition to that, you can add a third parameter to the array which is PvP, but in login.simba, it checks for this length of this array, and if you have a third parameter, it selects a random world for some infuriating reason. Can this be changed? I really don't understand why it's there.

  11. #11
    Join Date
    Dec 2011
    Location
    Australia
    Posts
    174
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Richard View Post
    In addition to that, you can add a third parameter to the array which is PvP, but in login.simba, it checks for this length of this array, and if you have a third parameter, it selects a random world for some infuriating reason. Can this be changed? I really don't understand why it's there.
    I think it's from the old PvP world system, not sure =\
    That's why I left it out
    I'm actually not sure if it matters what you set members to when you explicitly state a world number (i.e. it should work if you have it False but put a members world), that seems to only be used when you have the 3rd param and it picks randomly

    -shrug-

    Seems a bit weird and outdated, but it still works and is probably the easiest way to do it
    My Scripts:
    MethDwarfMiner - A Resource Dung Coal Miner

    MethLarder - Oak Larder Maker #~# Oak Door Maker - MethDoorer
    MethSudokuLITE - Small Casket Sudoku Solver (MEMBERS+ ONLY)

  12. #12
    Join Date
    Nov 2010
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Simba Code:
    LoginPlayerToLob;
    OpenWorldScreen;
    SelectWorld(W);
    LoginPlayer;

    Put that where you would normally just have your Login player.
    You've probably solved it by now... but just incase!

    Luke

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
  •