Here's how to keep buffs when you die :)
Watch this video and go to 0:44 before you say anything on this thread
http://www.youtube.com/watch?v=m0tRqIPWSgE
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());
}
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