Posts: 34
Threads: 13
Joined: Nov 2018
Reputation:
0
I play a server where to see the amount of frags just enter the command! frags
request: I would like a macro that checks the frags and if they are equal to 2 frags (configurable) it would give exit in the warm client
Can someone help me ?
Posts: 34
Threads: 13
Joined: Nov 2018
Reputation:
0
I tried that way but I could not anyone can help?
5000 {Exit} Self.Say(!kills) When.Yell(unjustified kill, >=1) Tibia.Close()
Posts: 3,907
Threads: 340
Joined: Feb 2012
Reputation:
0
You need two macros:
1. One that will say Self.Say from time to time
2. Second 'Once' macro that creates a When.SystemMessage to catch the unjustified kill message.
Posts: 4
Threads: 0
Joined: Apr 2018
Reputation:
0
I believe this will work for you, if it doesn't just change the macro activation phrase "Your Frags ....
Use with moderation xDDDD <<<<<<<google translate
5000 {Check Frags} Self.Say(!frags)
1 {Exit} When.SystemMessage(NOG, Your frags - Last day: 4) {NOG} Tibia.Close()