Search results

  1. Making murderer status account-wide?

    Curious how you guys would go about doing this. I considered adding an account tag whenever some one has kills >= 5 that would basically flag it as a murderer account and then add another check that just makes notoriety.murderer for accounts with that tag, but it seems liked a mediocre way to...
  2. Giving a mob more than one weapon ability?

    Is it possible to give a mob access to more than one Weapon abiltiy using public override WeaponAbility GetWeaponAbility() ? This obviously doesn't work, can't return twice loll, but anyway, is that possible? If not, how would I go about doing this? I understand Xmlspawner2 might have this...
  3. Spawning a corpse through a script

    I've been toying around with the idea of making reptile/arachnid based pets which can heal themselves by "molting" their skin. Its easy enough to create the logic to cause them to heal themselves by "molting", but what I want to do is also make it create a corpse when they do it, renamed to...
Back