Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::General > Archive::Server Discussion

Archive::Server Discussion Archive area for Server Discussion's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
  #1  
Old 02-17-2004, 06:21 AM
nogoodnix
Fire Beetle
 
Join Date: Feb 2004
Posts: 9
Default DIL's server help

I need the manager of Dil's server to reset up my account - I got purged, then signed up with the same username - please set up server like it says in "news" section, so I can logon (pls pls)
  #2  
Old 02-17-2004, 07:15 AM
dil
Sarnak
 
Join Date: Apr 2002
Posts: 36
Default

I will be in later i will look at it
  #3  
Old 02-22-2004, 04:45 AM
nogoodnix
Fire Beetle
 
Join Date: Feb 2004
Posts: 9
Default

I need you to:


1017 error
Posted by: Edgar1898 :: 0 Replies :: 172 Views :: View Thread

There is the possibility for a 1017 error if the following conditions are met:

3. Your account was deleted because it was never activated.

4. You created a new account with the same name as the old one.

5. You try to login to the same server you did before your account was deleted, only to get a 1017 error.

Because the world server checks the users login server id along with their account name, whenever you signed up for the second time and got a new login id, it wont match the one that the server has in its database, so it will reject the connection. The fix is pretty easy.

Note: This is for server admins with database access.
Say the persons account name was Bob.

Update account set name='OLDBob' where name='Bob';

Have the person login. To restore their characters and stuff:

Select lsaccount_id from account where name='Bob';
Write that down.

Delete from account where name='Bob';
Update account set lsaccount_id=(WHATEVER ID YOU GOT FROM THE ABOVE SELECT QUERY),name='Bob' where name='OLDBob';

Thats it, it should work fine after that.
  #4  
Old 02-28-2004, 03:49 AM
alloy
Fire Beetle
 
Join Date: Feb 2004
Posts: 1
Default

not sure if this is the same problem, but it was also on dil's server, i went linkdead and after the character select screen my pc would lock up, now my username and password are getting rejected but they still work on the forum.

alloy
 


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:17 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3