Search found 31 matches

by wakkedup
Mon Jun 25, 2007 4:11 pm
Forum: MQ2::Help
Topic: Trouble Compiling
Replies: 5
Views: 2825

Re: Trouble Compiling

2shock wrote:"file://c:\Documents and Settings\Zach Stein\Desktop\MQ2\MQ2Main\Intermediate\BuildLog.htm"
I love how people don't edit this part.

Did you follow the steps under "Installation and Setting up the Environment"?
by wakkedup
Tue May 29, 2007 11:23 am
Forum: MQ2::Macros::Help
Topic: Event Not Firing
Replies: 14
Views: 7715

As you're only casting one spell, why do you need SpellCast.inc? Even if the spell is different every time, you really only need to "/cast" the spell. If it fizzles or is interrupted, big deal, it will fire the next time through the macro. Something like /cast "Spell Name" /delay...
by wakkedup
Sun May 27, 2007 1:32 pm
Forum: MQ2::Custom UI
Topic: Any new cool HUD's out there?
Replies: 1
Views: 2461

I use this with MQ2Hud, this is some of my INI settings... [Elements] ;The order is TYPE(1:non-full screen mode,2:full screen mode,4:cursor location),X,Y,RED,GREEN,BLUE,TEXT GMIndicator= 3,1140,340,255,255,255,GM: ${If[${Spawn[gm].ID}, TRUE, FALSE]} Raid= 1,400,330,180,180,180,${If[${Raid.Members}>0...
by wakkedup
Sat May 26, 2007 12:58 am
Forum: MQ2::Macros::Requests
Topic: activate a clicky in a inventory slot
Replies: 9
Views: 4298

Sub Main :InfiniteLoop /if ( (!${Me.Buff[name].ID} || ${Me.Buff[name].Duration}<1) && ${Spell[name].Stacks}) /itemnotify pack8 rightmouseup /goto :InfiniteLoop /return I don't know what the buffname is, but this is something like what I'd use. Didn't test it, and not sure if it is exactly c...
by wakkedup
Fri May 25, 2007 12:16 pm
Forum: MQ2::Custom UI
Topic: Frequncy UI - I Like turtles
Replies: 648
Views: 273785

frequency UI works fine for me.
by wakkedup
Sat May 19, 2007 12:15 am
Forum: MQ2::Macros::Requests
Topic: Tracking?
Replies: 3
Views: 1940

Yeah, me either. I'd rather not search and just post so someone else can do it for me, too.
by wakkedup
Sat May 19, 2007 12:07 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Tracking.mac (A Training program for the tracking skill)
Replies: 16
Views: 6715

Clean up the code a little, and it will work. Sub Main /declare maxSkill int outer /varset maxSkill ${Skill[Tracking].SkillCap} /echo maxSkill = ${maxSkill}: the skill level you SHOULD see the macro end at. :loop /if (${Me.AbilityReady["Tracking"]}) { /delay ${Math.Rand[50]} /doability &qu...
by wakkedup
Fri May 18, 2007 2:28 pm
Forum: MQ2::Macros::Requests
Topic: Tracking?
Replies: 3
Views: 1940

by wakkedup
Thu May 17, 2007 11:14 am
Forum: MQ2::Macros::Requests
Topic: All-Inclusive Macro
Replies: 21
Views: 5391

by wakkedup
Thu May 17, 2007 11:09 am
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 478
Views: 159337

I'd imagine that d1sc1ple would have said he CTD rather than "Yes it does", since he posted yesterday.

What other plugins are you running?

I dont run this UI so can't confirm or deny a CTD, though. Sorry
by wakkedup
Fri Apr 27, 2007 3:48 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Casino.mac w/ Stats
Replies: 9
Views: 6583

You do more research on how to run a macro, then, when you can't find the information, you post questions on how to run them. Basically, you'll find the information if you gave it a little bit of effort(maybe look in a wiki or FAQ), so you won't be posting stupid questions that should never have bee...
by wakkedup
Sat Apr 14, 2007 9:59 pm
Forum: MQ2::Macros::Snippets
Topic: Ninjadvloot.inc v1.3
Replies: 56
Views: 36014

Btw, this is awesome, Razz...
Joined: 28 Aug 2005
by wakkedup
Sat Apr 14, 2007 9:56 pm
Forum: MQ2::Macros::Snippets
Topic: Ninjadvloot.inc v1.3
Replies: 56
Views: 36014

Read how to use an include...it starts #include filename.inc then you just call the subroutine you want from your macro. Seriously, though, there's about a thousand threads out there that go into how to include a snippet, probably even in the beginning of this one. Of course, even looking at the pre...
by wakkedup
Fri Apr 06, 2007 10:00 am
Forum: MQ2::Help
Topic: MQ2 Compiling - Failed To Load
Replies: 24
Views: 9405

Installation and Setting up the Environment 1. Download the Setup program here (link may change never know with MS) and install it. 2. Download SDK files from here. Install It. 3. Open VS2005 Express: 1. From the Tools drop down menu, select Options... 2. Expand the "Projects and Solutions&quo...
by wakkedup
Fri Apr 06, 2007 12:32 am
Forum: MQ2::Custom UI
Topic: Frequncy UI - I Like turtles
Replies: 648
Views: 273785

I can guarantee he was making fun...
Fuergrissa wrote:If you need any more help with anything please Post First then Search if no one answers..... I think thats the right way around :)