Major update
Fixed CCOH, Fixed starting GP, Fixed DMFI languages, Fix cep weapon appearances, Fixed new player start up system. Added PC deleter. Added ACP 4.1. Full compile. Updated release archive.
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
#include "prc_class_const"
|
||||
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(GetPCSpeaker(), "DruidLevel", GetLevelByClass(CLASS_TYPE_DRUID,GetPCSpeaker()));
|
||||
}
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
int iDruidic = GetLevelByClass(CLASS_TYPE_DRUID, oPC)
|
||||
+ GetLevelByClass(CLASS_TYPE_SHAMAN, oPC)
|
||||
+ GetLevelByClass(CLASS_TYPE_HATHRAN, oPC)
|
||||
+ GetLevelByClass(CLASS_TYPE_FOCHLUCAN_LYRIST, oPC)
|
||||
+ GetLevelByClass(CLASS_TYPE_FORESTMASTER, oPC);
|
||||
|
||||
SetLocalInt(oPC, "DruidLevel", iDruidic);
|
||||
}
|
Reference in New Issue
Block a user