Jump to content
  • 0

Custom Item Problem


AsaChileno

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

Hey everyone :D,

       Recently i have been trying to add a “Swan" (Custom Item) on my server. I follow the instructions that are in https://github.com/rathena/rathena/wiki/Custom_Items. By now im using a 2015-11-04aRagexe.exe thats is reading first the data folder (Couse’ its easier to move archives instead of using GRF Tool by now). The location of the archives are:

Quote

data\sprite\¾ÆÀÌÅÛ\swan.act
data\sprite\¾ÆÀÌÅÛ\swan.spr
data\sprite\¾Ç¼¼»ç¸®\¿©\ ¿©_swan.act
data\sprite\¾Ç¼¼»ç¸®\¿©\ ¿©_swan.spr
data\sprite\¾Ç¼¼»ç¸®\³²\ ³²_swan.act
data\sprite\¾Ç¼¼»ç¸®\³²\ ³²_swan.spr
data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection\ swan.bmp

in my pre-re item_db.txt added:

Quote

17000,Swan,Swan,5,20,,100,,1,,1,0xFFFFFFFF,7,2,256,,10,1,6523,{},{},{}

In System\ItemInfo.lua added:

Quote

[17000] = {
        unidentifiedDisplayName = "swan",
        unidentifiedResourceName = "swan",
        unidentifiedDescriptionName = {
            "Item desconocido, puede ser identificado con [Magnifier]."
        },
        identifiedDisplayName = "swan",
        identifiedResourceName = "swan",
        identifiedDescriptionName = {
            "Un Swan especial.",
            "Clase :^6A5ACD Headgear^000000",
            "Defensa: ^0000FF1^000000",
            "Peso: ^0EAA0B0^000000",
            "Jobs: ^6A5ACDTodos los Jobs^000000"
        },
        slotCount = 0,
        ClassNum = 6523
    }

The problem is that when i wear the Swan it does appear…

59655521ca6f0_screenEnergizerRO002.thumb.jpg.7cd6df6a0f130b9966873eaa574f22df.jpg

The SPR just looks like this

Screenshot_1.png.af6379d3ef2c5d21886bca5d859b8855.png

So i dont know what else to do... So i hope sombody know what is going on...

Here are the archives

data.rar 

The itemInfo.rar

Edited by AsaChileno
Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

@sader1992 it didn't work... BUT!! i realize that there were 2 archives in other place... <_<

Screenshot_1.png.4dc5e00b317c6335f2f9af554ac513fb.pngScreenshot_2.png.014cb6fee83b2627cb77f8b25079f5f1.png

 

so i added the line y accname and accsesory oh the luafiles514/lua files/datainfo AND IT WORK!! B)

Así que vale por todo compadre, saludos desde Chile! GRACIAS!:lol:

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

ClassNum = 6523 ?

where is your accessoryid and accname lua/lub ?

did you diff your client to have +6000 view id ?

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

@sader1992 The ClassNum for the client gets until 32000

59659e33a9ff0_Sinttulo.png.fbb8b4a8dbf7579a495a081818a753c5.png

here are the archives

accesoryid.png.7cad0e93cb7ff7dc38e7a7a491b68d78.png

accname.png.13a52e9e37766ef48a3169a41f3e878f.png

its there something wrong?

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

if i am in your place i would try another client

 

screenDiamond006.thumb.jpg.a25461891eb4dd09dd17a3026bbc1fda.jpgscreenDiamond007.thumb.jpg.b2c5974ccc017132d83c98030c268e6d.jpgscreenDiamond008.thumb.jpg.7c74e3fde4ade45d3ff5e842b45aedd8.jpg

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

@sader1992 in my case is 2015+ client your client is 2013.

 

You know how to do it in 2015+ clients?

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

what your client ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

 @sader1992 By now im using a 2015-11-04aRagexe.exe

2015-11-04aRagexe.rar

Edited by AsaChileno
to add the client
Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

i did try on this client and it not work

maybe some packet are missing

i will see more on this problem when i have time but hopefully someone else have the fix for that in the meanwhile

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

after more tests

i realeyes that i was doing something wrong :P

and you probably doing the same lol hahahaha

you just after you build your grf remove or rename the data folder lol

screenrAthena013.thumb.jpg.f7612487d239bfd2c089af40ca401c82.jpgscreenrAthena016.thumb.jpg.3ba03366c60a08ff9fe32963306694b7.jpgscreenrAthena017.thumb.jpg.fd5653f4cf74a655eb3c834bb01cbb80.jpgscreenrAthena018.thumb.jpg.6e28a1dba8fdde056e348ca4a8a685ec.jpg

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  04/25/20
  • Last Seen:  

On 7/13/2017 at 5:01 PM, sader1992 said:

after more tests

i realeyes that i was doing something wrong :P

and you probably doing the same lol hahahaha

you just after you build your grf remove or rename the data folder lol

screenrAthena013.thumb.jpg.f7612487d239bfd2c089af40ca401c82.jpgscreenrAthena016.thumb.jpg.3ba03366c60a08ff9fe32963306694b7.jpgscreenrAthena017.thumb.jpg.fd5653f4cf74a655eb3c834bb01cbb80.jpgscreenrAthena018.thumb.jpg.6e28a1dba8fdde056e348ca4a8a685ec.jpg

Sadder this is client 20151104? I have the same issue with him. Can you teach us how do you do that.

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