Moderator: MacroQuest Developers
I frequently don't respond to tells even when not running a macro. If I'm feeling antisocial that night I just ignore them. All those "dude, link me your weapon" messages just cause they haven't seen a flaming sword before get annoying.dont_know_at_all wrote:Well, if I see a PC running around and not responding, I usually report them for macroing.
Don't you?
Code: Select all
||/itemtarget Brew Barrel
|| /face item
|| /click left item
|| /delay 1s
||
|| /doevents
||
|| /for slot 0 to 10
|| /finditem (not sure what to put here)
|| /if find = true /destroy
|| /if find = false /goto :combine
In ShadowHaven, the brewbarrel has two entries so two people can use it at any one time. This I noticed when my macro approached the barrel while another was using it. I was busy talking to a friend, because I paused it thinking it wouldn't work, but out of chance, I unpaused it.. and voila, into the Barrel I went.Onezero wrote:I have noticed this too. If I open an environment container with /itemtarget, it will show a different set of items than if I left click on the actual item in the client.
I put a water flask in the one I opened by clicking, and a ration in the one I opened with /itemtarget, and it stored them separately.
It is almost like the server uses two different containers for each environment object, but I'm not sure why.
Btw, glad to hear it got you all the way to 248, that was my goal with this and good to hear someone actually got to it without any manual work :)