Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
alarm when key messages on screen
#1
as title say need macro, alarm when "xxxxx" text shows on screen.
Reply
#2
refresh plz help ;p
Reply
#3
refffffffffffffffffff
Reply
#4
where does this message come from? system? local chat? npc chat?
Reply
#5
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 .
Reply
#6
[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.
Reply
#7
Macros Error
Message:
`When` functions can only be executed inside `once` macros (no auto macros/no manual macros)
Reply
#8
(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
Reply
#9
sorry, but still not working,

server log screen: https://i.imgur.com/YNowkrT.png
Reply
#10
What server is that, becouse looks like its not a system message
its kind different
Reply
#11
ronots.com 8.7 custom client with custom ids
Reply
#12
thats why then its not working, probably maybe with other command its possible but im to lazy, sorry
Reply
#13
): anyway ty ;p
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)