![]() |
I cannot seem to figure it out. I use:
================== effect vfx = EffectVisualEffect(VFX_DUR_GHOSTLY_VISAGE); ApplyEffectToObject(DURATION_TYPE_PERMANENT, vfx, OBJECT_SELF); EffectPolymorph(POLYMORPH_TYPE_SUCCUBUS); ------------------ I know I need somehow to add an OBJECT_SELF to the Polymorph--I think.. but what I want to happen is: 1. she cast a spell effect on her self (dur) and then polymorph into a succubus. Any ideas? Thanks! [img]smile.gif[/img] |
The Polymorph is as much an effect as the visage visual effect is.
So, you need to apply that one as well. Quote:
What this does is polymorph her on the spot. Alternatively you could use Quote:
Neither of the above involves any spellcasting effects however. To do that, you need to use the ActionCastSpellAtObject or ActionCastFakeSpellAtObject commands. Quote:
EDIT: The reason you do not need to assign the Action commands is that the conversation pausing/resuming doesn't need it as they are voids rather than actions, and the casting effect is done by the caller, OBJECT_SELF, by default. [ 10-25-2004, 09:14 AM: Message edited by: Legolas ] |
Totally awesome, man! THANK YOU!!! This is exactly what I need. Wow, you are damn good at scripting! I'll remember to ask you the next time I need some help! WOW! :D
I am making this non-permanent, which means I can, in DM mode, click on her, and click heal, and she should revert to her old self? Will she have her same dialogue and tags? If so, how do you undo it, or does it wear off over time? Or can you have it last so many minutes or seconds? Thanks!!!! |
The dialogue and tags will stay the same even when polymorphed. Since the effect is permanent, it won't wear off, but you can make it wear off by using
Quote:
Alternatively, you can reverse it by casting a dispel magic on or near the succubus. A DM Heal should work as well, although I'm not 100% certain of that. A simple test should provide the answer to that. You can also reverse it using the SetCreatureAppearanceType command, not with a dispel magic or DM heal, but with timed scripting or the proper console command. The advantage of this system is it can't be dispelled and it won't show a polymorphed effect on examine. This is actually a downside though, if you intend for the effect to be a true magical polymorph which really should apply to the rules. [ 10-25-2004, 09:38 AM: Message edited by: Legolas ] |
<font color=skyblue>woah...too high-tech for this ol' boy...</font>
:eek: |
Same here. I'm thinking this is for your witch on the 3rd floor Z ?
|
All times are GMT -4. The time now is 09:38 PM. |
Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
©2024 Ironworks Gaming & ©2024 The Great Escape Studios TM - All Rights Reserved