Page 7 of 7

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

Posted: 02 Sep 2015, 22:04
by slashGG
Finally i found this Macro, thanks for this ser, really help alot. :D

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

Posted: 23 Apr 2017, 06:14
by palancho
Guys is this script safe?- I mean don't GMs check pms?- this script sends so many pms lol :/

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

Posted: 23 Apr 2017, 14:03
by SkylorD
Why don't u download "busCommands.pl" and replace all "pm" commands . ^^

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

Posted: 24 Apr 2017, 03:33
by palancho
SkylorD wrote:Why don't u download "busCommands.pl" and replace all "pm" commands . ^^
SkylorD, becouse I am a noob, still :(
"busCommands.pl", this one?: http://forums.openkore.com/viewtopic.ph ... ommands.pl

And for sure replacing pm commands is black magic for me, do I need to do it manually, or this plugin replace it automaticly?
Dear Moderator, SkylorD, could You provide any links please/ tutorials?
Thx in advance!!!

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

Posted: 30 Apr 2017, 12:42
by SkylorD
For example, you have a macro in your macros.txt that contains some lines such as :

Since advanced party search have only one expression of "pm", you must do it manually, and can do it manually.

Code: Select all

pm "MyMaster" Hi master i love you
Open notepad++ and click in Replace.
In Search , paste :

Code: Select all

pm "MyMaster" Hi master i love you
and replace to :

Code: Select all

bus "MyMaster" Hi master i love you
and then if you have a macro that is called by pm

Now mark the box "Regular Expression".

Just paste in the search

Code: Select all

pm \/.*\/
and replace for

Code: Select all

hook bus_received\nsave message
And use such as iMike posted :

Code: Select all

automacro bustest {
hook bus_received
save message
call {
log just received $.hookSave0 from busCommands in messenger mode
}
}
Just if you wanna check the content, and if is using busCommands simultaneously in one or more bots.