this is wrong? when i type .hi .noob ppl can chat on the zone what if i remove (_text.charAt(0) != '.')) <-- i think it has no logic
if (activeChar.isInsideZone(L2Character.ZONE_NEWBPVP) && (_text.charAt(0) != '.'))
{
activeChar.sendMessage("Chat is suspended on this zone!");
return;
}
https://jmp.sh/EWJtNwLY
I completely rewrote the player movement system. And completely redesigned the P Atk system, now, as in the original game, there are 3 attacks and the client uses them in random order and adds a slowing effect creating the illusion of the heaviness of the sword
Question
Ayami-
this is wrong? when i type .hi .noob ppl can chat on the zone what if i remove (_text.charAt(0) != '.')) <-- i think it has no logic
Edited by Ayami-4 answers to this question
Recommended Posts