EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   How do you create a guildmaster (https://www.eqemulator.org/forums/showthread.php?t=21581)

Magefeu 09-21-2006 06:55 PM

How do you create a guildmaster
 
Hello,

I would like to add some guild masters to the game.
I looked at how they are described in the npc_type table but except for the title I see no difference between them and a non guild master NPC...

Are they hard coded within within the client or the server or is there something special I would need to do ?

John Adams 09-21-2006 07:57 PM

Search the npc_types database for lastname like %guild% and you'll see a difference in Class.

Code:

20 GM Warrior
21 GM Cleric
22 GM Paladin
23 GM Ranger
24 GM Shadow Knight
25 GM Druid
26 GM Monk
27 GM Bard
28 GM Rogue
29 GM Shaman
30 GM Necromancer
31 GM Wizard
32 GM Magician
33 GM Enchanter
34 GM Beastlord
35 GM Berserker

Wiki has these classes listed, and the one I found (Rogue) was Class 28. That might be what you're looking for.

Magefeu 09-21-2006 08:00 PM

Yep that what I needed but I must be blonde... it's in the class list...


All times are GMT -4. The time now is 07:49 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.