Jump to content
  • 0
Sign in to follow this  
javierlog08

Client dont reading the luafile

Question

Im trying to add custom items following the Wiki.

I got my customs from my eathena and Sakray client from 2010, but i want add to my new renewall hercules trunk.

So 

I have a Rag client from 2013-06-05

I have PRE-RE in my emulator.  I add the item to  item_db2

 

},*///  Old Tuxedo and Wedding Dress, will display the outfit when worn.// ==================================================================/*{	Id: 2338	AegisName: "Wedding_Dress"	Name: "Wedding Dress"	Type: 5	Buy: 43000	Weight: 500	Job: 0xFFFFFFFE	Loc: 16	OnEquipScript: <" sc_start SC_WEDDING,-1,0; ">	OnUnequipScript: <" sc_end SC_WEDDING; ">},*//*{	Id: 7170	AegisName: "Tuxedo"	Name: "Tuxedo"	Type: 5	Buy: 43000	Weight: 10	Job: 0xFFFFFFFE	Gender: 1	Loc: 16	OnEquipScript: <" sc_start SC_WEDDING,-1,0; ">	OnUnequipScript: <" sc_end SC_WEDDING; ">},*/{	Id: 70000	AegisName: "Custom Wings"	Name: "c_wings"	Type: 5	Weight: 10	Job: 0xFFFFFFFE	Gender: 2	Loc: 4	OnEquipScript: <"">	OnUnequipScript: <"">},)

Then i have added all the sprites following the paths (is easy because i did it when this was Sakray in 2010)

Then i add to change to inteminfo.lua in System/iteminfo.lua but doest work.

Evry time that i typed @items  show in the screen "items failed"

What im doing wrong :S

PD: I dont have experience with lua files

Share this post


Link to post
Share on other sites

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

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.