How would one go about setting these values? I've been working on a module (for far too long now
) that has NPC's join at different points in the game. The only problem I'm having is: I want the PC to be able to control the NPC's in combat. I tried using the charedit on the main PC (who is a paladin) to adjust his charisma to 25 in hopes that this would assure NPC control in combat, but of course it didn't work. Any help would be greatly appreciated.
If you mean what PROGRAM do you need to do this you can google for them using hexadecimal dumps or other keywords. You can also use the DOS on your computer, probably at C:\Windows\System32\cmd.exe. Type debug and the name of the file you want to alter (copy it first). Like
debug c:\frua\tutorial.dsn\geo040.dat. You use key letters for using the CMD.EXE like
d followed by an address for
dump,
s for
save,
q for
quit,
n to name a
new file,
l to
load the new file so you can work on it,
e and an address is what you type to
exchange one number for another. I'm sure this commands are online somewhere on a wiki. The big problem is the addresses are in hexadecimal and most of the help files for FRUA are listed in decimal.