Jump to content
  • 0

[SOLVED increase view id warp] Problem implementing custom hats using the generator Need Help please


Yaziid91

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  04/20/19
  • Last Seen:  

Hello, I have a problem using the custom file generator for hats. Once everything is set up in the game, I get the following issue: all my hats are visible in the inventory and accessible with a right-click, but on my character, I only see the chicken hat. Could someone tell me why this is happening? Thank you.

 

image.thumb.png.cf0cb2a77669fa9327382c528b6dceb6.png

accname.lubaccessoryid.lubitem_db.ymlitemInfo.lua

Edited by Yaziid91
i solved
Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1822
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

4 hours ago, Yaziid91 said:

Yes i copy what your generate with my line and i paste on my files, i have all my ressources good for me i delete grf and i paste spr files on data direcly like this :

3.png

2.png

1.png

5.png

4.png

 

EDIT : I found my problem my view ID is limited to 2999 beyond that it bugs, would you know how to increase that?

there is a patch to increase viewID. check WARP/NEMO.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1822
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

57 minutes ago, Yaziid91 said:

Hello, I have a problem using the custom file generator for hats. Once everything is set up in the game, I get the following issue: all my hats are visible in the inventory and accessible with a right-click, but on my character, I only see the chicken hat. Could someone tell me why this is happening? Thank you.

 

image.thumb.png.cf0cb2a77669fa9327382c528b6dceb6.png

accname.lub 216.08 kB · 0 downloads accessoryid.lub 117.67 kB · 0 downloads item_db.yml 651.31 kB · 0 downloads itemInfo.lua 7.67 MB · 0 downloads

which custom file generator did u use ? most probably there are something wrong with your custom files. Try to use my generator at my signature.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  04/20/19
  • Last Seen:  

10 minutes ago, Chaos92 said:

which custom file generator did u use ? most probably there are something wrong with your custom files. Try to use my generator at my signature.

i use your generator, your think my grf is wrong ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1822
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

56 minutes ago, Yaziid91 said:

i use your generator, your think my grf is wrong ?

go check your sprite name is it the same or not.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  04/20/19
  • Last Seen:  

1 hour ago, Chaos92 said:

go check your sprite name is it the same or not.

Yes is same name, image.thumb.png.8550e49a02904b30dfdc27b69a843d7a.png

But i use a hat on two grf with custom sprite is not problem ?

This is my data.ini

[Data]
1=prerenewal.grf
2=rdata.grf
3=data.grf
4=new_custom.grf
5=alya.grf

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1822
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

so how about other content at lua files that related to that custom item ? maybe show it all

and where does this grf in the list.

Edited by Chaos92
additional info
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  04/20/19
  • Last Seen:  

7 minutes ago, Chaos92 said:

so how about other content at lua files that related to that custom item ? maybe show it all

and where does this grf in the list.

I don’t understand what else to show because these are the only files that mention my custom hat.

For the 10th_annie_hat, it's located in the new_custom.grf file, which is referenced in my data.ini as 4=new_custom.grf and 5=alya.grf. However, I've combined sprites from both alya.grf and new_custom.grf. Do you think the order in data.ini could cause an issue, or should I merge everything into a single .grf file?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1822
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

Just now, Yaziid91 said:

I don’t understand what else to show because these are the only files that mention my custom hat.

For the 10th_annie_hat, it's located in the new_custom.grf file, which is referenced in my data.ini as 4=new_custom.grf and 5=alya.grf. However, I've combined sprites from both alya.grf and new_custom.grf. Do you think the order in data.ini could cause an issue, or should I merge everything into a single .grf file?

my generator only add the line content needed. accessoryid, accname, others. also iteminfo.lua

U need to add those manually in your own lua files and iteminfo.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  04/20/19
  • Last Seen:  

3 hours ago, Chaos92 said:

my generator only add the line content needed. accessoryid, accname, others. also iteminfo.lua

U need to add those manually in your own lua files and iteminfo.

Yes i copy what your generate with my line and i paste on my files, i have all my ressources good for me i delete grf and i paste spr files on data direcly like this :

3.png

2.png

1.png

5.png

4.png

 

EDIT : I found my problem my view ID is limited to 2999 beyond that it bugs, would you know how to increase that?

Edited by Yaziid91
Other probleme
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  04/20/19
  • Last Seen:  

10 hours ago, Chaos92 said:

there is a patch to increase viewID. check WARP/NEMO.

Yees thanks !

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   1
  • Joined:  08/07/18
  • Last Seen:  

On 10/29/2024 at 5:52 AM, Yaziid91 said:

Yees thanks !

Whati version is your client ? 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  04/20/19
  • Last Seen:  

1 hour ago, DEVS SCRIPTS said:

Whati version is your client ? 

 

20220331

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   1
  • Joined:  08/07/18
  • Last Seen:  

4 hours ago, Yaziid91 said:

20220331

this suppor 4th class jobs ?

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  04/20/19
  • Last Seen:  

yes

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   1
  • Joined:  08/07/18
  • Last Seen:  

On 11/2/2024 at 11:43 AM, Yaziid91 said:

yes

Please send me our client exe i need one  for 4th class with costum items .

 

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