Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

[Release] - Keep Buffs when changing channels.

Newbie Spellweaver
Joined
Jun 19, 2008
Messages
22
Reaction score
0
Well the title says it, it keeps all your buffs when your changing channels.
go to: net/channel/handler/ChangeChannelHandler.java

find this :
PHP:
c.getPlayer().cancelAllBuffs();

And remove it or comment it, compile and done.
 
Re: [Mini-Release] - Keep Buffs when changing channels.

You sure that would work? o.o

And it's not a Mini-Release.

It's a pretty big release actually. xD

A lot of servers would Need/Use this :)

Thanx <333
 
Re: [Mini-Release] - Keep Buffs when changing channels.

You sure this won't be a dominoe effect for other bugs? It was probably there for a reason.
 
Re: [Mini-Release] - Keep Buffs when changing channels.

Yea, it was probably there for a reason.. o.o
 
Re: [Mini-Release] - Keep Buffs when changing channels.

There is one problem, the buffs stay but some effects won't function properly until you reactivate the skill effect. I'll look into it.
 
Re: [Mini-Release] - Keep Buffs when changing channels.

There is one problem, the buffs stay but some effects won't function properly. I'll look into it.

I had a feeling that's what would happen. That's the first step though.

Maybe Matze&Serp used cancelAllBuffs until they got around to actually fixing it.
 
Re: [Mini-Release] - Keep Buffs when changing channels.

Trust me, with Java, there's a small chance you'll ever fix a bug by removing one line.

But I have an idea, couldn't the buffs be stored in SQL and be reapplied after changing channels?
 
Re: [Mini-Release] - Keep Buffs when changing channels.

Not that much lag.

Edit: I was thinking the SQL information could be saved right before ccing, then removed after ccing.
 
Re: [Mini-Release] - Keep Buffs when changing channels.

Thansk Murad for pointing that out ^^ You are roxing on Ragezone atm ^^

You know what? Murad u get a cookie ^^ ========>
Cloudiax3 - [Release] - Keep Buffs when changing channels. - RaGEZONE Forums
 
Re: [Mini-Release] - Keep Buffs when changing channels.

i dont think this will work. its probably put there for a reason or else they wouldnt have put it there...
 
Re: [Mini-Release] - Keep Buffs when changing channels.

It's not going to work. I've already tried this out and when you change channels, the buffs stay, but they won't cancel unless you log out (as RMZero has already said <_<").
 
Re: [Mini-Release] - Keep Buffs when changing channels.

I honestly think saving the buffs can be done easily with SQL...
 
Re: [Mini-Release] - Keep Buffs when changing channels.

Where are all the people that actually know what they're doing these days? All these leechers do is read the first post and try it without even reading ahead.
 
Re: [Mini-Release] - Keep Buffs when changing channels.

This A False Fake Release! Dont Belive To This Big Noob!
 
Back