Multiple client compatibility?
Greetings, all!
I have a working private windows server. I can login with my copy of Titanium, I can edit the opcodes file and login with my copy of Underfoot. Is there a way to make the Minilogin server compatible with both clients or is it a "one of the other" type thing? |
I dunno much about minilogin other than it mostly just sucks. I know that doesn't answer your question, but I think the answer would be no anyway. You can use the EQEmuLoginServer instead which supports all client versions easy enough.
|
Thanks, Trevius!
That's what I'll end up doing I guess. |
So... my next question. I have a working server that I don't really want to do all over again. Is there a way to switch to EQEmuloginServer without having to gut everything and start over? I searched the forums and found some other people trying to transition from MiniLogin but no clear path to do so.
Thanks in advance! |
Quote:
Since you already have a functioning server the transition should be fairly easy. Be sure to backup your database and your current emulator config files before you start changing things. Huppy wrote a guide on setting up a private server which can be found here: http://www.eqemulator.org/forums/showthread.php?t=32293 That guide is based on starting from scratch so be sure to read through it before making changes. After reading through it you should have a fairly good idea where you need to start at. One small but important change you will need to make is reversing a change you made when setting up minilogin. In the variables table you must set the LoginType to Public. Using the following sql will accomplish that. Code:
update variables set value = 'Public' where varname = 'LoginType'; |
All times are GMT -4. The time now is 06:24 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.