From 7116a24973676e10737793c9dca166af66d1f859 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 19 Nov 2018 20:36:11 -0200 Subject: Some snipers for testing --- maps/re/001-10.mcache | Bin 1031 -> 1477 bytes npc/001-10/scripts.txt | 15 +++++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/maps/re/001-10.mcache b/maps/re/001-10.mcache index 4f6dde8fa..1ac4b21cc 100644 Binary files a/maps/re/001-10.mcache and b/maps/re/001-10.mcache differ diff --git a/npc/001-10/scripts.txt b/npc/001-10/scripts.txt index f4d575919..6805b3fd8 100644 --- a/npc/001-10/scripts.txt +++ b/npc/001-10/scripts.txt @@ -43,6 +43,14 @@ OnBatDeath: areamonster("001-10", 0, 0, 200, 150, ("Angry Bat"), AngryBat, 1, "#CODMASTER::OnBatDeath"); end; +OnNDeath: + areamonster("001-10", 0, 10, 200, 25, ("Sniper"), any(DustRifle, DustGatling, DustRevolver), 1, "#CODMASTER::OnNDeath"); + end; + +OnSDeath: + areamonster("001-10", 0, 129, 200, 150, ("Sniper"), any(DustRifle, DustGatling, DustRevolver), 1, "#CODMASTER::OnSDeath"); + end; + OnDeath: areamonster("001-10", 0, 0, 200, 150, ("Sniper"), any(DustRifle, DustGatling, DustRevolver), 1, "#CODMASTER::OnDeath"); end; @@ -51,8 +59,11 @@ OnDeath: /// on init block //// on init block ////// ///////////////////////////////////////////////////////////////////////////////// OnInit: - areamonster("001-10", 0, 0, 200, 150, ("Sniper"), any(DustRifle, DustGatling, DustRevolver), 15, "#CODMASTER::OnDeath"); - areamonster("001-10", 0, 0, 200, 150, ("Angry Bat"), AngryBat, 10, "#CODMASTER::OnBatDeath"); + areamonster("001-10", 0, 0, 200, 150, ("Angry Bat"), AngryBat, 10, "#CODMASTER::OnBatDeath"); + + areamonster("001-10", 0, 0, 200, 150, ("Sniper"), any(DustRifle, DustGatling, DustRevolver), 15, "#CODMASTER::OnDeath"); + areamonster("001-10", 0, 10, 200, 25, ("Sniper"), any(DustRifle, DustGatling, DustRevolver), 3, "#CODMASTER::OnNDeath"); + areamonster("001-10", 0, 129, 200, 150, ("Sniper"), any(DustRifle, DustGatling, DustRevolver), 2, "#CODMASTER::OnSDeath"); end; } -- cgit v1.2.3-60-g2f50