diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-14 16:09:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-14 16:09:49 -0300 |
commit | c733872ea010e47facfec2b915acd0873a611bf9 (patch) | |
tree | 515a050654921c6995617157328841e825ff27bf /npc/003-1/quirino.txt | |
parent | 16cf7d67834ab45de67a2dce2ec7406373547816 (diff) | |
download | serverdata-c733872ea010e47facfec2b915acd0873a611bf9.tar.gz serverdata-c733872ea010e47facfec2b915acd0873a611bf9.tar.bz2 serverdata-c733872ea010e47facfec2b915acd0873a611bf9.tar.xz serverdata-c733872ea010e47facfec2b915acd0873a611bf9.zip |
Update PCBLOCK
Diffstat (limited to 'npc/003-1/quirino.txt')
-rw-r--r-- | npc/003-1/quirino.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/quirino.txt b/npc/003-1/quirino.txt index 490320d66..4e14eae68 100644 --- a/npc/003-1/quirino.txt +++ b/npc/003-1/quirino.txt @@ -119,7 +119,7 @@ L_SignUp: warp "001-8", rand(42, 57), 57; // Prevent further movements! - setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_USEITEM|PCBLOCK_MOVE|PCBLOCK_COMMANDS, true); + setpcblock(PCBLOCK_SOFT, true); //dispbottom l("Stay ready!"); dispbottom l("##1DON'T MOVE until the signal. Stay ready! If you move, you will desync client!"); close; |