Added henchman rental
Many areas, items, and creatures were adjusted for balance and aesthetics.
This commit is contained in:
17
_module/nss/henchlvl_cleric.nss
Normal file
17
_module/nss/henchlvl_cleric.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: henchlevel_cleric
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Sets the levelup mode to secondary class
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: 69MEH69
|
||||
//:: Created On: 21JUN2003
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF, "NewClass", 2); //CLASS_TYPE_CLERIC
|
||||
SetLocalInt(OBJECT_SELF, "ClassPackage", 2);
|
||||
}
|
Reference in New Issue
Block a user