My automacro for pm was working perfectly today until I came home and saw that wxstart for my priest bot has stopped working (frozen). No problem, I force closed the program and restarted. And then I found out that few of my macros stopped working... specifically anything that had "pm" as the trigger. /console/ and pubm etc. are still working fine but pm triggers no longer works. I tested it on my other bots using the code below for testing purposes:
automacro tesa {
pm /diamond/
call {
pause 2
log pm trigger is working!
do e ok
}
}
The test code above _works for my other_ bots but not for my priest bot. I tried reinstalling and left my control folder untouched but its still not working properly.
When I list my macros on the console for my priest bot, it still shows up. It just doesn't trigger or run...
There are also no error codes... it's as if the automacro doesn't exist.
--------automacros-------
privatemesg
followtele
passwordwarp1
respondGreet
tesa
SupportOthers
---------Perl Sub--------
I had to change or delete all my automacros with pm / as trigger for my priest bot.
pm trigger to start working again...
Any ideas on how to fix this? I found a work around for the moment but I have no idea what went wrong aside from the priest bot freezing and having to do a force restart..
Try use eventMacro.pl instead of macro.pl.
I had this behavior like 4~6 years ago when using PM stuff.
You either need more condition (like run-once then release) or simply reload macro, ai clear.
Macro no longer being updated.馃
Dun remember back then, but sometimes when u PM too much or triggering auto macro to much, yer bot just said "YER NOT MA MOM" and sulking.馃槙
Too much automacro and stuff make yer priest crazy too yo (Sometimes)~
Ain't gonna make mess with yer slave.
Have mercy on it.馃ぃ
Btw, I tested with latest version with these on AB (Sry, dun have Priest)
automacro NiggaTestWorking {
pm /nigga/
call {
pause 2
log This nigga work fine, ma nigga.
do e ok
}
}

If yer concern in some automacro condition ain't available at eventMacro, simply use macro to call eventMacro. Kek.
may be you have automacro with same name or whatever, since we don't know what is inside your macro
try recreate and test your automacro 1 by 1
may be you have automacro with same name or whatever, since we don't know what is inside your macro try recreate and test your automacro 1 by 1
@c4c1n6kr3m1 thats one of the first things I tried. I deleted everything except the test code above lol. Still didn't fire though.
@Fadreus This nigga work fine, ma nigga. \ YER NOT MA MOM
LMAAAAAAAOOOOOOOOOO :rofl: :rofl: :rofl: :rofl: dying!! :laughing: Made my day LOL
Have mercy on it.
A slave priest is a slave priest. No MERCY ALLOWED!!! :rofl: :rofl: :rofl: (JK, ill probably takeout 'unnecessary' automacros lmao)
(like run-once then release) -> Tried this too yesterday, didn't work :sob:
Thank you !!! I'll use eventmacro when I get home from work and see if it works. :heart:
I tried eventmacro but ended up with a fatal error :sob:
Im not too adept with using eventmacro but I assume it's about the same as using a macro.pl? I could be wrong...
Idk what to do with my priest at this point but avoid pm/ for now
from my experience
pm have limitation (from server guess) , if you send 10 pms too fast, may be only first 3 will delivered (or first 7 i forget)
ai manual make automacro didn't work too (sometimes, whatever)
eventMacro? i never use it, but i think wiki said PrivMsg , not pm
@PrincessLei eventMacro.pl & macro.pl is not the same. The condition syntax are totally different (but similar) Read here http://openkore.com/index.php/EventMacro
I'm guessing it's the server as mention by @c4c1n6kr3m1 If the issue still persist using eventMacro,
I only noticed this recently. Trying to pm too fast _(or sending same messages)_, the frist 3 will appear while the rest is gone _(just like in game, 3 messages can be send when try to send another message a warning appear 'cant send too fast' or getting muted)_. But after few seconds later, when try to send another PM, the message appear chronologically.
I guess this is related to this matter? _(Theoretically speaking)_
eventMacro? i never use it, but i think wiki said PrivMsg , not pm
@c4c1n6kr3m1 @Fadreus EVENTMACRO worked!!! ^^He's right on the mark on that one, i put pm/ lmao!!! More to study :cry: ..
THANK YOUUUU! I could kiss you both :kissing_heart: :kiss:
Most helpful comment
from my experience
pm have limitation (from server guess) , if you send 10 pms too fast, may be only first 3 will delivered (or first 7 i forget)
ai manual make automacro didn't work too (sometimes, whatever)
eventMacro? i never use it, but i think wiki said PrivMsg , not pm