Download
(27Kb)
Download
Updated: 10-17-15 06:14 AM
Pictures
File Info
Compatibility:
Minor patch (6.2.3)
Updated:10-17-15 06:14 AM
Created:09-21-12 09:44 PM
Downloads:5,473
Favorites:28
MD5:

!AWP  Popular! (More than 5000 hits)

Version: 2.53
by: ape47 [More]

 
 
 
AddOn Work Permission:

  • In game AddOn manager.
  • Extremely lightweight.
  • User friendly layout.
  • Profiles Save/Load. (Account)
  • Locale: enUS, zhTW, zhCN



Usage:
  • Check to enable.
  • UnCheck to disable.
  • RightButton click to lockdown.
  • Shift+LeftButton click to forcibly load up without reload. (If it could.)
  • Shift+MouseWheel scroll to list top/bottom.



Slash Commands:
  • Toggle: /awp
  • Help: /awp help
  • Delete database: /awp kill
  • List profiles: /awp list
  • Load profile: /awp load [profile]
  • Save profile: /awp save [profile]
  • Delete profile: /awp delete [profile]
  • Reload UI: /rl



about:

2.53
- Update for 6.2.2.
2.52
- GameMenuFrame size fixed.
- TOC version update to 50400.
2.51
- hotfix
2.5
- Button textured.
- Layout modified.
2.4
- TOC version update to 50300.
- Pixel perfection for all Resolutions. (test on retina)
- Minor improve.
2.3
- ScrollBar bug fix.
2.2
- TOC version update to 50200
- Remove StaticPopup taint fix function for 5.1
2.1
- GameMenu Button.
- Remove useless slash cmd: /awp ea
- Remove useless slash cmd: /awp da
2.0
- StaticPopup taint fix.
- Scale the slider thumb dynamically according to the list size.
- Add a reset button.
- Show memory usage on tip.
- Shift-MouseWheel: scroll to top/bottom.
- Locale Strings for zhTW/zhCN.
- Add "/rl" slash cmd.
1.9
- Bug fix: ESC to close !AWP frame.
- Metatable optimization.
- Lock addon in enabled/disabled state.
- Tooltip enhanced.
- Layout enhanced.
1.8
- Core optimized.
- Force load up support.
- New slash command: /awp list
1.71
- Add some slash commands.
1.7
- Layout changed. (Locked icon and arrow of Need to Reload)
- Show profiles in tooltip.
- Show reasons in tooltip.
- LoD.
- Dependence check.
1.6
- Lockdown function.
- Variables now saved in Account-Wide.
- Layout changed.
1.51
- HotFix
1.5
- Fully rewrite the lua. More extremely lightweight then before.
1.4
- Popup dialog changed.
1.3
- Layout changed.
1.2
- New buttons: 'Enable All' and 'Disable All'
1.1
- Layout changed.
- Profile function.

1.1b
- Layout changed.
- NO profile function.
1.0a
- Lager title font.
Optional Files (0)


Post A Reply Comment Options
Unread 12-27-13, 02:17 AM  
ape47
A Murloc Raider
 
ape47's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 25
Uploads: 5
Originally Posted by laukond
Originally Posted by ape47
try stAddonmanager
I dislike its looks
__________________
Report comment to moderator  
Reply With Quote
Unread 12-25-13, 06:36 PM  
laukond
A Black Drake

Forum posts: 87
File comments: 77
Uploads: 0
Originally Posted by ape47
try stAddonmanager
I dislike its looks
Report comment to moderator  
Reply With Quote
Unread 09-30-13, 03:23 AM  
ape47
A Murloc Raider
 
ape47's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 25
Uploads: 5
Originally Posted by Tymesink
I'm getting this error...
Code:
2x !AWP-2.51\core.lua:193: attempt to index field "LOCKED" (a nil value)
!AWP-2.51\core.lua:193: in function <!AWP\core.lua:175>
!AWP-2.51\core.lua:207: in function <!AWP\core.lua:205>
!AWP-2.51\core.lua:306: in function <!AWP\core.lua:304>
For now I've edit the code to this:
Lua Code:
  1. if AWPDB.LOCKED ~= nil then
  2.     local lock = AWPDB.LOCKED[addon]           
  3.     if lock then
  4.         lock = '|TInterface/LFGFRAME/UI-LFG-ICON-LOCK:12:12:1:0:32:32:1:27:1:27|t ' --1:22 1:27  22x27
  5.         cb:RegisterForClicks('RightButtonDown')
  6.     end
  7. end

This allows the addonUI to show, but when I try to save a new profile I get this error...
Code:
1x !AWP-2.51\core.lua:338: attempt to index local "locked" (a nil value)
!AWP-2.51\core.lua:338: in function <!AWP\core.lua:329>
!AWP-2.51\core.lua:382: in function "OnAccept"
FrameXML\StaticPopup.lua:3823: in function "StaticPopup_OnClick"
<string>:"*:OnClick":1: in function <string>:"*:OnClick":1
/awp kill
/rl
__________________
Report comment to moderator  
Reply With Quote
Unread 09-30-13, 03:22 AM  
ape47
A Murloc Raider
 
ape47's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 25
Uploads: 5
Originally Posted by laukond
I know you really want to keep it as lightweight as possible, but an option to search through your addons would be absolutely awesome!

When will you launch your UI? Been looking forward to it for a long time.
try stAddonmanager
__________________
Report comment to moderator  
Reply With Quote
Unread 09-29-13, 07:25 PM  
Tymesink
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 67
Uploads: 3
I'm getting this error...
Code:
2x !AWP-2.51\core.lua:193: attempt to index field "LOCKED" (a nil value)
!AWP-2.51\core.lua:193: in function <!AWP\core.lua:175>
!AWP-2.51\core.lua:207: in function <!AWP\core.lua:205>
!AWP-2.51\core.lua:306: in function <!AWP\core.lua:304>
For now I've edit the code to this:
Lua Code:
  1. if AWPDB.LOCKED ~= nil then
  2.     local lock = AWPDB.LOCKED[addon]           
  3.     if lock then
  4.         lock = '|TInterface/LFGFRAME/UI-LFG-ICON-LOCK:12:12:1:0:32:32:1:27:1:27|t ' --1:22 1:27  22x27
  5.         cb:RegisterForClicks('RightButtonDown')
  6.     end
  7. end

This allows the addonUI to show, but when I try to save a new profile I get this error...
Code:
1x !AWP-2.51\core.lua:338: attempt to index local "locked" (a nil value)
!AWP-2.51\core.lua:338: in function <!AWP\core.lua:329>
!AWP-2.51\core.lua:382: in function "OnAccept"
FrameXML\StaticPopup.lua:3823: in function "StaticPopup_OnClick"
<string>:"*:OnClick":1: in function <string>:"*:OnClick":1
Last edited by Tymesink : 09-29-13 at 07:29 PM.
Report comment to moderator  
Reply With Quote
Unread 08-04-13, 05:57 PM  
laukond
A Black Drake

Forum posts: 87
File comments: 77
Uploads: 0
I know you really want to keep it as lightweight as possible, but an option to search through your addons would be absolutely awesome!

When will you launch your UI? Been looking forward to it for a long time.
Last edited by laukond : 08-04-13 at 06:00 PM.
Report comment to moderator  
Reply With Quote
Unread 04-04-13, 09:31 AM  
ape47
A Murloc Raider
 
ape47's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 25
Uploads: 5
Originally Posted by sakurakira
Scrollbar extends beyond the window now...
i fixed this stupid bug lol

please download v2.3
__________________
Last edited by ape47 : 04-04-13 at 09:41 AM.
Report comment to moderator  
Reply With Quote
Unread 03-15-13, 07:22 PM  
sakurakira
A Chromatic Dragonspawn
 
sakurakira's Avatar
AddOn Author - Click to view AddOns

Forum posts: 151
File comments: 60
Uploads: 5
Originally Posted by ape47
may i have your addon list?
When I load up AWP I don't have any other addons loaded, as in that screenshot I posted.

Here they are anyway...

AWP
NPC Scan
NPC Scan Overlay
Auctionator
Battle Pet Daily Tamer
Battle Pet Count
Bigger Tradeskill UI
Bigwigs
Clique
Dominos
Grid
Masque
OmniCC
Pocket Plot
Prat
Quartz
Recount
Rematch
Sticky Battle Pet Skills
TipTac
tullaRange
xanMortarPestle
__________________
Arise, my champion!
Report comment to moderator  
Reply With Quote
Unread 03-15-13, 06:07 AM  
ape47
A Murloc Raider
 
ape47's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 25
Uploads: 5
Originally Posted by sakurakira
I'm still getting the scrollbar issue, so I keep reverting to version 1.9. Every time I load up a new version I delete the AWP settings in the WTF folder so it is a fresh install.
may i have your addon list?
__________________
Report comment to moderator  
Reply With Quote
Unread 03-15-13, 03:29 AM  
sakurakira
A Chromatic Dragonspawn
 
sakurakira's Avatar
AddOn Author - Click to view AddOns

Forum posts: 151
File comments: 60
Uploads: 5
I'm still getting the scrollbar issue, so I keep reverting to version 1.9. Every time I load up a new version I delete the AWP settings in the WTF folder so it is a fresh install.
__________________
Arise, my champion!
Report comment to moderator  
Reply With Quote
Unread 02-20-13, 07:50 AM  
ape47
A Murloc Raider
 
ape47's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 25
Uploads: 5
Originally Posted by sakurakira
Scrollbar extends beyond the window now...

omg

i'll check it later
__________________
Report comment to moderator  
Reply With Quote
Unread 02-20-13, 06:21 AM  
sakurakira
A Chromatic Dragonspawn
 
sakurakira's Avatar
AddOn Author - Click to view AddOns

Forum posts: 151
File comments: 60
Uploads: 5
Scrollbar extends beyond the window now...

__________________
Arise, my champion!
Last edited by sakurakira : 02-20-13 at 06:21 AM.
Report comment to moderator  
Reply With Quote
Unread 01-17-13, 09:01 PM  
ape47
A Murloc Raider
 
ape47's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 25
Uploads: 5
Originally Posted by laukond
Could you add two slash commands?
/awp save myProfile
/awp load myProfile

Would be nice
done.
__________________
Report comment to moderator  
Reply With Quote
Unread 01-17-13, 03:52 PM  
laukond
A Black Drake

Forum posts: 87
File comments: 77
Uploads: 0
Could you add two slash commands?
/awp save myProfile
/awp load myProfile

Would be nice
Report comment to moderator  
Reply With Quote
Unread 01-10-13, 05:01 AM  
hoslam1
A Murloc Raider
 
hoslam1's Avatar

Forum posts: 4
File comments: 27
Uploads: 0
Thumbs up Re: !AWP 1.7 Preview

it's far better! good

Originally Posted by ape47


any comments?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: