Neverwinter Vault

Expand AllContract All -Site -My Profile -Features

Neverwinter Nights 2

-NWN2 Files -NWN2 Game Info -NWN2 Resources -NWN2 Community

Neverwinter Nights

-NWN Files -NWN Game Info -NWN Resources -NWN Community

Vault Network
RPG Vault
VN Boards
IGN Vault
Vault Wiki
· Age of Conan
· Anarchy Online
· Asheron's Call
· Dark Age of Camelot
· City of Heroes
· D&D
· EVE Online
· EverQuest
· EverQuest 2
· Final Fantasy
· Guild Wars
· Lineage 2
· Lord of the Rings Online
· Middle Earth
· Neverwinter Nights
· Pirates of the Burning Sea
· Rise of the Argonauts
· Star Wars Galaxies
· Tabula Rasa
· The Matrix Online
· The Witcher
· Titan Quest
· Two Worlds
· Vanguard
· Warhammer
· World of Warcraft

Planet Network
Planet Hub

IGN
Games
Cheats
Entertainment

The Web   The Site  



NWN SCRIPTS

- Jump to comments -
Title  No Ability Stacking v 2.2
Author  YellowLab
Submitted / Updated  07-14-2003 / 11-22-2006
Category  Rulesets
Expansions  NWN-1.61
View Code  

Select All Text | View Code in separate window
Format  Code Only
Type  Type - Classic PnP
Includes  Custom
Description
This script has had a major rework to utilize the new script commands in version 1.60+. Included is an .erf file with the script set (yl_nostack.erf), a small mod demonstrating the script set (yl_stackable.mod), and a readme file. The .erf and .mod are flagged SOU only. I have also included a zipped file which contains all of the .nss source files. These can be opened with any text editor and then copied and pasted into the toolset to work in classic NWN or HotU only. Please see the readme for further information.

Files

NameTypeSizeDownloads
nostack22.zipnostack22.zip
Submitted: 07-14-2003 / Last Updated: 01-16-2004
zip80.37Kb348
--
SCORE OUT OF 10
10
1 votes
View Stats
Cast Your Vote!

PORTFOLIO
Add this entry to your portfolio so you can track it
Manage your existing portfolios or create a new one.
SCREENS
No Images




You Must Be Logged In to Participate.
Comments (18):

Posted by Arminath at 2004-07-22 20:03:00    
Ok, thanks. I'll test it and see what happens.

Posted by YellowLab at 2004-07-21 12:23:00    
I am pretty sure this will work with 1.62 (I think I tested it with that patch). I haven't tested it with HotU; however, the patch 1.62 changed all of the caps for the previous versions as well. As far as I know the 28 stat cap is a hard cap. If it is not, it will not affect the script since there is nothing in it to take care of that cap. Things just don't work as planned near the cap.

YL

Posted by Arminath at 2004-06-28 10:19:00    
Also, was the Ability Score cap raised? I see in yout readme that scores over 28 aren't read/registered. With the addition of HotU and the epic Great (Ability Score) feats, someone that starts a half-orc with a 20 strength (18 base, +2 racial modifier) and only uses his ability score modifiers at every 4 levels would have a 30 strength at level 40, and the adding the Great (Ability Score) feat could reach a base of 40 if they took it 10 times. This sounds extreme, but it is possible.

Posted by Arminath at 2004-06-28 10:05:00    
Is this compatible with 1.62? I'd like a way from keeping players to stack up on ability score bonuses and this seems great, but I'm patched up to 1.62.

Posted by Clarion de Laffalot ( ..xxx.xxx ) at 2004-03-21 11:33:00    
Man, you don't have any idea how I've searched for some script like this!

I just ask why did Bioware never fix that...

Thanks a lot!

Posted by Old_Scores_Transfered at 2004-02-20 10:29:33    Voted 10.00 on 02/20/04
This is a compilation of the old system into a single score. There were 3 that made this score of 9.67 then rounded to 10.

Posted by YellowLab at 2004-01-16 20:35:00    
I have updated the script set to 2.2

In this version the spells are now truly 1.61 compliant. I didn't add the spell cast hook scripts and some changes had been made to Bull's strength.

In addition, Divine Power has been added to the no stack list.

YL

Posted by YellowLab at 2004-01-08 20:51:00    
Doh!
Meraxes, you are correct. I goofed. The functions should be as you state in your second message. I will correct the instructions. If you put those functions (the proper function calls :) ) into the module, the script set should work fine.

I apologize for the inconvinence.
Thanks for the catch.

YL

Posted by Meraxes at 2004-01-08 12:12:00    
Aha! I think you might have a typo in your instructions..

You said to use:
"GetLastPCItemEquippedBy()"
"GetLastPCItemUnequippedBy()"

But I THINK you meant to say to use:
GetPCItemLastEquippedBy(), which is used for
// Use this to get the player character who last equipped an item in OnPlayerEquipItem..

and GetPCItemLastUnequippedBy()
// Use this to get the player character who last unequipped an item in OnPlayerUnEquipItem..

Both of which return a player object... Is this correct?

object

Posted by Meraxes at 2004-01-08 12:05:00    
This is odd..
I just tried adding this to my world, but have a strange problem..

I do not seem to have two of your functions in my world... it's possible I have overwritten one of bioware's standard includes that now adds this but I can't seem to figure out which one..

Where would I find the following functions (required by your script)
"GetLastPCItemEquippedBy()"
and the corresponding
"GetLastPCItemUnequippedBy()"


Posted by YellowLab at 2004-01-03 21:33:00    
Torias
Currently, the only things that this script set takes into consideration are ability enhancements (STR, INT, etc.) from items and spells (potions being a form of spells). One ring and one amulet of +2 INT when both are worn should not give a +4 to INT as they do with the Aurora engine. Rather, they should only give a +2 INT. This script set fixes those types of issues. Specific class abilities and feats that may cause ability enhancement haven't been looked at. The Aurora engine does a good job of not stacking armor class bonuses but fails in the stacking of ability enhancements.

Hope this answers your question.
YL

Posted by Torias. ( ..xxx.xxx ) at 2004-01-03 09:06:00    
Given any thought to allowing some things to stack when they should be allowed to?

most notable is that barbarian rage and Dwarven Defender defencive stance bonuses should stack with magical bonuses, since they are different types.


Posted by NoMercy at 2004-01-02 19:11:00    
Got slightly destracted, I'll probably put it up sometime this weekend if I can solve some bugs (started working on Keen Edge, and the (greater) Magic Weapon spells to bring them in-line with the D&D guide, few bugs to iron out those, but 4 spells fixed seems a bit more like a script than a few lines of code changed, might throw in improved invisibility which is currently about as good as normal invisibility.

For now it's 3am, and I should be in bed *grins*, any pointers to other broken spells would be handy though :)

Posted by YellowLab at 2004-01-02 14:18:00    
NoMercy
Thanks for the heads up. I will take a look at the Divine Power spell. You are correct that there are no handles for this spell as I was unaware of how it worked.

The caster's strength should be taken to 18 which would be a +* where * is 18-Current Strength.

Once I get it done I will send it your way for testing and post here for all.

Thanks again.
YellowLab

Posted by NoMercy at 2004-01-02 13:13:00    
Fantastic, just what I've been looking for, only thing I havn't seen is any hooks to Divine Power, the cleric spell which boosts the casters strength to 18, alas this is trivially exploited by casting/equiping items afterwards.

It should, I believe act as a minimum, say with 14 strength you cast divine power, you get 18 strength, equiping a +6 belt of strength should take you to 20 str, the default system I believe would take you to 24, not actually tested your scripts out yet, but I couln't see any hooks into divine power.

Seperately from this, I'm just about to upload a fix for Divine Power granting way to many extra attacks, I've definately counted 7 attacks with a single handed weapon with the current divine power *shudders*

Posted by YellowLab at 2004-01-01 18:49:00    
I have updated this script set using the new script commands in version 1.60+ and all I can say is WOW!!! These new commands are awesome. Makes this script set much more efficient, more user friendly, and less noticable to the player.

Please download the file (the code window is merely the readme).

Enjoy.

YellowLab

Posted by YellowLab ( ..xxx.xxx ) at 2003-11-20 11:58:00    
Once HotU comes out I will update / optimize this code with the new OnEquip / OnUnequip handles.

YL

Posted by YellowLab ( ..xxx.xxx ) at 2003-07-30 21:38:00    
I hope my first comment in the description isn't scaring people away. I don't really know how CPU intensive they are. There are minimal cycles through equipped items, for this type of script there has to be. I haven't dealt much with multiplayer to know exactly how intense it is.

If someone could do some more definitive testing I would appreciate it.

Thanks.
YL

You must be Logged In to post comments in this section.

 
Most recent posts on the MMO General Boards
Analyst: Star Wars: The Old Republic Could...Analyst: Star Wars: The Old Republic Could Sell 3M: more numbers
- last reply by Acao on Aug 15, 2011 06:15 PM
which class will your first character be
- last reply by Blisteringballs on Aug 15, 2011 05:50 PM
New Community Content!
- posted by Vault_News on Aug 15, 2011 05:00 PM
New Community Content!
- posted by Vault_News on Aug 15, 2011 04:00 PM
NWN Idea Database Update
- posted by Vault_News on Aug 15, 2011 03:46 PM
Missing Votes for NWN2 Hall of Fame
- posted by Vault_News on Aug 15, 2011 03:40 PM
Missing Votes for NWN Hall of Fame
- posted by Vault_News on Aug 15, 2011 03:39 PM
Random Questions and game altering suggest...Random Questions and game altering suggestions!!!
- last reply by ArkadyTepes on Aug 15, 2011 03:22 PM
State of the game?
- last reply by LyricOpera on Aug 15, 2011 01:37 PM
Yesterday streaming, now demanding downloa...Yesterday streaming, now demanding download :(
- last reply by Sinane-tk on Aug 15, 2011 10:23 AM
 

   


IGN Entertainment
By continuing past this page, and by your continued use of this site, you agree to be bound by and abide by the User Agreement.
Copyright 1996-2011, IGN Entertainment, Inc. | Support | Privacy Policy | User Agreement | RSS Feeds
IGN’s enterprise databases running Oracle, SQL and MySQL are professionally monitored and managed by Pythian Remote DBA.


NWN2 Hall of Fame

HOF NWN2 Scripts


View all Hall of Fame entries


Neverwinter Nights 2

TOP NWN2 Modules

NEW Modules

NEW Reviews

NEW INTL. Modules

TOP Hakpaks

TOP Gameworlds

TOP Tutorials

TOP Prefab:Areas

TOP Blueprints

TOP Plugins

TOP UI

TOP Other

TOP Visual Effects

TOP Scripts

TOP Tools

TOP Movies

TOP Models

TOP Characters





Hall of Fame

HOF NWN Modules


View all Hall of Fame entries


TOP NWN Modules

NEW NWN Modules

NEW Reviews

TOP Intl. Modules

TOP NWN Hakpaks

TOP NWN Gameworlds

TOP NWN Models

TOP NWN Portraits

TOP NWN Scripts

TOP NWN Prefabs

TOP NWN Other

TOP NWN Movies

TOP Sounds

TOP NWN Textures

TOP NWN Creatures

TOP NWN Characters