Help plz about mvp location @warp

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

extronica
Noob
Noob
Posts: 6
Joined: 29 Sep 2012, 10:38
Noob?: Yes

Help plz about mvp location @warp

#1 Post by extronica »

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
rocknroll
Been there done that!
Been there done that!
Posts: 118
Joined: 19 Sep 2011, 07:30
Noob?: Yes

Re: Help plz about mvp location @warp

#2 Post by rocknroll »

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
}
}
well you are in a private server and you are GM?? oh god why ...
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 !
extronica
Noob
Noob
Posts: 6
Joined: 29 Sep 2012, 10:38
Noob?: Yes

Re: Help plz about mvp location @warp

#3 Post by extronica »

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.
rocknroll
Been there done that!
Been there done that!
Posts: 118
Joined: 19 Sep 2011, 07:30
Noob?: Yes

Re: Help plz about mvp location @warp

#4 Post by rocknroll »

extronica 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 commands :) thanks bro.
hahaha 1 week lot of MVP card :lol:
Sorry, my english is very bad !
extronica
Noob
Noob
Posts: 6
Joined: 29 Sep 2012, 10:38
Noob?: Yes

Re: Help plz about mvp location @warp

#5 Post by extronica »

hehe . yeah that's for sure. :)) with the VIP command + the this config. thanks a lot dude :)