Jump to content

PrivateEye

Premium Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by PrivateEye

  1. So I've been trying to create an object that adds a spell to the player, depending if the player is a vampire or not.

     

    What I did was create 2 spells and have both added to the player by script when equiping a certain object. In both spells I set up conditions.
    The conditions for Spell nr 1. is that the player has to be of a non-vampire playable race to use it (Nord race or BretonRace, etc.).
    For spell nr 2. I set up the conditions so that the player has to be a vampire race to use it (NordRaceVampire, BratonRaceVampire, etc.).
    My goal here was to have one spell usable by only vampires and the other usable by only non vampires.

    Now, my hope was that when equipping the item, both spells would be added to the player but only one of the 2 would show up in the magic menu, depending on if the player is a vampire or not. That didn't work.. Both spells show up and are usable, no matter what race the player is. The conditions don't seem to do anything. But I'm not sure why..

    I hope this explanation is clear enough to get the idea. Anybody have any idea why this doesn't work? I bet I do something very simply stupid here...

  2. I don't want this to be some kind of "I can't do it myself! Please do it for me!" request, but I am afraid I'll need a bit of hand holding right now. So far I've only done some basic scripting in Papyrus but now I try to do something a bit more complicated and I've run into a wall.

    The problem is this.. I have an item which adds a spell when equiped. The spell added is different for Vampires and non-vampires. Basicly (in common language) it would look like this:

     

    Event OnEquipped (Actor AkActor)

    if AkActor == {Vampire}
    AddSpell(1)
    else
    AddSpell(2)
    endif
    EndEvent

    Before I break my head on finding the solution, I'd like to ask if it's even possible what I'm trying to do here.
    -Is there a way to make the script check if the actor equiping the item is a vampire (maybe by checking if the actor has the vampire disease)?
    -Also, I'm not totally sure if the OnEquipped event can apply to any actor or only to the player. I'd want to apply this effect to any actor equiping the item.

    If somebody could help me out here a bit that would be awesome.
    Thanks a bunch in advance!

  3. Hi there

     

    I was wondering, has anybody ever tried creating a unique Oblivion world for the Periyte and Boethia quests?

    I did find some mods, but none of them was lore accurate.

    I did some research and am already sort-of working on the mod, but if somebody else has already done it (or is working on it right now), I might be better of wasting my time with something else. :biggrin:

×
×
  • Create New...