AddVendoritem List

07/29/2014 13:32 laitila#1
Hello!

Does anyone have a AddVendoritem List? what i mean with that is i need a list with all the items in flyff like this one
AddVendorItem( 0, IK3_SCROLL, -1, 1, 1, 100 );

That adds a Reskill scroll,

Does anyone have all does commands of the items? or do you know where i can find them?

Thank you:)
07/29/2014 15:31 Claan#2
You open your propitem.txt.txt search the Item. Copy the "IDS_PROPITEM_012345" search in the propitem.txt copy the name "II_SYS_XXXXXXX


Example:

propitem.txt.txt: "IDS_PROPITEM_TXT_004670 Reskill"

Search the IDS in propitem.txt

propitem.txt: "II_SYS_SYS_SCR_RECCURENCE"

After that you can use this code.


sorry for my bad englisch

LG Claan
07/30/2014 22:23 Lumi#3
But first you need to add them (->[Only registered and activated users can see links. Click Here To Register...]) to your source to use that function.