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] GlobalRanking

Newbie Spellweaver
Joined
Oct 28, 2014
Messages
83
Reaction score
3
Its been a month, and i still don't know what is the problem about my GlobalRanking, Player's not showing off.
i already put the LG7.dll on server side and lg7.dll for Client from sagupaan and still no work.

can someone. tell me what wrong with this.

Thank you.
KtYo8xQ - [HELP] GlobalRanking - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Feb 6, 2019
Messages
581
Reaction score
170
try to merge this
Its been a month, and i still don't know what is the problem about my GlobalRanking, Player's not showing off.
i already put the LG7.dll on server side and lg7.dll for Client from sagupaan and still no work.

can someone. tell me what wrong with this.

Thank you.
KtYo8xQ - [HELP] GlobalRanking - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
I believe there is something missing with the code, maybe try checking it again.
 
Upvote 0
Experienced Elementalist
Joined
May 28, 2020
Messages
237
Reaction score
91
make sure your character registered are more than value that set on your source. for information how many character needed to show in ranking display check out glcontrolpcmsg header and lg-7 header. find this code stopkill_[yourvalue] (glcontrolpcmsg) then check your max_on_view_rank (lg-7.h).



i've tested any lg-7 globalrank shared on this forum all of them have memory leaks in field server.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 28, 2014
Messages
83
Reaction score
3
make sure your character registered are more than value that set on your source. for information how many character needed to show in ranking display check out glcontrolpcmsg header and lg-7 header. find this code stopkill_[yourvalue] (glcontrolpcmsg) then check your max_on_view_rank (lg-7.h).



i've tested any lg-7 globalrank shared on this forum all of them have memory leaks in field server.


okay, i will try and check. thank you EmpireZ for you help.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 28, 2014
Messages
83
Reaction score
3
make sure your character registered are more than value that set on your source. for information how many character needed to show in ranking display check out glcontrolpcmsg header and lg-7 header. find this code stopkill_[yourvalue] (glcontrolpcmsg) then check your max_on_view_rank (lg-7.h).



i've tested any lg-7 globalrank shared on this forum all of them have memory leaks in field server.


still nothing, idk why.
 
Upvote 0
Banned
Banned
Joined
Nov 6, 2020
Messages
113
Reaction score
21
Check where the problem is first. The agent server? The client? Or both of them?
 
Upvote 0
Junior Spellweaver
Joined
Nov 18, 2017
Messages
125
Reaction score
64
yeah..
anything that have
// LG-7
is trash..
can cause what ever bad things happen.. like field crash, agent crash, login crash, session crash.. wtf things that cannot crash will be crashed

the best way is remove it from source.
 
Upvote 0
Back
Top