Author Topic: Disabling Saving Throw Auto-Fails  (Read 6619 times)

Offline Ryu Hayabusa

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
    • http://
Disabling Saving Throw Auto-Fails
« on: December 31, 2006, 06:52:30 PM »
How was the auto-fail when rolling 1's in saving throws disabled in Godspire?

Offline 420

  • Hero Member
  • *****
  • Posts: 4087
    • View Profile
    • Email
Disabling Saving Throw Auto-Fails
« Reply #1 on: December 31, 2006, 06:59:27 PM »
Quote
How was the auto-fail when rolling 1's in saving throws disabled in Godspire?
[snapback]33366[/snapback]
In the nwnplayer.ini file (in the NWN install directory), under [Server Options] put in this line:
Quote
Saving Throw Automatic Failure On 1=1
-420

EDIT: Whoops! If you want to turn it off, set it equal to zero.
« Last Edit: December 31, 2006, 07:21:47 PM by 420 »

Offline Ryu Hayabusa

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
    • http://
Disabling Saving Throw Auto-Fails
« Reply #2 on: December 31, 2006, 07:53:10 PM »
Quote
In the nwnplayer.ini file (in the NWN install directory), under [Server Options] put in this line:

-420

EDIT: Whoops! If you want to turn it off, set it equal to zero.
[snapback]33367[/snapback]

Thanks 420!

How about disabling Greater Sanctuary?  I managed to disable other spells, but I can't seem to find the constant for that spell....

Offline 420

  • Hero Member
  • *****
  • Posts: 4087
    • View Profile
    • Email
Disabling Saving Throw Auto-Fails
« Reply #3 on: December 31, 2006, 08:31:57 PM »
Quote
Thanks 420!

How about disabling Greater Sanctuary?  I managed to disable other spells, but I can't seem to find the constant for that spell....
[snapback]33369[/snapback]
Greater Sanctuary is SPELL_ETHEREALNESS for some stupid reason.

-420

Offline Ryu Hayabusa

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
    • http://
Disabling Saving Throw Auto-Fails
« Reply #4 on: January 01, 2007, 03:01:32 AM »
Quote
Greater Sanctuary is SPELL_ETHEREALNESS for some stupid reason.

-420
[snapback]33370[/snapback]

Thanks again 420!

Is there a place where I can find a listing of the modifications to spells (especially the dispels) that Godspire made?  I can't seem to find it anywhere on the site.

I liked what you guys did with the dispels and have been trying to replicate it myself.

Thanks.

Offline 420

  • Hero Member
  • *****
  • Posts: 4087
    • View Profile
    • Email
Disabling Saving Throw Auto-Fails
« Reply #5 on: January 01, 2007, 02:12:40 PM »
Quote
I liked what you guys did with the dispels and have been trying to replicate it myself.
[snapback]33372[/snapback]
Simply increase the max caster level by +20 for the dispels. For instance, normal Dispel Magic has its max caster level set at 10 so I just changed it to 30:

Here is the lines I changed from Dispel Magic:
Quote
    //--------------------------------------------------------------------------
    // Dispel Magic is capped at caster level 10
    //--------------------------------------------------------------------------
    if(nCasterLevel > 30)
    {
        nCasterLevel = 30;
    }

There is no comprehensive list of altered GS spells but for the most part it was just the Dispels and banned spells. There was a modification to Bard Song and Mo sent me the script awhile back but I'll have to crack open my old computer to find it.

-420
« Last Edit: January 01, 2007, 02:14:24 PM by 420 »

Offline Tyrael

  • Hero Member
  • *****
  • Posts: 774
    • View Profile
    • Email
Disabling Saving Throw Auto-Fails
« Reply #6 on: January 02, 2007, 08:29:12 AM »
ryu your making a nwn1 server or something? that would be good since nwn 2 sucks as of now