What is your favorite macro/plugin (post it too)

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

Message
Author
Krai
Been there done that!
Been there done that!
Posts: 106
Joined: 04 Apr 2008, 16:23
Noob?: Yes
Location: The Bay

What is your favorite macro/plugin (post it too)

#1 Post by Krai »

Just curious what people view as their favorite or most useful macro/plugin. Please either post it (or an edited version of it) or the forum thread here. (don't forget to give credit to the original author is if is not you)

Code: Select all

automacro respond_stfu {
        pm /report|bot|botter/i
        call {
		pause 1
                do eval Utils::Win32::playSound('C:\windows\media\notify.wav');
                pause 1
                do pm "$.lastpm" @random ("whatever","im trying to level")
                $pm = @eval ($pm + 1)
		if ($pm >= 2) goto step2
                if ($pm >= 3) goto ignore
                goto end
		:step2
		do pm "$.lastpm" @random ("nice one","you're a bot","etc etc etc")
                :ignore
                pause 3
                do ignore 1 $.lastpm
                $pm = 0
                :end
        }
}
don't remember who is the original author to this because i have used it for so long, i have made many of my own based upon this template.

I think auto response macro (not necessarily to this specific trigger) in association with an audio signal are the best at avoiding players from reporting you. I have about 20 of these in my macro section, all with different triggers. :mrgreen:

cheers ;)
Don't Get Owned! Do Your Research First.
The Manual | Packet Extractor | Use Macros | Server Info Guide | Old Forum
You got banned? Krai me a fuckin river..

Motivus
Developers
Developers
Posts: 157
Joined: 04 Apr 2008, 13:33
Noob?: Yes

Re: What is your favorite macro/plugin (post it too)

#2 Post by Motivus »

Code: Select all

automacro sgtele {
   console /You use Storm Gust/
   call fasttele
}

macro fasttele {
   do c @jump
   do ss 89
}
From a high rate server where zeny was worth something. You will teleport+SG between 8-12 times per second depending on your ping and timeouts. If you bot ~8 characters with that macro and instant cast you can cover an entire map. You can zeny cap in under five minutes on each character.
Oh no.

Post Reply