diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-05 18:25:15 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-05 18:25:15 +0000 |
commit | a25c820fba6bd86fe2fb50e2b5b512295583522d (patch) | |
tree | a45d4175ec6f42a6210062db234e15a1c4a3ad9d /npc/custom/etc/monster_arena.txt | |
parent | d56ec5e7bd37bea674aba3c0041390e95926fc5e (diff) | |
download | hercules-a25c820fba6bd86fe2fb50e2b5b512295583522d.tar.gz hercules-a25c820fba6bd86fe2fb50e2b5b512295583522d.tar.bz2 hercules-a25c820fba6bd86fe2fb50e2b5b512295583522d.tar.xz hercules-a25c820fba6bd86fe2fb50e2b5b512295583522d.zip |
- Added LOOK_*** script constants, same names as from map.h
- Changed atcommand "@changelook" to changelook script command in custom quest_shop.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16862 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/etc/monster_arena.txt')
-rw-r--r-- | npc/custom/etc/monster_arena.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/npc/custom/etc/monster_arena.txt b/npc/custom/etc/monster_arena.txt index 251759a7c..0b6b1cc96 100644 --- a/npc/custom/etc/monster_arena.txt +++ b/npc/custom/etc/monster_arena.txt @@ -766,11 +766,7 @@ gon_test,72,87,5 duplicate(SummonPad) Summon Pad 3 111,2,2 // Skill Disabler // -gon_test,57,99,5 script Skill Disable 111,3,3,{ - atcommand strcharinfo(0) + "@skilloff"; - disablenpc "Skill Disable"; - end; -} +gon_test mapflag noskill // Duel Arena // gon_test,58,103,5 script Duel Master#01 92,{ |