Recent content by ShopKeeper

  1. S

    Bug - Fixed cli_execute( "logout" );

    More observations: When using a script to log in, the logout script of the already logged in character is not executed.
  2. S

    Bug - Fixed cli_execute( "logout" );

    I did a few tests today with the command. If the script is simply: cli_execute("login name"); . . . or if the commandline is used with the login command, then logout is completely disabled. If I click into the character (and only then), then I can use the logout command. Can we have this...
  3. S

    Bug - Fixed cli_execute( "logout" );

    I use this script to run through the basics for all my multi. Once it if finished, I then go back into them and play them. This way, I don't need to wait for things like bounty hunt to finish between each character. So, I want to simply log off. In the past, it didn't hang. It would log out...
  4. S

    Bug - Fixed cli_execute( "logout" );

    Tried again with 10904. Still fails to log out of the final character. I have reduced the activity to: cli_execute("breakfast"); cli_execute("bounty hunt"); and still it will hang on the final character. And I still need to kill the javaw proces manually.
  5. S

    Bug Cannot cast Smile of Mr. A from Skill Casting tab

    10853, however, I have noticed it for a while with various builds before. I just tested it with 10860 and it is still happening. With my multi, I can cast Astral Shell and other skills on myself. I can even cast things like elemental saucesphere on others. However, when I try to cast Smile...
  6. S

    Feature An Active Counter tab

    It would be nice to see all the active counters in one location without having to drop down to a web browser. I often want to know what my semirare counter and shore counters are. Having all of them on a tab, or a screen on the of the adventure overview list would be useful.
  7. S

    Bug Cannot cast Smile of Mr. A from Skill Casting tab

    I am running the lastest java environment as well as the latest JAR file on a Windows XP machine. When I click on the Skills Casting tab and select a buff (Smile of Mr. A), select a victim and pick "1" for number of casts, nothing happens when I try to cast the buff. If I drop down to cli or...
  8. S

    Bug - Fixed cli_execute( "logout" );

    I have a little script to log into my multis once a day. A few weeks ago, I noticed that when it jumped between the characters, it no longer showed the main start screen. It also no longer logged out of the last character. My code has not changed: for x from 1 to 4 by 1 { cli_execute(...
Top