[Solved]Macros, help with GM or users

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
carlos030
Noob
Noob
Posts: 1
Joined: 02 Mar 2014, 01:36
Noob?: Yes

[Solved]Macros, help with GM or users

#1 Post by carlos030 »

i would like to know if there is a macros that allow disconnect when one receives a PM or skill as heal or another buff and to log in again in a few minutes more , for not having ban

and specific messages? for example
  > Bot, recording, etc,,,

*I am sorry my english is not very good >.<

k1nt4r0
Human
Human
Posts: 30
Joined: 11 Jun 2014, 12:13
Noob?: Yes

Re: Macros, help with GM or users

#2 Post by k1nt4r0 »

carlos030 wrote:i would like to know if there is a macros that allow disconnect when one receives a PM or skill as heal or another buff and to log in again in a few minutes more , for not having ban

and specific messages? for example
  > Bot, recording, etc,,,

*I am sorry my english is not very good >.<
try this

dc when receives a pm

Code: Select all

automacro dconpm {
pm /(.*)/
call {
pause 1
Received PM "$.lastMatch1"
do relog 120
}
}
dc when receives a buff skills maybe trigger by the spell or status when receives a buff skill?

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: Macros, help with GM or users

#3 Post by 4epT »

All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

Post Reply