Search found 11 matches

by khozik
Sat Jun 23, 2007 4:37 pm
Forum: MQ2::Macros::Requests
Topic: activate a clicky in a inventory slot
Replies: 9
Views: 4517

I didn't want to start a new thread, so here is my code: /if ((${Me.Buff[Aura of Pure Arcanum].Duration.TotalSeconds}<=180) && (!${Me.Buff[Resurrection Effects].ID})) { /delay 1s /call cast "The Skull of Den Lord Rakban" item 1 } My problem is when rez effects say 0:00 seconds left...
by khozik
Wed Sep 21, 2005 9:32 pm
Forum: MQ2::Bug Reports
Topic: Bug Report / temp fix
Replies: 4
Views: 1370

Bug Report / temp fix

${spellName}].MyCastTime crashes me to desktop, I use ${spellName}].CastTime instead and while it's not "optimal" it works until this gets fixed :)

This is what you can do to fix spell_routines temporarily.
by khozik
Sun Dec 19, 2004 4:24 pm
Forum: MQ2::General
Topic: Note of Thanks: 12-18-04
Replies: 2
Views: 2075

nothing says thank you like a donation
by khozik
Sat Dec 18, 2004 7:42 pm
Forum: MQ2::General
Topic: learn about making own macros
Replies: 17
Views: 7405

If you think about it, he is actually asking very intelligent questions. If you do not understand oop then it would make you wonder why someone would put a dot in the veriable name... ie car1.tire is wierd, I would name it car1Tire or car1_tire.. and in the case of ${...} why do we need the 2nd '}' ...
by khozik
Sun Aug 29, 2004 6:52 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Auto Archery (Thats it!)
Replies: 5
Views: 3515

Mostly stolen from the EQ-botman :) So this would basically assist your main tank and autofire until mob is dead, then repeat. usage: /Macro ranger <Start Health> <Tank Name> if you do: /macro ranger 90 Then basically /assist ${tank} becaomes /assist NULL (doesn't do anything) so you can make an ass...
by khozik
Sun Aug 29, 2004 6:20 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFNuke mac (Wiz Bot Mac update: 12-02-04)
Replies: 373
Views: 125823

Sub Event_EXP /if (${Target.CurrentHPs}>=0) /return /varset engagedmob 0 /varset mobid 0 /varset conccount 0 /varset nukecount 0 /varset issnared 0 /varset pausetimer 0 /return Should be: Sub Event_EXP /if (${Target.CurrentHPs}>=0) /return /sit /varset engagedmob 0 /varset mobid 0 /varset conccount...
by khozik
Wed Jun 16, 2004 1:42 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 421
Views: 177488

/declare patchheal string outer Supernal Light
/declare hotspell string outer Supernal Elixir

just change those 2 to whatever heal you want..
by khozik
Sun Oct 12, 2003 3:48 am
Forum: MacroQuest::Help (Outdated)
Topic: Need help troubleshooting my Oct 10 install please
Replies: 22
Views: 18643

compling .sln did it for me.. sad I almost have a bs in CS and I still don't know what a .sln file is :) anyway I appreciate all your help!
by khozik
Sat Oct 11, 2003 3:06 am
Forum: MacroQuest::Help (Outdated)
Topic: Need help troubleshooting my Oct 10 install please
Replies: 22
Views: 18643

I have been having the same problem mentioned above. Using msvs.net, I compile w/o any errors/warnings. I have the latest download, also redownloaded and recompiled. I redownloaded recompiled using the edit method described earlier. I log on, and it says Macroquest is loaded properly just like befor...
by khozik
Fri Oct 10, 2003 4:42 pm
Forum: MQ2::General
Topic: macro woes
Replies: 21
Views: 5768

macro woes

This is what mine looks like, anything wrong with it? Even /who npc doesn't work.. it does say that it is loaded sorry to be a bother :) can't be .net causing this I'm sure.. a little later I'm going to redownload recompile and see what happens :) thanks for any help. [MacroQuest] MacroPath=.\Macros...
by khozik
Fri Oct 10, 2003 1:50 pm
Forum: MQ2::General
Topic: Status of MQ (WORKING) [Updated: Wed Nov 03]
Replies: 47
Views: 15730

sucks =]

I'm using ms vs 7.0, worked on the last version perfectly. Now I get a clean compile, it says macroquest is active but none of the commands work, and /help does not show macroquest items.. (same as previous post but using 7.0).