Search found 12 matches

by Thornado
Tue Aug 03, 2004 3:35 am
Forum: MQ2::Help
Topic: Compiled MQ2
Replies: 15
Views: 4257

Just to point out another little nugget of info. Check out that post that is Sticky'ed to the top of this forum the one called "Step by Step Guide for Setting Up MQ2 w/ free trial VS.NET" Did you notice the word FREE in that line? Just pointing out there is already a method to compile it f...
by Thornado
Fri Jul 30, 2004 2:20 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 118678

Ok rather then seeing a bunch of peps blindly trying stuff I will explain whats wrong. Not how to fix it mind you :lol: I don't have the time anytime soon to even try. Whats happening is when your fighting a mob and it dies you will notice that you will not have anything targeted. Thats why it check...
by Thornado
Tue Jul 20, 2004 10:11 pm
Forum: MQ2::General
Topic: Enable/Disable the /goto function
Replies: 31
Views: 9475

EQ, the version all of us are using is the same as what the GMs, Devs, and Guides use. The very same. The difference is what happens when you login and when they log in. Their logins give them special access to portions of the program you and I don't get. The portions that allow them to "port&...
by Thornado
Sat Jul 17, 2004 2:46 pm
Forum: MQ2::General
Topic: Enable/Disable the /goto function
Replies: 31
Views: 9475

Re: Enable/Disable the /goto function

In that case is there anyway to exit out of MQ once its embeded in the EQ instance? Its been a while since I have used this but I don't see how it could have changed its just /unload while macroquest would still be in the tool bar but it would stop interacting with everquest. If you need to get it ...
by Thornado
Tue Jun 22, 2004 4:24 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 118678

No one can figure that out? It's gotta be a very simple string function issue... I'm just not familiar enough with MQ to figure it out myself. Any help would be greatly appreciated. (If you have no idea what I'm talking about, read the post directly before this one) I normally try not to flame idio...
by Thornado
Sun Jun 20, 2004 10:53 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 118678

Guys there has been a new release of MQ2 that has bug fixs for the calculate code. Before you go any farther download the new zip file and recompile.
by Thornado
Tue Jun 08, 2004 11:28 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 118678

The lazy approach to buffing is actually really easy. First include from the snippet forum spellcast.inc Then just add a sub with a couple lines like this /if (${Bool[${Me.Buff["Buff Name"]}]}==FALSE) /call Cast "Buff Name" gem7 Its simple checks if you have the buff up if not ca...
by Thornado
Thu Jun 03, 2004 10:36 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 118678

cant seem to get it to work. copied and pasted from the first post hunter.mac HunterMob.ini HunterLoot.ini the readout says- [MQ2]attempting to read section "East Commonlands" from HunterMob.ini... [MQ2]Mob Array Creation Error, ending macro i cant quite figure out the problem any help wo...
by Thornado
Wed Jun 02, 2004 6:17 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bazaar Search Conversion--Dumpster Diving
Replies: 6
Views: 3442

What if it's 20 plat, 20 gold, 0 silver, and 20 bronze? 2020020? Cuase that could be many different combonations of that. Just kinda wondering. (like it could be 2plat 0gold, 200silver, and 20bronze ;) ) Really you can set it to be 20 copper when setting bazaar prices in trader mode but thats the s...
by Thornado
Fri May 28, 2004 3:54 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 118678

I am not even going to comment on the code that you wrote FrtyTwoIQ but what you need to do is have the section of code run when you are between fights. One of the best ways to understand something like this to modify it is to draw a flow diagram. Just sit down and maybe even print out the code and ...
by Thornado
Sun May 16, 2004 4:57 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 118678

Simple add fix for people with a DS

The fix so that if you get an add and are going into loops because you have a DS is easy. Whats happening is that the movetomob sub has a check if the mob is not at full health and you don't have a combat variable set it kicks the mob out problem is a DS will make sure that mob is not full health. A...
by Thornado
Wed May 12, 2004 7:16 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 118678

An idea on how to fix the under the world mobs. Most often its my experiance you can get very close or even often stand right on top of where the mob is. Just have a check after the move sub if the mobs Z is more then 50 below you its below the world. The big problem with that is the need to add an ...