diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-17 17:54:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-17 17:54:59 -0300 |
commit | c642cc75f642e6c8ed2490b06a590acd27f4d3ec (patch) | |
tree | a6261bc7d996df0185c7c1ad0ef6803e812a270b | |
parent | 8cf2d4f3171922a03e0faea8304c3318b3f52716 (diff) | |
download | serverdata-c642cc75f642e6c8ed2490b06a590acd27f4d3ec.tar.gz serverdata-c642cc75f642e6c8ed2490b06a590acd27f4d3ec.tar.bz2 serverdata-c642cc75f642e6c8ed2490b06a590acd27f4d3ec.tar.xz serverdata-c642cc75f642e6c8ed2490b06a590acd27f4d3ec.zip |
Warn players that M+ does't catches setpcblock().
Refresher: We block attack, skills, items, moves and commands.
-rw-r--r-- | npc/003-10/quirino.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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: |