Kaladim Fungi Harvester

Post your completed (working) macros here. Only for macros using MQ2Data syntax!

Moderator: MacroQuest Developers

[40oz]
a hill giant
a hill giant
Posts: 156
Joined: Tue Nov 12, 2002 12:14 pm

Post by [40oz] » Sun Dec 18, 2005 2:22 pm

This macro would work if the following code would work:

Code: Select all

/click left item
I know DKAA said it was broken and needs new TLO to be written. Just curious on the status.

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Sun Dec 18, 2005 3:16 pm

That code works...

[40oz]
a hill giant
a hill giant
Posts: 156
Joined: Tue Nov 12, 2002 12:14 pm

Post by [40oz] » Sun Dec 18, 2005 4:30 pm

hmm then i'm doing something wrong =/ if i type manually in game:

Code: Select all

/item *
I see the items I want.

Code: Select all

/itemtarget *Blue
It targets the closest one, great. run to it, get close enough. /click left item don't work =/ using newest zip from dec 15th. Am I missing something?

Here is the sub from my personal harvester after this one wasn't working for me:

Code: Select all

Sub GoGetIt

   /face item

   /keypress forward hold
   :move
   /if (${Ground.Distance}<8) {
      /keypress forward
   } else {
      /goto :move
   }
    
   /delay 1s
   /face item
   /delay 1s
   /click left item
   /delay 2s
   /autoinv

/return

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Sun Dec 18, 2005 10:01 pm

eqdata.h:

Code: Select all

@@ -1577,7 +1577,7 @@
 /*0x10*/
 } EQSTRINGTABLE, *PEQSTRINGTABLE;

-#define EQ_INTERACTGROUNDITEM   0x3BC2
+#define EQ_INTERACTGROUNDITEM   0x3C4B
 #define EQ_BAZAARSEARCHCREATE   0x7620  // CProgSelWnd__WndNotification
 #define EQ_BAZAARSEARCHME       0x6379  // CBazaarSearchWnd__doQuery
 #define EQ_EMOTE                0x547A  // CEverQuest__Emote

armysoldier
a hill giant
a hill giant
Posts: 189
Joined: Mon Jun 27, 2005 2:13 am
Location: Florida (Stationed at FT Carson CO)

Post by armysoldier » Mon Dec 19, 2005 2:34 pm

/click left item would work if your mouse is directly over the shroom

Same problem in the TS macros.. the way i fixed it .. was to have the location of the enviro containers.. right on top of it..

so as long as the mouse is center screen .. the Envrio TS containers open..



As for the shrooms.. DKAA I am not sure what to do with that code you posted...

I am a rookie macro writer... I have fixed all the TS macs.. and made a few new ones... But targeting Ground Spawn or Enviro containers .. is messin with me hard.

Can ya give me a clue .. 8-)

please

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Mon Dec 19, 2005 2:55 pm

armysoldier wrote:/click left item would work if your mouse is directly over the shroom
Incorrect. /click left item will not work at all now. Normally, you do not need to have the mouse on the item for /click left item to work.
armysoldier wrote:Can ya give me a clue .. 8-)
Wait for the next zip.

Scythe
decaying skeleton
decaying skeleton
Posts: 6
Joined: Thu Aug 04, 2005 7:29 pm

Post by Scythe » Sun Dec 25, 2005 7:11 am

Any idea when that might be?

User avatar
fearless
Not a Psychic
Posts: 2684
Joined: Wed Mar 10, 2004 3:52 pm

Post by fearless » Sun Dec 25, 2005 10:32 am

Scythe wrote:Any idea when that might be?
It is when it is. No need to beg.
Reading . . . it's not just for me.

[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
[quote="Ccomp5950"]Fearless showed me the light, you too shall learn.[/quote]

armysoldier
a hill giant
a hill giant
Posts: 189
Joined: Mon Jun 27, 2005 2:13 am
Location: Florida (Stationed at FT Carson CO)

Post by armysoldier » Sun Dec 25, 2005 11:42 am

dont_know_at_all wrote:
armysoldier wrote:/click left item would work if your mouse is directly over the shroom
Incorrect. /click left item will not work at all now. Normally, you do not need to have the mouse on the item for /click left item to work.
I understand what item left click is suppose to do .... and I realize it doesn't work.. what i meant was.....

Where I have that statement in the TS macros.... for the envrio TS containers.. I have to have the Mouse center screen... so that when /click left item is called......... it is doing the click left part.... which does infact open the container...

BUT .. big but here... if the mouse is not centers.. or there is any windows in the way .. it will cause a glitch .. cause the mouse is left clicking what ever is in front of it ....




NOW.. can we use this to help us fix the shroom harvester???

where we center the mouse over each single shroom and click on it?


i am not 100% sure


is each shroom location always the same?

anyone know?

if so i can write some movement code and get this working ...


8-)

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Sun Dec 25, 2005 12:17 pm

Code: Select all

/itemtarget *Blue 
/left click item
This code works regardless of where the mouse is -- even if the mouse if over an inventory container. I have no idea what you are talking about.

eqrangerguy
orc pawn
orc pawn
Posts: 20
Joined: Tue Mar 08, 2005 10:01 am

Post by eqrangerguy » Sun Dec 25, 2005 2:46 pm

for those that didnt know, the snippet that was posted was something you had to change in the original zip. the file is named, as is enough info in the area of the file to make a simple Search and Replace work. Then you would have recompiled and it would have worked. However, with the current zip, it is fixed and working.

*tosses you your bone*

armysoldier
a hill giant
a hill giant
Posts: 189
Joined: Mon Jun 27, 2005 2:13 am
Location: Florida (Stationed at FT Carson CO)

Post by armysoldier » Sun Dec 25, 2005 7:15 pm

dont_know_at_all wrote:

Code: Select all

/itemtarget *Blue 
/left click item
This code works regardless of where the mouse is -- even if the mouse if over an inventory container. I have no idea what you are talking about.
it used to work ... it doesn't anymore

armysoldier
a hill giant
a hill giant
Posts: 189
Joined: Mon Jun 27, 2005 2:13 am
Location: Florida (Stationed at FT Carson CO)

Post by armysoldier » Sun Dec 25, 2005 7:16 pm

just forget it .. will wait for the mq2 update that fixes ground spawn targeting

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Sun Dec 25, 2005 7:53 pm

it's fixed in the latest zip...

armysoldier
a hill giant
a hill giant
Posts: 189
Joined: Mon Jun 27, 2005 2:13 am
Location: Florida (Stationed at FT Carson CO)

Post by armysoldier » Mon Dec 26, 2005 12:23 am

ok i am missing a whole update... i am still on the 12/16 update...

/sigh

compiling and will test all ground spawn macros in the morn