Search found 26 matches

by ultimateq
Mon Dec 05, 2005 1:07 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: canniv4-Caster Bot macro, updated 1-6-06
Replies: 82
Views: 18338

Was toying with this one today. Its a really nice script but I had one major issue/bug. If a tank was below the HealPct but above the FastHealPct, it would chain cast the HealPct (in my case Spiritual Serenity) until the tank was above the HealPct setting or was below the FastHealPct (therefore req...
by ultimateq
Thu Nov 03, 2005 3:51 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Vish DT Detector and Remover
Replies: 61
Views: 3646

I learned alot about flow control in tweaking this macro. and a few tricks as well.

Thanks DM, you rock!
by ultimateq
Thu Nov 03, 2005 7:12 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Vish DT Detector and Remover
Replies: 61
Views: 3646

Wow guy. Thats pretty awsome. One thing I saw I'm not quite sure about was the '/stick' command. I noticed it works with MQ2MoveUtils. Probably VIP? :). The egg thing may be a bit much, (for me anyway). but some dps classes may find it useful. I thought an event might of worked. But the way you dete...
by ultimateq
Wed Nov 02, 2005 8:33 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Vish DT Detector and Remover
Replies: 61
Views: 3646

Vish DT Detector and Remover

This macro was created by DM (DigitalMocking). Cause he is so cool. I gave him the initial idea with another vish mac that doesnt work well (if at all), but he made this whole thing from scratch. I am simply refining it Since I am a lazy bard. I added the 'attackegg' in there. Rather then detecting ...
by ultimateq
Tue Oct 25, 2005 10:49 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 165284

Glad to help ^_^
by ultimateq
Sun Oct 23, 2005 7:44 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 165284

Watchtarget command is busted. I'm looking into the problem. edit: Ok this didnt take long. I just dug up some old posts. on line 162 of bothealer.inc change Sub Command-watchtarget /if (${Param0}.Equal[off]}) { /varset WatchTargetCount 0 /return } /squelch /target clear /call delay 5 /call Standard...
by ultimateq
Sun Oct 23, 2005 5:49 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: KISS HealTarget Macro (PLers Rejoice)
Replies: 60
Views: 34811

Hey i added some stuff to it. it works pretty desent. Cept when i PL I move around. I added a simple follow to it. I used the follow from the follow.mac that comes default with mq. or atleast it did /shrug. |PL-Easy, KISS Continuous Heal ---------------------------------------- |Where it says "...
by ultimateq
Mon Oct 17, 2005 4:07 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: canniv4-Caster Bot macro, updated 1-6-06
Replies: 82
Views: 18338

Awsome :lol:
by ultimateq
Fri Oct 14, 2005 3:56 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: canniv4-Caster Bot macro, updated 1-6-06
Replies: 82
Views: 18338

I think i found a problem in the crappyspells.inc on line 80 it reads /call Cast "${SpellName} I think it should read /call Cast "${SpellName}" Otherwise I cant wait to try it out edit:argh. I cant get the complete healing to work... I've tried /if (!${Defined[HealSpell]}) /declare He...
by ultimateq
Thu Oct 13, 2005 3:08 pm
Forum: MQ2::Help
Topic: bagsize?
Replies: 7
Views: 1885

I don't see a command for /bagsize in the manual. My guess (if it acctaully exists) is it would determine whether it was a small normal large or giant bag. Again I don't think it exists. but just mess around with it. Try /bagsize small or something. edit: or /bagsize 1 up to 4. 1 being the smallest....
by ultimateq
Tue Oct 11, 2005 1:40 pm
Forum: MQ2::Macros::Snippets
Topic: CrappySpell.inc -- POOR MANS SPELL_ROUTINES.INC
Replies: 37
Views: 5399

Kewl shit. I'll try it out. Thanks BardsAre
by ultimateq
Fri Oct 07, 2005 1:51 pm
Forum: MQ2::Macros::Help
Topic: **solved** proper /if syntax
Replies: 58
Views: 12289

Thanks Horse. Was not sure how that worked. This has all been very informative.

Thankyou all for helping this noob find his way. My macro just went from unworkable to slightly more workable :smile:

Edit: Thankyou Again. I understand much better on how everything works.
by ultimateq
Fri Oct 07, 2005 1:26 pm
Forum: MQ2::Macros::Help
Topic: **solved** proper /if syntax
Replies: 58
Views: 12289

alright and this brings me to hopefully my last question. are quotes required for anything the declares.

such as

Code: Select all

/declare myvar int outer "20"
/declare mynextvar string outer "i like cookies"
by ultimateq
Fri Oct 07, 2005 12:28 pm
Forum: MQ2::Macros::Help
Topic: **solved** proper /if syntax
Replies: 58
Views: 12289

That makes perfect sence. is it required to use int or string on a declare?
by ultimateq
Fri Oct 07, 2005 12:01 pm
Forum: MQ2::Macros::Help
Topic: **solved** proper /if syntax
Replies: 58
Views: 12289

Makes sence.

The manual isnt very clear on the /declare types. such as int or string.

I understand how local, global, and outer work. I just don't fully understand what int and string does.