Thread Tools Display Modes
02-06-07, 04:33 PM   #1
Succubusgoul
A Murloc Raider
Join Date: Feb 2007
Posts: 6
New AEP mod for Rogues..

Ok I pretty much give up on trying to make this myself...sooo

If anyone could make a AEP mod for rogues that use the new formula by Ming with options to pick between PVE or PVP totals. Saved Variables for each character (so you can turn it off for non-rogue characters). Minimap button when not using the options frame. The total is a tooltip when hovering over said gear. With a slide bar to move the minimap button around the edge of the minimap.

Jubei_AEP, is a good clue as to the tooltip function. (can be found on curse gaming still)
Updated AEP formula can be found at this wow site fourm. Ming's Post

For those who are woundering this is my Frame design I made...but give up on. Still think it is a pretty frame....

<code>
- <Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <!-- Autogenerated by wowuides, Version=1.0.300.0, Culture=neutral, PublicKeyToken=null
-->
- <Frame name="RogueToolOptionsFrame" toplevel="true" movable="true" frameStrata="DIALOG" enableMouse="true">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4971-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="349" y="573" />
</Size>
- <Anchors>
- <Anchor point="CENTER" relativeTo="UIParent">
- <Offset>
<AbsDimension x="0" y="0" />
</Offset>
</Anchor>
</Anchors>
- <Frames>
- <Frame name="CloseOptions">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4979-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="23" y="22" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="321" y="-3" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer level="OVERLAY">
- <Texture name="$parentTexture" setAllPoints="true" file="interface\buttons\ui-panel-minimizebutton-up">
<TexCoords left="0" right="1" top="0" bottom="1" />
</Texture>
</Layer>
</Layers>
- <Scripts>
<OnClick>function RogueTool() if (RogueTool:Show) then RogueTool:Hide(); else RogueTool:Show(); end end</OnClick>
</Scripts>
</Frame>
- <CheckButton name="DisableModButton">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4974-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="29" y="29" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="102" y="-70" />
</Offset>
</Anchor>
</Anchors>
<NormalTexture file="Interface\Buttons\UI-CheckBox-Up" />
<PushedTexture file="Interface\Buttons\UI-CheckBox-Down" />
<DisabledTexture />
<HighlightTexture file="Interface\Buttons\UI-CheckBox-Highlight" alphaMode="ADD" />
<PushedTextOffset x="0" y="0" />
<CheckedTexture file="Interface\Buttons\UI-CheckBox-Check" />
<DisabledCheckedTexture file="Interface\Buttons\UI-CheckBox-Check-Disabled" />
</CheckButton>
- <Frame name="DisableModText">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4978-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="92" y="29" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="132" y="-70" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer>
- <FontString name="$parentLabel" setAllPoints="true" font="Fonts\FRIZQT__.TTF" text="Disable Mod" justifyH="LEFT">
- <FontHeight>
<AbsValue val="10" />
</FontHeight>
<Color r="1" g="0.8196079" b="0" />
- <Shadow>
<Color r="0" g="0" b="0" />
- <Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</FontString>
</Layer>
</Layers>
</Frame>
- <Frame name="MoveInfo">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4978-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="298" y="18" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="27" y="-46" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer>
- <FontString name="$parentLabel" setAllPoints="true" font="Fonts\FRIZQT__.TTF" text="Left-click and drag to move this window." justifyH="LEFT">
- <FontHeight>
<AbsValue val="10" />
</FontHeight>
<Color r="0.7529412" g="0.7529412" b="0.7529412" />
- <Shadow>
<Color r="0" g="0" b="0" />
- <Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</FontString>
</Layer>
</Layers>
</Frame>
- <Frame name="ModTitleText">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4978-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="164" y="35" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="93" y="-5" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer>
- <FontString name="$parentLabel" setAllPoints="true" font="Fonts\FRIZQT__.TTF" text="Rogue Tool Options">
- <FontHeight>
<AbsValue val="14" />
</FontHeight>
<Color r="1" g="1" b="1" />
- <Shadow>
<Color r="0" g="0" b="0" />
- <Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</FontString>
</Layer>
</Layers>
</Frame>
- <Frame name="TitleBar">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4979-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="343" y="71" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="3" y="0" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer>
- <Texture name="$parentTexture" setAllPoints="true" file="interface\dialogframe\ui-dialogbox-header">
<TexCoords left="0" right="1" top="0" bottom="1" />
</Texture>
</Layer>
</Layers>
</Frame>
- <Frame name="FrameBGBL">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4979-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="278" y="400" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="0" y="-189" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer>
- <Texture name="$parentTexture" setAllPoints="true" file="interface\helpframe\helpframe-botleft">
<TexCoords left="0" right="1" top="0" bottom="1" />
</Texture>
</Layer>
</Layers>
</Frame>
- <Frame name="FrameBGBR">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4979-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="100" y="400" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="278" y="-189" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer>
- <Texture name="$parentTexture" setAllPoints="true" file="interface\helpframe\helpframe-botright">
<TexCoords left="0" right="1" top="0" bottom="1" />
</Texture>
</Layer>
</Layers>
</Frame>
- <Frame name="FrameBGTL">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4979-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="278" y="189" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="0" y="0" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer>
- <Texture name="$parentTexture" setAllPoints="true" file="interface\helpframe\helpframe-topleft">
<TexCoords left="0" right="1" top="0" bottom="1" />
</Texture>
</Layer>
</Layers>
</Frame>
- <Frame name="HordeBGTL">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4979-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="200" y="210" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="20" y="-46" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer level="BACKGROUND">
- <Texture name="$parentTexture" setAllPoints="true" file="interface\glues\credits\hordebanner1">
<TexCoords left="0" right="1" top="0" bottom="1" />
</Texture>
</Layer>
</Layers>
</Frame>
- <Frame name="HordeBGBL">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4979-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="200" y="192" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="20" y="-256" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer level="BACKGROUND">
- <Texture name="$parentTexture" setAllPoints="true" file="interface\glues\credits\hordebanner3">
<TexCoords left="0" right="1" top="0" bottom="1" />
</Texture>
</Layer>
</Layers>
</Frame>
- <Frame name="HordeBGBR">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4979-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="200" y="192" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="220" y="-256" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer level="BACKGROUND">
- <Texture name="$parentTexture" setAllPoints="true" file="interface\glues\credits\hordebanner4">
<TexCoords left="0" right="1" top="0" bottom="1" />
</Texture>
</Layer>
</Layers>
</Frame>
- <Frame name="FrameBGTR">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4979-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="100" y="189" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="278" y="0" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer>
- <Texture name="$parentTexture" setAllPoints="true" file="interface\helpframe\helpframe-topright">
<TexCoords left="0" right="1" top="0" bottom="1" />
</Texture>
</Layer>
</Layers>
</Frame>
- <Frame name="HordeBGTR">
- <!-- <FrameSkin skinid="f15d4970-d66d-444e-bb2d-1ad102c87fed" frameid="f15d4979-d66d-444e-bb2d-1ad102c87fed" />
-->
- <Size>
<AbsDimension x="200" y="210" />
</Size>
- <Anchors>
- <Anchor point="TOPLEFT">
- <Offset>
<AbsDimension x="220" y="-46" />
</Offset>
</Anchor>
</Anchors>
- <Layers>
- <Layer level="BACKGROUND">
- <Texture name="$parentTexture" setAllPoints="true" file="interface\glues\credits\hordebanner2">
<TexCoords left="0" right="1" top="0" bottom="1" />
</Texture>
</Layer>
</Layers>
</Frame>
</Frames>
- <Scripts>
<OnMouseDown>if ( arg1 == "LeftButton" ) then this:StartMoving() this.isMoving = true end</OnMouseDown>
<OnMouseUp>if this.isMoving then this:StopMovingOrSizing() this.isMoving = false end</OnMouseUp>
</Scripts>
</Frame>
</Ui>
</code>

Last edited by Succubusgoul : 02-06-07 at 04:35 PM.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » New AEP mod for Rogues..


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off