Have you ever wanted to edit an NPC? If so, You will learn here!
Materials needed -
Hex Editor ( any hex editor )
Hex converter ( Subnet Online is what i use )
Decrypted NpcQuest.SData
Brain.exe
__________________
Open the Decrypted NpcQuest.SData with the hex editor and press CTRL + F and type in Testiss..
The first item on that NPC is a Pomegranate ( 25 4 ) which in hex it is 19 04.
So look for 19 04 on the hex side.. once you've found it edit it to the item you want...

lets say for example i want Power Lapisia ( code 95 2 ) I open Subnet Online and type in 95 on the decimal spot & i should
get a 5F as an answer on hexadecimal side. Now i type in 2 in the decimal spot and i will get 2 as hexadecimal.
We will use 5F 02 in the NpcQuest.SData
So you will now overwrite 19 04 with 5F 02.

You now go to file > Save.
Although mine is called NpcQuest.Sdata.Decrypted you will rename yours to
NpcQuest.SData and you will re-encrypt it. You might get NpcQuest.SData.encrypted.. you will rename NpcQuest.SData to NpcQuest.SData.bak and rename NpcQuest.SData.encrypted to NpcQuest.SData.encrypted to NpcQuest.SData. You now implement the
NpcQuest.SData to your data.saf and go in-game and test it.
Do not delete your decrypted NpcQuest.SData... You will need it in order to buy the items it shows on the NPC. To make those items buy-able you need to implement it to C:\ShaiyaServer\PSM_Client\Bin\data\ if it asks for replace, Press Yes. You will need a server restart.
___________________________

^- Testiss before editing...

^- Testiss after editing.
Enjoy!
Thx! :3






