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 >.<
[Solved]Macros, help with GM or users
Moderator: Moderators
-
carlos030
- Noob

- Posts: 1
- Joined: 02 Mar 2014, 01:36
- Noob?: Yes
-
k1nt4r0
- Human

- Posts: 30
- Joined: 11 Jun 2014, 12:13
- Noob?: Yes
Re: Macros, help with GM or users
try thiscarlos030 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 >.<
dc when receives a pm
Code: Select all
automacro dconpm {
pm /(.*)/
call {
pause 1
Received PM "$.lastMatch1"
do relog 120
}
}-
4epT
- Developers

- Posts: 628
- Joined: 30 Apr 2008, 14:17
- Noob?: No
- Discord: ya4ept#8494
- Location: Moskow (Russia)
