Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #16  
Old 03-22-2009, 05:57 PM
devn00b's Avatar
devn00b
Demi-God
 
Join Date: Jan 2002
Posts: 15,658
Default

You can get just the mini login from the link provided in the 1st post.
__________________
(Former)Senior EQEMu Developer
GuildWars Co-Founder / World Builder.
World Builder and Co-Founder Zek [PVP/Guild Wars/City Takeovers]
Member of the "I hate devn00b" Club
Most Senior EQEMu Member.

Current Work: EverQuest 2 Emulator. Zeklabs Server
Reply With Quote
  #17  
Old 03-22-2009, 06:52 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

Is there documentation on setup, aside from the readme file?
Reply With Quote
  #18  
Old 03-22-2009, 07:27 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

Not for the login server, but I believe they are planning on grouping this new MiniLogin with a package to make it easier for people to use.

I also wanted to update that 7:20PM there is a new build in that zip file, I believe I have fixed any server list issues. I was able to list 90+ servers without any hiccups so it seems promising.
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #19  
Old 03-22-2009, 08:31 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

Yeah, the readme file assumes a knowledge of creating and populating a database that I just don't have. The peril of opening up an open-source community like this is that it invariably attracts technically-challenged people like me who have all kinds of creative interest and drive in game creation, but very little of the the wide technical knowledge required to know how to do all aspects on the technical side. We end up learning things like perl script and database modification by lots of explanation, tutorials and examples. Unfortunately, our knowledge ends up being a lot like someone speaking very broken English and not really understanding the underlying grammar.
Reply With Quote
  #20  
Old 03-22-2009, 09:47 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

leslamarch has a great package for people who just want to play and not to have become a "programming master" in order to do so.
He keeps it all up to date with the latest from everybody. and you can backup/restore your characters to the updated databases. I'm sure you'll see the new MiniLogin Server included in the package soon.
No matter what you choose, If you want to keep your custom fixes, then you'll have to learn how to make SQL inserts and updates of your work, so you can patch them on to the newer database. We've all had to learn how to do this. The best way to learn is do a lot of Googling , and searching through the forums and wikki.
You can't expect to learn all this in a few hours - It takes patience.
Have you been making your custom fixes with the PHP Editor? if you have, you may already have the sql inserts you need in the log file it includes.
Reply With Quote
  #21  
Old 03-22-2009, 09:57 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

Yeah, learning sql commands will probably be my next project. And no, I haven't been using an editor. I've just been modifying the db manually. I guess I'll need to backup my db, install the new version of the db, and experiment with how to insert my customizations after the fact.
Reply With Quote
  #22  
Old 03-23-2009, 05:43 AM
Aergad
Banned
 
Join Date: Mar 2009
Location: In a house
Posts: 150
Default

great job image i was wondering if there was any chance that this could be made to allow more users (not servers) or allow more user accounts atleast in the readme it says that, user accounts with an ID Greater then 20 wont work. I fully plan on using this but between my family and friends id need atleast 30-45 accounts allowed or people will have to share accounts.

Once again You and Devnoob did an awesome job, My hat is off to you
Reply With Quote
  #23  
Old 03-23-2009, 07:22 AM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

Yes it is possible and I am going to decide this week what I can do about people requesting special builds, I have gotten too many requests for me to just start streamlining builds for everyone, just a lot of work for me..
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #24  
Old 03-23-2009, 09:23 AM
Aergad
Banned
 
Join Date: Mar 2009
Location: In a house
Posts: 150
Default

any chance you could just make one with a higher player count or what not? if you need any assistance i am procidient in c++ and mysql if you need a hand with it at any point.

thanks alot though this is a HUGE step forward for the community
Reply With Quote
  #25  
Old 03-23-2009, 09:26 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Anyway for me to fix this error?

Code:
Account Attempting to be created:Skaramang 0
Error in CreateAccount query 'INSERT INTO account SET name='Skaramang', status=0
, lsaccount_id=2;' #1364: Field 'minilogin_ip' doesn't have a default value
[Debug] [WORLD__CLIENTLIST_ERR] Error adding local account for LS login: 'Skaram
ang', duplicate name?
[Debug] [WORLD__CLIENT_ERR] NOCLE: Bad/Expired session key '71'
Removing connection
This is an error in world after I select the server and hit play...

Thanks again.
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote
  #26  
Old 03-23-2009, 09:32 AM
number6
Sarnak
 
Join Date: Sep 2006
Posts: 62
Default

Quote:
Originally Posted by Sakrateri View Post
Anyway for me to fix this error?
I'm playing with the minilogin at the moment and managed to reproduce and fix this. You need to alter the ls_accountid field in the accounts table for your user to match the id you gave your user in the minilogin database.

I'm still not getting into game but at least I'm at character select. I'm getting mysterious
Code:
*** glibc detected *** double free or corruption (out): 0xb17540f8 ***
messages so something else is wrong here (not the fault of minilogin probably, I'm trying to update my old server to the newest source).
Reply With Quote
  #27  
Old 03-23-2009, 10:16 AM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

Once you get into the world server it shouldn't have anything to do with the Login Server.

It is however true that your ID's may not match if you used an old login server or the public one. There isn't anything I can do about that, you usually should use a clean database to make sure that things are in synch.

Also please note this isn't a MiniLogin like the old logins. This is a full fleged Login Server with restrictions, so do not try to do IP authentication.
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #28  
Old 03-23-2009, 10:41 AM
number6
Sarnak
 
Join Date: Sep 2006
Posts: 62
Default

Quote:
Originally Posted by image View Post
Once you get into the world server it shouldn't have anything to do with the Login Server.
And indeed it wasn't. I had to add various database fields and fiddle with things to get my DB up to date.

I'm very happy to report that this minilogin works just fine for me, both with Titanium and SoF clients. Thank you very very much.
Reply With Quote
  #29  
Old 03-23-2009, 11:23 AM
devn00b's Avatar
devn00b
Demi-God
 
Join Date: Jan 2002
Posts: 15,658
Default

Quote:
Originally Posted by number6 View Post
And indeed it wasn't. I had to add various database fields and fiddle with things to get my DB up to date.

I'm very happy to report that this minilogin works just fine for me, both with Titanium and SoF clients. Thank you very very much.
Your welcome Very Very much
__________________
(Former)Senior EQEMu Developer
GuildWars Co-Founder / World Builder.
World Builder and Co-Founder Zek [PVP/Guild Wars/City Takeovers]
Member of the "I hate devn00b" Club
Most Senior EQEMu Member.

Current Work: EverQuest 2 Emulator. Zeklabs Server
Reply With Quote
  #30  
Old 03-23-2009, 12:07 PM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

That was it Number6 Thanks alot, all working great now, Thank you Image and Devnoob for this, This is awesome!

Devnoob you can finally take yourself out of the I hate Devnoob club after all these years
__________________
KhepriGames

Game Gallery

My Forums

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:28 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3