Advance Party Search Macro REVISED : MAY 10, 2010

Moderator: Moderators

Message
Author
gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: Advance Party Search Macro =)

#11 Post by gamenikko »

sori sir scarya.... i just post a reply here... sir scarya and sir nikko... may followtarget is blank... their a char. name on it... is it case sensitive?? for char. name?? may char. name has a space and has exclamation point like this !... the console say char. name is not online?? in yellow collor txt... is it a bug ro what??[/quote]

try putting quotations on this

$master = @config
("followTarget")
<<<<

i dun know if it will work but giv it a try
Just like old times.

gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: Advance Party Search Macro =)

#12 Post by gamenikko »

help_us wrote:wait for magnificat, this Link still works best with me
its for magnificat and waiting the priest, this is for searching so they are different =)
Just like old times.

ezza
Developers
Developers
Posts: 109
Joined: 04 Apr 2008, 09:50

Re: Advance Party Search Macro =)

#13 Post by ezza »

sorry to interrupt you guys. I believe this topic would be nice if some1 could do some research on it. I dont see why its not related to your good and nice topic. Take a look at the perl sub partyChecks routine... hope that you'll gained something from the ideas. Have fun :)

gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: Advance Party Search Macro =)

#14 Post by gamenikko »

ezza wrote:sorry to interrupt you guys. I believe this topic would be nice if some1 could do some research on it. I dont see why its not related to your good and nice topic. Take a look at the perl sub partyChecks routine... hope that you'll gained something from the ideas. Have fun :)
good one =)
Last edited by gamenikko on 01 Feb 2010, 19:49, edited 1 time in total.
Just like old times.

gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: Advance Party Search Macro =)

#15 Post by gamenikko »

i updated the macro, sorry for my first posts about this one, i always forgot something. so the last macro is not working properly sorry bout that =p
Just like old times.

ymson-
Noob
Noob
Posts: 1
Joined: 04 Feb 2010, 21:06
Noob?: No

Re: Advance Party Search Macro =)

#16 Post by ymson- »

It seems that the auto macro for the master bot isn't working well with..
The master isn't looking for his slave even though the slave is sending PMs...

nnatad
Noob
Noob
Posts: 3
Joined: 10 Feb 2010, 12:54
Noob?: Yes

Re: Advance Party Search Macro =)

#17 Post by nnatad »

EIh help me i try it but doesnt work to me i want to wait may master while my slave is not on
lock map i dnt know how to use macro. Can u teach me how to put it exactly Im newbie only

thx

nnatad
Noob
Noob
Posts: 3
Joined: 10 Feb 2010, 12:54
Noob?: Yes

Re: Advance Party Search Macro =)

#18 Post by nnatad »

gamenikko wrote:i updated the macro, sorry for my first posts about this one, i always forgot something. so the last macro is not working properly sorry bout that =p


sry to post here but i dnt know how to use macro. i put it macros txt but doesnt work to me
I want my master wait for my slave
automacro FindSlave "Esper`Chuchulain" {
pm /move (.*) (.*) (.*)/
call {
$slavemap = $.lastMatch1
$slavemapx = $.lastMatch2
$slavemapy = $.lastMatch3
$mymap = $.map
if ($slavemap == $mymap) goto findslave
do eval warning "Slave not on Map\n";
do eval message "Commanding Slave to Move Towards Master\n";
do pm "$.lastpm" move $.map $.pos
stop
:findslave
do eval warning "Moving to Slave\n";
do pm "$.lastpm" move $.map $.pos
do move $slavemap $slavemapx $slavemapy
}
}

nnatad
Noob
Noob
Posts: 3
Joined: 10 Feb 2010, 12:54
Noob?: Yes

Re: Advance Party Search Macro =)

#19 Post by nnatad »

I try it but why didnt work to me can u post ur macross txt here plz

vuikhim
Noob
Noob
Posts: 4
Joined: 06 May 2010, 06:10
Noob?: Yes

Re: Advance Party Search Macro =)

#20 Post by vuikhim »

Code: Select all

################################
######FIND MASTER###############
################################

automacro FindMaster {
   console "I lost my master"
   call {
   $master = @config (followTarget)
   $mymap = @config (lockMap)
   if ($mymap != [color=#FF0000]$lockmap[/color]) goto stopp
:stopp
stop
   do pm "$master" move [color=#FF0000]$.map[/color] $.pos
   }
}
1.What $lockmap means?
2.When my slave pm master, it only came out "move [x] [y]". Where is the $.map?

Please give me an answer please thx ya!!

Post Reply