logo logo

 Back to main page

The NWNX Community Forum

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Maximize HP

 
Post new topic   Reply to topic    nwnx.org Forum Index -> Scripts and Modules
View previous topic :: View next topic  
Author Message
Kinzel



Joined: 20 Dec 2007
Posts: 1

PostPosted: Thu Dec 20, 2007 6:46    Post subject: Maximize HP Reply with quote

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 Embarassed
Back to top
View user's profile Send private message
william_hunter



Joined: 31 Jan 2007
Posts: 149

PostPosted: Fri Dec 21, 2007 2:49    Post subject: Reply with quote

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
View user's profile Send private message
FunkySwerve



Joined: 02 Jun 2005
Posts: 377

PostPosted: Tue Dec 25, 2007 1:59    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    nwnx.org Forum Index -> Scripts and Modules All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group