alright this is for any server base.
search for in ur client.java
u will see comments like // this applys death or somthing like that
add this under it
add this under it
Code:
if (deathStage== 2 && (absX >= XXXX && absX <= XXXX && absY >= XXXX && absY <= XXXX)) {
ToX = XXXX;
ToY = XXXX;
frame1();
updateRequired = true;
appearanceUpdateRequired = true;
NewHP = getLevelForXP(playerXP[3]);
setSkillLevel(3, getLevelForXP(playerXP[3]), playerXP[playerHitpoints]);
playerLevel[3] = getLevelForXP(playerXP[3]);
refreshSkills();
KillerId = playerId;
90% credits to
TheSniper 08
10% to me for convertion
Also.
please change the xxxx to ur cords