Page 1 of 1

Macro condition to check current lockMap

Posted: 15 Jul 2017, 04:46
by zexeta
I was trying to make this work and i tried many other things. Nothing seems to work. Is there a way to pull your current lockMap check to see if its what i want it to be and then trigger macro? Basically i have macros that trigger based on your level that set a new lockmap, buy npc, storage npc and so on. I don't want these to trigger if the lockmap is already set correctly.

eval $config{lockMap} != moc_pryd02

Re: Macro condition to check current lockMap

Posted: 19 Jul 2017, 08:47
by Mortimal

Code: Select all

eval ($::config{lockMap} ne "moc_pryd02")