Results 1 to 15 of 15

Thread: dont type username in correct.

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

    Default dont type username in correct.

    heya msi dont seem to write my user name right , it puts a ~ instead of @.

    any help would be awsome.

    also how do you run more then 1 bot? open loads of simba's?

    thanks in advance.

  2. #2
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    Quote Originally Posted by Shady89 View Post
    heya msi dont seem to write my user name right , it puts a ~ instead of @.

    any help would be awsome.

    also how do you run more then 1 bot? open loads of simba's?

    thanks in advance.
    You have a different key layout than Simba expects. Use ~ in place of your @.

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  3. #3
    Join Date
    Dec 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for nquick reply to run more then 1 bot i just open loads of simba's?

  4. #4
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    Quote Originally Posted by Shady89 View Post
    thanks for nquick reply to run more then 1 bot i just open loads of simba's?
    Yep mate

    Or run them tabbed. (Not sure if that works)


    ~Home

  5. #5
    Join Date
    Dec 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    tabbed dont nwork and thanks , loving this community or ready.

  6. #6
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    SMART can only be used once per Simba opened. So tabbing them doesn't work.

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  7. #7
    Join Date
    Dec 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how are you guys running this bot for long periods of time , it logs me out after 30 mins tops.

  8. #8
    Join Date
    Dec 2011
    Location
    Switzerland
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shady89 View Post
    how are you guys running this bot for long periods of time , it logs me out after 30 mins tops.
    Well it depence on the script inside msi(did i tell it right?) if its running correctly. An example mis-all-in-one runecrafter runs atm some minutes or less no matter which rune, but lumb-west miner rab for me till it ended in an unsolvable random event(for the client)

  9. #9
    Join Date
    Dec 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok now i was running bots fine earlier , trying now and it says [Error] (46:5): Unknown identifier 'mouse' at line 45
    Compiling failed.

  10. #10
    Join Date
    Nov 2009
    Posts
    471
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    the @ thing works fine in scar for me but not simba, i prefer scar tbh so no biggie. but this works for me in simba
    Code:
    begin
    keydown(17);
    keydown(18);
    keydown(50);
    keyup(50);
    keyup(17);
    keyup(18);
    end.
    try and see if it does for you to

  11. #11
    Join Date
    Dec 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i just changed my keyboard layout to US and its ok but now it wont load msi due to a compliing error.

    [Error] (46:5): Unknown identifier 'mouse' at line 45


    2nd error when restated simba
    [Error] C:\Simba\Includes\MSI/MSI/Core/Antiban.simba(147:9): Unknown identifier 'chatWait' at line 146
    Compiling failed.
    Last edited by Shady89; 12-16-2011 at 06:23 PM.

  12. #12
    Join Date
    Dec 2011
    Location
    Switzerland
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shady89 View Post
    i just changed my keyboard layout to US and its ok but now it wont load msi due to a compliing error.

    [Error] (46:5): Unknown identifier 'mouse' at line 45


    2nd error when restated simba
    [Error] C:\Simba\Includes\MSI/MSI/Core/Antiban.simba(147:9): Unknown identifier 'chatWait' at line 146
    Compiling failed.
    Should be fixed within several hours(i hope).
    (get the same error atm)

  13. #13
    Join Date
    Dec 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    still dont work...

    Opening MSI...
    ERROR in TMThread.LoadFile
    Exception in Script: Unable to find file 'C:\Simba\Includes\MSI/MSI/Core/Extras.simba' used from 'C:\Simba\Includes\MSI/MSI/Core/Setup.simba'

  14. #14
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by tom99 View Post
    the @ thing works fine in scar for me but not simba, i prefer scar tbh so no biggie. but this works for me in simba
    Code:
    begin
    keydown(17);
    keydown(18);
    keydown(50);
    keyup(50);
    keyup(17);
    keyup(18);
    end.
    try and see if it does for you to
    Simba's SendKeys does this fine regardless of the keyboard used. SRL just doesn't use Simba's SendKeys yet. I wrote a patch somewhere, it has just never been added.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  15. #15
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    off topic, please can you stop saying "dont work" and use the word 'doesn't' thankyouuuu
    Did someone say GDK?

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
  •