Open corpses only when 1 or less monsters on screen. - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Open corpses only when 1 or less monsters on screen. (/thread-21138.html) |
Open corpses only when 1 or less monsters on screen. - doxmey - 04-12-2020 So i'm trying to do this macro so it only loots when there is one monster on screen and pause the looter when there's two or more. But it's not working and i can't figure out why. Here's the macro i made. 500 {Loot ON/OFF} Creatures.NPCOnScreen()<=1 [else] OpenCorpses.UnPause() Exit() {else} Creatures.NPCOnScreen()>=2 OpenCorpses.Pause() Exit() How can i fix this? NEVER MIND I'VE FIXED MY PROBLEM RE: Open corpses only when 1 or less monsters on screen. - Catar - 04-28-2020 i think when u pause looter, it may not register corpses sometimes, and just ignore them |