[HELP] Fix Invetory

Socius Decennalis
Decennium
Joined
Nov 25, 2015
Messages
102
Reaction score
14
Guys, i need to know 2 thinks. First, how to fix that !

When i open the inventory the char images stay on top, seems like he are construct but the source dont hide he. And i'm look in source and didn't find nothing about it.

juunr95 - [HELP] Fix Invetory - RaGEZONE Forums


Second, Where i set Weapons price and Description, cause all get that name :m_pFont......
I already find that on source, and try to put pWeapon->szName, but have no sucess.
So is that the only things i need now. Thanks so much.
 
Cant remember too long time ago... I think its anywhere at onfocus ... And because of The second: This is only a debug shop... Almost everything is missing, You Are able to set The prices clientsided only by defining The nPrice.
 
It's not about knowledge. I know the logic but I can't find how to fix that. In logic, the weapons and prices have to be defined in server side. But I didn't find nothing on Game Server Source and in database. When I search for nPrice on SA Source he find a lot of strings but no one define the prices, is just functions to set the price, but no one tell where the source get this price
 
It's not about knowledge. I know the logic but I can't find how to fix that. In logic, the weapons and prices have to be defined in server side. But I didn't find nothing on Game Server Source and in database. When I search for nPrice on SA Source he find a lot of strings but no one define the prices, is just functions to set the price, but no one tell where the source get this price

so you found something?
Like i already said... it's a debugshop.
 
Why you ask if I found if I said I did not find ?
I know is a debug shop , but when I try to compile the final version, I get some errors. I don't know why, I think the linker options its wrong. Ill try to fix that. But in the AZ Online the inventory have the same problem, have not weapons name and no price. So I think it is on database. Maybe some table are missing and the client don't find these informations

Edit::

Look, I downloaded version 2 of the sudden attack client, and opened the game with standards of installation files have not changed any files, and surprise, the same thing happens , does not appear name or price or description. Besides the many bugs that I found this client still has this issue.
juunr95 - [HELP] Fix Invetory - RaGEZONE Forums
 
Last edited:
You Said You know that its a debugshop... But if You would really understand The meaning of it You wouldnt write such a linker-nonsense. The clientbuilt You Are using is a debugbuilt. So if You would have a little bit knowledge of programming You would see that there are in The screeninven and by The packets some debug-ifdefs. And eben by comparing The stuff You already would've seen that The Server doesnt have any price-relevant informations. Means that The debugshop is only clientsided and doesnt use prices -> means -> there is The whole shop server and clientsided missing. If You dient understand it know You should maybe stop working on.

Sincerely Zenshin112



You Said You know that its a debugshop... But if You would really understand The meaning of it You wouldnt write such a linker-nonsense. The clientbuilt You Are using is a debugbuilt. So if You would have a little bit knowledge of programming You would see that there are in The screeninven and by The packets some debug-ifdefs. And eben by comparing The stuff You already would've seen that The Server doesnt have any price-relevant informations. Means that The debugshop is only clientsided and doesnt use prices -> means -> there is The whole shop server and clientsided missing. If You dient understand it know You should maybe stop working on.

Sincerely Zenshin112
 
Look, I do not know what 's going on. I already compiled the final version and the release version of all files , yet still showing no name or price . The issue of compilation really was the linking of libs that were missing in the project options. I packed it , compiled it , and still does not show prices or anything. Now already you say that the server side has nothing on prices, because then there is a table in the database with user_no , user_slot , item_cd .... I believe it is information about the items you bought the character , right?
 
You Said You know that its a debugshop... But if You would really understand The meaning of it You wouldnt write such a linker-nonsense. The clientbuilt You Are using is a debugbuilt. So if You would have a little bit knowledge of programming You would see that there are in The screeninven and by The packets some debug-ifdefs. And eben by comparing The stuff You already would've seen that The Server doesnt have any price-relevant informations. Means that The debugshop is only clientsided and doesnt use prices -> means -> there is The whole shop server and clientsided missing. If You dient understand it know You should maybe stop working on.

Sincerely Zenshin112



You Said You know that its a debugshop... But if You would really understand The meaning of it You wouldnt write such a linker-nonsense. The clientbuilt You Are using is a debugbuilt. So if You would have a little bit knowledge of programming You would see that there are in The screeninven and by The packets some debug-ifdefs. And eben by comparing The stuff You already would've seen that The Server doesnt have any price-relevant informations. Means that The debugshop is only clientsided and doesnt use prices -> means -> there is The whole shop server and clientsided missing. If You dient understand it know You should maybe stop working on.

Sincerely Zenshin112

....................

You can even build a Final, Release, or whatever version, when there is no code, there is no code.
There is only the code for the debugshop like i already said often enough...
If there is a table or whatever doesn't mean anything when there is nothing inside the server and client.
But it#s enough now for me i won't write more related to this thread. If you don#t know how it works, there is no need to explain it, because you need to write alot and i won't help.

End~

Sincerely Zenshin112
 
So why you released this bunch of sources , if they are all incomplete ? and not want to help others to fix it ? Then close the area of ​​sudden , after all , I believe that knowledge should be shared. Simply mention that you know and ask for other research and running after it's easy , the more you help others can not ? Then or file name starts anything. You can close this topic ****, I do not want to know anyone's help





So why you released this bunch of sources , if they are all incomplete ? and not want to help others to fix it ? Then close the area of ​​sudden , after all , I believe that knowledge should be shared. Simply mention that you know and ask for other research and running after it's easy , the more you help others can not ? Then or file name starts anything. You can close this topic ****, I do not want to know anyone's help





So why you released this bunch of sources , if they are all incomplete ? and not want to help others to fix it ? Then close the area of ​​sudden , after all , I believe that knowledge should be shared. Simply mention that you know and ask for other research and running after it's easy , the more you help others can not ? Then or file name starts anything. You can close this topic ****, I do not want to know anyone's help
 
Back