Saint-Blade Posted January 31, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 01/22/17 Last Seen: September 20, 2020 Share Posted January 31, 2017 What should i do ... i followed each step to add 3 new items in the offline server.. And put info in every file.. still i get this Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted January 31, 2017 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 January 31, 2017 What item id are you using? Try to use item id not higher than 32000 Quote Link to comment Share on other sites More sharing options...
0 Saint-Blade Posted January 31, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 01/22/17 Last Seen: September 20, 2020 Author Share Posted January 31, 2017 Ok ill try and let you know Quote Link to comment Share on other sites More sharing options...
0 Saint-Blade Posted January 31, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 01/22/17 Last Seen: September 20, 2020 Author Share Posted January 31, 2017 @Technoken i got gravity x.x Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted January 31, 2017 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 January 31, 2017 What client are you using? Are you sure you put the correct view id? Quote Link to comment Share on other sites More sharing options...
0 Saint-Blade Posted January 31, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 01/22/17 Last Seen: September 20, 2020 Author Share Posted January 31, 2017 see.. Quote Link to comment Share on other sites More sharing options...
0 Saint-Blade Posted January 31, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 01/22/17 Last Seen: September 20, 2020 Author Share Posted January 31, 2017 its an Offline Client as much as i know x.x Quote Link to comment Share on other sites More sharing options...
0 Saint-Blade Posted January 31, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 01/22/17 Last Seen: September 20, 2020 Author Share Posted January 31, 2017 @Technoken Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted January 31, 2017 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 January 31, 2017 Please avoid double posting. Can you state what you did to add your custom items? Quote Link to comment Share on other sites More sharing options...
0 Saint-Blade Posted January 31, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 01/22/17 Last Seen: September 20, 2020 Author Share Posted January 31, 2017 @Technokeni followed this Guide.. from youtube Where id dont know what to do about idnum2desctable.txt How to add custom items in Ragnarok Online1. Ready this filesidnum2desctable.txtidnum2resnametable.txtidnum2displaynametable.txtitemslotcounttable.txtaccessoryid.luaaccname.lua2. Im gonna show you how to get those files.I use grftool to get those files from my 123.grf.3. Extract those files. Just Follow my steps to get it clearly.4. Edit idnum2desctable.txt and add your item description (All itemid of your new item must the same but unique (no same id on same file) )Example : 22025#New Item#I show you how to extract it but i will use my ready made data folder for adding new items.I will add the manananggal wings for example in this video.5. Edit idnum2displaynametable and add name of your new item. (All itemid of your new item must the same but unique (no same id on same file) )Example :22025#New_Item#Don't use space for item or else the first word only will see in-game.6. Edit idnum2resnametable and add the sprite name of your new item (same as .act/.spr files) (All itemid of your new item must the same but unique (no same id on same file) )This is important to be the same as your sprite files.7. Edit itemslotcounttable and add slots to your new item. (All itemid of your new item must the same but unique (no same id on same file) )8. Edit accessoryid.lua and add sprite view id of your new item (Watch Carefully Because this is important!)See the last line? no comma(,) when you add new you will add comma(,) before you add another id. Don't Ever Use Space here.9. Edit your accname.lua and add the sprite name view of your new item (Watch Carefully Because this is important!)Same as here, you need to add comma before adding new line.Careful, you must same the ACCESSORY_Blabla into your ACCESSORY_Blabla in accessoryid.luaAnd this one is very important. if your file has _ from the start or even no _ from start of the file name you must add _ before the sprite name here in accname.lua and must the same as sprite name file ....10. Extract your new item to the data folder wher the listed files above found.11. You must have this files and foldersFiles :This is the files....Watch carefuly !Folders : sprite/¾ÆÀÌÅÛ = item drop spriteHere you will extract the drop sprite. but remove the _drop in the file namesprite/¾Ç¼¼»ç¸®/¿© = girl sprite files must go hereIf you only have 1 sprite in your rar/zip file downloaded somewhere else. it is ok, just follow my steps.see this have ¿©_ in the name of the file. it is to identify that this item is for girl. i add ¿©_ in the first name of our new item then copy inside the ¿© folder.sprite/¾Ç¼¼»ç¸®/³² = boy sprite files must go herethen i will rename it again for boys file just remove the ¿© and replace with ³²then move the file inside ³² folder.texture/À¯ÀúÀÎÅÍÆäÀ̽º/collection = Preview when right clickremove _collection from file nametexture/À¯ÀúÀÎÅÍÆäÀ̽º/item = item icon in inventory/equipmentremove _item from file name Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted January 31, 2017 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 January 31, 2017 How about your item_db.txt? Did you put the correct file name in idnum2resnametable? Try to read the guide here https://github.com/rathena/rathena/wiki/Custom_Items Quote Link to comment Share on other sites More sharing options...
Question
Saint-Blade
What should i do ... i followed each step to add 3 new items in the offline server..
And put info in every file.. still i get this
Link to comment
Share on other sites
10 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.