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] M gear squad buff technical problems

Junior Spellweaver
Joined
Aug 16, 2012
Messages
143
Reaction score
6
We bound M gear squad buff to server time in order to prevent zero cooldown when you are relogging, but now when M gear gets "purify", squad buff goes off, but cooldown of squad buff is still remaining.
How can we fix the second part?
 
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Without any further information about what you did, what you expect, what failed, code snippets or logs, it's hard to tell exactly what you're asking. How did you "bind M gear squad buff to server time"? Do you mean the formation buffs by "squad buff"? The question leaves the reader with a bunch of question marks.

Please clarify what exactly you did and where it goes wrong, if you look for help any time soon. If you fail to do so the thread will be removed as it's impossible to answer.
 
Upvote 0
Junior Spellweaver
Joined
Aug 16, 2012
Messages
143
Reaction score
6
we took atribue from purify or invincibility and connected it with formation buffs, but when somebody use purify on m gear there is no formation buffs cooldown.
how can i fix bot buff when relogging
 
Upvote 0
Joined
Apr 12, 2013
Messages
897
Reaction score
480
You can't fix it without source changes, because you took the elite skill attribute, and as you may know those skills have a remaining cooldown, no matter if you got purified during their active time(example Zerk)
 
Upvote 0
Junior Spellweaver
Joined
Aug 16, 2012
Messages
143
Reaction score
6
You can't fix it without source changes, because you took the elite skill attribute, and as you may know those skills have a remaining cooldown, no matter if you got purified during their active time(example Zerk)

How do I do this in the source?
What should I do to make this work fine?
 
Upvote 0
Junior Spellweaver
Joined
Aug 16, 2012
Messages
143
Reaction score
6
You have to check the serverside timers, and reset them on purify, shouldn't be that difficult to do.

Where is it, in the source code?
Can you explain it precisely from step to step?
I mean that Mgear falls under the influence of purify without losing formation buff cooldown. How to stop botbuff relogg thing and to make formation buff work normally at the same time?
 
Last edited:
Upvote 0
Back
Top