Noel Gallagher Posted August 7, 2012 Posted August 7, 2012 (edited) Edited August 12, 2012 by Sunny Day Quote
v00m3r Posted August 7, 2012 Posted August 7, 2012 (edited) as said to your screenies. it means you dont have that file... you dont have any item in that sprite name.. Edited August 7, 2012 by v00m3r Quote
Ryuuzaki Posted August 7, 2012 Posted August 7, 2012 (edited) It actually means that the item you have equipped is not defined on your lua files. If he / she didn't have the item sprite / files, it would show more than just ' ³².spr '. How to fix: 1. Open the database for example with "Mysql Workbench". Look for the character which you used last before the error 2. Write down the ID of 'head_top' 'head_mid' and 'head_bottom' 3. Navigate your 'lua files' folder (newer clients have 'luafiles514' and then 'lua files') 4. Navigate to the 'datainfo' folder 5. Open the file 'accessoryid.lua' (if it's only 'accessoryid.lub' and the code inside is unreadable, you need to download the decompiled file first) 6. You will see many names and numbers like this here: ACCESSORY_FROGHAT_T = 826, ACCESSORY_PUPPY_EAR_HAT = 827, ACCESSORY_TEAR = 828, ACCESSORY_CARROT_MOUTH = 829, ACCESSORY_FANCY_HIGHCAP = 830, ACCESSORY_STAR_DUST_HAIRBAND = 831, ACCESSORY_2011_RMSC = 832, --833-835 free ACCESSORY_RUDOLPH_HEADBAND = 836, ACCESSORY_MIC_HAT = 837, ACCESSORY_SLEEPINGCAT_HAT = 838, ACCESSORY_TW_REDBANDANA = 839, ACCESSORY_PHOENIX_HELMET = 840, ACCESSORY_ORANGE_HAT = 841, 7. Search for the ID noted down in step 2. They are most likely missing and you won't find them. 8. If they are missing..download this file here -> http://svn6.assembla...accessoryid.lua (it's one of the newest file containing the headgear IDs) 9. Search for the ID noted down in step 2 inside this file. If you find it, copy the line from that file and paste it at the same position in your own file. 10. If you don't find the said ID, you most likely have a problem with a custom item and forgot to specify it. In this case i would like to direct you to this guide -> http://rathena.org/wiki/Custom_Items 11. If the entry is existing in the 'new' file, you can save it and then add it to your client. 12. Now you need to do some work on another file 'accname.lua', same thing like in step 8, if it's a .lub file you need to download the decompiled one. -->http://svn6.assembla...nfo/accname.lua 13. Again you will see many lines inside, as well as "gibberish stuff" like: [ACCESSORY_IDs.ACCESSORY_STAR_DUST] = "_½ºÅ¸´õ½ºÆ®", [ACCESSORY_IDs.ACCESSORY_EYE_MASK] = "_´«°¡¸®°³", [ACCESSORY_IDs.ACCESSORY_BINOCULARS] = "_¸Á¿ø°æ", [ACCESSORY_IDs.ACCESSORY_GOBLIN_MASQUE] = "_°íºí¸°Á·°¡¸é", [ACCESSORY_IDs.ACCESSORY_GREEN_FEELER] = "_ÃÊ·Ï´õµëÀÌ", [ACCESSORY_IDs.ACCESSORY_VIKING_HELMET] = "_¿ÀÅ©Á·Ç︧", [ACCESSORY_IDs.ACCESSORY_HEAD_SET] = "_ÇìµåÆù", [ACCESSORY_IDs.ACCESSORY_GEMMED_CROWN] = "_Áê¾óÅ©¶ó¿î", [ACCESSORY_IDs.ACCESSORY_PIERROT_CROWN] = "_±¤´ë¸ðÀÚ", 14. The first file you specified your new headgear in contained that particular string, for example ACCESSORY_PIERROT_CROWN 15. Search inside the newly downloaded file for the string of your newly added ID 16. Copy the whole line and add it OVER the last entry if an item, in my case it would be here: [ACCESSORY_IDs.ACCESSORY_AURAQUARTZ_CROWN] = "_¿À·¯ÄõÃ÷Àǿհü", [ACCESSORY_IDs.ACCESSORY_RABBIT_KNITHAT] = "_Åä³¢±Í´ÏÆ®¸ðÀÚ", --add here [ACCESSORY_IDs.ACCESSORY_SKYMET] = "_½ºÄ«À̸ä" 17. Save the file again and patch it into your client. 18. Start the client and the error should be gone. *19. If the error still persists, i suggest you to update your kro + kro renewal. Hope this helps you a bit. Happy clienting ^^ Edited August 7, 2012 by shadowseph Quote
Morigansan Posted August 9, 2012 Posted August 9, 2012 (edited) Edited Edited August 9, 2012 by Morigansan Quote
Noel Gallagher Posted August 9, 2012 Author Posted August 9, 2012 (edited) I reset the equipment in control panel and i think my client can't read my grf. i just need to put my clientinfo.xml in data folder to connect from my server. I diffed my client with enable multiple grf. and even i uncheck the read the data folder first nothing happend. the client i used is 2010-06-16. Edited August 9, 2012 by Sunny Day Quote
Ryuuzaki Posted August 9, 2012 Posted August 9, 2012 Not sure about clients of that age, i can only assist you with newer clients. Quote
clydelion Posted August 9, 2012 Posted August 9, 2012 let us recheck the basic requirements of the client to run.. Can you post your data.ini and clientinfo.xml? Quote
Noel Gallagher Posted August 10, 2012 Author Posted August 10, 2012 @clydelion Here <?xml version="1.0" encoding="euc-kr" ?><clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>My Ragnarok Online</display> <balloon></balloon> <desc></desc> <address>Ip address of my server</address> <port>6900</port> <version>25</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> <admin>2000006</admin> <admin>2000007</admin> <admin>2000008</admin> </aid> <loading> <image>loadingscreen01.jpg</image> </loading> </connection> </clientinfo> [Data]0=hdata.grf 1=customgrf.grf 2=data.grf hdata.grf from harmony. Quote
clydelion Posted August 10, 2012 Posted August 10, 2012 verify that those GRFs are there and try rediffing your EXE. Quote
Noel Gallagher Posted August 11, 2012 Author Posted August 11, 2012 I re-diffed my exe but nothing happened again Quote
clydelion Posted August 11, 2012 Posted August 11, 2012 [Data]0=hdata.grf 1=customgrf.grf 2=data.grf where's rdata.grf? You should add it there. Quote
Noel Gallagher Posted August 11, 2012 Author Posted August 11, 2012 [Data]0=hdata.grf 1=customgrf.grf 2=data.grf where's rdata.grf? You should add it there. i add rdata but same result. Quote
clydelion Posted August 11, 2012 Posted August 11, 2012 Hmm. Not sure why.. make sure your data.ini is like this [Data]0=hdata.grf 1=customgrf.grf 2=data.grf 3=rdata.grf and make sure that rdata.grf is present in the RO folder If it is not yet working, maybe we can teamview Quote
Noel Gallagher Posted August 12, 2012 Author Posted August 12, 2012 (edited) @clydelion The problem is in my harmony files.. Sorry >.< Edited August 12, 2012 by Sunny Day Quote
Question
Noel Gallagher
14 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.