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: How to change refine rate

Newbie Spellweaver
Joined
Oct 14, 2023
Messages
6
Reaction score
1
I modified glogic.rcc on client side just to test.. However it is not working.. Does server side need to be modified as well?

//--------------------------------------------------------------------
// 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
fGRADE_RATE { 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f }
fGRADE_RESET_RATE { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
fGRADE_TERMINATE_RATE { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
//
//--------------------------------------------------------------------
 
Newbie Spellweaver
Joined
Oct 14, 2023
Messages
6
Reaction score
1
i guess you post in the wrong section but i will answer it.

that's the define value for server and client so that's the only way to adjust the rates.
Sorry I don't understand what you meant by
that's the define value for server and client so that's the only way to adjust the rates.

Question
Does changing refine rate in glogic > default char class need to be updated in which side
1) Client only
2) Server only
3) Client and server

So if i need to be updated on (2) or (3) then what is the purpose of this file in client side?
 
Upvote 0
Junior Spellweaver
Joined
Feb 28, 2014
Messages
121
Reaction score
12
I modified glogic.rcc on client side just to test.. However it is not working.. Does server side need to be modified as well?

//--------------------------------------------------------------------
// 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
fGRADE_RATE { 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f }
fGRADE_RESET_RATE { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
fGRADE_TERMINATE_RATE { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
//
//--------------------------------------------------------------------
In tour fGRADE_RATE +1 - 15 is at 100% successful rate,
FGrade_reset = revert percent when refining +1-15
FGrade_terminate = the percentage rate of the item to Vanish , again. Thats 1-15 value

Sorry for english.
I hope it helps
 
Upvote 0
Junior Spellweaver
Joined
Mar 23, 2020
Messages
122
Reaction score
19
Sorry I don't understand what you meant by
that's the define value for server and client so that's the only way to adjust the rates.

Question
Does changing refine rate in glogic > default char class need to be updated in which side
1) Client only
2) Server only
3) Client and server

So if i need to be updated on (2) or (3) then what is the purpose of this file in client side?
Yes, it needs to be updated on server side and client side.
 
Upvote 0
Back
Top