Zed00 Posted May 18, 2008 Share Posted May 18, 2008 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. Link to comment Share on other sites More sharing options...
nelvahin Posted May 19, 2008 Share Posted May 19, 2008 wouao, it's a very good idea to do this mod. For this, I think that scripting is the only possibility to do it. Link to comment Share on other sites More sharing options...
macmert Posted May 20, 2008 Share Posted May 20, 2008 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 :D Link to comment Share on other sites More sharing options...
nelvahin Posted May 20, 2008 Share Posted May 20, 2008 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!! :P Link to comment Share on other sites More sharing options...
macmert Posted May 20, 2008 Share Posted May 20, 2008 ahahahahahah... Perhaps you re right, or maybe I am too obsessed with roleplaying??? :blink: but having a mod breaks the roleplay? Dont think so... :D Link to comment Share on other sites More sharing options...
Iapetus Posted May 20, 2008 Share Posted May 20, 2008 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.) EndifEnd 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. Link to comment Share on other sites More sharing options...
Zed00 Posted May 22, 2008 Author Share Posted May 22, 2008 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.) EndifEnd 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 :( Link to comment Share on other sites More sharing options...
gdarknight Posted May 22, 2008 Share Posted May 22, 2008 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. Link to comment Share on other sites More sharing options...
Iapetus Posted May 22, 2008 Share Posted May 22, 2008 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.) EndifEnd 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. Link to comment Share on other sites More sharing options...
Iapetus Posted May 27, 2008 Share Posted May 27, 2008 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.