Jump to content
  • 0

Add Custom Item Problem


ProtoMan

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   0
  • Joined:  01/06/13
  • Last Seen:  

Hello people, I've a  I follow some guides here but my problem still; I always add custom items without problems, but this time I can't do that.
This is how show me my costum item in game, or the X or the Apple with Unknow Item; I will paste you all my files, hope someone can help me, thank you so much!

 

PS. : My rsu-kro-rag-lite and rsu-kro-renewal-lite files, can't update, maybe is the same problem?

Spoiler

1ifqes.jpg

 

In my DB: trunk/db/import/item_db.txt:

26156,Encounter_Dragon,Encounter Dragon,4,0,,0,,0,,0,0xFFFFFFFF,63,2,4096,,1,0,2160,{},{},{}

idnum2itemdesctable:

26156#
[Encounter Dragon]
Fruit_Fashion_Hat
Class :^777777 Headgear^000000
Equipped on :^777777 Lower^000000
Defense :^777777 4^000000
Weight :^777777 50^000000
Applicable Job :^777777 Every job^000000
#

 

idnum2itemdisplaynametable:

26156#Encounter_Dragon#

idnum2itemresnametable:

26156#Encounter_Dragon#

data/lua files/datainfo/accessoryid.lua:

	ACCESSORY_Encounter_Dragon = 1772,

data/lua files/datainfo/accname.lua:

	[ACCESSORY_IDs.ACCESSORY_Encounter_Dragon] = "_Encounter_Dragon",

 

I also tried with accessoryid.LUB and accname.LUB with a different ViewID but still the same problem; thanks again for any answer!

Edited by ProtoMan
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

new client read item info from the data/itemInfo.lub file.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   0
  • Joined:  01/06/13
  • Last Seen:  

14 hours ago, Emistry said:

new client read item info from the data/itemInfo.lub file.

Thanks for the reply and sorry about the bump;


I actually have an iteminfo.lub all korean, how I can edit it?

And I'm editing iteminfo.lua, but no changes are applied in game;


I edit only the last part of the iteminfo.lua, with an headgear item 'Encounter Dragon' :

			[40032] = {
		unidentifiedDisplayName = "Encouter_Dragon",
		unidentifiedResourceName = "²öÀû²öÀûÇѵ¶box",
		unidentifiedDescriptionName = {
			"Encouter_Dragon",
		},
		identifiedDisplayName = "Encouter_Dragon",
		identifiedResourceName = "²öÀû²öÀûÇѵ¶box",
		identifiedDescriptionName = {
			"Encouter_Dragon",
		},
		slotCount = 4,
		ClassNum = 4
	},

 

 

 

itemInfo.lua

itemInfo.lub

Edited by ProtoMan
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  70
  • Reputation:   21
  • Joined:  11/08/15
  • Last Seen:  

On 10/18/2018 at 5:48 AM, ProtoMan said:

Anyone?

When you diff your exe... are you using .lub or lua?

i think all the text is in kr because you update your renewall/ragnarok stuff. use this:

Asheraf Translation

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   0
  • Joined:  01/06/13
  • Last Seen:  

9 hours ago, Scanty said:

When you diff your exe... are you using .lub or lua?

i think all the text is in kr because you update your renewall/ragnarok stuff. use this:

Asheraf Translation

Thanks so much, I download it but the itemninfo.lub still all korean, how I can edit it?
I also edit the iteminfo.lua but nothing change in game, so I guess I need to change the iteminfo.lub (because my host made the client)

PS. My rsu-kro-rag-lite and rsu-kro-renewal-lite failed to retrieve patch_allow.txt and patch_allow_RE.txt, can be the same problem?

Edited by ProtoMan
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...