Jump to content
  • 0

Item implements


M1LL3N1UM

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  05/07/12
  • Last Seen:  

Did all the steps to implement a set of wings, put all the files where they are supposed to go and when I got the item in game I got an error saying it couldn't find any of the .act or .spr files? Also the item in my inventory was an unknown item (apple)

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

can you post each step you have done in each of the files.

and tell us what is the default name of the sprite as well

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  05/07/12
  • Last Seen:  

can you post each step you have done in each of the files.

and tell us what is the default name of the sprite as well

Steps I did;

1st, downloaded the wing sprites.(fire_elemental_wings)

2nd, I tried following the guide; http://rathena.org/w...em_Without_Xray

wasn't exactly sure which one of the .spr and .acts was the drop and where to put where, but I attempted..

// Wings
//==================================================================
//25000,fire_elemental_wings,Fire Wings,5,,,10,,,,4,0xFFFFFFFF,15,2,512,,,,874,{ bonus bAllStats,30; },{},{}

3rd; I added that code into my item_db2.txt at the very bottom(of the text file)

ACCESSORY_FIRE_ELEMENTAL_WINGS = 874
[ACCESSORY_IDs.ACCESSORY_FIRE_ELEMENTAL_WINGS] = " _fire_elemental_wings"

4th; I added that to the accessoryid.lua(1st line of above code) and accname.lua(2nd line of above code)

5th; I basically tried following the guide, but it led me to this problem.. I also downloaded luac5.0.2.exe

then create the shortcut twice, then changed the target of each shortcut.

Those were basically the steps I took.. I tried following the guide thoroughly, but I got confused a bit and wasn't sure what to do.

Edited by M1LL3N1UM
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

hmm don't think you mentioned if you placed these items in the idnum, idresname tables, and also is the 25000 // or was that just a typo?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  05/07/12
  • Last Seen:  

hmm don't think you mentioned if you placed these items in the idnum, idresname tables, and also is the 25000 // or was that just a typo?

No, actually I didn't add the item in the idnum or the idresname table.

Actually, since the unknown item is in my inventory I can't log into my server without getting an error and the server crashing, so I tried to disable that line, but it didn't change anything.

I attempted to add the wings into the files you told me about, now the RAthena.exe won't open at all. Not quite sure what's going on.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

well the char is probably already eqipped with te item so // the line wont work anymore

About thr lieny not opening anymore that means there is a syntax error in one of those files you edited

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  222
  • Reputation:   35
  • Joined:  12/13/11
  • Last Seen:  

if u wanna get back into your server u need to remove the items ur wearing, to do that you need to shut down ur server, go into ur database under the "char" table change the head_top,head_mid,head_bottom to 0's

example:

head_top: 0

head_mid: 0

head_bottom: 0

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