Dolphin86 Posted January 22, 2019 Posted January 22, 2019 software used notepad+++ added custom wing but sadly this error came up, how can i resolve it? iteminfo.lua [32014] = { unidentifiedDisplayName = "Blue_Butterfly_Wings", unidentifiedResourceName = "Blue_Butterfly_Wings", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Blue_Butterfly_Wings", identifiedResourceName = "Blue_Butterfly_Wings", identifiedDescriptionName = { "..." }, slotCount = 0, ClassNum = 1004 }, Quote
0 Dolphin86 Posted January 23, 2019 Author Posted January 23, 2019 (edited) 3 hours ago, X-EcutiOnner said: Hey @dolphincute please test this my ItemInfo edited from your upload still not working, same error ( " ) missing on other line, i have used note++ still same result, brackets same result, after searching for answer, i found this topic https://rathena.org/board/topic/113177-issue-adding-slots-to-iteminfolua/#comment-335580 it resolve the issue regarding iteminfo.lua but new problem appear, i will make a new question, since this question have been answer Edited January 23, 2019 by dolphincute Quote
0 Tauros Posted January 22, 2019 Posted January 22, 2019 Hello Friend. I just use your description and it works normally here. try diffa a new hexed. Quote
0 Tauros Posted January 22, 2019 Posted January 22, 2019 if I am not mistaken .. the oldest hex is only 32000 the maximum id Quote
0 Tauros Posted January 22, 2019 Posted January 22, 2019 (edited) ClassNum = 1004 | data\luafiles514\lua files\datainfo\accessoryid.lub Edited January 22, 2019 by Tauros Quote
0 Dolphin86 Posted January 23, 2019 Author Posted January 23, 2019 (edited) 13 hours ago, Tauros said: after edited as shown same error came out, here is my item info.lua in full length : Download current error : Edited January 23, 2019 by dolphincute Quote
0 Kakaroto Posted January 23, 2019 Posted January 23, 2019 (edited) Your problem is in line 127707, just see her. Press: CTRL+G and put this line 127707, press enter. Edited January 23, 2019 by Kakaroto Quote
0 Dolphin86 Posted January 23, 2019 Author Posted January 23, 2019 Yea i have check and correct it, but whenever i save it, then run sever another line will lose its ( " ) So when i fix that other line, and save it, the same process repeat, another line lose ( " ) and again, again, and again and emmmm yeah again ! Lol.... Quote
0 X-EcutiOnner Posted January 23, 2019 Posted January 23, 2019 Hey @dolphincute please test this my ItemInfo edited from your upload Quote
0 Chaos92 Posted January 24, 2019 Posted January 24, 2019 Dont use notepad++, that software will encode the korean word thats why that error will happen. Or else you need to setup/configure notepad++ for auto encode issue. Use another type of word editor for example Brackets, etc. Quote
0 utofaery Posted February 11, 2019 Posted February 11, 2019 On 1/24/2019 at 8:41 AM, Chaos92 said: Dont use notepad++, that software will encode the korean word thats why that error will happen. Or else you need to setup/configure notepad++ for auto encode issue. Use another type of word editor for example Brackets, etc. Notepad plus auto detect encoding and change it from what it was ( may be ascii western or something ) in to utf-8 (something korean) somehow. then when client load your iteminfo.lua /iteminfo.lub client is expecting the file to be encoded with (ascii western or something) but instead it received utf-8 (something korean) so error on every line of your korean word...pop till you fix the encoding of the korean word use SublimeText 3 (<< this works nicely for lua or c++) or anything that don't auto re-encode your text file's encoding Quote
Question
Dolphin86
software used notepad+++
added custom wing but sadly this error came up, how can i resolve it?
iteminfo.lua
[32014] = { unidentifiedDisplayName = "Blue_Butterfly_Wings", unidentifiedResourceName = "Blue_Butterfly_Wings", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Blue_Butterfly_Wings", identifiedResourceName = "Blue_Butterfly_Wings", identifiedDescriptionName = { "..." }, slotCount = 0, ClassNum = 1004 },
12 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.