Addon Information
Works with 3.3
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
evl's Portal Bug Reports Feature Requests
Author:
Version:
1.3
Date:
03-03-2010 06:51 AM
Size:
10.01 Kb
Downloads:
967
Favorites:
24
MD5:
Pictures
Click to enlarge
Showing Slice and Dice and Rupture
SliceDice
Provides compact ability duration bars for many cycle dependent classes.

Configuration

Copy config.lua.sample to config.lua and modify as required.

Modules

Death Knight
  • Blood Plague
  • Frost Fever

Druid (Feral)
  • Savage Roar
  • Rip
  • Rake

Druid (Moonkin)
  • Insect Swarm
  • Moonfire
  • Faerie Fire
  • Eclipse (buff and internal cooldown)

Rogue
  • Slice and Dice
  • Hunger For Blood
  • Rupture

Warrior
  • Rend
  • Hamstring
  Change Log - SliceDice
See http://github.com/evl/SliceDice/commits/master/
  Optional Files - SliceDice
Sorry, there are currently no optional files available.
  Comments - SliceDice
Post A Reply Comment Options
Old 02-19-2010, 01:22 AM  
evl
A Kobold Labourer
 
evl's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 31
Uploads: 8
Quote:
Originally posted by Zorklat
ok, here you go.
Try downloading the latest version, I just repackaged everything to make sure the addons unzip to a folder that matches the TOC. (In your case the problem is that your folder is named "evl-SliceDice" when it should be "evl_SliceDice")

Last edited by evl : 02-19-2010 at 01:22 AM.
evl is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-18-2010, 04:26 PM  
Zorklat
A Murloc Raider

Forum posts: 8
File comments: 55
Uploads: 0
ok, here you go.

This is from before I installed the current version, 1.3
__________________
See how I improved my framerate by 20%!
Zorklat is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-08-2010, 01:43 AM  
evl
A Kobold Labourer
 
evl's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 31
Uploads: 8
Re: v. Cutup

Quote:
Originally posted by Zorklat
Looks like this is a better bet for me than Cutup Fan Update. I always like things lightweight.

EDIT: I can't get it to load. I tried changing the folder name to evl_SliceDice and it didn't help. It doesn't even show up in the addon UI on the character select screen.
That's very strange, would you mind linking to a screenshot of the evl_SliceDice folder where you put it in Addons?
evl is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-05-2010, 06:48 PM  
Zorklat
A Murloc Raider

Forum posts: 8
File comments: 55
Uploads: 0
v. Cutup

Looks like this is a better bet for me than Cutup Fan Update. I always like things lightweight.

EDIT: I can't get it to load. I tried changing the folder name to evl_SliceDice and it didn't help. It doesn't even show up in the addon UI on the character select screen.
__________________
See how I improved my framerate by 20%!

Last edited by Zorklat : 02-05-2010 at 09:58 PM.
Zorklat is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-01-2010, 02:09 AM  
evl
A Kobold Labourer
 
evl's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 31
Uploads: 8
Re: .

Quote:
Originally posted by Atane
Truly awesome addon, and its simple, light and the config cant be easier, however i think you gotta repack and change the folder name to evl_SliceDice cause the latest download looks like this evl-SliceDice-e1963a7 which caused a fail when loaded.
I'll try to remember that for the next update, thanks.
evl is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-29-2010, 08:13 AM  
Atane
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 61
Uploads: 5
.

Truly awesome addon, and its simple, light and the config cant be easier, however i think you gotta repack and change the folder name to evl_SliceDice cause the latest download looks like this evl-SliceDice-e1963a7 which caused a fail when loaded.
__________________
Cookiez are teh devilz work, dey is tasteh, colorful and make you fat!

Last edited by Atane : 01-29-2010 at 08:54 AM.
Atane is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-25-2010, 05:31 AM  
braindump
A Kobold Labourer
 
braindump's Avatar
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 13
Uploads: 1
warlock module here.
i tried to keep it minimal - no CC, no different debuffs, only current PVE-oriented dots and curses.
Destruction - curse of choice, immolate, corruption (optional), NO conflag dot.
Affliction - curse of choice, corruption, unstable affliction, haunt
Demonology - curce of choice, immolate, corruption

may be i should add some self-buffs and procs?

PS
need some testing because i play non-english locale.
i've double-checked the spelling of the spells (lol), but i don't have a chance to test myself.
Code:
if select(2, UnitClass("player")) == "WARLOCK" then


	local coaGlyph = 42456 --http://www.wowhead.com/?item=42456
	local coaDuration = function()
		local maxValue = 24

		-- Glyph
		if evl_SliceDice:hasGlyph(coaGlyph) then
			maxValue = maxValue + 4
		end

		return maxValue
	end
	local immoDurationBonus = (evl_SliceDice:getTalentRank(2, 17) * 3)
	--Haunt
	local hauntDuration = 12
	local hauntBar =  evl_SliceDice:CreateBar("target", "Haunt", hauntDuration, 14)
	hauntBar.colors = {{0/255, 150/255, 150/255}}

	--Corruption
	local corrDuration = 18
	local corrBar = evl_SliceDice:CreateBar("target", "Corruption", corrDuration, 14)
	corrBar.colors = {{255/255, 0/255, 0/255}}

	--Unstable Affliction
	local uaDuration = 15
	local uaBar = evl_SliceDice:CreateBar("target", "Unstable Affliction", uaDuration, 14)
	uaBar.colors =  {{255/255, 150/255, 0/255}}

	--Immolate
	local immoDuration = 15 + immoDurationBonus
	local immoBar = evl_SliceDice:CreateBar("target", "Immolate", immoDuration, 14)
	immoBar.colors =  {{255/255, 150/255, 0/255}}

	--CoA
	local coaBar = evl_SliceDice:CreateBar("target", "Curse of Agony", coaDuration, 14)
	coaBar.colors = {{150/255, 0/255, 255/255}}


	--CoE
	local coeDuration = 300
	local coeBar = evl_SliceDice:CreateBar("target", "Curse of the Elements", coeDuration, 6)
	coeBar.auraFilter = "HARMFUL"
	coeBar.colors = {{150/255, 0/255, 255/255}}
	coeBar.label:Hide()

	--CoD
	local  codDuration = 60
	local codBar = evl_SliceDice:CreateBar("target", "Curse of Doom", codDuration, 14)
	codBar.colors = {{150/255, 0/255, 255/255}}
end

Last edited by braindump : 01-25-2010 at 05:32 AM.
braindump is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-20-2010, 02:41 AM  
evl
A Kobold Labourer
 
evl's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 31
Uploads: 8
Quote:
Originally posted by Fei
Hello Evl

Great job for this addon
But it's doesn't work on frFR client?

Only Rupture Spell work correctly (same name in FR)

Have a Nice day ^^
I haven't really considered supporting anything but the english client, it should however be trivial to hack, just open a any of the modules in a normal text editor and adjust the spell names.

If I get a ton of requests for foreign language support I'll probably switch to spellIds but this operation is a bit more expensive than the normal buff check.

Last edited by evl : 01-20-2010 at 02:43 AM.
evl is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-18-2010, 09:15 PM  
Fei
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Hello Evl

Great job for this addon
But it's doesn't work on frFR client?

Only Rupture Spell work correctly (same name in FR)

Have a Nice day ^^
Fei is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-04-2010, 02:55 AM  
ninor
A Defias Bandit

Forum posts: 2
File comments: 16
Uploads: 0
Big thumbs up and dancing bananas all around!
ninor is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-04-2010, 02:03 AM  
evl
A Kobold Labourer
 
evl's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 31
Uploads: 8
Quote:
Originally posted by Shadowlycaon
If you are looking for some code to allow you to move the frame within the game instead of using the .lua file, I can help you out. Just send me a private message or something.
I think you missed the point here, I'd rather fiddle around with coordinates for 5 minutes once in my UI's lifetime than having tons of code to drag and save/load the position in the actual addon, less is more! (for me atleast)
evl is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-03-2010, 06:52 PM  
Shadowlycaon
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 14
Uploads: 3
If you are looking for some code to allow you to move the frame within the game instead of using the .lua file, I can help you out. Just send me a private message or something.
Shadowlycaon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-16-2009, 04:38 AM  
evl
A Kobold Labourer
 
evl's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 31
Uploads: 8
Quote:
Originally posted by Saintvallen
Evl i know this is not at all anyhelp for rogues.
But is it in anyway possible to add a swing timer for this as in quartz.
Quartz is just not getting updated anymore and i just like having it shown
I can pretty much guarantee that won't be added unless someone contributes code for it.
evl is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-15-2009, 05:33 PM  
Saintvallen
A Defias Bandit

Forum posts: 2
File comments: 82
Uploads: 0
Evl i know this is not at all anyhelp for rogues.
But is it in anyway possible to add a swing timer for this as in quartz.
Quartz is just not getting updated anymore and i just like having it shown
Saintvallen is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-10-2009, 01:19 AM  
mehmetkuc
A Defias Bandit

Forum posts: 2
File comments: 9
Uploads: 0
A rogue addon author is back in action. Welcome back.

--Mehmet
mehmetkuc is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.