PDA

View Full Version : [AutoHotKey] Pickup quest items from environment



Gomja
10-12-2019, 09:32 PM
I am using ahk to do key broadcasting. But how do I have a clone interact with a quest item on the ground? I have interact with target set and can loot from a dead mob but never figured out a way to click these quest objects on the ground. Any help would be appreciated!

luxlunae
10-12-2019, 10:01 PM
Interact with mouseover!

Gomja
10-12-2019, 11:12 PM
Interact with mouseover!

I dont send the mouse input to my second display. Is there some way without doing that? Im just using a simple key broadcast ahk script.

MiRai
10-12-2019, 11:36 PM
I dont send the mouse input to my second display. Is there some way without doing that? Im just using a simple key broadcast ahk script.
If something in the game world can be interacted with, yet you cannot target it, then the only way is to use your mouse, either by:

A) Right-clicking on the physical location in the game world
B) Hovering your mouse over the physical location in the game world, and using Interact with Mouseover

If you aren't willing to broadcast your mouse while multiboxing, then your only option is to switch windows and interact with the item/node in question.

Also, I made a mistake by moving this thread, and I'll move it back.