Updated areas and mobs that go in them
and also their drops
This commit is contained in:
@@ -11,7 +11,7 @@ int DoOnce = GetCampaignInt("drowbell",GetTag(OBJECT_SELF),oPC);
|
||||
if (DoOnce==1) return;
|
||||
|
||||
AssignCommand(oPC, PlaySound("as_cv_bell2"));
|
||||
object oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "drow", lTarget);
|
||||
object oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "darkelfoutcast", lTarget);
|
||||
|
||||
SetIsTemporaryEnemy(oPC, oSpawn);
|
||||
AssignCommand(oSpawn, ActionAttack(oPC));
|
||||
|
Reference in New Issue
Block a user