Page 3 of 7

Re: Advance Party Search Macro =)

Posted: 09 May 2010, 14:55
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:

Re: Advance Party Search Macro =)

Posted: 13 May 2010, 22:40
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

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

Posted: 19 May 2010, 09:12
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

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

Posted: 20 May 2010, 01:11
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??

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

Posted: 22 May 2010, 06:28
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?

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

Posted: 07 Jun 2010, 14:56
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

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

Posted: 08 Jun 2010, 06:10
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

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

Posted: 11 Jul 2010, 05:39
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");
   }
}

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

Posted: 28 Jul 2010, 16:44
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

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

Posted: 03 Aug 2010, 07:59
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