Jump to content

Recommended Posts

Posted

a build all button on the build terminal would be REALLY helpful, even if it only works on ammo and comps, cause building several hundred ammo comps for your guild sucks atm lol

Posted

Hmm. We can't add a button because we don't have the ability to change the client, but a slash command isn't out of the question. We'll need a server dev's opinion on this.

Posted

havent tried since live... but this button used to build all

Constants

NumberOfItemsToManufacture = 60

MouseMoveDelay = 200

ManufactureDelay = 1500

PressManufactureButtonX = 260

PressManufactureButtonY = 290

End

call InitializeMacroing

Loop $NumberOfItemsToManufacture

call DoManufacture

End

Stop

Procedure InitializeMacroing

SetActiveWindow Earth & Beyond

CommandDelay 250

Delay 2000

ObjVar 4

End

Procedure ClickMouse Using x, y, delaytime

MousePos $x, $y

Delay $MouseMoveDelay

LeftClick

Delay $delaytime

End

Procedure DoManufacture

call ClickMouse $PressManufactureButtonX, $PressManufactureButtonY, 100

Delay $ManufactureDelay

End

  • Upvote 1
Posted

That macro would do it; of course it would still take a while.

Posted

havent tried since live... but this button used to build all

Constants

NumberOfItemsToManufacture = 60

MouseMoveDelay = 200

ManufactureDelay = 1500

PressManufactureButtonX = 260

PressManufactureButtonY = 290

End

call InitializeMacroing

Loop $NumberOfItemsToManufacture

call DoManufacture

End

Stop

Procedure InitializeMacroing

SetActiveWindow Earth & Beyond

CommandDelay 250

Delay 2000

ObjVar 4

End

Procedure ClickMouse Using x, y, delaytime

MousePos $x, $y

Delay $MouseMoveDelay

LeftClick

Delay $delaytime

End

Procedure DoManufacture

call ClickMouse $PressManufactureButtonX, $PressManufactureButtonY, 100

Delay $ManufactureDelay

End

Or. Use a simple repeat -fire, or right click button.- then go afk till it is done. >.>

As CDel said, it'd still take awhile on some things.

Posted

a build all button on the build terminal would be REALLY helpful, even if it only works on ammo and comps, cause building several hundred ammo comps for your guild sucks atm lol

+1 anything to help this would be great, slash command, build all button. A zet user wanting 50 elixers, flux, and shades is 150 button pushes and thats not really alot of ammo.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...