Quote:
Originally Posted by AtlasBey
Can you create a new item and link it to new sprites/animations?
|
What do you mean?
If you want to create a new SP with his sprites you have to export these files:
Item.dat from
NStgdData
_code_xx_Item.txt from
NSlangData
Open the _code_xx_Item.txt file and add:
zts[UNIQUE_NUMBER]e [TAB] [ITEM_NAME]
zts[UNIQUE_NUMBER+1]e [TAB] [DESCRIPTION_NAME]
For the unique number you can take the last value and add 1, for scruple you can check if it's not used anywhere else.
Open the item.dat file and duplicate an SP item (VNUM 901 for example) from #==== to END.
Change NAME zts with
zts[UNIQUE_NUMBER]e and last zts (before END) with
zts[UNIQUE_NUMBER+1]e
Change INDEX 5th values with the Icon ID.
Change INDEX 6th values with the morph ID.
Change the other values to get the desired result.
The Icon ID can be found in another file, NSipData
The morph ID can be found in another file, NSppData