Search found 17 matches

by Chummer
Fri Nov 05, 2004 4:00 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 162807

Is anyone else having a problem with the stopifhealed or the stopforheals toggles now working? I have both of these set to "on" in my ini file but they dont seem to be doing anything. The bot will not heal untill the current spell is done casting and will not cancel the heal if someone els...
by Chummer
Fri Jul 23, 2004 6:56 pm
Forum: MQ2::Help
Topic: /notify for buff window...
Replies: 13
Views: 3384

/notify for buff window...

I was trying to figure out a way that I would be able to make my macro click off a beneficial buff from the buff bar without interfering with the mouse. It seems that /notify is the right way to go but so far I have been unable to make anything happen. Has anyone done anything like this yet? I could...
by Chummer
Sun Mar 21, 2004 11:14 pm
Forum: MQ2::Help
Topic: trouble making a plugin work
Replies: 49
Views: 1132

I didnt post the code for others to use, just for possible debugging. Now that I have it working, it seems to be working fine. I will remove the code from my post tho so you can post it once its finalized.
by Chummer
Sun Mar 21, 2004 10:20 pm
Forum: MQ2::Bug Reports
Topic: $equip()
Replies: 38
Views: 829

Once again I post just before I see the answer. I took a look at the sourcecode for $equip() and noticed that the left and right are replaced with 1 and 2. So instead of lfinger, i would use finger1. The description for $equip() states that the equipment slots should match those listed in Appendix G...
by Chummer
Sun Mar 21, 2004 10:04 pm
Forum: MQ2::Bug Reports
Topic: $equip()
Replies: 38
Views: 829

$equip()

$equip() is not working for all equipement slots. lear, rear, lfinger, rfinger, lwrist, rwrist all do not seem to qualify as valid slots. When using any of these slotnames $equip() does not return the proper value. Specifically used as:

Code: Select all

/echo $equip(lfinger,name)
by Chummer
Sun Mar 21, 2004 8:06 pm
Forum: MQ2::Help
Topic: trouble making a plugin work
Replies: 49
Views: 1132

Ok, i got it figured out. I was adding it to the project wrong. Its fixed and working perfectly now! Figures I would figure it out 1 minute after posting here!
by Chummer
Sun Mar 21, 2004 7:54 pm
Forum: MQ2::Help
Topic: trouble making a plugin work
Replies: 49
Views: 1132

trouble making a plugin work

I am trying to load a plugin that allows an item exchange without having to open up bags or inventory windows. I have followed the instructions on how to make a new plugin using code from a forum. I added all the files that were created from the mkplugin executable to the mq2main section of the proj...
by Chummer
Sat Mar 20, 2004 6:22 pm
Forum: MQ2::Bug Reports
Topic: CTD with /itemn range leftmouseup
Replies: 12
Views: 2619

Yay, so im not crazy! I hope this can get figured out soon, im eager to write my next macro!

Chummer
by Chummer
Fri Mar 19, 2004 12:57 am
Forum: MQ2::Bug Reports
Topic: CTD with /itemn range leftmouseup
Replies: 12
Views: 2619

I cant seem to get this command to do anything without a CTD. Every time no matter what slotname or packslot I put in for this command or notification, i get dumped. I even typed in the command exactly as given in the manual and still the same problem. Unfortunatly I am not getting any error message...
by Chummer
Thu Mar 18, 2004 7:41 pm
Forum: MQ2::Bug Reports
Topic: CTD with /itemn range leftmouseup
Replies: 12
Views: 2619

/itemn still seems to be causing CTD. The command I used in game as I was simply testing out in game to see how it worked was the following: /itemn pack1 leftmouseup There was no messages at all just pops you right to the desktop. Is this something that can be looked into? I would like to use this c...
by Chummer
Tue Mar 16, 2004 3:30 am
Forum: Macro Requests (MQ1)
Topic: Jar of Clockwork Grease
Replies: 7
Views: 5896

I just posted my final code. Take a look at it and try it. Let me know what you think.
by Chummer
Tue Mar 16, 2004 3:25 am
Forum: Macro Depot (MQ1)
Topic: clockwork.mac - Makes "Jar of Clockwork Grease"
Replies: 1
Views: 4145

clockwork.mac - Makes "Jar of Clockwork Grease"

| clockwork.mac | Written by Chummer (03-16-04) | v1.0 | | ----------------- | Description | ----------------- | clockwork.mac will complete all the steps necessary to make a "Jar of Clockwork Grease". | This macro is designed to be used at any location at which the pottery wheey and kiln...
by Chummer
Mon Mar 15, 2004 1:49 am
Forum: Macro Help (MQ1)
Topic: New Tradeskill UI Problems
Replies: 4
Views: 1133

Okay, i got it to open the container fine now using a /click command. One final detail im still working on is what to do with the final product. I dont want to /autoinv because it will put it in the slot where the next container will need to go in the next iteration. Im trying to figure out a way fo...
by Chummer
Sat Mar 13, 2004 11:38 pm
Forum: Macro Requests (MQ1)
Topic: Jar of Clockwork Grease
Replies: 7
Views: 5896

Smash,

Can you please post the code for your existing macro? I am having some troubles getting that section of my code complete and i would like to see how you implemented it if its not too much trouble.

Thanks
by Chummer
Sat Mar 13, 2004 11:31 pm
Forum: Macro Help (MQ1)
Topic: New Tradeskill UI Problems
Replies: 4
Views: 1133

Okay, the /notify suggestion worked, yay! There are a few new problems i have encountered when trying to get this macro finnished up that I could use some help on. 1) Ive had to add some delay with the /delay command in some places to get some of the commands such as /notify in order for them to wor...