Jump to content
  • 0

Error whole wearing Custom Item


Question

Posted

Hi Team, 

I following https://github.com/rathena/rathena/wiki/Custom-Items guide to add custom item in my server, everything went right i was able to see the custom item in my inventory, but when i tried to equip it my client got crashed.

Below are the modification/updation i did.

------------------------------------------------------------------

data\sprite\¾ÆÀÌÅÛ\

image.png.556374e956299ef10febfa439720e3d5.png

data\sprite\¾Ç¼¼»ç¸®\¿©

data\sprite\¾Ç¼¼»ç¸®\³²

image.png.cc5f253e6e156dd8dca5e5af03411e4c.png

data\luafiles514\lua files\datainfo\accessoryid.lub

    

ACCESSORY_succubuswing = 2000,

data\luafiles514\lua files\datainfo\accname.lub

  [ACCESSORY_IDs.ACCESSORY_succubuswing] = "_succubuswing",

data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item

image.png.302c1290682444519d640e519a42e2c5.png

data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection

image.png.50b8f343aaab4cde687b8b30968b2283.png

db\re\item_db.txt

30000,Succubus_Wing,Succubus_Wing,5,10000,,10,,10,,1,0xFFFFFFFF,7,2,1,,0,0,2000,{ bonus bAllStats,+5; },{},{}

System\itemInfo.lua (yes i selected iteminfo.lua while diffing my client)

	[30000] = {
		unidentifiedDisplayName = "Succubus Wing",
		unidentifiedResourceName = "succubuswing",
		unidentifiedDescriptionName = {
		},
		identifiedDisplayName = "Succubus Wing",
		identifiedResourceName = "succubuswing",
		identifiedDescriptionName = { 
			"Wing of Succubus",
			"Allstats +5"
		},
		slotCount = 0,
		ClassNum = 2000
	}

 

Please help thanks ? 

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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