Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Bugs

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

Reply
 
Thread Tools Display Modes
  #1  
Old 01-23-2004, 06:08 PM
chickenpimp9987
Fire Beetle
 
Join Date: Jan 2004
Posts: 3
Default creating characters?

i dont know whats going on... every time i go to make a character and set everything all up...pick everything.
then i click the last page to create the character and EVERY time, it says "Not a valid Name."

so i can't create a character because no names will work.
anyone have any imformation/know how to fix this?
Reply With Quote
  #2  
Old 01-23-2004, 07:56 PM
Squiffy
Sarnak
 
Join Date: Oct 2002
Posts: 78
Default

You tried every race/class?

Bet it's just any Kunark+ combos. I have the same issue. No Iksar, Vah Shir, Frogs, Beastlords for me.
Reply With Quote
  #3  
Old 01-23-2004, 07:57 PM
Mrwalsh
Sarnak
 
Join Date: Jan 2004
Location: Blue Ontario
Posts: 79
Default

What server(s) are you trying, and what class/race? I know that on some servers Vah Shir/Iksars (I think those were the two) were broke.
Reply With Quote
  #4  
Old 01-23-2004, 07:59 PM
Squiffy
Sarnak
 
Join Date: Oct 2002
Posts: 78
Default

I still don't know how to fix this, by the way, on my own server.

A week ago, any race/class combo worked, now nothing Kunark+

I haven't changed anything major. Added some more mob info, changed the motd a few times maybe. Never messed with the expansion variable, and I looked, it hasn't changed.
Reply With Quote
  #5  
Old 01-23-2004, 08:10 PM
Mrwalsh
Sarnak
 
Join Date: Jan 2004
Location: Blue Ontario
Posts: 79
Default

For those SysOPs having this problem on their server, here's a fix (thanks Scorp)

Either get the new DR3 CVS, OR

Open common/database.cpp

Find Database::CreateCharacter

Replace

Code:
if(pp->race > 12)
return false;
if(pp->class_ > 14)
return false;
with

Code:
// if(pp->race > 12)
// return false;
// if(pp->class_ > 14)
// return false;
That will "comment" it out (as you may well know), allowing those races to be used.

I believe this works, let me know if I'm mistaken. It's probably just easier to get the new CVS, which appears to be fixed from what I can see.
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 02:33 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