From c642cc75f642e6c8ed2490b06a590acd27f4d3ec Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 Jun 2018 17:54:59 -0300 Subject: Warn players that M+ does't catches setpcblock(). Refresher: We block attack, skills, items, moves and commands. --- npc/003-10/quirino.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/003-10/quirino.txt b/npc/003-10/quirino.txt index ab21dff8f..d2c60a535 100644 --- a/npc/003-10/quirino.txt +++ b/npc/003-10/quirino.txt @@ -73,7 +73,8 @@ L_SignUp: // Prevent further movements! setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_ITEM|PCBLOCK_MOVE|PCBLOCK_COMMANDS, true); - dispbottom l("Stay ready!"); + //dispbottom l("Stay ready!"); + dispbottom l("##1DON'T MOVE until the signal. Stay ready! If you move, you will desync client!"); close; L_Full: -- cgit v1.2.3-60-g2f50