Jump to content
  • 0

Question

Posted (edited)

Hey~

So I'm starting to boost my Server-side skills and wanted to know how to properly duplicate an item and add a slot.

I did this one as an example. Please let me know If I made the changes correctly!

I will be duplicating this

Note: This will be for a quest and not for a monster drop.

5402,Mischievous_Fairy,Mischievous Fairy,5,20,,200,,1,,0,0xFFFFFFFF,7,2,512,,70,0,405,{ bonus bFlee2,3; },{},{}

Item_db2

19350,Mischievous_Fairy,Mischievous Fairy,5,20,,200,,1,,1,0xFFFFFFFF,7,2,512,,70,0,405,{},{},{}

Idnum2itemdesctable


19350#
A cute fairy ear that for some reason, is slotted!
Class :^777777 Mid Gear^000000
Defense :^777777 1^000000
Weight :^777777 20^000000
Applicable Job :^777777 Every Job^000000
#

idnum2itemdisplaynametable

19350#Mischievous Fairy#

idnum2itemresnametable

19350##Àå³­²Ù·¯±â¿äÁ¤# <----All I did here was copy the the same one from the original one

itemslotcounttable

19350#1#

Did I forget to add to another .txt? Does everything look alright?

Thank you

~Inochi :wub:

Edited by Inochi

8 answers to this question

Recommended Posts

Posted

Even it's not an Item that will be dropped, is recommended that you put the right texts on unknown items files (num2itemdisplaynametable.txt, num2itemdesctable.txt and num2itemresnametable.txt).

Also, except for this, everything is ok.

Posted

Even it's not an Item that will be dropped, is recommended that you put the right texts on unknown items files (num2itemdisplaynametable.txt, num2itemdesctable.txt and num2itemresnametable.txt).

Also, except for this, everything is ok.

How would you make items able to be dropped/trade/storable? My server won't let me do any items :P

Posted

No Lua entries are required as long as the view id of 405 is already configured to the correct sprite in your luas.. Only needed if you are adding a new sprite. Everything looks fine.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...