axfvh Posted December 3, 2013 Share Posted December 3, 2013 (edited) 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 December 3, 2013 by axfvh Link to comment Share on other sites More sharing options...
blacksupernova Posted December 3, 2013 Share Posted December 3, 2013 I would suggest using leveled character instead. Link to comment Share on other sites More sharing options...
axfvh Posted December 3, 2013 Author Share Posted December 3, 2013 (edited) 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 December 3, 2013 by axfvh Link to comment Share on other sites More sharing options...
blacksupernova Posted December 3, 2013 Share Posted December 3, 2013 In that case, post your condition. You are not giving much information Link to comment Share on other sites More sharing options...
Xander9009 Posted December 3, 2013 Share Posted December 3, 2013 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 More sharing options...
axfvh Posted December 4, 2013 Author Share Posted December 4, 2013 so, uh, this is embarrassing - i appear to have placed the wrong inequality sign in one of the conditions which was why it was screwed up...sorry and thanks for the help anyway Link to comment Share on other sites More sharing options...
Recommended Posts