[OpenEUO] Item Placement(Deco Helper) Script

If you make a Client-side script you can publish it here for other players to use
Locked
Quinton
Master Scribe
Posts: 51
Joined: Sat Apr 02, 2011 6:40 am

[OpenEUO] Item Placement(Deco Helper) Script

Post by Quinton »

House Deco Helper, developed to place pesky vines along walls, but will help you place just about anything!

Directions:
*Put items to be placed into a container renamed to Place by using an engraving tool, this is case sensitive. This container should be located in your Main Backpack.
*open placeApp.lua and start the script.
*The items will be displayed in the script's interface window, from there you must select one of these items, and press 'Place Item'.
*Target the tile where you wish to place the item, and it will be placed!
*See notes below for how to update the items being displayed in the script's interface window.

Quirks:
*Certain items will refuse to be placed if they won't fit in the area correctly.
For Example:
I tired to place a chest at the bottom of a stack chests, perpendicular to the stack (I was replacing a crafted chest with a paragon one.) It refused to be placed. I had to lock it down manually and use the deco tool to turn it, matching direction of the stack. At this point, the script worked perfectly to allow the chest to be placed in the open space at the bottom of the stack.

That's about everything! Enjoy :]


Timer Version
PlaceApp.zip
This uses a timer to update your items.
(5.17 KiB) Downloaded 189 times
*The listing of items located in the 'Place' container will update every 5 seconds, which will also deselect your selected item. If this seems too quick to be able to press the 'Place Item' button, I can change it. [/color]

Button Version
PlaceButton.zip
This uses a button to update your items.
(5.2 KiB) Downloaded 224 times
**The listing of items located in the 'Place' container will update when you press the 'Update List' button, and the new set of items will be displayed in the script's interface window.[/color]
Locked