Quesooo Posted September 29, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted September 29, 2017 im trying to add a custom items and already follow all guides here at rathena related to adding custom items but all i try is failed 1st i notice on all guides said lua files but when i view my grf i dont see any lua files in there only lub files is there any clear latest guide how to add custom items with lub files informations thank you so much to those people who help me out god bless all Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted September 30, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 15 hours ago Share Posted September 30, 2017 edit the lub files 1 Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted September 30, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted September 30, 2017 15 hours ago, sader1992 said: edit the lub files yeah sir edit the lub files inside my grf am i right? but already editing also apples appeared Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted September 30, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 15 hours ago Share Posted September 30, 2017 (edited) apple in the bag = iteminfo.lua/lub (in the system folder) Edited September 30, 2017 by sader1992 1 Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted September 30, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted September 30, 2017 15 hours ago, sader1992 said: apple in the bag = iteminfo.lua/lub (in the system folder) yeah also edited that on my system folder Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted September 30, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 15 hours ago Share Posted September 30, 2017 2 minutes ago, Quesooo said: yeah also edited that on my system folder [item_id] = { unidentifiedDisplayName = "item_name not identified ", unidentifiedResourceName = "item file name not identified ", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "item name after identified", identifiedResourceName = "item file name after identified", identifiedDescriptionName = { "Description." }, slotCount = 0, ClassNum = [view id] }, you must add the file name or else you will get it as apple if you add the file name then did you add the files in the grf ? 1 Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted September 30, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted September 30, 2017 15 hours ago, sader1992 said: [item_id] = { unidentifiedDisplayName = "item_name not identified ", unidentifiedResourceName = "item file name not identified ", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "item name after identified", identifiedResourceName = "item file name after identified", identifiedDescriptionName = { "Description." }, slotCount = 0, ClassNum = [view id] }, you must add the file name or else you will get it as apple if you add the file name then did you add the files in the grf ? yeah sir also followed and make that carefully Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted September 30, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 15 hours ago Share Posted September 30, 2017 screen shot the item info where the item is and screenshot while you search for the item files in your grf 1 Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted September 30, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted September 30, 2017 15 hours ago, sader1992 said: screen shot the item info where the item is and screenshot while you search for the item files in your grf i forgot i deleted it sire because i lost hope making costum items all guides i follow is not fitting on my taste all guides i follow carefully but still apples apples apples i got 5 buckets of apples here T_T ahahhaa XD can we talk discord or pm to make it easier to send SS sir thank you Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted September 30, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 15 hours ago Share Posted September 30, 2017 1 minute ago, Quesooo said: can we talk discord or pm to make it easier to send SS sir thank you you can see my discord name on the left message me Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted September 30, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted September 30, 2017 17 hours ago, sader1992 said: screen shot the item info where the item is and screenshot while you search for the item files in your grf thank you so much for helping me out now i know all i need thank you again god bless you 1 Quote Link to comment Share on other sites More sharing options...
0 Gunburn Posted September 30, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 20 Reputation: 1 Joined: 12/28/14 Last Seen: October 11, 2017 Share Posted September 30, 2017 Just extract all the 7 txt files, 3 num2, 3 idnum2, 1 slotcount and extract them on the same folder together with your premade item_db.txt, then download item converter, it will automatically create an iteminfo.lua for you. editting lub and lua in korean encoding sometimes generates errors like that apples showing on the item inventory, because the iteminfo.lua is corrupted when you save it. so just use item converter. Quote Link to comment Share on other sites More sharing options...
Question
Quesooo
im trying to add a custom items and already follow all guides here at rathena related to adding custom items but all i try is failed
1st i notice on all guides said lua files but when i view my grf i dont see any lua files in there only lub files
is there any clear latest guide how to add custom items with lub files informations
thank you so much to those people who help me out
god bless all
Link to comment
Share on other sites
11 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.