• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Tutorial]How to add items to your server

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 10, 2011
Messages
15
Reaction score
1
What files you need:
1-PropItem.txt
2-PropItem.txt.txt
3-DefineItem.h
4-MdlDyna.inc
5-

Next,Open PropItem.txt

1-Go in end in Propitem.txt
ok im need add Weapon

i add on my server Serpent Weapon
1-im need .o3d file,.dds file and .dds file on item icon
Item_WeaAxeDevil.o3d this .o3d file on Serpent Axe
Item_WeaAxeDevil.dds this .dss file on texture item
Itm_devil1ax.dds this .dss file on icon item

next:well I need to write code on the item, on this I need to know the name of the item

Item_WeaAxeDevil.o3d
ok write it
II_WEA_AXE_DEVIL
you see? WeaAxeDevil
you need write it on every adds items

Next:
8 II_WEA_AXE_BLACK IDS_PROPITEM_TXT_055592 1 1 IK1_WEAPON IK2_WEAPON_DIRECT IK3_AXE JOB_VARGANT TRUE = = 1000000 8000000 100 180 HD_ONE = PARTS_RWEAPON = 0 = = 150 200 = 1 = = = 993 995 _NONE 0 0 0 0 0 = WT_MELEE_AXE AS_DIAGONAL AS_VERTICAL AS_HORIZONTAL AS_THRUST = = = = = 0.06 = AR_SHORT = DST_STAT_ALLUP DST_PVP_DMG DST_RESIST_MAGIC 20000 5000 5000 = = = = = = = = = = = = = = = = = = = = = = XI_HIT_SWORD01 = = = = = = = = = WEAPON_ULTIMATE = = = = = = 0 0 0 0 0 0 = = SND_ITEM_DROPDING1 = = = = = = = = = 1 = SND_PC_DMGSWDM SND_PC_DMGSWDC """Itm_devil1ax.dds""" 0 """""" IDS_PROPITEM_TXT_055593

Write it and CHANGE
fist IDS_PROPITEM_TXT_YOURNUMBER
I think max number 999998
on fist IDS
ok in end IDS_PROPITEM_TXT_NEED NUMBER
999999
But Why??? 1-IDS_PROPITEM_TXT_999998-its name on item
2-IDS_PROPITEM_TXT_999999-its description for item
NO MORE:eek:tt1:

Next:
Ok if you see it
"""""" 0 """"""
fist """"""
change it to """YOUR DDS TEXTURE NAME"""
my texture name Itm_devil1ax.dds:scared:

ok Next:Go in PropItem.txt.txt
IDS_PROPITEM_TXT_999998 Here your name
IDS_PROPITEM_TXT_999999 Here description

if talk you what number you need in propitem.txt

Next: DefineItem.h
ok write it
#define II_WEA_AXE_DEVIL 50000(its ID on item in game)
II_WEA_AXE_DEVIL copy it name in PropItem.txt and Paste here

Next:MdlDyna.inc
write it "WeaAxeDevil" II_WEA_AXE_BLACK MODELTYPE_MESH "" 0 MD_NEAR 0 1.0f 0 1 ATEX_NONE 1

WeaAxeDevil its o3d file on item find it in up

ok use Ctrl+S in this Txt,txt.txt,defineitem.h and MdlDyna.inc


ok open ResEditor

open file>>open>>Data.res
open?
delte and replace DefineItem.h and MdlDyna.inc in ResEditor

ok open file>>open>>DataSub2.res
delte and replace porpitem.txt and propitem.txt.txt:eek:tt1::eek:tt1::eek:tt1:

Funny^^,
in game /ci id or "Item Name"
" need in chat
 
Mythic Archon
Joined
Mar 26, 2009
Messages
713
Reaction score
123
Nice try to contribute to RZ, but there are a lot of english mistakes.
Also, for the really beginners, they will be like, OMFG WTF IS HE TALKING ABOUT A .O3RD .DDS FILES?!?!?!
You don't explain what you're doing, u just TELL us what to do.
It's just a tip, but next time, try to explain in the most detail. It will prevent annoying questions on your topic.
And yea, Why all those smileys, and add open? beneath when u say open the file? I don't get it? is it a joke, or do you have to open it twice? roflmao

Anyways, nice to see someone trying to contribute here.
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
...this is just a dumbed down version of my guide except that it doesn't teach you nearly as much.
 
Newbie Spellweaver
Joined
Oct 10, 2011
Messages
15
Reaction score
1
oh sorry my bad english.....later i edit Tutorial and add screenshots
 
Elite Diviner
Joined
Feb 10, 2011
Messages
416
Reaction score
99
I must say that it is very difficult to understand what you are trying to explain.
 
Experienced Elementalist
Joined
Apr 30, 2011
Messages
255
Reaction score
90
What files you need:

Next:
8 II_WEA_AXE_BLACK IDS_PROPITEM_TXT_055592 1 1 IK1_WEAPON IK2_WEAPON_DIRECT IK3_AXE JOB_VARGANT TRUE = = 1000000 8000000 100 180 HD_ONE = PARTS_RWEAPON = 0 = = 150 200 = 1 = = = 993 995 _NONE 0 0 0 0 0 = WT_MELEE_AXE AS_DIAGONAL AS_VERTICAL AS_HORIZONTAL AS_THRUST = = = = = 0.06 = AR_SHORT = DST_STAT_ALLUP DST_PVP_DMG DST_RESIST_MAGIC 20000 5000 5000 = = = = = = = = = = = = = = = = = = = = = = XI_HIT_SWORD01 = = = = = = = = = WEAPON_ULTIMATE = = = = = = 0 0 0 0 0 0 = = SND_ITEM_DROPDING1 = = = = = = = = = 1 = SND_PC_DMGSWDM SND_PC_DMGSWDC """Itm_devil1ax.dds""" 0 """""" IDS_PROPITEM_TXT_055593

Write it and CHANGE
fist IDS_PROPITEM_TXT_YOURNUMBER
I think max number 999998
on fist IDS
ok in end IDS_PROPITEM_TXT_NEED NUMBER
999999
But Why??? 1-IDS_PROPITEM_TXT_999998-its name on item
2-IDS_PROPITEM_TXT_999999-its description for item
NO MORE:eek:tt1:

Next:
Ok if you see it
"""""" 0 """"""
fist """"""
change it to """YOUR DDS TEXTURE NAME"""
my texture name Itm_devil1ax.dds:scared:

ok Next:Go in PropItem.txt.txt
IDS_PROPITEM_TXT_999998 Here your name
IDS_PROPITEM_TXT_999999 Here description

if talk you what number you need in propitem.txt

Next: DefineItem.h
ok write it
#define II_WEA_AXE_DEVIL 50000(its ID on item in game)
II_WEA_AXE_DEVIL copy it name in PropItem.txt and Paste here

Next:MdlDyna.inc
write it "WeaAxeDevil" II_WEA_AXE_BLACK MODELTYPE_MESH "" 0 MD_NEAR 0 1.0f 0 1 ATEX_NONE 1

WeaAxeDevil its o3d file on item find it in up

ok use Ctrl+S in this Txt,txt.txt,defineitem.h and MdlDyna.inc

Better use font color, newbies will not understand your point...
and WTH you used "Ctrl+S", no offense but i think users know how to save files
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
but there are multiple ways to save a file...

you could just go File > Save

or even the lazy way. try to close the window, and press save when it asks if you want to save it.
 
Newbie Spellweaver
Joined
Oct 24, 2011
Messages
29
Reaction score
1
cant understand.. ill Pm yhu for help on this
 
Last edited:
Flyff Developer
Loyal Member
Joined
Oct 14, 2011
Messages
1,275
Reaction score
121
The Download is useless since megaupload is down.


Don't say that his thread is useless because only about the link of Megaupload (dead). Just request to him(the one who made this thread) or to someone that got the files and tell to upload or share it.

Off: Don't post to every thread in this section to get counted your post beceause you're breaking the rule (Spamming). + I notice that you post in this release section for the 5 threads and talking about poop/off topic.
 
Status
Not open for further replies.
Back
Top