Proleric
Proleric
Reactions
-
Re: Help me import a custom item in HotU!
Documents\override (View Post)2 -
Re: custom level up packages
The class levels can be set using LevelUpHenchman. That will use the default packages unless told otherwise. You can define new packages in pack*.2da files and reference them in packages.2da. (View Post)1 -
Re: Neverwinter Nights facelift haks
This is slightly different in EE. Ensure that your nwn.ini file has a line PATCH=C:\Users\USER\Documents\Neverwinter Nights\patch where USER is your Windows user name and "patch" is the nam… (View Post)1 -
Re: Destroy Inventory along with Creature
For each creature, GetFirstItemInInventory. While item is valid, delete it with DestroyObject, GetNextItemInInventory. Then DestroyObject on the Creature as before. (View Post)2 -
Re: Fun with SetObjectVisualTransform function
That would be great. Using it for animation right now is possible, if you don't mind that it's not very smooth (as the great examples posted here demonstrate). However, achieving smoother motion is t… (View Post)2