• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Cutup

 
Project Updated:
Files Updated: Sun, Jan 10 2010
Supports Game Version: 3.3.0
Category: Rogue
Tags:

, and [Edit Tags]

Project Manager: tsigo
Additional Authors: ColdDoT
Current Version: 3.0.3.3
License: MIT License
Development Site: WowAce.com
Avg Daily DL (last 30 days): 60
Downloads Total: 69,100
Favorites: 95
Comments: 71
  • About Cutup
  •  

Introduction

Cutup is a collection of small modules that I wanted as a Rogue. Anything you don't use can be disabled. /cutup to configure.

Modules

Bleeder

Bleeder is a bar that displays the current duration of your Rupture. It will also show you how long your Rupture would last based on your current combo points.

Glutton

Glutton is a bar that displays the current duration of your Hunger For Blood. The bar can be custom colored based on how many stacks of the buff you currently have.

Julienne

Like Bleeder, but for Slice and Dice. Shows the current duration of Slice and Dice, and the duration of your next Slice and Dice based on your current combo points. Accounts for Improved Slice and Dice, Glyph of Slice and Dice, Cut to the Chase and the Netherblade Armor bonus.

LightFingers

Automatically loots items after Pick Pocket is cast.

Spam

Blocks repeated error messages that are often the result of spamming attack buttons.

TickToxin

TickToxin displays timer bars for your Crippling, Deadly, Mind-numbing and Wound Poison debuffs on the target.

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Cutup 3.0.3.3 Release 3.3.0 1,825 1/10/2010
  Cutup 3.0.3.2 Release 3.2.0 3,407 11/20/2009
  Cutup 3.0.3.1 Release 3.2.0 156 11/19/2009
  Cutup 3.0.3.0 Release 3.2.0 20 11/19/2009
  Cutup 3.0.2.7 Release 3.0.3 30,055 12/7/2008
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • op157 said

    I have a fix for lightfingers. I noticed the GetCVar returns a string. Here are the changes I made:

    At the top:
    local function restoreToNoAuto()
    SetCVar("autoLootDefault", 0)
    current = nil
    end

    at the bottom:
    if current == nil then
    if GetCVar("autoLootDefault") == "1" then
    current = 1
    else
    current = 0
    end
    end

    -- Already auto looting by default
    if current == 1 then
    -- do nothing
    return
    else
    DEFAULT_CHAT_FRAME:AddMessage("Do something with "..current);
    SetCVar("autoLootDefault", 1)
    self:ScheduleTimer(restoreToNoAuto, 1)
    end

    Reply Report Permalink
  • op157 said

    Haha, and obviously take out the DEFAULT_CHAT_FRAME:AddMessage("Do something with "..current) line. That was there to debug.

    Reply Report Permalink
  • op157 said

    The problem was if you hit pickpocket twice within a second, and autoloot was on, it would not follow meet the current == 1 condition b/c current was a string. It would then queue to run restore 2 times in a row. The first time thru the restore function, it would set current to nil. The 2nd time thru the restore function it would set autoloot to nil, which would turn it off.
    -Neloter of Elune

    Reply Report Permalink
  • ColdDoT said

    Thanks for your debug work. Changes implanted and i kept your credits

    Reply Report Permalink
  • Nodrom said

    I love this addon, I was wondering though if there is anyway you can add a bar or something like that so I can track the master poisoner enveneom buff? :)

    Keep up the good work :)

    Reply Report Permalink
  • wistearia said

    I love this UI any chance to add a Combo point watcher and energy bar watcher?

    Reply Report Permalink
  • After exhaustive testing through trial and error, I have confirmed that CUTUP keeps turning off my Auto-Loot. I don't know why. Downloaded the latest version just 2mins ago, in the hope the problem disappeared. It did not.

    Reply Report Permalink
  • ColdDoT said

    Then my guess is LightFingers is bugged, turn it off in the config. I will see if i can find some motivation to fix that in the upcomming weeks

    Reply Report Permalink
  • Pheno-CH said

    I have the same problem, even though LightFingers is turned off. But it's erratic, sometimes it turns off auto loot all the time and then it leaves it alone for an hour or more.

    Reply Report Permalink
  • ebonhand said

    I use the TrickorTreat addon and it is no longer being supported. Would you consider adding the functionality as another module?

    See: http://wow.curse.com/downloads/wow-addons/details/trickortreat.aspx for description, etc.

    Reply Report Permalink
  • ColdDoT said

    updated

    Reply Report Permalink
  • electrish said

    thanks a lot ! :D

    Reply Report Permalink
  • Namakan said

    Is this still going to be maintained?

    Reply Report Permalink
  • pagan007 said

    would love to see the Hunger for Blood thing updated...anyone found a work around for it?

    Reply Report Permalink
  • Sonadar said

    The only real fault I saw with using Cutup was that the rupture timer was 1 second too long if I had the glyph. Though I went into the Bleeder.lua file, opened it with notes, ctrl+f'd "21" and found the timer for rupture if you have the glyph. Changed min to 12 and max to 20, saved the file and now the addon works awesome again.

    Reply Report Permalink
  • grettir said

    would love to see this updated, man.

    Reply Report Permalink
  • Reveil said

    can't you plz update this mod, i realy can find any mods that are just nearly as great as this mod.
    i'm using classtimer atm. but then i got to have one more mod to se combo points
    i realy can't find any thing just near as good a mod as this.
    I love this mod so much that i just have come to the conclusion that i will live with the wow crash this mob give me.
    The problem with bleeder can be avoided, with using Classtimer, and only using the target timer, with rupture.

    Reply Report Permalink
  • Kroyfel said

    bleeder doesn't seem to work with glyph of rupture..
    it forgets to add 4 seconds to the debuff.. otherwise a great addon

    Reply Report Permalink
  • Lalaust said

    Is it possible, for you, to add to the option frame - making this addon only work in instances!? Except battlegrounds and arena's ofc.

    I would like an addon like this, but I dont like having it shown all the time :(

    Reply Report Permalink
  • Reveil said

    Is this mod not gonna be updated again, i find this mod to be the best. but there are also some bug in it, that make me doudt if i get the right numbers from Cutup

    Reply Report Permalink
  • Addon Packs Containing Cutup

Most Downloads / Day

Cutup has not been added to any Addon Packs yet.

  • Similar Addons
  •  

Average downloads per day

  1. 239 RoguePowerBars (Updated) Buffs & Debuffs, Combat, and...
  2. 101 Mutilate Rogue, and Buffs & Debuffs
  3. 96 Combo Points Redux Combat, Class, Druid, and...
  4. 86 Rogue Focus Classic PvP, Combat, Damage Dealer...
  5. 79 Stunwatch Rogue