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!

[HELP] PK Global Announcement, PK Display, Kill Time Display

Junior Spellweaver
Joined
Mar 23, 2020
Messages
122
Reaction score
19
Help meee
I merged Urban Kill Time Display or PK Global announcement Source to Glory Source i merged it and build it successfully i also added the gui and the textures but it wont appear does any one know how to activate it ?
 
Junior Spellweaver
Joined
Mar 23, 2020
Messages
122
Reaction score
19
I already added this . did i miss something?

in DxGlobalStage.cpp
case NET_MSG_GCTRL_UPDATE_PKWIN_BRD: case NET_MSG_GCTRL_UPDATE_PKLOSS_BRD:


and in NetGlobal.h
NET_MSG_GCTRL_UPDATE_PKWIN_BRD = (NET_MSG_GCTRL + 1848),NET_MSG_GCTRL_UPDATE_PKLOSS_BRD = (NET_MSG_GCTRL + 1849),

Check your NET MSG DxGlobalStage, NetGlobal.h
 
Upvote 0
Newbie Spellweaver
Joined
Nov 11, 2013
Messages
43
Reaction score
13
Check your GLCHAR.cpp if you have added this ReceivePkLossPoint(1,pCHAR->m_szName,m_szName,pCHAR->m_dwGaeaID);
 
Upvote 0
Junior Spellweaver
Joined
Mar 23, 2020
Messages
122
Reaction score
19
Thank you that fixed my problem :)



But it only shows on killer's window
Check your GLCHAR.cpp if you have added this ReceivePkLossPoint(1,pCHAR->m_szName,m_szName,pCHAR->m_dwGaeaID);
 
Last edited:
Upvote 0
Back
Top