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
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