Adds and Changes
Added missing crafting maps, removed unnecessary maps, changed a few miscellaneous things.
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
#include "prc_class_const"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
int iTribal = GetLevelByClass(CLASS_TYPE_BARBARIAN, oPC)
|
||||
+ GetLevelByClass(CLASS_TYPE_TOTEMIST, oPC);
|
||||
|
||||
SetLocalInt(oPC, "BarbarianLevel", iTribal);
|
||||
}
|
||||
SetLocalInt(GetPCSpeaker(), "BarbarianLevel", GetLevelByClass(CLASS_TYPE_BARBARIAN,GetPCSpeaker()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user