archilles89 Posted November 11, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 72 Reputation: 0 Joined: 10/28/12 Last Seen: December 1, 2017 Share Posted November 11, 2012 Hi guys, I really really need your help. I am not used to Renewal clients, I have always used xRay. Now I am using renewal, and it is showing nothing when I equipped it. The spr and act are all at the right places. Here is a screenshot of what I've done: The problem is the drop sprite is working, only the female and male sprites are not showing when I equipped them. Need help guys... Thanks in advance! Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted November 11, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted November 11, 2012 Show the item DB entry for it. The 19006 in your lua should NOT be the item ID, but the view ID. And also, unless you hexed your client to read up to 20,000 view IDs, I'd really recommend a lower number, like 1000. Quote Link to comment Share on other sites More sharing options...
archilles89 Posted November 11, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 72 Reputation: 0 Joined: 10/28/12 Last Seen: December 1, 2017 Author Share Posted November 11, 2012 i have already corrected the viewID.. it is now 833.. Still have the same problem. but it's slightly different now. --------------------------- Error --------------------------- Cannot find File : sprite\¾Ç¼¼»ç¸®\³²\³².act --------------------------- OK --------------------------- as you can see, if I renamed the spr and act to only ³².spr and ³².act, the game reads the item and shows it with no errors. I still can't manage for it to read the correct name ³²_Dragonborn_Gold_Helm.spr and ³²_Dragonborn_Gold_Helm.act Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted November 11, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted November 11, 2012 Hmm, it's not reading what you have in the LUA file it seems. Do you also have .lub files there? Do you have it set to read from the /data/ folder first, or the grf? And do you have your client set to load LUA before LUB? Quote Link to comment Share on other sites More sharing options...
archilles89 Posted November 12, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 72 Reputation: 0 Joined: 10/28/12 Last Seen: December 1, 2017 Author Share Posted November 12, 2012 (edited) Thanks for the reply, how can I know if it reads data folder or grf and how do I know if it reads LUA or LUB first? Mind teaching me? I'll try converting all this into grf and setting it as number 0=custom.grf I'll also try using LUB files. Will get back to you with the results Results: I've tried using only LUA files in a seperate GRF and set the DATA.INI to read it first, still the same error. I've tried using only LUB files in a seperate GRF and set the DATA.INI to read it first, same thing happens. --------------------------- Error --------------------------- Cannot find File : sprite\¾Ç¼¼»ç¸®\³²\³².act --------------------------- OK --------------------------- I've tried making another item and it has the same error as well. How do I force the game to read the LUA or LUB files? It seems that it is able to trace the viewID as 833, but is unable to find _Dragonborn_Gold_Helm sprite name. Edited November 12, 2012 by archilles89 Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted November 12, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted November 12, 2012 When you diff a client, one of the options is 'read data folder first' and another is 'read LUA before LUB'. Also, since they are the last entries in each of the LUA files, take off the comma at the end. In other words, like this. ACCESSORY_DRAGONHELM = 800 } No comma. But try diffing the client first. Quote Link to comment Share on other sites More sharing options...
archilles89 Posted November 12, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 72 Reputation: 0 Joined: 10/28/12 Last Seen: December 1, 2017 Author Share Posted November 12, 2012 already removed the commas, tried, failed. Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted November 12, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted November 12, 2012 But no luck on diffing the client? Do you get the error message when spawning the item, or trying to wear it? Quote Link to comment Share on other sites More sharing options...
Sryx Posted November 12, 2012 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 520 Reputation: 64 Joined: 11/19/11 Last Seen: October 19, 2024 Share Posted November 12, 2012 (edited) Dude try to use 2,000 ViewID 20176,xxxx,xxxxx,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,ViewID,{},{},{} Use ShinDiffPatcher for the Read Data Folder First or GRF Edited November 12, 2012 by Rejected Quote Link to comment Share on other sites More sharing options...
Question
archilles89
Hi guys, I really really need your help.
I am not used to Renewal clients, I have always used xRay.
Now I am using renewal, and it is showing nothing when I equipped it. The spr and act are all at the right places.
Here is a screenshot of what I've done:
The problem is the drop sprite is working, only the female and male sprites are not showing when I equipped them. Need help guys...
Thanks in advance!
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.