diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-30 18:49:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-30 18:49:56 -0300 |
commit | 6166263387c872961d77388505d084ddaf8a6a34 (patch) | |
tree | 3afe303f3c6525afcfb31adb3a148896389cdcbc /npc/commands/warp.txt | |
parent | 683d35b6ccc46b54b757d97a61ecf80e1066ea1b (diff) | |
download | serverdata-6166263387c872961d77388505d084ddaf8a6a34.tar.gz serverdata-6166263387c872961d77388505d084ddaf8a6a34.tar.bz2 serverdata-6166263387c872961d77388505d084ddaf8a6a34.tar.xz serverdata-6166263387c872961d77388505d084ddaf8a6a34.zip |
Fix a critical bug
Diffstat (limited to 'npc/commands/warp.txt')
-rw-r--r-- | npc/commands/warp.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index 4e4564bec..cc2c4e434 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -1,10 +1,9 @@ +// TMW2 script +// Evol script, gumi's script +// // @w atcommand // warps using anchors or map name // -// group lv: 1 -// group char lv: 2 -// log: True -// // usage: // @w <map or anchor> [, x [, y]] // #w "char" <map or anchor> [, x [, y]] @@ -90,5 +89,5 @@ OnInit: end; } - bindatcmd "w", "@w::OnCall", 1, 2, 1; + bindatcmd "w", "@w::OnCall", 5, 80, 1; } |