Search found 30 matches

by python023
Thu Jul 08, 2004 5:27 pm
Forum: MQ2::Macros::Help
Topic: /doevents Problem
Replies: 7
Views: 1964

Even with /delay 10 before AND after /doevents, the macro still wont call /doevents!! /declare step int outer 1 #event EvtNoMoreStuff "#*#you don't have everything you need for this recipe#*#" #event EvtNoMoreStuff "#*#You are missing a#*#" #Event inuse "#*#Someone else is u...
by python023
Wed Jun 30, 2004 9:25 pm
Forum: MQ2::Macros::Help
Topic: /doevents Problem
Replies: 7
Views: 1964

Well see i need the variable "step" as a global var. /declare step int global 1 #event EvtNoMoreStuff "#*#you don't have everything you need for this recipe#*#" #event EvtNoMoreStuff "#*#You are missing a#*#" #Event inuse "#*#Someone else is using that#*#" Sub...
by python023
Wed Jun 30, 2004 8:44 pm
Forum: MQ2::Macros::Help
Topic: /doevents Problem
Replies: 7
Views: 1964

/doevents Problem

Maybe im just a stupid retard but ive read the post in "Conversion help" forum and looked at other ppl's macros, but i cant get my macro to actually do the events. The output in my chat box when i want to /doevent says: "Sorry, you..." "You are missing a..." Heres the c...
by python023
Sat May 15, 2004 9:10 pm
Forum: MQ2::Macros::Help
Topic: /doevents problem
Replies: 2
Views: 925

/doevents problem

With the latest patch, i cant seem to switch between combines when i run out of an item. If oyu are out of an item, it says, "Sorry, you dont have enough of this item in your general inventory..." So when it does that, i have it move on to the next step. But it is not clicking at all, let ...
by python023
Sun May 02, 2004 6:40 pm
Forum: MQ2::Macros::Help
Topic: Random Ending of Macro
Replies: 7
Views: 2055

ok, i got it now
thank you once again, lax
by python023
Sun May 02, 2004 5:09 pm
Forum: MQ2::Macros::Help
Topic: Random Ending of Macro
Replies: 7
Views: 2055

OK i changed the combine part to a label instead of sub, but now i get the error: Couldn't find label :Combine here is the new code: #Event nocomp1 "You are missing a Small Piece of Ore" Sub Main :MainLoop /call BuyItems /call OpenForge /goto :Combine /end Sub BuyItems ..... /return Sub Op...
by python023
Sun May 02, 2004 2:40 pm
Forum: MQ2::Macros::Help
Topic: Random Ending of Macro
Replies: 7
Views: 2055

So what i should do is change the Sub Combine to :Combine - from a routine to a label, and then instead of /call Combine every /doevents, i should use /goto :Combine
right?
thanks
python
by python023
Sun May 02, 2004 2:25 pm
Forum: MQ2::Macros::Help
Topic: Random Ending of Macro
Replies: 7
Views: 2055

OK I see the problem in my loop now :oops: hehe, but what do you mean I would crash because im consistently using up more memory?
Is it a certain command im calling or what?
thanks
python
by python023
Sun May 02, 2004 2:04 pm
Forum: MQ2::Macros::Help
Topic: Random Ending of Macro
Replies: 7
Views: 2055

Random Ending of Macro

In this smihting macro, after one or two combines, it automatically ends the macro when it should still be running. It buys the items, opens the forge, select the first item, and then does one or two combines, and then ends. #Event nocomp1 "You are missing a Small Piece of Ore" Sub Main :M...
by python023
Tue Apr 27, 2004 10:12 pm
Forum: Macro Help (MQ1)
Topic: Random Disappearance of Forge
Replies: 9
Views: 8513

hmm...I put in the new code: :MakeSBOO /if (!${FindItem[Small Piece of Ore].ID}) /goto :MakeLBOO /ctrl /itemnotify ${FindItem[Small Piece of Ore].InvSlot} leftmouseup /itemnotify enviro2 leftmouseup /if (!${FindItem[Small Piece of Ore].ID}) { /itemnotify enviro2 leftmouseup /if (${Cursor.ID}) /autoi...
by python023
Tue Apr 27, 2004 7:43 pm
Forum: Macro Help (MQ1)
Topic: Random Disappearance of Forge
Replies: 9
Views: 8513

So i could do it like this:

Code: Select all

/if (${Cursor.ID}=='null') /goto :NextLoop

/autoinv
/goto :NextLoop
If there were nothing on the cursor, it would go to nextloop, but if there were, it would /autoinv and then goto nextloop, correct? Or am i not getting the return right with =='null'?
thank you
python
by python023
Tue Apr 27, 2004 6:41 pm
Forum: Macro Help (MQ1)
Topic: Random Disappearance of Forge
Replies: 9
Views: 8513

Ok, i have it isolated to the /autoinv i believe, from the link to the other post. Is there a variable in MQ2Data that will tell me if i have something on my mouse?
Like if i have an object, or brick, or hammer on my mouse, is there a way to check for that?
thank you!
by python023
Tue Apr 27, 2004 8:08 am
Forum: Macro Help (MQ1)
Topic: Random Disappearance of Forge
Replies: 9
Views: 8513

Well i did use a search, but i didnt think to look 5 months back, considering the code worked fine before the April 21st patches for MQ2Data. But, i found no /click commands in that whole segment. There are /autoinv commands that run regardless of success or failure, which i wil change when i get ho...
by python023
Mon Apr 26, 2004 9:32 pm
Forum: Macro Help (MQ1)
Topic: Random Disappearance of Forge
Replies: 9
Views: 8513

Random Disappearance of Forge

When im in the middle of combining items in the forge, sometimes the forge randomly closes, and i get a set of errors: Could not send Notification to enviro1 leftmouseup -or- Window 'enviro' not open -or- Invalid Item slot 'null' Now i kind of understand what they mean, mostly, but i dont understand...
by python023
Sun Apr 25, 2004 9:28 pm
Forum: Macro Help (MQ1)
Topic: Replacing /click left enviro *
Replies: 5
Views: 6368

damn your good
lol thanks lax