Home
Name Modified Size InfoDownloads / Week
old 2012-06-05
nwnx_areas 2011-03-17
readme.txt 2012-06-18 1.7 kB
nwnx_funcs_0941.rar 2012-06-18 152.5 kB
nwnx_funcs_094.rar 2012-06-05 151.7 kB
nwnx_funcs_093.rar 2012-01-26 149.9 kB
funcs_manual.zip 2012-01-03 147.4 kB
Totals: 7 Items   603.2 kB 1
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