Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Bots

Development::Bots Forum for bots.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-12-2015, 02:54 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default Bot Pet Buffs/Inventories And BotGroups

There is a fix for all 3 of these issues implemented in an upcoming change.


For those who would like to fix it now, or who are using a 'static' code base and are experiencing these issues:

Bot::SavePetStats()
https://github.com/EQEmu/Server/blob.../bot.cpp#L1839

Code:
-	return 0;
+	return results.LastInsertedID();

Bot::SaveBotGroup()
https://github.com/EQEmu/Server/blob.../bot.cpp#L3483

Code:
+	botGroupId = results.LastInsertedID();
	if(botGroupId == 0)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
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 06:46 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3