From be1e71e0252f66e472395aa6d1f56883a565b59a Mon Sep 17 00:00:00 2001 From: skyleo Date: Tue, 7 Jul 2020 03:55:35 +0200 Subject: Fix possible exploit in Dokebi Battle Quest As many players as wanted could remain in the battle area, where the dokebis and am muts spawn, as long as you have a dialogue open, which the script provides. One could even keep a certain part of the dialogue open right before the am muts spawn. Making you able to abuse this quest in order to have your own am mut farming map, since they drop loot and give exp. If you have any NPC that you can whisper to trigger a dialogue, you could even do this more efficiently and kill am muts per run. First run you kill 3. Second you can kill 6. Third 9. So once you got 10 players in there, you will have killed 135 Am Muts and can kill 30 more. --- npc/quests/quests_amatsu.txt | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/npc/quests/quests_amatsu.txt b/npc/quests/quests_amatsu.txt index d2fa56e6d..504ab6032 100644 --- a/npc/quests/quests_amatsu.txt +++ b/npc/quests/quests_amatsu.txt @@ -780,11 +780,7 @@ OnTimer361000: end; OnTimer361500: - enablenpc "backwarp#ama"; - end; - -OnTimer362000: - disablenpc "backwarp#ama"; + areawarp("ama_test", 25, 75, 80, 130, "amatsu", 115, 95); end; OnTimer362500: @@ -792,16 +788,6 @@ OnTimer362500: end; } -ama_test,50,100,0 script backwarp#ama FAKE_NPC,25,25,{ -OnInit: - disablenpc "backwarp#ama"; - end; - -OnTouch: - warp "amatsu",115,95; - end; -} - //== Sushi Quest :: japan_sushi ============================ ama_in01,162,17,1 script Sushi Master#ama 4_M_JPNOJI2,{ if (MaxWeight - Weight < 5000) { -- cgit v1.2.3-60-g2f50