Search found 27 matches

by simkin
Wed Jan 28, 2009 7:26 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: HyperFish v1.0 Updated: 11/27/2004
Replies: 91
Views: 24363

vladd wrote:I just tried this macro and got spammed with "Due to complete misuse of the String Top-Level Object, it has been removed." I think this needs an update lol
If you're using the one I posted, it shouldn't do that. I've been using it as is for some time now.
by simkin
Thu Sep 06, 2007 9:37 am
Forum: MQ2::Macros::Requests
Topic: Lots of ideas
Replies: 26
Views: 7949

Re: Lots of ideas

Hey every1, I have a lot of ideas for in game convieniences, but i dont know where to start, i dont know how to make them, halp plz. Im nottobright! :D Maybe you could list all these ideas you have and people who are not notobright might implement them. However, I'm leaning towards "it's been ...
by simkin
Sun May 27, 2007 10:18 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Advanced Casino Spender .mac
Replies: 6
Views: 3509

Based on that: Sub BuyTokens | Buys one lot of tokens /declare KTokens local int /if ( ${FindItemCount[=King's Court Token]}>${MAX_TOKENS_HELD} ) /return /declare NumBuys int local /varcalc NumBuys ${MAX_TOKENS_HELD}-${FindItemCount[=King's Court Token]} /if ( ${Math.Calc[${NumBuys}*100]}>${CURRENT_...
by simkin
Fri Mar 09, 2007 8:43 pm
Forum: MQ2::Macros::Requests
Topic: Trading Orum and other coins
Replies: 5
Views: 3506

I figured it out. Might build a clean include to trade all 4 TBS monies now.
by simkin
Fri Mar 09, 2007 10:18 am
Forum: MQ2::Macros::Requests
Topic: Trading Orum and other coins
Replies: 5
Views: 3506

Trading Orum and other coins

Anyone interested in building a similar include to GiveCrystals.inc that will trade all orum (or doubloons, etc) to one player?


http://www.macroquest2.com/phpBB2/viewt ... vecrystals
by simkin
Tue Jan 23, 2007 9:54 am
Forum: MQ2::Macros::Help
Topic: Event Not Firing
Replies: 15
Views: 10835

Put an /echo command just before the doevents call. See how many times it goes off. Or put the doevents somewhere else.

I have a very similar macro and the same Event triggers and don't have any problems with it stopping.
by simkin
Sun Jan 14, 2007 10:11 pm
Forum: MQ2::Bug Reports
Topic: Errors in formating MQ2-20070114.zip
Replies: 42
Views: 4106

Compiles fine now.
by simkin
Sun Jan 14, 2007 8:45 pm
Forum: MQ2::Bug Reports
Topic: Errors in formating MQ2-20070114.zip
Replies: 42
Views: 4106

VS 2005 here and getting this issue.
by simkin
Sat Dec 30, 2006 2:49 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Skylance: The Laboratory emote listener
Replies: 43
Views: 4274

Skylance: The Laboratory emote listener

I was farming some augs from Skylance 3 today and whipped this up quick and dirty to tell me what item to click. |** Skylab.mac written by Simkin (Version 1.0 December 30th, 2006) Skylance: The Laboratory emote listener This macro will tell you which item to click and warn you when you have one more...
by simkin
Fri Dec 01, 2006 12:51 pm
Forum: MQ2::Macros::Requests
Topic: bank inventory to file
Replies: 12
Views: 2807

/outputfile

or use Magelo to export to a xml file
by simkin
Fri Dec 01, 2006 8:07 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: adv_fishing.mac (Advanced Fishing Macro. v1.0beta 01/07/04)
Replies: 52
Views: 52344

What I did when I re-wrote hyperfish was add a [destroy] section that only deletes cursor items that match ones listed. This way people can list anything they want and be protected.
by simkin
Sat Sep 30, 2006 5:15 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Summon Arrows with Ancille's Pouch.
Replies: 24
Views: 10580

I think I went a little overboard here but I was trying to automate my Warrior's tasks and decided to add a summon arrow routine. There is a potential problem where you're out of inventory space and don't have your max arrows. Try to avoid that. | summon_arrows.inc based on summon_arrows.mac by Cana...
by simkin
Sun Sep 10, 2006 9:01 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: HyperFish v1.0 Updated: 11/27/2004
Replies: 91
Views: 24363

I made a change so it only keeps a set number of bait per entry. Useful for when you're tight on inventory and don't want to get overloaded with bait items. from /if (${Cursor.Name.Find[${Bait_LootArray[${LootCheck}]}]}) { to /if ((${Cursor.Name.Find[${Bait_LootArray[${LootCheck}]}]})&&(${Fi...
by simkin
Wed Sep 06, 2006 5:12 pm
Forum: MQ2::Help
Topic: how to add
Replies: 44
Views: 17574

I give him marks for not calling it "winki" :P
by simkin
Wed Sep 06, 2006 1:00 pm
Forum: MQ2::Help
Topic: how to add
Replies: 44
Views: 17574

That is really weird because I swear I clicked his link this morning and got a page outlining how to create a macro. It was like 9 steps. I'm not having any luck getting there now.