Results 1 to 11 of 11

Thread: Auto-Select Login World

  1. #1
    Join Date
    Oct 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Exclamation Auto-Select Login World

    First off, I am not a script writer, I am only trying to edit this as little as possible for the best outcome possible.

    What I have right now is an auto typing script for the sole purpose of advertising for clans/friends chats in world 2. First off, is there any method to open new clients in tabs? Not the actual script, but the interactive client, so that there aren't like 10 windows?

    2nd of all, is there any way, other than disabling graphics, to lower my cpu/network usage when running these scripts? If so how would I go about practicing it?

    And last and most important, is there a method to Auto-select a predetermined world, such as world 2, so that I can open scripts customized to certain accounts so that I basically only need to click a few times to open the actual script, it will auto-login to world 2 on the accounts, and start advertising where the bots are currently sitting?

  2. #2
    Join Date
    Feb 2012
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So you want to know how to run 10 auto talkers at the same time in the same world... No thanks.

  3. #3
    Join Date
    Oct 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by qeeked View Post
    So you want to know how to run 10 auto talkers at the same time in the same world... No thanks.
    No, I already can do that. What I wanted to know is how to do it more efficiently.

  4. #4
    Join Date
    Feb 2012
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You could just right click and open a new tab, clear the info then copy and paste the script that you're running over and just start it and repeat... as for network usage i know you can set the priorities differently but i'm not sure.

  5. #5
    Join Date
    Oct 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by qeeked View Post
    You could just right click and open a new tab, clear the info then copy and paste the script that you're running over and just start it and repeat... as for network usage i know you can set the priorities differently but i'm not sure.
    I specified that I meant the client, not the script module. Also priorities really don't make that big of a difference tbh.

  6. #6
    Join Date
    Feb 2012
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Thepokemon View Post
    I specified that I meant the client, not the script module. Also priorities really don't make that big of a difference tbh.
    Then no, no there is not.

  7. #7
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    On Smart, turn down the frame rate (small slidey arrow goes up and down.)

    For world selection, do something like this:
    Simba Code:
    if not LoggedIn then
      begin
        repeat
          LoginPlayerToLob;
        until LobbyScreen;

        OpenWorldScreen;
        if not WorldScreen then
          OpenWorldScreen;
        if WorldScreen then
        begin
          SelectWorld(2);
          LogInPlayer;
        end;
      end;

    Though there is probably a better way, this still should work

    Hope this helps
    ~Joey

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  8. #8
    Join Date
    Oct 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Rezozo View Post
    On Smart, turn down the frame rate (small slidey arrow goes up and down.)

    For world selection, do something like this:
    Simba Code:
    if not LoggedIn then
      begin
        repeat
          LoginPlayerToLob;
        until LobbyScreen;

        OpenWorldScreen;
        if not WorldScreen then
          OpenWorldScreen;
        if WorldScreen then
        begin
          SelectWorld(2);
          LogInPlayer;
        end;
      end;

    Though there is probably a better way, this still should work

    Hope this helps
    ~Joey

    Where would I paste that code into? The script file, or the worldselect file in the simba files? Also, how would I go about editing the smart framerate? sorry if these are nooby questions.

  9. #9
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Well, first, this would be posted in the main execution section after DeclarePlayers, SetupSRl etc.

    For the frame rate, when you open a smart window, notice how to the right, there is this mini arrow thingy. Click and drag down, not fully, but the lower you go, the lower the framerate, and the lower the cpu buildup.

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  10. #10
    Join Date
    Oct 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Rezozo View Post
    Well, first, this would be posted in the main execution section after DeclarePlayers, SetupSRl etc.

    For the frame rate, when you open a smart window, notice how to the right, there is this mini arrow thingy. Click and drag down, not fully, but the lower you go, the lower the framerate, and the lower the cpu buildup.
    Your going to have to use nooby terminology for that first sentence, I added you on skype so maybe it'd just be simpler if we got in a call and i screenshared? of course you don't NEED to, but would be great to help a noob out

  11. #11
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Main execution section is the last Begin-End of your script. It is the one that calls all the procedures too.

    Going to sleep for now, Post or PM your script to me, Ill check it out in about 16 hours lol. School...I hate you.
    G'Night!

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

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
  •