- Joined
- May 23, 2008
- Messages
- 628
- Reaction score
- 4
Here's how to keep buffs when you die 
Watch this video and go to 0:44 before you say anything on this thread
As you can see... He still has his buffs... This is what this release will do
Go to MapleCharacter.java and find this block
Now remove the line
And now when you die you don't lose the buffs 
Pretty simple lol
EDIT : I'm not sure if this will cause problems... Haven't checked... I just added this to my server
EDIT EDIT : So far nothing bad seems to be happening... And buffs still apply

Watch this video and go to 0:44 before you say anything on this thread
To view the content, you need to sign in or register
As you can see... He still has his buffs... This is what this release will do

Go to MapleCharacter.java and find this block
Code:
private void playerDead() {
if (getEventInstance() != null) {
getEventInstance().playerKilled(this);
}
cancelAllBuffs();
getClient().getSession().write(MaplePacketCreator.enableActions());
}
Code:
cancelAllBuffs();

Pretty simple lol
EDIT : I'm not sure if this will cause problems... Haven't checked... I just added this to my server
EDIT EDIT : So far nothing bad seems to be happening... And buffs still apply
Last edited: