Page 1 of 1

Debug info hide

Posted: Tue Jun 23, 2015 8:22 pm
by Stionowl1943
How i can hide debug - yellow and green messages in micromacro window?
I want see only my print/printf messages.

i mean for example:
cprintf(cli.green, language[135], _npcname); -- We try to find NPC
cprintf(cli.green, language[136], npc.Name); -- we successfully target NPC
is any way to disable that in specific waypoint/profile?

Re: Debug info hide

Posted: Wed Jun 24, 2015 6:50 am
by rock5
There in no functionality to disable the print outs of the bot. The only way I can think of for you to do it is to overwrite the print functions so you can decide what prints and what doesn't.