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 =)

#21 Post by gamenikko »

nnatad wrote:I try it but why didnt work to me can u post ur macross txt here plz
REVISED : MAY 10, 2010

Ive redone the macro, sorry for errors lately =p

$gamenikko < $noob

:mrgreen:
Just like old times.

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Advance Party Search Macro =)

#22 Post by Mushroom »

vuikhim wrote:

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!!
http://wiki.openkore.com/index.php?title=Macro_plugin
Quit.

paativegeta1988
Noob
Noob
Posts: 3
Joined: 04 Apr 2010, 06:50
Noob?: Yes

Re: Advance Party Search Macro REVISED : MAY 10, 2010

#23 Post by paativegeta1988 »

Hi there,
good plugins
anyhow, i wanted to ask this that can this be done not on pm but in party chat, is that possible,
cause i am using a public chat and private chat sound alerst as well.
So when the master n slave pm each other the alert sounds... bummer,... just tryin to find a solution to this problem :?:
All i want is know is that if party chat can be used... if so how??... ;)
Also if anyone wants i can post the whole macro of mine but that way we go away frm topic of this thread...
thnx

paativegeta1988
Noob
Noob
Posts: 3
Joined: 04 Apr 2010, 06:50
Noob?: Yes

Re: Advance Party Search Macro REVISED : MAY 10, 2010

#24 Post by paativegeta1988 »

Hi there.....
i am using ur party search n works like a charm... only problem i see is that when the bots teleport to avoid MVP's this macro dosent activate properly.... any ideas whats the problem??

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 REVISED : MAY 10, 2010

#25 Post by gamenikko »

paativegeta1988 wrote:Hi there.....
i am using ur party search n works like a charm... only problem i see is that when the bots teleport to avoid MVP's this macro dosent activate properly.... any ideas whats the problem??
Hi there, can you state your problem in detail?
Just like old times.

paativegeta1988
Noob
Noob
Posts: 3
Joined: 04 Apr 2010, 06:50
Noob?: Yes

Re: Advance Party Search Macro REVISED : MAY 10, 2010

#26 Post by paativegeta1988 »

oh srry for such a late reply.... but the thing is when these master teleports or the slave teleports say because of maximum damage or low hp (watever is the reason).... the bots dont pm each other... so only the slave is tryin to find the master at that time... though the auto macro is trigerred... only when the bots cme into eacth other sight do the pm strt comin in again

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 REVISED : MAY 10, 2010

#27 Post by gamenikko »

paativegeta1988 wrote:oh srry for such a late reply.... but the thing is when these master teleports or the slave teleports say because of maximum damage or low hp (watever is the reason).... the bots dont pm each other... so only the slave is tryin to find the master at that time... though the auto macro is trigerred... only when the bots cme into eacth other sight do the pm strt comin in again
try to remove the teleport due through max damage on config.. you can find it there.

Code: Select all

teleportAuto_maxDmg 2000
Just like old times.

silverz
Noob
Noob
Posts: 1
Joined: 07 Jul 2010, 10:35
Noob?: Yes

Re: Advance Party Search Macro REVISED : MAY 10, 2010

#28 Post by silverz »

here i edited the auth's work...
instead to pm x I use move and added the name of my slave to my master's overallAuth.txt

Code: Select all

################################
######FIND MASTER###############
################################
#find master
automacro findMaster {
   timeout 3
   console /^I lost my master/
   call {
   $master = @config (followTarget)
   do pm "$master" move $.map $.pos
   }
}
automacro findMaster2 {
   timeout 3
   console /^Calculating route to find master/
   call {
   $master = @config (followTarget)
   do pm "$master" move $.map $.pos
   }
}
#goto master
automacro gotoMaster {
   pm /x (.*) (.*) (.*)/
   call {
   $pm = $.lastpm
   if ($pm != $master) stop
   do move $.lastMatch1 $.lastMatch2 $.lastMatch3
   }
}
#when master is found
automacro foundMaster {
   console /^Found my master!/
   call {
   do pm "$master" clear
   }
}

macro goafterpm {
   do move MapWhereYouAreLocked
   release goafterwait
}

#######################################
########FIND SLAVE#####################
#######################################
#slave is lost
automacro findSlave {
   pm /x (.*) (.*) (.*)/
   call {
   $slavemap = $.lastMatch1
   $slavemapx = $.lastMatch2
   $slavemapy = $.lastMatch3
   $mymap = $.map
   if ($slavemap == $mymap) goto findslave
   do pm "$.lastpm" x $.map $.pos
   stop
:findslave
   do pm "$.lastpm" x $.map $.pos
   do move $slavemap $slavemapx $slavemapy
   }
}
#when slave is found
automacro clear {
   pm /clear/
   call {
   do eval AI::clear("move", "route");
   }
}
Last edited by Mushroom on 26 Jul 2010, 16:08, edited 1 time in total.
Reason: Added code tags.

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 REVISED : MAY 10, 2010

#29 Post by gamenikko »

use it with the original version instead. i stated in this thread why i use that and not the overAuth technq. and besides the master bot will check if the slave is in map if its in overall the master will go to slave's map even tho its not in lockmap
Just like old times.

bloodylover
Noob
Noob
Posts: 2
Joined: 12 Jul 2010, 23:06
Noob?: Yes

Re: Advance Party Search Macro REVISED : MAY 10, 2010

#30 Post by bloodylover »

Okay.. im testing (: thanks

note: Does this works in a praty with more than 2 people?
what if i have my master (killer) slave (buffer) and a third person? a leecher? i just have to put it on the leecher two? okay thnx n.n

Post Reply