Zed00
May 18 2008, 11:49 PM
When you don't want to be seen, you sneak.
When you use chameleon, you don't want to be seen.
Why then do you walk around talking to people while almost completely transparent?
I've been looking for a mod that fixes this seemingly simple, embarrassing problem.
Haven't found one.
Help me out, please.
nelvahin
May 19 2008, 09:27 AM
wouao, it's a very good idea to do this mod.
For this, I think that scripting is the only possibility to do it.
macmert
May 20 2008, 06:59 AM
Well, you can enchant a ring or have ring of khajiti and when you dont want to have chameleon effect, you can take off the ring
nelvahin
May 20 2008, 10:12 AM
QUOTE
Well, you can enchant a ring or have ring of khajiti and when you dont want to have chameleon effect, you can take off the ring biggrin.gif
Why make some complicates things when we can do easier!!
macmert
May 20 2008, 02:27 PM
ahahahahahah...
Perhaps you re right, or maybe I am too obsessed with roleplaying???

but having a mod breaks the roleplay? Dont think so...
Iapetus
May 20 2008, 04:53 PM
You could script it onto a ring.
Something along the lines of ...
Begin OnEquip (Or is it BeginOnEquip?)
if player.issneaking == 1
player.removespell (A custom made chameleon ability.)
else
player.addspell (The same spell referenced above.)
Endif
End
Something along those lines.
I strongly suggest taking a look at the script that is attached to the Scales of Pitiless Justice, that should give you a few ideas.
Zed00
May 22 2008, 04:10 AM
QUOTE(Iapetus @ May 20 2008, 04:53 PM)

You could script it onto a ring.
Something along the lines of ...
Begin OnEquip (Or is it BeginOnEquip?)
if player.issneaking == 1
player.removespell (A custom made chameleon ability.)
else
player.addspell (The same spell referenced above.)
Endif
End
Something along those lines.
I strongly suggest taking a look at the script that is attached to the Scales of Pitiless Justice, that should give you a few ideas.
Damn it. You're going to make me do it? Fine, I'll give it a try but no promises.
. . . I hate scripting
gdarknight
May 22 2008, 05:19 PM
I think the most effective way would be to have a quest script running that simply checks for any chameleon effect on the player. If any effect is detected, it would force end any conversation. I'll have to look into the command for preventing the player from engaging in conversation, but that would be the desired effect.
Iapetus
May 22 2008, 05:55 PM
QUOTE(Zed00 @ May 22 2008, 04:10 AM)

QUOTE(Iapetus @ May 20 2008, 04:53 PM)

You could script it onto a ring.
Something along the lines of ...
Begin OnEquip (Or is it BeginOnEquip?)
if player.issneaking == 1
player.removespell (A custom made chameleon ability.)
else
player.addspell (The same spell referenced above.)
Endif
End
Something along those lines.
I strongly suggest taking a look at the script that is attached to the Scales of Pitiless Justice, that should give you a few ideas.
Damn it. You're going to make me do it? Fine, I'll give it a try but no promises.
. . . I hate scripting

I'll put something together for you.
I used to be terrible at scripting to, and I still am in comparison to some (most) of the people here, but even my paltry skill can equate to super-awesome-fun time.
Iapetus
May 27 2008, 04:08 PM
Well... it looks like the script that I posted does not work quite right, so I don't have anything for you yet.
Watch in amazement as this now begins to consume my every modding moment.
merroe
Jun 4 2008, 08:08 PM
What a great idea for a Mod. Hope to see it available for DL. Good Luck.
fenryr22
Jun 11 2008, 11:55 PM
I made one that works as an ability, added it to my Drow:
Begin GameMode
if player.issneaking == 1
player.addspellspell <any chameleon ability>
else
player.removespell <same chameleon ability>
Endif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.