PDA

View Full Version : NPC Classes EQEmu Version 5.6


inkubus
04-24-2004, 09:11 AM
Got a problem with a few NPC's I've spawned in Mistmoore.

id,name,lastname,level,race,class
41,Spell_Vendor_Hkar,NULL,40,6,41

#showstats result shows this npc ass class: 32

When you right click him he says 'You are not a member of the Magician Guild begone.

Can anyone explain why it's misreporting this? Version 5.6 of the server by the way. Also having problems like this on other NPC's saying that you're not a member of the Bard class etc even though the NPC class id is set as a Necromancer.

Thanks

Michael

Jezebell
04-24-2004, 10:31 AM
Are you using the classes I posted on your thread here:

http://www.eqemulator.net/forums/viewtopic.php?t=14456

If so check your database under the npc_types table and make sure the NPC's have the right class numbers, if they don't change them.

inkubus
04-24-2004, 11:07 AM
yes the entry above i showed shows the class id as 41 yet he responds as if it was a class id of 32. #Showstats show it as 32 also, even though it isn't =/

Jezebell
04-24-2004, 11:15 AM
Its not 32 in the database? I mean if you open MySQL-Front or something and look at the NPC in the npc_types table it says 41 or 32?

If its 32 in the database just change it to 41

inkubus
04-25-2004, 04:11 AM
It says 41. I did cleanipc though and started the server up again and it seems to work?

Can't understand it.