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