Home / old
Name Modified Size InfoDownloads / Week
Parent folder
nwnx_funcs_093.rar 2012-06-05 149.9 kB
nwnx_funcs_092.rar 2012-01-03 147.3 kB
nwnx_funcs_091.rar 2011-12-31 147.8 kB
nwnx_funcs_089.rar 2011-04-15 123.3 kB
nwnx_funcs_088.rar 2011-03-09 122.1 kB
nwnx_funcs_086.rar 2011-02-07 116.7 kB
nwnx_funcs.rar 2011-01-31 115.4 kB
Totals: 7 Items   922.4 kB 0
v 0.0.941
	Fixed:
		Bug in SetTag: RemoveObjectFromLookupTable was using the gameobjects tag instead of the area's tag.

v 0.0.94
	Fixed:
		Instances where the Param string was overwritten before the parameters could be extracted (GetKnowsSpell, GetRemainingSpellSlots, GetMaxSpellSlots, GetSpellsGainedAtLevel, GetStatsGainedAtlevel)
		Shamelessly copied Flutterby's RemoveAllSpells solution 

v 0.0.93
	Added:
		PopupMessage
		GetAttackModifierVersus


v 0.0.92
	Added:
		SetNoRestFlag
		GetNoRestFlag
			Sets/Gets whether players can rest in an area
		GetTimeOfDay
			Returns whether it's day, night, dusk or dawn
		
	Changed:
		nwnx_funcs.nss
			GetSurfaceMaterial passes the area id to the plugin now instead of the area object. Be sure to use the new nwnx_funcs.nss include
				
		
	NWNX.INI
		HOOK_TimeOfDayChange=1
			If set to 1 the server will run the script defined in OnTimeOfDayChangeScript when the server time changes to day, night dusk and dawn
		OnTimeOfDayChangeScript=mod_timechanged
		
	Manual
		changed to CHM format (still working on usability)
		Added manual entries for
			NWNXFuncs_SetVisibilityOverride
			NWNXFuncs_SetVisibility
			NWNXFuncs_GetVisibilityOverride
			NWNXFuncs_GetVisibility
			NWNXFuncs_GetRegeneration
			NWNXFuncs_ImmunityOverride
			NWNXFuncs_SetImmunityOverride
			NWNXFuncs_RemoveAllImmunityOverrides
			NWNXFuncs_AddImmunityOverride
			NWNXFuncs_RemoveImmunityOverride
			NWNXFuncs_GetAutoRemoveKeyFlag
			NWNXFuncs_SetAutoRemoveKeyFlag
			NWNXFuncs_GetDestinationTag
			NWNXFuncs_SetDestinationTag
			NWNXFuncs_GetNoRestFlag
			NWNXFuncs_SetNoRestFlag
			NWNXFuncs_GetTimeOfDay
Source: readme.txt, updated 2012-06-18