PDA

View Full Version : Looking for soul stone addon


IdaWW
07-09-2007, 07:25 PM
I am looking for an addon that lets you see members in your party with soulstones active, a timer and a way of getting a warning when they loose their soulstone. The last part is the most important.

I have preciously been using Titan [CheckStone] (http://wowui.incgamers.com/?p=mod&m=2010) and/or Titan Stones 2.0 (http://wowui.incgamers.com/?p=mod&m=1553) but they have not been updated in more than a year and does not work anymore.

Does anyone have any updates for these, or alternatives?

thanks!

Eonblue
07-09-2007, 09:07 PM
well i used to use necrosis that said in a loud obnoxious voice 'your soulstone has expired' but i do not know if this mod has been updated in a while...i stopped using it in tbc.
now i use dot timer and buffalo which has shows everything on cooldown and blinks when it is about to expire...works fine for my warlock's SS. But see the pick below under my pallies portrait for what the mod looks like...

http://i50.photobucket.com/albums/f330/markharper80/WoWScrnShot_081207_121513.jpg

Robinna
07-09-2007, 09:08 PM
The following macro will output a list everyone in your raid who has a SS active to the Default Chat Frame.

/script x="SS: "; for j=1, GetNumRaidMembers() do i=1; while (UnitBuff("raid"..j,i) ~= nil) do if ((UnitBuff("raid"..j,i)) == "Soulstone Resurrection") then x = x .. (UnitName("raid"..j)) .. ", "; end; i = i + 1;end;end;DEFAULT_CHAT_FRAME:AddMessage(x);

syed
08-09-2007, 05:02 AM
Necrosis haven't been updated for a while, but it still works perfectly. Give it a try ...

Thargos
08-09-2007, 05:11 AM
There's a necrosis 2 on curse that's been updated.

Dejoule
08-09-2007, 08:44 PM
If you use FuBar there is also SoulJarFu (http://files.wowace.com/FuBar_SoulJarFu/FuBar_SoulJarFu-r42461.31.zip)

IdaWW
08-09-2007, 10:04 PM
thanks all for the suggestions. The macro made me realize what one of the problems was with CheckStones, the spell names must have changed in one of the updates. I am now trying to fix a few other issues with the mod, but hopefully I can get it working.