Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Peculiar problem I'm facing. Any help would be greatly appreciated.

Page: 1 of 1
 mrdefender
12-21-2005, 3:59 AM
#1
According to a fellow player, there's an odd problem with party member's force points and my wrist console mod... What's frustrating is that I can not find any problems anywhere and, even after several hours of failed attempts, I have been unable to produce this problem, nor has my cousin...

The scripts look fine and so do the dialogue options, but for some reason this person keeps getting problems.... :( :(

You can download the version this person has (1.7), which includes source scripts, here (http://jediarchives.ca/communitycentre/index.php?page=downloads&type=entry&id=18&root=1).

And here's a full quote of the bug post on my website, which can be found here (http://jediarchives.ca/forum/index.php?page=topicview&id=297).

I used WC 1.7 to give myself more force points in nar shaddaa right after training mira. I didnt have a prestige class yet, because im going grey this time. Anyway i gave myself 500 force points and after that the blue bar which indicates useable force points started to flicker. One moment i had force points and the other i didnt. At the moment i have 723 maxforce points...

I tried using KSE to edit them, but it didnt work even though KSE edited them properly. :(

Do have any advice to this problem....

PS. I think you should add the option to decrease force points to WCIm using the english version without any updates. Only the fixes from team.gizka.
My mods are:
-easy swoop racing
-improved atris
-mandalore jedi
-svцsh`s robe collar fix
-new loading screens

This problem has appeared again with Bao-Dur, his force points are disappearing too. I just dont know how this happened, because i didnt edit him at all...

Anyone know what in the world is going on? :(
 stoffe
12-21-2005, 10:47 AM
#2
According to a fellow player, there's an odd problem with party member's force points and my wrist console mod...
(snip)
Anyone know what in the world is going on? :(

What method are you using to add the extra force points? Do you use AddBonusForcePoints() or EffectTemporaryForcePoints()? The latter effect is broken and often causes unpredictable behavior where the force pool of the creature it's applied to gets zapped into negative values.
 mrdefender
12-21-2005, 3:22 PM
#3
I use 'addbonus'

if ( nOption == 10 ) { AddBonusForcePoints ( GetObjectByTag ( sTag ), nValue ); }

I provide the party member and the ammount. (ofcourse the int and string this are all there, this is just a copy of the line in question)

:(
 mrdefender
12-21-2005, 8:48 PM
#4
Bah! I still haven't been able to reproduce this problem :(

Anyone having any luck as far as posibilities for this issue?
Page: 1 of 1