Page 1 of 1

Turning off spirit meter

Posted: Tue May 05, 2009 6:04 pm
by mewp
I have tried. Due to my stupidity it took me a while to get the codes in . ( I have decided that IQ has nothing to do with playing games) I did the code thing. And I am still dying. and now to top that off I am getting a yellowish chartreuse color I don't know what to call it but it covers certain areas of the ground and there is an icon a broken twisted arrow( arrow is blue) that comes up with it and says something about the sibs of the Dove person. Help. :o

Posted: Wed May 06, 2009 1:23 am
by Loki[D.d.G]
When u turn on debugmode for NWN2 and MotB, it also display map triggers or transition points which are normally hidden. I think the blue arrow ur seeing is just that. To counter, just turn debugmode off again, i.e "debugmode 0" without the " " of course.

To answer ur other question, do this :
To Disable the Spirit meter
hit the (~) key to bring up the console while in-game, then type:

debugmode 1
rs ka_se_terminate
debugmode 0

If you want to turn it back on at any time:

debugmode 1
rs ka_se_init
debugmode 0
Got it from another thread here... Saved me the typing lol :p

Alternatively, if ur playing with the meter enabled, and just wish to survive a certain incident where ur dangerously low on spirit points, you could use this command, it will set ur spirit points back to 100 :

debugmode 1
rs ka_se_points_set(100.0)
debugmode 0

Hope that helped :)