Area Changes and other fixes
added areas and ccoh, fixed some areas to work with crafting fixed some on death issues added server entry/ooc
This commit is contained in:
15
_module/deity_bard.nss
Normal file
15
_module/deity_bard.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "prc_class_const"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
int iBardic = GetLevelByClass(CLASS_TYPE_BARD, oPC)
|
||||
+ GetLevelByClass(CLASS_TYPE_SUBLIME_CHORD, oPC)
|
||||
+ GetLevelByClass(CLASS_TYPE_VIRTUOSO, oPC);
|
||||
|
||||
if(iBardic > 0)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user