![]() |
alarm when key messages on screen - Printable Version +- BBot - The Best Bot of the World - Forums (https://forums.bmega.net) +-- Forum: Scripts & Macros (/forumdisplay.php?fid=29) +--- Forum: Requests (/forumdisplay.php?fid=26) +--- Thread: alarm when key messages on screen (/showthread.php?tid=28741) |
alarm when key messages on screen - prohowkz - 09-30-2020 10:06 AM as title say need macro, alarm when "xxxxx" text shows on screen. RE: alarm when key messages on screen - prohowkz - 10-01-2020 04:47 PM refresh plz help ;p RE: alarm when key messages on screen - prohowkz - 10-02-2020 09:41 PM refffffffffffffffffff RE: alarm when key messages on screen - doxmey - 10-18-2020 08:27 PM where does this message come from? system? local chat? npc chat? RE: alarm when key messages on screen - prohowkz - 10-27-2020 11:53 PM local chat, i would like an alarm when x item drops 00:48 (Minotaur) threw: - 2 gold coins - bag - chain helmet - 2 gold coins - brass helmet . RE: alarm when key messages on screen - erleo - 10-28-2020 12:43 AM Loot Alarm (once) 1 {Loot Alarm} When.SystemMessage(UP, ITEM NAME) Exit() {UP} Misc.Alert(Loot) Exit() Code: When.SystemMessage(UP, ITEM NAME) Just edit "ITEM NAME" for the item u want, if u want more items just copy and paste the same macro and just change the item name. Like loot1, loot2, loot3 etc. RE: alarm when key messages on screen - prohowkz - 10-28-2020 11:51 AM Macros Error Message: `When` functions can only be executed inside `once` macros (no auto macros/no manual macros) RE: alarm when key messages on screen - erleo - 10-28-2020 12:05 PM (10-28-2020 11:51 AM)prohowkz Wrote: Macros Error dude copy paste this Loot Alarm (once) 1 {Loot Alarm} When.SystemMessage(UP, ITEM NAME) Exit() {UP} Misc.Alert(Loot) Exit() Execute should be on Once RE: alarm when key messages on screen - prohowkz - 10-28-2020 12:49 PM sorry, but still not working, server log screen: https://i.imgur.com/YNowkrT.png RE: alarm when key messages on screen - erleo - 10-28-2020 03:08 PM What server is that, becouse looks like its not a system message its kind different RE: alarm when key messages on screen - prohowkz - 10-28-2020 07:42 PM ronots.com 8.7 custom client with custom ids RE: alarm when key messages on screen - erleo - 10-28-2020 08:15 PM thats why then its not working, probably maybe with other command its possible but im to lazy, sorry RE: alarm when key messages on screen - prohowkz - 10-28-2020 08:26 PM ): anyway ty ;p |