diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-03 16:37:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-03 16:37:30 -0300 |
commit | 594c661e6d2342adbac146d418458d7872bac662 (patch) | |
tree | b772adceb60d42368d3dbbebe1b23c2b5ae54054 /npc/003-1/quirino.txt | |
parent | 45ca4be7791975f0e008a8fb60aeadabec2a21c7 (diff) | |
download | serverdata-594c661e6d2342adbac146d418458d7872bac662.tar.gz serverdata-594c661e6d2342adbac146d418458d7872bac662.tar.bz2 serverdata-594c661e6d2342adbac146d418458d7872bac662.tar.xz serverdata-594c661e6d2342adbac146d418458d7872bac662.zip |
Cutscene + several pcblock fixes
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 669cb61ed..031bf842f 100644 --- a/npc/003-1/quirino.txt +++ b/npc/003-1/quirino.txt @@ -97,7 +97,7 @@ L_SignUp: warp "001-8", rand(42, 57), 57; // Prevent further movements! - setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_ITEM|PCBLOCK_MOVE|PCBLOCK_COMMANDS, true); + setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_USEITEM|PCBLOCK_MOVE|PCBLOCK_COMMANDS, true); //dispbottom l("Stay ready!"); dispbottom l("##1DON'T MOVE until the signal. Stay ready! If you move, you will desync client!"); close; |