PDA

View Full Version : problems with pets...


Cutter
09-16-2004, 01:03 PM
ok ive searched this.. i really didnt find any answers...

does anyone know why when as a necro i go to create a level skeleton pet.. it comes out as a uber human male that really kicks butt lol...

i do get a message saying cannot find skeleton1..

i have looked in the spells.txt and pet table.. i do not see how to fix this at all.. any help on this would be appreciated.. any flames will be ignored.. im just asking for help

ajb20
09-17-2004, 12:56 AM
Upon looking, it appears the level 1 necro pet is linked to id 22 in the pets table. I would say check out your table to see if you have an entry for id 22. If not, you can use:

Insert into pets values("22","100","100","5","10","60","1","2","0","0","Necro Pet 1");

That'll set it to be in the database and than you can just edit it using your SQL Editor to change hp, dmg, etc.


P.S. If anyone knows where the id's are linked, could ya let me know pls, I would love to setup the 66+ pets but need entries in the pet table.

Cutter
09-17-2004, 07:44 AM
ok not sure what you mean but heres whats in my spells.txt for necro pet 1 btw all other pets appear to be the same and also some mage pets are the same too..

338^Cavorting Bones^PLAYER_1^Skeleton1^^^^ animates an undead servant.^^0^0^0^0^5000^2250^4000^0^0^0^15^1^0^0^0^ 0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^ 0^0^0^0^0^0^0^2512^2106^13073^-1^-1^-1^1^1^1^1^-1^-1^-1^-1^100^100^100^100^100^100^100^100^100^100^100^100^ 0^1^0^0^71^254^254^254^254^254^254^254^254^254^254 ^254^6^0^14^-1^8^0^255^255^255^255^255^255^255^255^255^255^1^25 5^255^255^255^255^43^0^0^4^0^0^0^0^0^0^0^0^0^0^0^0 ^0^0^0^0^0^0^100^0^91^151^0^0^0^1^0^0^0^0^0^0^3900 7^39121^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0^0

in my database it does point to ID 22 but everything seems good.. the skeleton id = 60 but the table itself in pets is pointing to 22 like it should

again the problem is, when someone casts cavorting bones.. it creates a human pet.. that is majorily uber killing a level 20 mob with one hit or two...

man i wished i had a pet like that in live hahaha
any help on this would be grateful..

also.. is there a tutorial on what the entries in spells.txt are exactly.. id like to know what they really mean.. thanks in advance

EDIT.. btw.. I am getting this error upon casting the spell...

Unknown model skeleton1

also in game i can summon a normal skeleton by use of #spawn skeleton 60

so i know its not in my npc_types..

im just completely stumped on this one

Cutter
09-17-2004, 09:34 AM
ok, after talking into IRC today.. Rangerdown helped me out.. i was using an old spells_us.txt.. that was the problem the whole time.. thanks for your help :-)