Results 1 to 4 of 4

Thread: How to add world.

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

    Default How to add world.

    How do you add the bot to log itself in and find a specific world? the one im using doesn't do that

    I've found a mobilising armies script and thats the only problem with it, if needed i can pm the script aslong as you pm an updated version. ^^,
    Last edited by kirbyn; 03-31-2012 at 04:15 PM.

  2. #2
    Join Date
    Mar 2012
    Posts
    208
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What i do is instead of putting my account details into the script, i let it run, disable smart (bottom left button) log in myself with the world of my choice and then enable smart again. Simplez.

  3. #3
    Join Date
    Mar 2012
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cerylin View Post
    What i do is instead of putting my account details into the script, i let it run, disable smart (bottom left button) log in myself with the world of my choice and then enable smart again. Simplez.
    That's what im doing at the minute but, i need a specific mobilising armies world.. and im using SMARTManager.. so i need the script to autolog in and choose the world so i can let it run forever.

  4. #4
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    To do this, at the start of your script you make this under your global constants:
    Simba Code:
    WORLD = whatever world you want;

    Then in your mainloop you set the SMART server to world, like so:
    Simba Code:
    Smart_Server := WORLD;

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
  •