checking for Nobility

For builders to discuss and ask building questions.
Post Reply
User avatar
Duranamir
Sword Grand Master
Sword Grand Master
Posts: 740
Joined: Thu Nov 27, 2003 11:58 am
Location: Skull port

checking for Nobility

Post by Duranamir » Sun Feb 12, 2006 1:08 pm

Has anyone written a check that can differentiate between a noble drow (of any house) and a commoner or member of a different race ?.

Duranamir
Dalvyn
Sword Grand Master
Sword Grand Master
Posts: 4708
Joined: Tue Jul 15, 2003 9:26 pm
Location: House of Wonder, Waterdeep

Post by Dalvyn » Sun Feb 12, 2006 1:52 pm

A quest bit is set for noble drow. You can check it as follows:

if questr(3100,0,1,$n) == 1 (First Noble House)
if questr(3100,0,1,$n) == 2 (Second Noble House)
if questr(3100,0,1,$n) == 3 (Third Noble House)
if questr(3100,0,1,$n) == 4 (Fourth Noble House)
Image
Post Reply