ownager Posted August 23, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 38 Reputation: 0 Joined: 12/28/13 Last Seen: August 28, 2017 Share Posted August 23, 2016 hello i have added these item to server side. i am facing problem to add them in client side..please guide.. what all changes to make..idnum2itemdesctable.txt [ Modified ]idnum2itemdisplaynametable.txt [ Modified ]idnum2itemresnametable.txt [ Modified ]itemslotcounttable.txt [ Modified ] num2itemdesctable.txt [ Modified ]num2itemdisplaynametable.txt [ Modified ]num2itemresnametable.txt [ Modified ]Please help thanks in advance Quote Link to comment Share on other sites More sharing options...
0 Helly Posted August 23, 2016 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 258 Reputation: 54 Joined: 01/09/12 Last Seen: December 26, 2020 Share Posted August 23, 2016 The iteminfo work this way: [501] = { <-- Id of your item in item_db.txt unidentifiedDisplayName = "Red Potion", <--- Name of your Item (This tree are for unidentified) unidentifiedResourceName = "빨간포션", <--- Icon and drop for your custom item unidentifiedDescriptionName = { }, <--- Description identifiedDisplayName = "Red Potion", <--- Name of your Item (Here start for identified) identifiedResourceName = "빨간포션", <--- Icon and drop for your custom item identifiedDescriptionName = { "A potion made from grinded Red Herbs.", <-- Description, here you can put all the lines you want "^FFFFFF_^000000", <-- This give you a space between description from other characteristics "Class:^0000FF Restorative item^000000", "Heal:^009900 45 - 65^000000 HP", "Weight:^009900 7^000000" }, slotCount = 0, <-- Amount of slots you want your item Show drom 1 to 4 ClassNum = 0 <-- Here you put the idview of your item in case is a hat }, <-- every item must end with this Good luck! 1 Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted August 23, 2016 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted August 23, 2016 What client are you using? AFAIK 2012 clients and above now use System/iteminfo.lua Quote Link to comment Share on other sites More sharing options...
0 ownager Posted August 23, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 38 Reputation: 0 Joined: 12/28/13 Last Seen: August 28, 2017 Author Share Posted August 23, 2016 What client are you using? AFAIK 2012 clients and above now use System/iteminfo.lua I am using 2013-08-07 Client Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted August 23, 2016 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted August 23, 2016 2013-08-07 clients uses iteminfo.lua check your client system folder and look for iteminfo.lua or iteminfo.lub, (YourRO/System/Iteminfo.lua.) then add your custom item info there. Quote Link to comment Share on other sites More sharing options...
0 rakuzas Posted September 12, 2016 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Share Posted September 12, 2016 Hello,I already follow the Guide.. But still shows unknown item.. What do I miss? Quote Link to comment Share on other sites More sharing options...
0 Rynbef Posted September 12, 2016 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: Yesterday at 06:19 AM Share Posted September 12, 2016 Maybe your diffs are not correct or not completely. Are you using NEMO to diff the executable? Rynbef~ Quote Link to comment Share on other sites More sharing options...
0 rakuzas Posted September 12, 2016 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Share Posted September 12, 2016 I am using nemo.. Emm.. But I dont pick the read lua over lub.. Do I need to pick it? Then.. I need to make my own iteminfo.lub? or what? I don't understand.. And.. Do I need to put into certain folder for collection and sprite? Does my old collection and sprite no longer readable? Please guide me.. Thank you.. Quote Link to comment Share on other sites More sharing options...
0 mrmagic Posted September 12, 2016 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 182 Reputation: 32 Joined: 10/26/12 Last Seen: January 23, 2021 Share Posted September 12, 2016 I am using nemo.. Emm.. But I dont pick the read lua over lub.. Do I need to pick it? Then.. I need to make my own iteminfo.lub? or what? I don't understand.. And.. Do I need to put into certain folder for collection and sprite? Does my old collection and sprite no longer readable? Please guide me.. Thank you.. You need to use those diff and changed the extension "System/itemInfo.lub" into "System/itemInfo.lua" if you update kRO often, as they will get replaced when you update kRO. You must have itemInfo.lua in system folder, either the translated or your's modified one. The other question depends on your setup, how many grf file that you use, are your custom items ID have conflict with the original rA items. Mostly you're on your own on to fix this issue. Quote Link to comment Share on other sites More sharing options...
0 rakuzas Posted September 13, 2016 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Share Posted September 13, 2016 I am using nemo.. Emm.. But I dont pick the read lua over lub.. Do I need to pick it? Then.. I need to make my own iteminfo.lub? or what? I don't understand.. And.. Do I need to put into certain folder for collection and sprite? Does my old collection and sprite no longer readable? Please guide me.. Thank you.. You need to use those diff and changed the extension "System/itemInfo.lub" into "System/itemInfo.lua" if you update kRO often, as they will get replaced when you update kRO. You must have itemInfo.lua in system folder, either the translated or your's modified one. The other question depends on your setup, how many grf file that you use, are your custom items ID have conflict with the original rA items. Mostly you're on your own on to fix this issue. ok.. thanks for info.. Quote Link to comment Share on other sites More sharing options...
Question
ownager
hello i have added these item to server side. i am facing problem to add them in client side..
please guide.. what all changes to make..
idnum2itemdesctable.txt [ Modified ]
idnum2itemdisplaynametable.txt [ Modified ]
idnum2itemresnametable.txt [ Modified ]
itemslotcounttable.txt [ Modified ]
num2itemdesctable.txt [ Modified ]
num2itemdisplaynametable.txt [ Modified ]
num2itemresnametable.txt [ Modified ]
Please help thanks in advance
Link to comment
Share on other sites
9 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.