Jump to content

summon determined by caster level


axfvh

Recommended Posts

i'm trying to make a conjure spell level with the caster by summoning a different creature depending on the caster's (whoever that may be, not just the player) level.

 

so far i'm trying to do this by making different summoning magiceffects and attaching them with getlevel inequality conditions in the spell. i don't know what the conditions should apply to but i left it at "subject".

 

but it doesn't seem to be working ingame (as in, it only summons the creature with lowest level requirements (positioned at the top of the effect field in the spell entry) even when my level is high enough to trigger one of the other conditions)

 

i'm probably not being clear enough but if anyone has any ideas that would be great

Edited by axfvh
Link to comment
Share on other sites

I would suggest using leveled character instead.

i thought about that, but i want to make the thing scale with the caster be it an npc or player, and unless i'm mistaken lchar is only determined by the player

Edited by axfvh
Link to comment
Share on other sites

If you look at the bound weapons, you can see how they work to change what happens based on whether or not the caster has the Mystic Binding perk. Both effects are added to the spell normally. The effects themselves have the conditions built-in. The condition there check if the subject (so, yes, leave it on subject) has the perk. So, that's where you'd need to check the caster's level. Each effect (each possible summon) would need two conditions: level is greater than and level is less than (they obviously make up the "level is between" condition) (also, there'd obviously only be one condition on the lowest and highest level effects). Only if it is, allow the spell.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...