diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-05-18 16:00:28 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-05-18 16:00:28 -0300 |
commit | 077d9c8dca0918995f48fe8b3c1e8525e0bf74f8 (patch) | |
tree | fccb458649d33cb5503cba99be279b6510064f54 /npc/mapflag/noskill.txt | |
parent | 21bbfad48084190b8a6881ee3b277993418a5137 (diff) | |
download | hercules-077d9c8dca0918995f48fe8b3c1e8525e0bf74f8.tar.gz hercules-077d9c8dca0918995f48fe8b3c1e8525e0bf74f8.tar.bz2 hercules-077d9c8dca0918995f48fe8b3c1e8525e0bf74f8.tar.xz hercules-077d9c8dca0918995f48fe8b3c1e8525e0bf74f8.zip |
Relocated mapflag from conf/ to npc/ and renamed some script files
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'npc/mapflag/noskill.txt')
-rw-r--r-- | npc/mapflag/noskill.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/npc/mapflag/noskill.txt b/npc/mapflag/noskill.txt new file mode 100644 index 000000000..81540b45a --- /dev/null +++ b/npc/mapflag/noskill.txt @@ -0,0 +1,30 @@ +//===== Hercules Script ======================================= +//= Mapflag: Disable skill use. +//===== By: ================================================== +//= Hercules Dev Team +//===== Current Version: ===================================== +//= 1.1 +//===== Description: ========================================= +//= Disables all skills on the map. +//===== Additional Comments: ================================= +//= 1.1 - Added additional maps. [L0ne_W0lf] +//============================================================ + +//Prontera Arena =============== +prt_are_in mapflag noskill + +//The Sign Quest =============== +himinn mapflag noskill + +// Quiz Maps =================== +quiz_00 mapflag noskill +quiz_01 mapflag noskill +quiz_02 mapflag noskill +quiz_test mapflag noskill + +//Hugel Minigames ============== +que_bingo mapflag noskill +p_track01 mapflag noskill +p_track02 mapflag noskill + +//evt_zombie mapflag noskill |