Results 1 to 4 of 4

Thread: How do you get Simba to log onto a specific world?

  1. #1
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How do you get Simba to log onto a specific world?

    E.G im using P1nkys pest controller, amaing script

    But when I use smart, it doesnt log onto w53 or w/e it is which is the pest control world

    How do I make it so it logs onto the correct world?

  2. #2
    Join Date
    Dec 2011
    Location
    The Netherlands
    Posts
    1,631
    Mentioned
    47 Post(s)
    Quoted
    254 Post(s)

    Default

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

    Script source code available here: Github

  3. #3
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Simba Code:
    LoginPlayerToLob;
      SelectWorld(56);
      LoginPlayer;
    RangeGuilder by Ricky
    ~ 01010010 01101001 01111001 01111001 01101001 ~

  4. #4
    Join Date
    Jul 2007
    Location
    Finland
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    Players[i].WorldInfo := [False, -1, False]; // * [Members {Boolean}, World {Integer}, PVP {Boolean}]
    Change info of player.

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
  •