Jump to content
  • 0

inteminfo.lua problem


Dolphin86

Question


  • Group:  Members
  • Topic Count:  251
  • Topics Per Day:  0.06
  • Content Count:  698
  • Reputation:   15
  • Joined:  01/07/12
  • Last Seen:  

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

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  251
  • Topics Per Day:  0.06
  • Content Count:  698
  • Reputation:   15
  • Joined:  01/07/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/19/13
  • Last Seen:  

Hello Friend. I just use your description and it works normally here. try diffa a new hexed.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/19/13
  • Last Seen:  

if I am not mistaken .. the oldest hex is only 32000 the maximum id

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/19/13
  • Last Seen:  

ClassNum = 1004  | data\luafiles514\lua files\datainfo\accessoryid.lub


Edited by Tauros
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/19/13
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/19/13
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  251
  • Topics Per Day:  0.06
  • Content Count:  698
  • Reputation:   15
  • Joined:  01/07/12
  • Last Seen:  

13 hours ago, Tauros said:

image.thumb.png.b6c301726d06b86409ec49509118a327.png

after edited as shown same error came out, here is my item info.lua in full length Download

current error :

 

 

Untitled.png

Edited by dolphincute
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

Your problem is in line 127707, just see her.

 

Press: CTRL+G and put this line 127707, press enter.

Edited by Kakaroto
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  251
  • Topics Per Day:  0.06
  • Content Count:  698
  • Reputation:   15
  • Joined:  01/07/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   7
  • Joined:  10/25/18
  • Last Seen:  

Hey @dolphincute please test this my ItemInfo edited from your upload

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1507
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   19
  • Joined:  10/27/12
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...