I getting. A hard time running may bot, in macros
Automacro xx {
console /1[(\d+):(\d+)/
exclusive 1
priority 1
Call {
do c @warp prt_sewb4 $1
release all
}
}
in the console i will type @mobsearch golden thief bug then the location of the gtb will show like this:
Mobsearch Golden Thief Bug
1[100:100] Golden Thief Bug
The macro that i did is not working and i dont know what should i do. Help please thanks
Help plz about mvp location @warp
Moderator: Moderators
-
- Been there done that!
- Posts: 118
- Joined: 19 Sep 2011, 07:30
- Noob?: Yes
Re: Help plz about mvp location @warp
well you are in a private server and you are GM?? oh god why ...extronica wrote:I getting. A hard time running may bot, in macros
Automacro xx {
console /1[(\d+):(\d+)/
exclusive 1
priority 1
Call {
do c @warp prt_sewb4 $1
release all
}
}
i think the display is numSpawn[posX: posY] nameMonster
Code: Select all
automacro xx {
console /1\[(\d+): (\d+)\]\s+(.+)/
exclusive 1
priority 1
overrideAI 1
call {
$monPosX = $.lastMatch2
$monPosY = $.lastMatch3
$monName = $.lastMatch4
[
log $monName found !
do c @warp prt_sewb4 $monPosX $monPosY
]
stop
}
}
Sorry, my english is very bad !
-
- Noob
- Posts: 6
- Joined: 29 Sep 2012, 10:38
- Noob?: Yes
Re: Help plz about mvp location @warp
Cool thanks man, im not a GM there, it just we have a subscription for 1 week that we are allowed to use such commands
thanks bro.

-
- Been there done that!
- Posts: 118
- Joined: 19 Sep 2011, 07:30
- Noob?: Yes
Re: Help plz about mvp location @warp
hahaha 1 week lot of MVP cardextronica wrote:Cool thanks man, im not a GM there, it just we have a subscription for 1 week that we are allowed to use such commandsthanks bro.

Sorry, my english is very bad !
-
- Noob
- Posts: 6
- Joined: 29 Sep 2012, 10:38
- Noob?: Yes
Re: Help plz about mvp location @warp
hehe . yeah that's for sure.
) with the VIP command + the this config. thanks a lot dude 

