Connecting Morphs for sps to Icons

12/28/2020 19:46 .Jokerle#1
So my question is, where does the client get the information from to do it?
I'm trying to connect Morphs for Sps to Icons. Where exactly is it? Maybe anyone has a clue lol

I know how to change the current ones since they are already listed in Nsip, but asking for other morphs that are in the game, but have no icon set yet.

ty in advance
12/29/2020 19:38 Limoo#2
I don't know if it's a file or server change.
If it's file level then look at the EastMile files, they should have added icons to the new water SPs
12/30/2020 00:47 Digitalis87#3
Icons are value 5 line INDEX
12/30/2020 08:09 .Jokerle#4
Quote:
Originally Posted by Digitalis87 View Post
Icons are value 5 line INDEX
What exactly do you mean? explain it to me like i'm 12
12/30/2020 13:05 Digitalis87#5
inside NSgtdData.NOS you can find an item.dat that can be extracted with OneXExplorer.

u will get some informations like that


in line 3 : INDEX [1]0 [2]0 [3]0 [4]0 [5]2 [6]0
The value [5] wich is 2 for this item is a reference to the item's icon in the inventory (stored inside NSipData.NOS)

EDIT : After re-reading your question i'm kinda in the wrong part of your answer. i've never been good manipulating morphs. But with some logic u can see that morphs values (if your item uses morphs) are the value [6] of the same line. Must share the same digits in morph-related files.