Jump to content
  • 0

Help on replacing sprite


caizercafe

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  62
  • Reputation:   1
  • Joined:  10/09/13
  • Last Seen:  

Hey guys, 

 

i need help on replacing sprites, 

 

for example, 

 

i want to replace the sprite of this headgear->

 

5010,Indian_Hair_Piece,Indian Fillet,5,20,,100,,3,,0,0xFFFFFFFF,7,2,256,,0,1,96,{},{},{}

 

to this -> 

 

5010,Equilibrium_Wings,Equilibrium Wings,5,20,,20,,1,,4,0xFFFFFFFF,7,2,256,,10,1,96,{ bonus bAllStats,25;},{},{}

 

and i already put the stuffs on its own location in the client side:

 

  • data\sprite\¾ÆÀÌÅÛ
  • data\sprite\¾Ç¼¼»ç¸®\³²
  • data\sprite\¾Ç¼¼»ç¸®\¿©
  •  .spr and .act.

 

but in the end, the sprite of Indian Fillet and its description always show in game. 

 

 

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

what client date are you using?
 
how about those files.
 

idnum2itemdesctable
idnum2itemdisplaynametable
idnum2itemresnametable

or this

iteminfo.lua
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  62
  • Reputation:   1
  • Joined:  10/09/13
  • Last Seen:  

Thanks for your reply 

Mr BrycE

 

this is my client 2013-07-17

 

i dont have this files in my client/data

 

idnum2itemdesctable
idnum2itemdisplaynametable
idnum2itemresnametable

 

 

but this file ->  iteminfo.lua

 

i dont know how to edit this one  /pif



about iteminfo.lua

 

ex. the ,Indian Fillet,

 

[5010] = {

        unidentifiedDisplayName = "Hairband",
        unidentifiedResourceName = "¸Ó¸®¶ì",
        unidentifiedDescriptionName = {
            "Unknown Item, can be identified by [Magnifier].",
        },
        identifiedDisplayName = "Indian Fillet",
        identifiedResourceName = "¿øÁֹθӸ®¶ì",
        identifiedDescriptionName = {
            "A traditional headdress worn by native peoples.",
            "Class: ^777777Headgear^000000",
            "Defense: ^7777775^000000",
            "Location: ^777777Upper^000000",
            "Weight: ^77777710^000000",
            "Jobs: ^777777All^000000"
        },
        slotCount = 0,
        ClassNum = 96
    },
 
 
 
 
 
i dont know what im going to do here  /wah
Edited by caizercafe
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  62
  • Reputation:   1
  • Joined:  10/09/13
  • Last Seen:  

thanks bryce! 

 

allready working!  /no1   /no1   /no1

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