Jump to content
  • 0

Weapon Sprites won't show [client 2013]


Frexorie

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   1
  • Joined:  12/18/12
  • Last Seen:  

Hi to all

 

i would like to know what files i need to configure, to make my weapon sprite show when i attack?

 

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

So let's say i have c_blade.spr & .act as file and it's id is 22000

 

on the item_db.txt i wrote:

22000,c_blade,Chronic Blade, -----etc----,2,{ script },{ script },{ script }

 

idnum2resnametable.txt:

22000#c_blade#

 

idnum2displaynametable.txt:

22000#Chronic_Blade#

 

slotcounttable.txt:

22000#4#

 

idnum2itemdisplaynametable.txt:

22000#script.....#

 

iteminfo.lua:

[22000] = {
unidentifiedDisplayName = "Chronic Blade",
unidentifiedResourceName = "c_blade",
unidentifiedDescriptionName = { " Under Script... " },
identifiedDisplayName = "Chronic Blade",
identifiedResourceName = "c_blade",
identifiedDescriptionName = { "Under Script..." },
slotCount = 4,
ClassNum = 2
--------------------------------------------------------
 
What went wrong, and what other files I need?
Why doesn't my weapon sprite doesn't show when i attack?
How I will fix these?
When?
Where?
Who?
Why?
 
I also red these guides:
T___T PLEASE I HUMBLY BEG YOUR HELP...
 
 
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   6
  • Joined:  06/16/13
  • Last Seen:  

for adding custom weapon not like adding custom headgear/item, you must put the modified sprite and act file on the specific class folder, and the range of that weapon ID..

For more details check this link http://rathena.org/wiki/Custom_weapons

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   1
  • Joined:  12/18/12
  • Last Seen:  

for adding custom weapon not like adding custom headgear/item, you must put the modified sprite and act file on the specific class folder, and the range of that weapon ID..

For more details check this link http://rathena.org/wiki/Custom_weapons

 

here... maybe you could understand where I missed.

 

Capture1_zps4b0ab5da.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   6
  • Joined:  06/16/13
  • Last Seen:  

http://rathena.org/w..._New_Clients.29 check that guide of weapontable.lub file for newer client

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   1
  • Joined:  12/18/12
  • Last Seen:  

Yeah my friend Veiler told me that through Private Message..

 

thanks painrugi

also:

-Thanks to Veiler-

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  05/29/13
  • Last Seen:  

hi mr frex...is your custom weapon showing now ?? cause i got the same problem..im using 20130807..just want to know if it really works? thanls in advance :D/bo

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