EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > Request

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 05-16-2005, 07:32 AM
Valdacil Valdacil is offline
A Mist Grinnin
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 75
Default Fast Character Switching

I was wondering if there was any way to perform character switching faster. While I'm sure there isn't here is what I envisioned. A UI window which would have your current characters in it. You select the one you want, and when you click for it to go, it camps your current character (don't mind the 20 s wait to prevent the 10 minute LD problem) then instead of showing the character select screen, just automatically starts loading your selected character after camping the one you were on. I have a station account and this would make bank swapping between characters go so much faster. Thanks for your input.
Reply With Quote
  #2  
Unread 05-16-2005, 08:44 AM
Tarrant's Avatar
Tarrant Tarrant is offline
A Sea Turtle
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 31
Default

Do a /feedback in game and have your friends do the same.

I /feedback the current bloated and unnecessarily long loading character select system at least once a month just to see if we'll get another option like the one you suggest.
__________________
Reply With Quote
  #3  
Unread 05-16-2005, 09:41 AM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

Mook Login

You hafta go in and edit it a little yourself, and it bypasses the patcher (you need to run EverQuest2.exe)
Reply With Quote
  #4  
Unread 05-16-2005, 01:44 PM
Magus Magus is offline
A Griffon
 
Join Date: Apr 2005
Server: Mistmoore
Posts: 541
Default

You can also do this with macros.

If all of your characters are on the same server, and you've used autoplay before, you can use these 3 lines:

/camp
/cl_autoplay_allowed 1
/cl_autoplay_char charactername

If you have characters on different servers, you must manually do /camp, then click a macro with these lines:

/cl_autoplay_allowed 1
/cl_autoplay_world servername
/cl_autoplay_char charactername
Reply With Quote
  #5  
Unread 05-17-2005, 11:06 AM
Valdacil Valdacil is offline
A Mist Grinnin
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 75
Default

That is such an excellent find Magus. This is exactly what I wanted to be able to do. I tested it yesterday and it's perfect, exactly what I had in mind. Now the question stands, can Magus' camp to character thing be made into an interface window? Or will I have to make macros on each of my characters for each of my characters? (That's 9 macros on 10 characters = 90 macros to write)
Reply With Quote
  #6  
Unread 05-17-2005, 11:37 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Quote:
Originally Posted by Valdacil
That is such an excellent find Magus. This is exactly what I wanted to be able to do. I tested it yesterday and it's perfect, exactly what I had in mind. Now the question stands, can Magus' camp to character thing be made into an interface window? Or will I have to make macros on each of my characters for each of my characters? (That's 9 macros on 10 characters = 90 macros to write)
Simple enough. You'll have to do a pre-setup similar to the Mook Login, but I can reuse the code from it so it'll have basically the same readme.

Should have it ready (though untested) in an hour or so.
__________________
If it ain't broke, it needs more features!

Last edited by Deathbane27 : 05-17-2005 at 11:41 AM.
Reply With Quote
  #7  
Unread 05-17-2005, 12:11 PM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Test run.

*Pre-setup*

Open the file in Notepad or another text editor. You will see 12 lines beginning with

<Button LocalText="Character" LocalTooltip="Server" Location="...

(They will have 3 lines of script code between each of them. Don't touch that.)

Replace Character with a character's name, and Server with the name of the server that character is on.


*Useage*

-Go to the camp ("Shutdown") window via the EQII button.
-Click the name of the character to switch to (server will show in button tooltip). Should automatically camp and switch to that character. (Won't work cross-account, naturally.)


If you encounter any bugs, post them here. I'll be relying on you to test the thing since I don't have an active account.

Edit: Grab one from NEXT post.
__________________
If it ain't broke, it needs more features!

Last edited by Deathbane27 : 05-17-2005 at 01:07 PM.
Reply With Quote
  #8  
Unread 05-17-2005, 01:07 PM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Kill previous one, it'll cause the stupid "tellchannel useage" thing.
Attached Files
File Type: xml eq2ui_mainhud_shutdown.xml (8.2 KB, 351 views)
__________________
If it ain't broke, it needs more features!
Reply With Quote
  #9  
Unread 05-17-2005, 02:58 PM
Magus Magus is offline
A Griffon
 
Join Date: Apr 2005
Server: Mistmoore
Posts: 541
Default

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.
Reply With Quote
  #10  
Unread 05-17-2005, 04:37 PM
Valdacil Valdacil is offline
A Mist Grinnin
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 75
Default

This is absolutely great and exactly what i was looking for. I edited it for my characters and tested it and it works like a charm. I really appreciate the fast answers and turn around. You guys are great.
Reply With Quote
  #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
  #12  
Unread 05-17-2005, 08:39 PM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Doesn't look like cl_password is an option then. I'll wait a day and see if anyone comes up with anything before releasing to downloads section.
__________________
If it ain't broke, it needs more features!
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 03:57 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI