On Wed, 19 Jun 1996, Bruno Dogan wrote: > > I added a new class (assassin) and everything works fine except > guildguard. I set the same guild for assassin as for thief and guildguard > doesn't want to let assassin class to guildmaster. This is the code from > class.c file which (i think) controls that: > > ------------------ > /* > * ...And the appropriate rooms for each guildmaster/guildguard; controls > * which types of people the various guildguards let through. i.e., the > * first line shows that from room 3017, only MAGIC_USERS are allowed > * to go south. > */ > int guild_info[][3] = { > > /* Midgaard */ > {CLASS_MAGIC_USER, 3017, SCMD_SOUTH}, > {CLASS_CLERIC, 3004, SCMD_NORTH}, > {(CLASS_THIEF, 3027, SCMD_EAST}, > {CLASS_WARRIOR, 3021, SCMD_EAST}, > {CLASS_ASSASSIN, 3027, SCMD_EAST}, > ----------------------- > > Could anyone tell me what's wrong with that ? > > > Thanks, > > Iggy > > probably the guilguard code my guess is that you forgot to change the code of the guildguard in the assasin guild area like you have to code so the guildguard allow assasin class ppl to enter hope it helps l8rness
This archive was generated by hypermail 2b30 : 12/18/00 PST