Jump to content
  • 0

inteminfo.lua problem


Question

Posted

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
	},

 

Untitled.png

Untitled2.png

12 answers to this question

Recommended Posts

  • 0
Posted (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 by dolphincute
  • 0
Posted

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....

  • 0
Posted

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.

  • 0
Posted
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...