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 08-30-2015, 07:37 PM
Nightrider84's Avatar
Nightrider84
Discordant
 
Join Date: Aug 2010
Location: Colorado
Posts: 411
Default

Your botpetbuffs should have the following tables (I MIght be missing tables aswell)

BotPetBuffId
BotPetsId
SpellId
CasterLevel
Duration

and check on your gm when you login to your world it will tell you in red text if your bots are missing tables which im assuming they will be.
Reply With Quote
  #2  
Old 08-31-2015, 02:17 AM
Midgett
Fire Beetle
 
Join Date: May 2009
Location: AL
Posts: 29
Default

Thanks for the response!

I have all those fields in my table. Here is a SQL generated by HeidiSQL of my botpetbuffs.

Code:
CREATE TABLE `botpetbuffs` (
	`BotPetBuffId` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
	`BotPetsId` INT(10) UNSIGNED NOT NULL DEFAULT '0',
	`SpellId` INT(10) UNSIGNED NOT NULL DEFAULT '0',
	`CasterLevel` INT(10) UNSIGNED NOT NULL DEFAULT '0',
	`Duration` INT(11) UNSIGNED NOT NULL DEFAULT '0',
	PRIMARY KEY (`BotPetBuffId`),
	INDEX `FK_botpetbuffs_1` (`BotPetsId`),
	CONSTRAINT `FK_botpetbuffs_1` FOREIGN KEY (`BotPetsId`) REFERENCES `botpets` (`BotPetsId`)
)
COLLATE='latin1_swedish_ci'
ENGINE=InnoDB
;
I did encounter a red error on the GM screen when I first added the bot tables but I followed the info contained in the following
threads to fix it:

http://www.eqemulator.org/forums/sho...light=dot_rune

http://www.eqemulator.org/forums/sho...light=dot_rune

I did have more fields missing than what was mentioned in these threads. I was missing: dot_rune, caston_x, caston_y, caston_z and ExtraDIChance.
After I added them, the red error went away.

My botbuffs table populates. My bots keep their buffs when zoning. They also keep their pets. Their pets don't keep their buffs. For some reason, the
botpetbuffs table won't populate.

Does your botpetbuffs table populate when you camp your bots? It feels like it may be server side??
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: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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3