Iro rock paper Scissors macro. June 23rd Update

Moderator: Moderators

Message
Author
RofledInsane
Noob
Noob
Posts: 1
Joined: 24 Jun 2008, 07:08
Noob?: No

Iro rock paper Scissors macro. June 23rd Update

#1 Post by RofledInsane »

Well this is my first macro. Very simple, for those of who play iro, and are aware of the anniversary event. The rock paper scissors guy, Troy. It just talks to the troy npc for you.
Mainly for the lazy people that, don't know what they are doing. Or have better things to do. (I can't help it if the npc makes you say "wait..whats going on")
Set your macro_delay to 3.
Set repeat, change the number to how many times you want the bot to talk to the npc.
Shield Macro:
macro lazyftw {
set repeat 100
do talk 0
do talk resp 1
do talk resp 0
do talk resp 1
do talk resp 1
do talk resp 1
do talk resp 1
do talk resp 1

}

Sword Macro
macro lazyftw1 {
set repeat 100
do talk 0
do talk resp 1
do talk resp 0
do talk resp 0
do talk resp 0
do talk resp 0
do talk resp 0
do talk resp 0

}

Bow Macro
macro lazyftw {
set repeat 100
do talk 0
do talk resp 1
do talk resp 0
do talk resp 2
do talk resp 2
do talk resp 2
do talk resp 2
do talk resp 2

}

Hope this is good for my first macro, Enjoy! Also! Feel free to make improvements if you are good. (Changing the answer if it changes to Wait whats going on?) not to be specific..But you'll think of something. Or i'll find the answer in the manual, and edit it.

*Update*
Enabled how many times you want repeated.