diff options
author | shennetsind <ind@henn.et> | 2013-05-30 22:20:16 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-05-30 22:20:16 -0300 |
commit | 5a138ceabf08fe0ca75a24306e849ce3f24faef8 (patch) | |
tree | 5cc9cae641157e05172f450d84a6fe6d9753b793 /npc/mapflag/noskill.txt | |
parent | 20bdc01fa687b174a732be4483ddea4982d67ce9 (diff) | |
parent | b30c74a7733848f03e5defc238dca0e0cb044470 (diff) | |
download | hercules-5a138ceabf08fe0ca75a24306e849ce3f24faef8.tar.gz hercules-5a138ceabf08fe0ca75a24306e849ce3f24faef8.tar.bz2 hercules-5a138ceabf08fe0ca75a24306e849ce3f24faef8.tar.xz hercules-5a138ceabf08fe0ca75a24306e849ce3f24faef8.zip |
Memory Slasher - May 30 Patch
http://hercules.ws/board/topic/928-memory-slasher-may-30-patch/
Signed-off-by: shennetsind <ind@henn.et>
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..ec66f27d3 --- /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 |