NWNWiki
Advertisement
NWNWiki
3,718
pages

The script notes here are actually incorrect, there IS a script called that, but the actual script is something like NW_S0_remeffect or something to that effect. Editing the currently listed script does nothing, as it is not hooked. It is a script that handles the spell hook for Cure disease, cure poison, remove paralysis, remove curse, and remove blindness / deafness. Can be noted by looking at the spell hook name in the 2da.

Example:

//::///////////////////////////////////////////////
//:: Remove Effects
//:: NW_SO_RemEffect
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
    Takes the place of
        Remove Disease
        Neutralize Poison
        Remove Paralysis
        Remove Curse
        Remove Blindness / Deafness
*/
//:://////////////////////////////////////////////
//:: Created By: Preston Watamaniuk
//:: Created On: Jan 8, 2002
//:://////////////////////////////////////////////

--128.193.243.242 21 April 2009

  • That is true, but would it not have been easier to change the script name in the article than to post all the above in the talk page? (I've changed some of the other articles that should refer to this script, but I guess I missed this one before.) Anyway, it's fixed now. --The Krit 23:07, 21 April 2009 (UTC)
  • That's strange, the others were not fixed. I thought I had corrected them at some point. Guess I'm imagining things. Remove disease, neutralize poison, and remove curse are also corrected now. (Remove paralysis uses a different script, despite the comments in NW_S0_RemEffect.) --The Krit 23:16, 21 April 2009 (UTC)
Advertisement