Moderator: MacroQuest Developers

dont_know_at_all wrote:Gee, if only there was a way to correctly report a crash...
Code: Select all
17 June 2007 by ieatacid
- '/click left <x> <y>' works again. It's now possible to
click tradeskill containers and ground spawns. This only
works on the actual game play environment. It does not
work on UI windows (there are existing commands for that)
or anything out of the viewport area.
- Added '/click left center' to click the center of the viewport area
- Added the following to the macroquest TLO:
* ViewportX - left edge of the viewport area
* ViewportY - top edge of the viewport area
* ViewportXMax - right edge of the viewport area
* ViewportYMax - bottom edge of the viewport are
* ViewportXCenter - center of the viewport area going from left to right
* ViewportYCenter - center of the viewport area going from top to bottom
* LClickedObject - successfully clicking a ground spawn, TS container,
NPC, or PC (using '/click left center|<x> <y>') will set this to TRUE


