• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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
575
Reaction score
159
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