Download
(2Kb)
Download
Updated: 10-16-10 02:00 PM
Pictures
File Info
Updated:10-16-10 02:00 PM
Created:10-14-10 09:32 PM
Downloads:2,990
Favorites:13
MD5:

ShardWatch

Version: 1.1
by: pircio [More]

ShardWatch is a simple, easy to use addon for WoW 4.0.1

It watches the 3 available soul shards for warlocks, in an easy to read display.

With ShardWatch, you can easily see how many shards you have left. You can click/drag it anywhere you'd like, and can resize the size of the shards. Just type /shardwatch in game for a list of commands.

fixed slash command (/shardwatch and /sw should both work now)

added /sw lock .... to lock/unlock ShardWatch
Optional Files (0)


Post A Reply Comment Options
Unread 09-29-12, 02:34 PM  
mayakashy
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally Posted by countbassd
could this be updated for mop / 5.0.4 so it displays 4 shards? thanks
fix for wow 5.0.5

edit with notepad++ file shardwatch.lua inside folder interface\addons\shardwatch

goto to line 8 and change number 3 for 4

for index=1,3 do

and paste this code after line 112

--------- frame shard 4
local shard4 = CreateFrame('frame', '$parentShard4', shardwatch);
shard4:SetWidth(32);
shard4:SetHeight(32);
shard4:SetPoint('TOPLEFT', 99, 0);
local t4 = shard4:CreateTexture(nil,"BACKGROUND")
t4:SetTexture("Interface\\Icons\\INV_Misc_Gem_Amethyst_02")
t4:SetAllPoints(shard4)
shard3.texture = t4
--------

work fine for me wow 5.0.5
Report comment to moderator  
Reply With Quote
Unread 08-31-12, 04:51 AM  
countbassd
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
could this be updated for mop / 5.0.4 so it displays 4 shards? thanks
Report comment to moderator  
Reply With Quote
Unread 04-02-11, 03:40 PM  
Herzz
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
vertical sw

Is it possible to change the soulshards to vertical instead of horizontal? Just to fit my UI nicely because like this it doesn't fit in very well
Report comment to moderator  
Reply With Quote
Unread 03-27-11, 03:53 AM  
lysst
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 3
File comments: 14
Uploads: 1
Is there a possibility to edit the slashcommand? I don't know much lua, but for my macros I use /sw for the in-game stopwatch.. Would be nice to be able to use this addon.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 10:46 AM  
azguz
A Murloc Raider

Forum posts: 8
File comments: 66
Uploads: 0
Thank you.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 05:53 PM  
pircio
A Deviate Faerie Dragon
 
pircio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 8
Uploads: 2
i've added that .... type /sw lock
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 11:35 AM  
azguz
A Murloc Raider

Forum posts: 8
File comments: 66
Uploads: 0
/sw works after reading the comment here.

Is it possible to add an option to lock it in place.
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 10:22 AM  
pircio
A Deviate Faerie Dragon
 
pircio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 8
Uploads: 2
good catch... my mistake

i'll be sure to fix that when i add locking
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 04:17 AM  
goblintor
A Kobold Labourer
 
goblintor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 6
Mistake in shardwatch.lua

There's a mistake in shardwatch.lua at the last line (Line 154).

Change:

SLASH_SHARDWATCH1 = "/sw";

to

SLASH_SHARDWATCH2 = "/sw";

and you can use the slashcommands "/shardwatch" and "sw".

without this correction you can only use "/sw", because Line 154 overwrites Line 153.
Last edited by goblintor : 10-16-10 at 05:42 AM.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 10:42 PM  
orcheon
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Wtb command to lock =/
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: