[Kronos] Magical Chest & Dds Poision
The magical chest is fully working, including the " SendHintIcon" After dying.
I moved the home to edge only, I removed the old home, The sendHintIcon was working only in the old home after death, I was see the arrow in the map.
But in edgevillage the arrow doesn't work I can't see it after death, "SendHintIcon" doesn't work in edge, it's only working in the old home. So I hope someone help me fix it.
Also I tried to change the coords, removed, added, I did all the ways and still doesn't work. (Here is the code)
Quote:
public void death(Killer killer) {
reset();
IKOD.forLostItem(player, killer, this::add);
if (!isEmpty()) {
if (!player.edgeHome) {
player.getPacketSender().sendHintIcon(2013, 3580); // orginal home
} else {
player.getPacketSender().sendHintIcon(3090, 3492); //edge home
}
}
}
}
Also I tried to play some duel arena with 2 clients spec ddsing, I never seen a poisoned damge from the dds.