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

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-13-2007, 06:58 AM
Lalolyen
Banned
 
Join Date: Aug 2007
Location: Sneeking up behind a admin IRL
Posts: 169
Default Titles

Before you flame, I've searched the forum. This may be a bug, or something I simply had a brain fart on and didn't turn on.

How do you get #title to stick or get a list of titles to show when sending the title opticode? Is there a table I'm missing in the database? *note I'm not talking about surnames =P*
Reply With Quote
  #2  
Old 09-14-2007, 07:29 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

It does appear a table is missing.

`titles` is called in titles.cpp, TitleManager::LoadTitles()

From an old database I have laying around:
Code:
CREATE TABLE `titles` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `skill_id` tinyint(3) unsigned NOT NULL default '0',
  `skill_value` mediumint(8) unsigned NOT NULL default '0',
  `aa_points` tinyint(3) unsigned NOT NULL default '0',
  `title` varchar(32) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Hope this helps.
Reply With Quote
Reply

Thread Tools
Display Modes

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:06 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