Search found 40 matches

by Banannaboy
Wed Jul 28, 2004 3:32 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 421
Views: 193829

/echo end of healgroup sub marker, someone fell through the cracks if your reading this in game I always get spammed with this when I use the macro. If someone besides the tank is not full HP, but not low enough to heal them, then the macro spams me with this and switches target between tank and th...
by Banannaboy
Thu Jul 22, 2004 12:22 am
Forum: MQ2::Help
Topic: Reversing Plugin
Replies: 9
Views: 2605

Reversing Plugin

Is there a way to work backwars with plugins? Take a compiled plugin turn it back into source?
by Banannaboy
Sun Jul 18, 2004 8:38 pm
Forum: MQ2::Macros::Help
Topic: Checking if I have a buff
Replies: 2
Views: 947

WOOOT Thanks, its ` instead of '.
by Banannaboy
Sun Jul 18, 2004 5:56 pm
Forum: MQ2::Macros::Help
Topic: Checking if I have a buff
Replies: 2
Views: 947

Checking if I have a buff

I am trying to check if I have Selo's Accelerating Chorus on me or not. Everything I try returns NULL. What can I use to check it? I have tried: ${Me.Buff[Selo's Accelerating Chorus].ID} ${Me.Song[Selo's Accelerating Chorus].ID} but they both return null when I have the buff up. It is a song, but it...
by Banannaboy
Sun Jul 18, 2004 3:11 pm
Forum: MQ2::Macros::Help
Topic: command to place my zone name?
Replies: 2
Views: 1410

Code: Select all

/alias /port /mac port

Code: Select all

Port.mac
/echo Porting to your target.
#zone ${Zone} ${Target.Y},${Target.X},${Target.Y}
/endmacro
Then all you do is /port and it will port you to your target.
by Banannaboy
Wed Jul 14, 2004 7:29 pm
Forum: MQ2::Help
Topic: How to become a flamer
Replies: 37
Views: 11192

Why the fuck is there always an idiot who asks this? STFU and try searching you fucktard.
by Banannaboy
Tue Jul 13, 2004 9:23 pm
Forum: MQ2::Macros::Help
Topic: Sing 1 song?
Replies: 1
Views: 720

Sing 1 song?

Hi, I am currently using this macro and in downtime I only sing 1 song, but the macro turns the song on and off. Would it be possible to fix this so that if its only playing one song, it would play that song without starting/stopping it? |AutoBard 2.0l 5-1-2004 |-------------------------------------...
by Banannaboy
Mon Jul 12, 2004 7:25 pm
Forum: MQ2::Help
Topic: unparsable
Replies: 3
Views: 1581

I am going to take a guess that all the errors you are getting are coming from the > and <. Try searching
by Banannaboy
Sun Jul 11, 2004 12:12 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: stick.mac (06.14.04b)
Replies: 50
Views: 53348

the_horror. You should try searching for the error you are getting. You need to change all the

Code: Select all

>
to

Code: Select all

>
and all the

Code: Select all

<
to

Code: Select all

<
by Banannaboy
Sat Jul 10, 2004 8:41 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AutoBard Code is Cunning/ml2517 scripts together
Replies: 18
Views: 11055

Would it be possible fix this so that if you are only playing 1 song, it does not start and stop it? It will just play that one song without interruption. I tried to do it myself, but failed.
by Banannaboy
Thu Jul 08, 2004 2:44 am
Forum: MQ2::Macros::Requests
Topic: Ancient Cyclops Macro
Replies: 7
Views: 2033

gmail?
by Banannaboy
Thu Jun 24, 2004 1:50 pm
Forum: MQ2::Macros::Requests
Topic: Incoming hotkey?
Replies: 9
Views: 8816

Yes El, I pointed that out. The reason I chose a macro over a hotkey, is so if you dont have a target, it wont say "Incoming <<< Target >>> Level NULL NULL"
by Banannaboy
Wed Jun 23, 2004 6:42 pm
Forum: MQ2::Macros::Requests
Topic: Incoming hotkey?
Replies: 9
Views: 8816

Yes, that would be really simple. But, why would you want this? It should show that you are using MQ...but here it goes. |Incoming.mac |Note: Please dont use this unless you want it to be obvious that you are |using MQ Sub main /if (!${Target.ID}) { /echo Please select a target and try again. /endma...
by Banannaboy
Sat May 15, 2004 12:46 pm
Forum: MQ2::Macros::Help
Topic: Ini for items.
Replies: 5
Views: 1834

Ah I see what you mean. And this fixed the counter problem. #event create "#*#I'll give you #1# platinum#*#for the #2#.'" #event create "#*#I'll give you #1# platinum#*#per #2#" Sub main /declare File string outer /declare Counter [color=cyan]int[/color] outer /varset File items....
by Banannaboy
Sat May 15, 2004 1:00 am
Forum: MQ2::Macros::Help
Topic: Ini for items.
Replies: 5
Views: 1834

Ini for items.

I am trying to write a macro that will make an ini file with all the items and the prices that merchants will give to me. (Well not all the items, but all the items that I sell). My ini looks like [names] val1=Words of crap val2=sword of uberness [prices] val1=1000 |set price for 1p val2=25000 |set ...