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 12-14-2003, 06:00 AM
Borvik
Fire Beetle
 
Join Date: Aug 2003
Posts: 4
Default FR: BL Pets

While testing out a Vah Shir Beastlord, I summoned my warder and noticed that it was a Human male. This was obviously a DB issue, which I corrected. But I noticed when I tried the Iksar Beastlord, and summoned his warder that it was the same pet as the Vah Shir. On Live the Beastlord has a different pet depending on race, is this a feature we can look forward too?
__________________
----------------------------
Borvik Bramblewood - Bramblewood Server OP

"A keyboard! How quaint." ~Scotty, The Voyage Home
Reply With Quote
  #2  
Old 12-16-2003, 01:00 PM
cybermax
Sarnak
 
Join Date: Oct 2002
Posts: 90
Default

Where or how did you change the race for the beastlord pet?

*Sniff* i want my tiggr back :P
Reply With Quote
  #3  
Old 12-16-2003, 03:38 PM
Borvik
Fire Beetle
 
Join Date: Aug 2003
Posts: 4
Default

On the pets table and assuming you have the same db sourced (MWnpcmovDB_050_alpha0_3_3) the BL pets are pets numbered 125-136. When first source the race number is 0 - to have the tiger pet for the Vah Shir the race number should be 63.
__________________
----------------------------
Borvik Bramblewood - Bramblewood Server OP

"A keyboard! How quaint." ~Scotty, The Voyage Home
Reply With Quote
  #4  
Old 12-17-2003, 10:03 AM
krich
Hill Giant
 
Join Date: May 2003
Location: The Great Northwest
Posts: 150
Default

Here's a fix for the 053DR1 code:

In spells.cpp:4196

Code:
                cout << "ptype not found: Making default BL pet." << endl;
                        break;
                }
                petstruct.race = prace;  //ADD THIS LINE
    } else if (strncmp(pettype, "BLBasePet", 9) == 0) { //Baron-Sprite: This Pettype does not need a reserve, it is only a warning message.
It seems that not everything is working right with pets, but this will give you the type of pet you are looking for.

Regards,

krich
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:43 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