View Single Post
  #11  
Unread 05-17-2005, 07:10 PM
DBurgdorf's Avatar
DBurgdorf DBurgdorf is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Permafrost
Posts: 320
Default

Quote:
Originally Posted by Magus
I think it might be possible to do cross-account also, try changing cl_username and cl_password I can't test, as I have 1 account.
Either it doesn't work, or I'm just missing something. I tried setting each button as follows, adding the two extra variables:

Quote:
<Button LocalText="Character" LocalTooltip="Server" LocalUsername="Username" LocalPassword="Password" Location="-1,27" Name="Preset_Button" OnPress="camp

'cl_autoplay_allowed 1'=' ' 'cl_autoplay_allowed 1'=' '

cl_autoplay_world=(LocalTooltip) cl_autoplay_world=(LocalTooltip)

cl_username=(LocalUsername) cl_username=(LocalUsername)

cl_password=(LocalPassword) cl_password=(LocalPassword)

cl_autoplay_char=(LocalText) cl_autoplay_char=(LocalText)" ScrollExtent="120,30" Size="120,30" Style="/ButtonStyles.text_button_default"></Button>
The changes don't seem to have broken anything; you're still able to jump quickly from one character to another on a single account. Unfortunately, though, if you try to jump from a character on account A to a character on account B, you actually just end up at the character select screen for account A.

-- Darryl
Reply With Quote