Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Charview Render how to fix

Newbie Spellweaver
Joined
Mar 23, 2018
Messages
62
Reaction score
26
please help me with this

already check scale size for in gui xml file, and in source code. but nothing happen. TIA.


Picture is not mine.

occ - Charview Render how to fix - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Mar 23, 2018
Messages
62
Reaction score
26
I already figure out how to fix this one on source code, pm me for those who still have this issue thank you.
 
Upvote 0
Banned
Banned
Joined
Nov 6, 2020
Messages
113
Reaction score
21
Just use the original char view.
char_view - Charview Render how to fix - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
Mar 23, 2018
Messages
62
Reaction score
26
please help me with this

already check scale size for in gui xml file, and in source code. but nothing happen. TIA.


Picture is not mine.

View attachment 170802


For having issue with regards to Charview in Ranking Window by LG7.

Replace the CharViewRender.cpp with my edited code and rebuild source code.

View attachment CharViewRender.zip

Source Code





CHEERS TO THE ONE WHOS SELLING THIS TO ME.
 

Attachments

You must be registered for see attachments list
Upvote 0
Banned
Banned
Joined
Nov 6, 2020
Messages
113
Reaction score
21
Do you mind sharing the code?

Code:
[COLOR=#D4D4D4]                    [COLOR=#c586c0]if[/COLOR] (pCharacter)
                        [COLOR=#9cdcfe]pCharacter[/COLOR]->[COLOR=#dcdcaa]ReqCharView[/COLOR]([COLOR=#9cdcfe]m_sTopKill[/COLOR].[COLOR=#9cdcfe]dwChaNum[/COLOR]);
[/COLOR]
TO:
Code:
[COLOR=#D4D4D4]                    [COLOR=#c586c0]if[/COLOR] (pCharacter)
                        [COLOR=#9cdcfe]pCharacter[/COLOR]->[COLOR=#DCDCAA]RequestCharacterInfo[/COLOR]([COLOR=#9CDCFE]m_sTopKill[/COLOR].[COLOR=#9CDCFE]dwChaNum[/COLOR]);
[/COLOR]
 
Upvote 0
Master Summoner
Joined
Feb 6, 2019
Messages
569
Reaction score
157
i tried your code and encounter this can you help?


Code:
[COLOR=#D4D4D4]                    [COLOR=#c586c0]if[/COLOR] (pCharacter)
                        [COLOR=#9cdcfe]pCharacter[/COLOR]->[COLOR=#dcdcaa]ReqCharView[/COLOR]([COLOR=#9cdcfe]m_sTopKill[/COLOR].[COLOR=#9cdcfe]dwChaNum[/COLOR]);
[/COLOR]
TO:
Code:
[COLOR=#D4D4D4]                    [COLOR=#c586c0]if[/COLOR] (pCharacter)
                        [COLOR=#9cdcfe]pCharacter[/COLOR]->[COLOR=#DCDCAA]RequestCharacterInfo[/COLOR]([COLOR=#9CDCFE]m_sTopKill[/COLOR].[COLOR=#9CDCFE]dwChaNum[/COLOR]);
[/COLOR]
 
Upvote 0
Back
Top