Hello everyone, i hope you can help me. I saw many guides and i did everything ok, (i think) :P.
1 step:
1- Opened "Flyff NPC editor" and added a scroll of holy in NPC_IS.
MaFl_Is
{
setting
{
AddMenu( MMI_DIALOG );
AddMenu( MMI_TRADE );
AddVenderItem( 0, IK3_SCROLL, -1, 1, 1, 100);
SetImage
(
IDS_CHARACTER_INC_000064
);
m_szDialog= "MaFl_Is.txt";
}
SetName
(
IDS_CHARACTER_INC_000065
);
AddVendorSlot( 0,
IDS_CHARACTER_INC_000066
);
}
Also, changed the price to 500.
Saved.
2- Opened ResEditor and replaced character.inc in Datasub1.
2.1- Replaced propItem.inc and propItem.txt in Datasub2.
And when i try to buy the item ingame, it says "user id already exist".
2 step:
The same progress but i changed something in propItem.inc with excell.
In colum Z i changed "=" to "1" , but cuz of that my world crash.






