View Single Post
  #2  
Old 12-21-2006, 04:29 PM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

You can only #makepet out of anything that is already defined as a pet. Meaning, you cannot just say "Hey, I want a level 70 Orc Pawn as a mate". Look first at the table: pets (I think that's the ID it's looking for). See how it's laid out, and what it's asking for. Then insert a record into npc_types for the end-result you are looking for, and use that npcid in your pets table.

I had to do this for Monster Summoning for level 70, since there were no level 70 pets that I am aware of. Once I did this, I could #makepet [id] and get what I wanted, or cast a new Monster Summoning V spell (or something along those lines) and get a random mob of that higher level.

Honestly, I cannot remember all the details, but I hope this sets you on the right path. Sorry. If you still have trouble, I'll see if I can write a howto for the Wiki (right now, my MySQL server is down, so I cannot check immediately).
Reply With Quote