Search found 7 matches

by Nueder
Thu Sep 02, 2004 8:02 pm
Forum: MQ2::Macros::Help
Topic: Return values
Replies: 4
Views: 1019

Ok String[] was what i was missing...the only thing i needed to change from what you posted was

Code: Select all

/if (${String[${Macro.Return}].Equal["CAST_RESISTED"]}) /varset NeedSlow 1
Thx for the help.
by Nueder
Thu Sep 02, 2004 7:23 pm
Forum: MQ2::Macros::Help
Topic: Return values
Replies: 4
Views: 1019

Return values

I am using spell_routines.inc to cast my spells and items and want to make use of the return values however i can't find the syntax for it. Someon told me: /call Cast "Ultor's Greaves of Faith" item /if (${Macro.Return.Equal["CAST_RESISTED"]}){ /if (${announce}==1) { /g %T RESIST...
by Nueder
Thu Sep 02, 2004 6:57 pm
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 95134

Code: Select all

			/call Cast "Ultor's Greaves of Faith" item
			/if (${Macro.Return.Equal["CAST_RESISTED"]}){
				/if (${announce}==1) {
					/g %T RESISTED ${morspell}
				} else {
					/chat #${mychannel} %T RESISTED ${morspell}
				}
			}
Whats wrong with this?
by Nueder
Thu Sep 02, 2004 5:39 pm
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 95134

Sorry noob question...How do i retrieve the return value from spell_routines.inc such as CAST_RESISTED.

I saw somewhere this syntax but it is not working for me:

/if ($return==CAST_RESISTED) {
/blah
/blah
}

Can you plz post how to do this i would RTFM if i knew where the FM was /grin.
by Nueder
Thu Sep 02, 2004 1:30 pm
Forum: Games::Everquest
Topic: DPS Poll
Replies: 7
Views: 4445

I would have to agree that this is a very stupid question. I am 100% certain that you can find a necro who will have more dps than a wizard. I am also certain that you will find a wizard who will have more dps than a necro. If both classes have max focus and max aa and max level max gear etc...the w...
by Nueder
Tue Aug 31, 2004 2:31 pm
Forum: MQ2::Help
Topic: LDR
Replies: 11
Views: 2475

ok...i was worried that it was sony's way of flagging me as "caught". Sorry for my noob question but i had never seen this LDR tag before.
by Nueder
Tue Aug 31, 2004 2:12 pm
Forum: MQ2::Help
Topic: LDR
Replies: 11
Views: 2475

LDR

I just got MQ2 and when i run the AFCleric macro i get LDR added to the end of my surname. Why?