View previous topic :: View next topic |
Author |
Message |
Kinzel
Joined: 20 Dec 2007 Posts: 1
|
Posted: Thu Dec 20, 2007 6:46 Post subject: Maximize HP |
|
|
I would like to ask for help with information on HP's maximization, using LetoScript.
I don't know exactly how to do, and I do not know much of SQL / MSQL.
I am not American, and my English isn't there many things ...
Thanks |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Fri Dec 21, 2007 2:49 Post subject: |
|
|
I would check the Letoscripting people's forum for that. They have lots of real nice information, ready to be read. _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
FunkySwerve
Joined: 02 Jun 2005 Posts: 377
|
Posted: Tue Dec 25, 2007 1:59 Post subject: |
|
|
This is the thread that you need:
http://weathersong.infopop.cc/eve/forums/a/tpc/f/9616039431/m/1461053463
Let me know if you have any questions. The key line is this:
string LS = "meta dir => '" + NWN_SOURCE_DIR + "'; $RDD = 0; for(/LvlStatList) { $HD = lookup 'classes', /~/LvlStatClass, 'HitDie'; if(/~/LvlStatClass == 37) { $RDD++; $HD = $RDD < 4 ? $HD : $RDD < 6 ? 8 : $RDD < 11 ? 10 : 12; } /~/LvlStatHitDie = $HD; }";
You need to make sure that you specify the const NWN_SOURCE_DIR with a string indicating the path to your source directory in your nwn folder. If you don't have one, just make it, and drop a copy of classes.2da in it.
Link to the full script here:
http://weathersong.infopop.cc/eve/forums/a/ga/ul/2461053463/inc_setmaxhps.nss
We run a version of this on levelup, or did until we started using eXalt to do the editing in memory, without the boot.
Funky |
|
Back to top |
|
|
|