Thread: LUA Help
View Single Post
Unread 11-30-14, 02:17 AM   #1
Epitah
Bomani Harbinger
 
Epitah's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2013
Posts: 6
LUA Help

The Gadgets Images addon had been abandoned. So I went to the comment section of it and found some updated code by Valixx shared there to make it function good with the latest patch. I tried it out and it does, but there is one thing I want to change and was hoping someone could help me.

I made a custom version of Mofix UI by Valixx. I added my own images using Gadgets Images. But... they stay behind everything with that code. There is only 1 image in particular that I want to stay over everything. Is there a way within the code to do that?
A preview of the custom UI is here, the graphic I want to be above everything is the one used on the Unit Frame, and the action bars, while the bars on the top and bottom stay the way they are:

http://i.imgur.com/mcjfr43.jpg


This is the link to the addon in question:
http://www.riftui.com/downloads/info253-Gadgets_Images.html#info


And this is the code Valixx provided on the comments section of said addon:

Identifier = "Gadgets_Images"Name = "Gadgets_Images"Description = { English = [[Simple Gadget to load static images and position/scale them on-screen.This addon requires the prior install of the Gadgets addon.Have fun! NerfedWar ]]}Author = "NerfedWar"Website = "http://www.nerfedwar.net"Email = "[email protected]"Version = "1.0.2"Environment = "3.0"RunOnStartup ={ "Gadgets_Images.lua"}SavedVariables ={ Gadgets_Images_Prefs = "character"}Dependencies ={ Gadgets = {"required", "before"},}
__________________
"Caution's nothing without charisma. If a man plays the fool, then it's only fools he'll persuade. But appear to be the devil... and all men will submit."
―Edward Thatch to Edward Kenway, 1718.
Epitah is offline   Reply With Quote