Search found 7 matches

by kallell
Sat Jul 10, 2004 2:36 am
Forum: MQ2::Macros::Help
Topic: Ok, what's wrong with this.
Replies: 3
Views: 1003

afd

hmm. kinda along same lines, but how would i do this:

What would the code look like to find an item in your inventory, then click on that item?
by kallell
Fri Jul 09, 2004 1:37 pm
Forum: MQ2::Macros::Help
Topic: Ok, what's wrong with this.
Replies: 3
Views: 1003

Ok, what's wrong with this.

Code: Select all

:autoequip 
/if (${Cursor.Name.Equal[Batwing]}) {
/itemnotify pack4 leftmouseup
} else  /if (${Cursor.ID}!=NULL) { 
    /notify COMBW_CombineArea COMBW_AutoInvButton leftmouseup 
    /delay 1s 


i want the batwing to go in slot 4, and any other item to be auto inventoried.
by kallell
Fri Jul 09, 2004 6:49 am
Forum: MQ2::Macros::Help
Topic: Comparing.
Replies: 1
Views: 513

Comparing.

What i'm trying to do, is get only certain items on the mouse to auto-inventory, and others to go in a speicific spot...I can't get past the comparing of the name of the mouse to the item. Sorry if this sounds confusing, but its 5 am and i havnt gone to sleep yet.
by kallell
Wed Feb 25, 2004 8:11 pm
Forum: MQ2::General
Topic: Quick question regarding programming.
Replies: 7
Views: 2143

afds

I know how to run macroquest, i have done it a crap load of times, i just want to get more knowledge on making my own actual macros and such...just like learning commands and stuff.
by kallell
Wed Feb 25, 2004 3:52 pm
Forum: MQ2::General
Topic: Quick question regarding programming.
Replies: 7
Views: 2143

Quick question regarding programming.

I've been working with c++ for a little while now, and was wondering if anyone knows of any good tutorials i could DL to become more informed on the matter.

THanks,
kallell
by kallell
Tue Aug 19, 2003 1:21 am
Forum: Outdated Macros::Macro Help
Topic: just playing around with macros, need a tad bit o help
Replies: 1
Views: 1061

just playing around with macros, need a tad bit o help

Sub main |Merchant /Click left auto /target "merchantname" /face /click right target /if target==Llokken /goto :Done :Selling /finditem "Fish Roll" /if $find()==FALSE /goto :Done /Delay 1 /click left Sell :Done /press ESC /return *ok the merchant name i just edited out* My quest...
by kallell
Mon Aug 18, 2003 1:12 pm
Forum: Outdated Macros::Macro Help
Topic: how do i speed up a macro?
Replies: 10
Views: 8713

how do i speed up a macro?

I see all these macros taht say you can speed it up or down depending on computer, but what i dont get is that how to do it? For example Fryfrogs ts macro... What exactly do i need to edit???

-kallell