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 12-15-2007, 11:19 AM
meshershark
Fire Beetle
 
Join Date: Dec 2007
Posts: 9
Default Necro Summoning Problem

I'm using EQEmu build 992 (plan on trying EQoffline soon) and the latest PEQ (Ykesha + some PoP).

The problem I'm having is the necro summoning spells don't work most of the time. It will cast and use a bone chip and sometimes even give me a skillup, but most of the time a pet never appears and I don't get the pet button bar. I was able to get a pet once out of about a dozen tries, using both the level 1 spell Cavorting Bones and the level 4 spell Leering Corpse. I'm not counting fizzles in those attempts; I mean out of a dozen times the spell seemed to go off, with no error messages, only once did I actually get a skeleton pet and his action bar. He worked fine while I had him, would respond to commands, etc.

Can anyone point me in a direction to look? It's especially mysterious because it did work that one time, and I haven't changed anything since. Thanks.
Reply With Quote
  #2  
Old 12-15-2007, 11:45 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

you need to have the pets table data... and npc_types 500-638.

heres data for pets..
Code:
INSERT INTO pets (type, npcID) VALUES ("Animation1", 500);
INSERT INTO pets (type, npcID) VALUES ("Animation2", 501);
INSERT INTO pets (type, npcID) VALUES ("Animation3", 502);
INSERT INTO pets (type, npcID) VALUES ("Animation4", 503);
INSERT INTO pets (type, npcID) VALUES ("Animation5", 504);
INSERT INTO pets (type, npcID) VALUES ("Animation6", 505);
INSERT INTO pets (type, npcID) VALUES ("Animation7", 506);
INSERT INTO pets (type, npcID) VALUES ("Animation8", 507);
INSERT INTO pets (type, npcID) VALUES ("Animation9", 508);
INSERT INTO pets (type, npcID) VALUES ("Animation10", 509);
INSERT INTO pets (type, npcID) VALUES ("Animation11", 510);
INSERT INTO pets (type, npcID) VALUES ("Animation12", 511);
INSERT INTO pets (type, npcID) VALUES ("Animation13", 512);
INSERT INTO pets (type, npcID) VALUES ("Animation14", 513);
INSERT INTO pets (type, npcID) VALUES ("Animation15", 514);
INSERT INTO pets (type, npcID) VALUES ("BLpet09", 515);
INSERT INTO pets (type, npcID) VALUES ("BLpet16", 516);
INSERT INTO pets (type, npcID) VALUES ("BLpet22", 517);
INSERT INTO pets (type, npcID) VALUES ("BLpet26", 518);
INSERT INTO pets (type, npcID) VALUES ("BLpet31", 519);
INSERT INTO pets (type, npcID) VALUES ("BLpet39", 520);
INSERT INTO pets (type, npcID) VALUES ("BLpet41", 521);
INSERT INTO pets (type, npcID) VALUES ("BLpet43", 522);
INSERT INTO pets (type, npcID) VALUES ("BLpet45", 523);
INSERT INTO pets (type, npcID) VALUES ("BLpet47", 524);
INSERT INTO pets (type, npcID) VALUES ("BLpet49", 525);
INSERT INTO pets (type, npcID) VALUES ("BLpet51", 526);
INSERT INTO pets (type, npcID) VALUES ("BLpet67", 527);
INSERT INTO pets (type, npcID) VALUES ("BLpet70", 528);
INSERT INTO pets (type, npcID) VALUES ("Familiar1", 529);
INSERT INTO pets (type, npcID) VALUES ("Familiar2", 530);
INSERT INTO pets (type, npcID) VALUES ("Familiar3", 531);
INSERT INTO pets (type, npcID) VALUES ("Familiar4", 532);
INSERT INTO pets (type, npcID) VALUES ("Familiar5", 533);
INSERT INTO pets (type, npcID) VALUES ("Familiar6", 534);
INSERT INTO pets (type, npcID) VALUES ("FamiliarFire", 535);
INSERT INTO pets (type, npcID) VALUES ("FamiliarGreaterFire", 536);
INSERT INTO pets (type, npcID) VALUES ("FamiliarGreaterIce", 537);
INSERT INTO pets (type, npcID) VALUES ("FamiliarGreaterMagic", 538);
INSERT INTO pets (type, npcID) VALUES ("FamiliarIce", 539);
INSERT INTO pets (type, npcID) VALUES ("FamiliarMagic", 540);
INSERT INTO pets (type, npcID) VALUES ("MonsterSum1", 541);
INSERT INTO pets (type, npcID) VALUES ("MonsterSum2", 542);
INSERT INTO pets (type, npcID) VALUES ("MonsterSum3", 543);
INSERT INTO pets (type, npcID) VALUES ("MonsterSum4", 544);
INSERT INTO pets (type, npcID) VALUES ("SpiritWolf224", 545);
INSERT INTO pets (type, npcID) VALUES ("SpiritWolf227", 546);
INSERT INTO pets (type, npcID) VALUES ("SpiritWolf230", 547);
INSERT INTO pets (type, npcID) VALUES ("SpiritWolf234", 548);
INSERT INTO pets (type, npcID) VALUES ("SpiritWolf237", 549);
INSERT INTO pets (type, npcID) VALUES ("SpiritWolf242", 550);
INSERT INTO pets (type, npcID) VALUES ("shaman_wolf_67_", 551);
INSERT INTO pets (type, npcID) VALUES ("SumAirR2", 552);
INSERT INTO pets (type, npcID) VALUES ("SumAirR3", 553);
INSERT INTO pets (type, npcID) VALUES ("SumAirR4", 554);
INSERT INTO pets (type, npcID) VALUES ("SumAirR5", 555);
INSERT INTO pets (type, npcID) VALUES ("SumAirR6", 556);
INSERT INTO pets (type, npcID) VALUES ("SumAirR7", 557);
INSERT INTO pets (type, npcID) VALUES ("SumAirR8", 558);
INSERT INTO pets (type, npcID) VALUES ("SumAirR9", 559);
INSERT INTO pets (type, npcID) VALUES ("SumAirR10", 560);
INSERT INTO pets (type, npcID) VALUES ("SumAirR11", 561);
INSERT INTO pets (type, npcID) VALUES ("SumAirR12", 562);
INSERT INTO pets (type, npcID) VALUES ("SumAirR13", 563);
INSERT INTO pets (type, npcID) VALUES ("SumAirR14", 564);
INSERT INTO pets (type, npcID) VALUES ("SumAirR15", 565);
INSERT INTO pets (type, npcID) VALUES ("SumAirR16", 566);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR2", 567);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR3", 568);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR4", 569);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR5", 570);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR6", 571);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR7", 572);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR8", 573);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR9", 574);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR10", 575);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR11", 576);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR12", 577);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR13", 578);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR14", 579);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR15", 580);
INSERT INTO pets (type, npcID) VALUES ("SumEarthR16", 581);
INSERT INTO pets (type, npcID) VALUES ("SumFireR2", 582);
INSERT INTO pets (type, npcID) VALUES ("SumFireR3", 583);
INSERT INTO pets (type, npcID) VALUES ("SumFireR4", 584);
INSERT INTO pets (type, npcID) VALUES ("SumFireR5", 585);
INSERT INTO pets (type, npcID) VALUES ("SumFireR6", 586);
INSERT INTO pets (type, npcID) VALUES ("SumFireR7", 587);
INSERT INTO pets (type, npcID) VALUES ("SumFireR8", 588);
INSERT INTO pets (type, npcID) VALUES ("SumFireR9", 589);
INSERT INTO pets (type, npcID) VALUES ("SumFireR10", 590);
INSERT INTO pets (type, npcID) VALUES ("SumFireR11", 591);
INSERT INTO pets (type, npcID) VALUES ("SumFireR12", 592);
INSERT INTO pets (type, npcID) VALUES ("SumFireR13", 593);
INSERT INTO pets (type, npcID) VALUES ("SumFireR14", 594);
INSERT INTO pets (type, npcID) VALUES ("SumFireR15", 595);
INSERT INTO pets (type, npcID) VALUES ("SumFireR16", 596);
INSERT INTO pets (type, npcID) VALUES ("SumHammer", 597);
INSERT INTO pets (type, npcID) VALUES ("SumMageMultiElement", 598);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR2", 599);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR3", 600);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR4", 601);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR5", 602);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR6", 603);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR7", 604);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR8", 605);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR9", 606);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR10", 607);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR11", 608);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR12", 609);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR13", 610);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR14", 611);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR15", 612);
INSERT INTO pets (type, npcID) VALUES ("SumWaterR16", 613);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_1_", 614);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_5_", 615);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_9_", 616);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_11_", 617);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_16_", 618);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_19_", 619);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_22_", 620);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_25_", 621);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_29_", 622);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_33_", 623);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_37_", 624);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_41_", 625);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_43_", 626);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_44_", 627);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_47_", 628);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_61_", 629);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_63_", 630);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_65_", 631);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_67_", 632);
INSERT INTO pets (type, npcID) VALUES ("skel_pet_70_", 633);
INSERT INTO pets (type, npcID) VALUES ("cleric_hammer_67_", 634);
INSERT INTO pets (type, npcID) VALUES ("Mistwalker", 635);
INSERT INTO pets (type, npcID) VALUES ("TunareBane", 636);
INSERT INTO pets (type, npcID) VALUES ("DruidPet", 638);
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com

Last edited by Cripp; 12-15-2007 at 07:53 PM..
Reply With Quote
  #3  
Old 12-15-2007, 12:24 PM
meshershark
Fire Beetle
 
Join Date: Dec 2007
Posts: 9
Default

Thanks for the quick reply, but I have the pets table and it already has all that data (just double-checked via Navicat).

Like I said, the spell did work once and gave me a pet. The other times it fires off but never produces a pet.
Reply With Quote
  #4  
Old 12-15-2007, 12:30 PM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

but do you have all the data for npcs 500-638 ?
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote
  #5  
Old 12-15-2007, 02:34 PM
meshershark
Fire Beetle
 
Join Date: Dec 2007
Posts: 9
Default

Yes, I have all the data for pets in both pets table and npc_types.

After some more experimentation, what seems to be happening is that my first summons after I enter the game with the necro character works, but any subsequent summons with that character in that session do not work.
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:38 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