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!

Club war guild ranking source

Newbie Spellweaver
Joined
Mar 30, 2020
Messages
14
Reaction score
6
it works 100%i have tested it
will be displayed on the map. (ClubWar)

roel0908 - Club war guild ranking source - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jul 3, 2018
Messages
123
Reaction score
8
is it pop up autimatic the ranking when you enter the cw map?
 
Joined
Dec 5, 2011
Messages
808
Reaction score
237
Check the numbers it should be matched with your current.

NET_MSG_GCTRL_CLUB_WAR_POINT_UPDATE = (NET_MSG_GCTRL + 2718),
NET_MSG_GCTRL_CLUB_WAR_MYRANK_UPDATE = (NET_MSG_GCTRL + 2719),
NET_MSG_GCTRL_CLUB_WAR_RANKING_UPDATE = (NET_MSG_GCTRL + 2720),
NET_MSG_GCTRL_CLUB_WAR_RANKING_REQ = (NET_MSG_GCTRL + 2721),
 
Joined
Jan 26, 2007
Messages
739
Reaction score
24
s_NetGlobal.h, TS provided that check and merge it

Ok sir, i did that but im still getting the same error. I pasted this :

NET_MSG_GCTRL_CLUB_WAR_POINT_UPDATE = (NET_MSG_GCTRL + 2718),
NET_MSG_GCTRL_CLUB_WAR_MYRANK_UPDATE = (NET_MSG_GCTRL + 2719),
NET_MSG_GCTRL_CLUB_WAR_RANKING_UPDATE = (NET_MSG_GCTRL + 2720),
NET_MSG_GCTRL_CLUB_WAR_RANKING_REQ = (NET_MSG_GCTRL + 2721),

In s_NetGlobal.h
 
Joined
Dec 5, 2011
Messages
808
Reaction score
237
Ok sir, i did that but im still getting the same error. I pasted this :

NET_MSG_GCTRL_CLUB_WAR_POINT_UPDATE = (NET_MSG_GCTRL + 2718),
NET_MSG_GCTRL_CLUB_WAR_MYRANK_UPDATE = (NET_MSG_GCTRL + 2719),
NET_MSG_GCTRL_CLUB_WAR_RANKING_UPDATE = (NET_MSG_GCTRL + 2720),
NET_MSG_GCTRL_CLUB_WAR_RANKING_REQ = (NET_MSG_GCTRL + 2721),

In s_NetGlobal.h

did you modify the control numbers? it should match to your current
 
Joined
Jan 26, 2007
Messages
739
Reaction score
24
did you modify the control numbers? it should match to your current

yes sir I did


I changed the control numbers to the one ts provided, i dont have that 4 lines in my s_NetGlobal.h so i just pasted it in mine

i'm still getting the same error



did you modify the control numbers? it should match to your current


i have a question, i just notice that my NET_MSG_GCTRL_CLUB_"WAR"_RANKING_REQ is named NET_MSG_GCTRL_CLUB_"BATTLE"_RANKING_REQ. is it the same function just different name? and do I have to rename the one shared by ts to the one I have?

Thank you
 
Joined
Dec 5, 2011
Messages
808
Reaction score
237
yes sir I did


I changed the control numbers to the one ts provided, i dont have that 4 lines in my s_NetGlobal.h so i just pasted it in mine

i'm still getting the same error






i have a question, i just notice that my NET_MSG_GCTRL_CLUB_"WAR"_RANKING_REQ is named NET_MSG_GCTRL_CLUB_"BATTLE"_RANKING_REQ. is it the same function just different name? and do I have to rename the one shared by ts to the one I have?

Thank you

That's different

See photo.
 
Back
Top