Page 1 of 2

Wiz Nuke on command mac

Posted: Sat Jan 29, 2005 5:22 am
by mikeas
I have been playing around mostly just cut and paste with other mac's and i dont seem to have the slightest clue what im doing, but i was hoping someone could help me out here. What i need is a Macro that will just cast a spell when the char recives a certain tell. so far what i have come up with is-

#turbo

Sub Main

/if (${ChatText.Equal[Nuke]} || ${ChatText.Equal[White Fire]}) {
/assist pc ${ChatSender}
/if (${Target.Type.Equal[NPC]} && ${Target.Distance}<=100) {
/cast 2
}
/return

I know this is way off. but if i could get some direction it would be appreciated.

Posted: Sat Jan 29, 2005 6:50 am
by aChallenged1
That is a macro help forum question.
Be sure to use the CODE button before and after your code so that it properly stands out, or risk flamage.

Posted: Sat Jan 29, 2005 8:25 am
by TheNewGuy
Do some looking up on the following things:

Code: Select all

#chat
#include
/call
And look in the snippets forum for spell_routines.inc. It'll handle interrupts, stuns, oom, and all that shit.

The code honestly sucks, but you have a good starting idea. Build upon it and it'll grow to something respectable.

Re: Wiz Nuke on command mac

Posted: Wed Apr 02, 2025 11:42 pm
by xyilla

Re: Wiz Nuke on command mac

Posted: Thu Apr 03, 2025 12:19 am
by xyilla

Re: Wiz Nuke on command mac

Posted: Thu Apr 03, 2025 12:20 am
by xyilla

Re: Wiz Nuke on command mac

Posted: Thu Apr 03, 2025 12:21 am
by xyilla

Re: Wiz Nuke on command mac

Posted: Thu Apr 03, 2025 12:22 am
by xyilla

Re: Wiz Nuke on command mac

Posted: Thu Apr 03, 2025 12:23 am
by xyilla

Re: Wiz Nuke on command mac

Posted: Thu Apr 03, 2025 1:01 am
by xyilla

Re: Wiz Nuke on command mac

Posted: Thu Apr 03, 2025 1:02 am
by xyilla

Re: Wiz Nuke on command mac

Posted: Thu Apr 03, 2025 1:03 am
by xyilla

Re: Wiz Nuke on command mac

Posted: Thu Apr 03, 2025 1:04 am
by xyilla

Re: Wiz Nuke on command mac

Posted: Thu Apr 03, 2025 1:05 am
by xyilla

Re: Wiz Nuke on command mac

Posted: Thu Apr 03, 2025 2:18 am
by xyilla