BBot - The best bot of the world
alarm when key messages 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: alarm when key messages on screen (/thread-21214.html)



alarm when key messages on screen - prohowkz - 09-30-2020

as title say need macro, alarm when "xxxxx" text shows on screen.


RE: alarm when key messages on screen - prohowkz - 10-01-2020

refresh plz help ;p


RE: alarm when key messages on screen - prohowkz - 10-02-2020

refffffffffffffffffff


RE: alarm when key messages on screen - doxmey - 10-18-2020

where does this message come from? system? local chat? npc chat?


RE: alarm when key messages on screen - prohowkz - 10-27-2020

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

[macro]1 {Loot Alarm} When.SystemMessage(UP, ITEM NAME) Exit() {UP} Misc.Alert(Loot) Exit()[/macro]
Code:
When.SystemMessage(UP, ITEM NAME)
Exit()

{UP}
Misc.Alert(Loot)
Exit()

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

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

(10-28-2020, 11:51 AM)prohowkz Wrote: Macros Error
Message:
`When` functions can only be executed inside `once` macros (no auto macros/no manual macros)

dude copy paste this [macro]1 {Loot Alarm} When.SystemMessage(UP, ITEM NAME) Exit() {UP} Misc.Alert(Loot) Exit()[/macro]

Execute should be on Once


RE: alarm when key messages on screen - prohowkz - 10-28-2020

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

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

ronots.com 8.7 custom client with custom ids


RE: alarm when key messages on screen - erleo - 10-28-2020

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

): anyway ty ;p