Ok i added the interface client sided But when i use this Code but the button will not evan Load an interface :/
case 64074:
if (c.isSkulled) {
if (c.ProtItem) {
c.keepItem1();
if (c.itemKept1 > 0) {
c.sendFrame34(6822, c.itemKept1, 0, 1);
}
c.sendFrame126("@or1@Max items kept on death: ~ 1 ~", 18104);
} else {
c.sendFrame126("@or1@Max items kept on death: ~ 0 ~", 18105);
}
} else {
c.keepItem1();
if (c.itemKept1 > 0) {
c.sendFrame34(6963, c.itemKept1, 0, 1);
}
c.keepItem2();
if (c.itemKept2 > 0) {
c.sendFrame34(6963, c.itemKept2, 1, 1);
}
c.keepItem3();
if (c.itemKept3 > 0) {
c.sendFrame34(6963, c.itemKept3, 2, 1);
}
if (c.ProtItem) {
c.keepItem4();
if (c.itemKept4 > 0) {
c.sendFrame34(6963, c.itemKept4, 3, 1);
}
}
c.sendFrame126("Items Kept on Death", 18103);
c.sendFrame126("Items you will keep on death (if not skulled):", 18104);
c.sendFrame126("Items you will lose on death(if not skulled):", 18105);
c.sendFrame126("Information:", 18106);
c.sendFrame126("Max Items Kept on death:", 18107);
c.sendFrame126("~ 3 ~", 18108);
c.sendFrame126("The normal amount of", 18109);
c.sendFrame126("items kept is three.", 18110);
c.sendFrame126("", 18111);

}
if (c.isInPitGame() || c.isInPcGame() || c.IsInFightCave()) {
c.sendFrame126("@or1@You are in a @gre@Safe@or1@ area", 18112);
} else {
c.sendFrame126("@or1@You are in a @red@Dangerous@or1@", 18112);
c.sendFrame126("area. You can lose items.", 18113);
}
c.resetKeepItem();
c.showInterface(18100);
break;