Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-13-2011, 11:53 AM
Shiny151
Hill Giant
 
Join Date: Jul 2009
Location: Indianapolis
Posts: 228
Default Pets poofing?

I run a private Windows EQEmu server with all the latest server files and database; I noticed since my last upgrade that you have to recast your pet when you log in? Was this change intentional or am I missing a setting in my database?

Thanks - Shiny
Reply With Quote
  #2  
Old 12-21-2011, 07:28 PM
Shiny151
Hill Giant
 
Join Date: Jul 2009
Location: Indianapolis
Posts: 228
Default

Ahh I figured it out. I needed these tables:

Code:
CREATE TABLE `character_pet_info` (
	`char_id` int NOT NULL,
	`pet` int NOT NULL,
	`petname` varchar(64) NOT NULL default '',
	`petpower` int NOT NULL default 0,
	`spell_id` int NOT NULL default 0,
	`hp` int NOT NULL default 0,
	`mana` int NOT NULL default 0,
	PRIMARY KEY (`char_id`, `pet`)
) ENGINE=InnoDB;

CREATE TABLE `character_pet_buffs` (
	`char_id` int NOT NULL,
	`pet` int NOT NULL,
	`slot` int NOT NULL,
	`spell_id` int NOT NULL,
	`caster_level` tinyint NOT NULL default 0,
	`castername` varchar(64) NOT NULL default '',
	`ticsremaining` int NOT NULL default 0,
	`counters` int NOT NULL default 0,
	`numhits` int NOT NULL default 0,
	`rune` int NOT NULL default 0,
	PRIMARY KEY (`char_id`, `pet`, `slot`)
) ENGINE=InnoDB;

CREATE TABLE `character_pet_inventory` (
	`char_id` int NOT NULL,
	`pet` int NOT NULL,
	`slot` int NOT NULL,
	`item_id` int NOT NULL,
	PRIMARY KEY (`char_id`, `pet`, `slot`)
) ENGINE=InnoDB;
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 07:18 AM.


 

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