myieee Posted December 8, 2011 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 12/07/11 Last Seen: November 29, 2020 Share Posted December 8, 2011 can someone teach me how to duplicate an items like in the mid headgears and also how to put a slot on a duplicated items.. coz i saw it in eathena but it confuses me !! i hope someone can teach me coz im really noob in client side. thanks Quote Link to comment Share on other sites More sharing options...
iFoxkun Posted December 8, 2011 Group: Members Topic Count: 24 Topics Per Day: 0.00 Content Count: 189 Reputation: 16 Joined: 11/20/11 Last Seen: January 4, 2014 Share Posted December 8, 2011 If it were headgears just copy the item_db info of it Ex. 5132,Angeling_Hat,Angeling Hat,5,20,,700,,2,,0,0xFFFFFFFF,7,2,256,,0,0,[color=#ff0000]204[/color],{ bonus2 bSubRace,RC_DemiHuman,10; },{},{} The red colored "204" is the view id, to classify which view the item uses. Each headgear uses a view ID. so if you were to duplicate this Ex. [color=#00ffff]32767[/color],Angeling_Hat,Angeling Hat,5,20,,700,,2,,[color=#0000ff]1[/color],0xFFFFFFFF,7,2,256,,0,0,[color=#FF0000]204[/color],{ [color=#ee82ee]bonus bAllstats,30;[/color] },{},{} The Cyan "32767" is a different item ID for another item (must change to a different Item ID not taken to duplicate The Blue "1" is the changed slot (you can change) The Red "204" is the same id, so it gets the view id of the Angeling Hat The Violet "bonus bAllstats,30;" is a different effect (you can change) Of course you must add the Item description in idnum2desctable.txt Ex. 32767# (description) # Item Display name in idnum2displaynametable.txt Ex. [code] 32767#Angeling_Hat# And to get the Item.bmp and Collection.bmp You must add the name of the .bmps to the idnum2itemresnametable.txt Ex. 32767#(name of bmp files)# Quote Link to comment Share on other sites More sharing options...
KoKe Posted December 8, 2011 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 11/22/11 Last Seen: April 27, 2021 Share Posted December 8, 2011 Also if you look here you get more info about the item structure Quote Link to comment Share on other sites More sharing options...
Question
myieee
can someone teach me how to duplicate an items like in the mid headgears and also how to put a slot on a duplicated items..
coz i saw it in eathena but it confuses me !! i hope someone can teach me coz im really noob in client side. thanks
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.