1
NwN Building / Making new Spells
« on: January 18, 2005, 04:23:19 PM »
Does anyone know how to make your own spells or a website I could goto to learn how to make my own spells?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
#include "x2_inc_itemprop"
void CopyItemProperties(object oCopyFrom, object oCopyTo)
{
int nDurationType;
itemproperty ip = GetFirstItemProperty(oCopyFrom);
while (GetIsItemPropertyValid(ip))
{
nDurationType = GetItemPropertyDurationType(ip);
if (nDurationType == DURATION_TYPE_PERMANENT)
AddItemProperty(nDurationType, ip, oCopyTo);
ip = GetNextItemProperty(oCopyFrom);
}
}
Question--do you use or have AOL by any chance? If it's a port problem, I might be able to help with a nifty program.
~Celestial[snapback]15129[/snapback]