Download
(16 Kb)
Download
Updated: 11-14-12 03:39 AM
Pictures
File Info
Updated:11-14-12 03:39 AM
Created:10-09-11 03:24 AM
Downloads:2,411
Favorites:11
MD5:
Schwarzschild
Version: 0.8
by: jacob.bazeta [More]
Schwarzschild is a buff/debuff/cooldown mod inspired by WoW's EventHorizon. It tracks all the important buffs, debuffs, and cooldowns for your character, and displays them in a single unified location, sorted according to when you'll have to pay attention to them.

Once you've installed Schwarzschild, type "/sc" ingame to open the config. It's not the cleanest configuration around. That'll be improved.

Doesn't yet support cooldowns, nor is there a way to move the window. Work in progress.
0.8:
Fix packaging errors.

0.7:
Fixed a bug or two.
Added compatibility for the breaking changes announced for 1.10.

0.6:
Fix some error spam.

0.5:
Fix errors in 1.6.

0.4:
Fixed loading bug, now sets position properly and doesn't spam you with errors.

0.3:
Fix a merge issue that caused those two items to not show up properly.

0.2:
Added movement options.
Added a new checkbox, "group buff", for buffs/debuffs that only one member in the group needs to (or, sometimes, can) provide at once.
Optional Files (0)


Archived Files (6)
File Name
Version
Size
Author
Date
0.7
12kB
jacob.bazeta
07-03-12 09:19 AM
0.6
12kB
jacob.bazeta
02-08-12 05:45 AM
0.5
12kB
jacob.bazeta
11-17-11 03:37 AM
0.4
12kB
jacob.bazeta
10-13-11 03:33 PM
0.3
12kB
jacob.bazeta
10-10-11 09:57 AM
0.1
11kB
jacob.bazeta
10-09-11 03:24 AM


Post A Reply Comment Options
Unread 03-22-12, 10:03 AM  
eya123
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 5
Future request

can you set Gamma controle pannel
dont like to edit

Code:
168      self.x, self.y = self.ex, self.ey
169      bar:SetLayer(LAYER_FG)
170      bar:SetAlpha(0.65)
171      cover:SetVisible(false)
to set Gamma
ore
Code:
143    while #self.yellow < #self.existing do
144    table.insert(self.yellow, MakeMiniBar(0, 0.3, 0.7))
145    table.insert(self.green, MakeMiniBar(0.9, 0, 0))
to set one color set

Thx Eya
eya123 is offline Report comment to moderator  
Reply With Quote
Unread 11-24-11, 05:47 AM  
Daviana

Forum posts: 0
File comments: 5
Uploads: 0
Really like this add-on but it would be great if you could fix the error spam since 1.6
Daviana is offline Report comment to moderator  
Reply With Quote
Unread 11-20-11, 07:57 AM  
neolith
Zombie

Forum posts: 1
File comments: 1
Uploads: 0
Errors with v0.5

After updating to the latest version I am getting this error over and over again on each login and every time a timer in Schwarzschild appears or disappears:
Code:
Error: X axis: Positions and offsets must be valid numbers
Y axis: Positions and offsets must be valid numbers
In Schwarzschild / update.loop, event Event.System.Update.Begin
stack traceback:
[C]: in function 'SetPoint'
Schwarzschild/main.lua:173: in function 'Tick'
Schwarzschild/main.lua:339: in function <Schwarzschild/main.lua:330>
I tried deleting the old version along with its saved variables before installing the new version, but unfortunately that didn't have any effect at all. The addon works fine without errors as long as I have no buffs/debuffs defined to track though.
neolith is offline Report comment to moderator  
Reply With Quote
Unread 11-17-11, 03:36 AM  
jacob.bazeta
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Quote:
Originally Posted by Zafrina
Is it possible to make a spell like Searing Vitality show two separate bars one for debuff and one for buff? In 1.6 it will be used as a dps spell not just a buff is why I ask.
It's something I've meant to add, but haven't had time for. Sorry. Life's busy right now.
jacob.bazeta is offline Report comment to moderator  
Reply With Quote
Unread 11-13-11, 12:41 AM  
Zafrina

Forum posts: 0
File comments: 11
Uploads: 0
Is it possible to make a spell like Searing Vitality show two separate bars one for debuff and one for buff? In 1.6 it will be used as a dps spell not just a buff is why I ask.
Zafrina is offline Report comment to moderator  
Reply With Quote
Unread 10-16-11, 08:47 AM  
jacob.bazeta
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Quote:
Originally posted by Oktabi
I'd like to see "console" commands you can put into a macro - like

/sc_show
/sc_hide
/sc_clear_tracked
/sc_track <buffname> <buff/debuff/forothers> <linkedability>

(all saved to character - so the settings persist after a crash, please )

because many of my cleric-roles have a bit inquisitor in them, yet only one needs Vex to be up on the target.
One thing you can do with this is to use the "linked ability" checkbox to choose an ability for the buff to depend on. For example, several of my specs have Life Drain, but I only care about Life Drain on the spec that also has Defile, so Life Drain is linked to Defile and only shows up if the character has Defile.

Quote:
Originally posted by Oktabi
I'd prefer an option to switch off the movement of the shortest duration to the top - it somehow annoys me, but I can live with it. (preferably I'd have the buffs/debuffs in the same order as I put them in with the console command )
I might add this later, although it's basically the single major feature I wanted in the addon

Quote:
Originally posted by Oktabi
Pyro and cleric both have an interesting problem: there is a skill that needs a (self)buff to be instant, but it can be on cooldown to. (for pyro it's Cinderburst with the buff Pyromancer's Armor grants. for cleric it's Bolt of Depravity, skilled with Symbol of Corruption and the resulting self buff "Life and Death Concord")
Both skills are only relevant when the self-buff is up (so they are instant cast), but I would need the cooldown shown at the same time for the skill.
I can't come up with a simple way to customize the behavior, maybe you can add some hardcoded solutions to enable via the ui? (and hopefully per chat-cpmmand ) [/b]
I've been thinking about a more powerful system for combining cooldowns and buffs - I've got an even stranger situation on my character, I want to be notified about less than four stacks of Devouring Plague, but only if Grave Rot is off cooldown - but I don't yet have a solution. I'd much rather make it general than implement a bunch of crazy hardcoding.
Last edited by jacob.bazeta : 10-16-11 at 09:31 AM.
jacob.bazeta is offline Report comment to moderator  
Reply With Quote
Unread 10-15-11, 12:45 AM  
Oktabi

Forum posts: 0
File comments: 1
Uploads: 0
I'd like to see "console" commands you can put into a macro - like

/sc_show
/sc_hide
/sc_clear_tracked
/sc_track <buffname> <buff/debuff/forothers> <linkedability>

(all saved to character - so the settings persist after a crash, please )

because many of my cleric-roles have a bit inquisitor in them, yet only one needs Vex to be up on the target.

I'd prefer an option to switch off the movement of the shortest duration to the top - it somehow annoys me, but I can live with it. (preferably I'd have the buffs/debuffs in the same order as I put them in with the console command )

Pyro and cleric both have an interesting problem: there is a skill that needs a (self)buff to be instant, but it can be on cooldown to. (for pyro it's Cinderburst with the buff Pyromancer's Armor grants. for cleric it's Bolt of Depravity, skilled with Symbol of Corruption and the resulting self buff "Life and Death Concord")
Both skills are only relevant when the self-buff is up (so they are instant cast), but I would need the cooldown shown at the same time for the skill.
I can't come up with a simple way to customize the behavior, maybe you can add some hardcoded solutions to enable via the ui? (and hopefully per chat-cpmmand )
Oktabi is offline Report comment to moderator  
Reply With Quote
Unread 10-09-11, 11:54 AM  
Noktik
Zombie

Forum posts: 1
File comments: 3
Uploads: 0
That would definitely be helpful. The line of chat in game gets drowned out by my guild's MotD and 50 chat spam almost instantly lol.

Thanks again : )
Noktik is offline Report comment to moderator  
Reply With Quote
Unread 10-09-11, 09:09 AM  
jacob.bazeta
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Type "/sc" to open the config. It tells you on every login Should probably add it to the main addon info page, though.
jacob.bazeta is offline Report comment to moderator  
Reply With Quote
Unread 10-09-11, 07:45 AM  
Noktik
Zombie

Forum posts: 1
File comments: 3
Uploads: 0
So I just got home and downloaded the add on... how do I add abilities in? It's blank for me.

http://screencast.com/t/VcWmoNnp0kHZ

Thanks

----------------

Edit: Oh, /sc!
Last edited by Noktik : 10-09-11 at 07:54 AM.
Noktik is offline Report comment to moderator  
Reply With Quote
Unread 10-09-11, 06:56 AM  
jacob.bazeta
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Quote:
Originally posted by adelea
Please add in some way to move the display. As it is, its right in the middle of my hotbars, and editing the main.lua and adjusting location of the anchor frame isnt really that much fun =)
Still killing bugs out of the actual mod part, but once that's done I'll put some effort into quality-of-life things like this
jacob.bazeta is offline Report comment to moderator  
Reply With Quote
Unread 10-09-11, 05:46 AM  
adelea
Claw of Regulos
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 285
Uploads: 6
Please add in some way to move the display. As it is, its right in the middle of my hotbars, and editing the main.lua and adjusting location of the anchor frame isnt really that much fun =)
adelea is offline Report comment to moderator  
Reply With Quote
Unread 10-09-11, 04:04 AM  
Noktik
Zombie

Forum posts: 1
File comments: 3
Uploads: 0
Thumbs up !

Thanks so much for making this! I've been hoping someone would bring this to Rift as it was one of my favorite addons in WoW
Noktik is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: