Category: Miscellaneous
Addon Information
Works with 3.2
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)
lanacan's Portal Bug Reports Feature Requests
Author:
Version:
3
Date:
10-13-2009 10:35 AM
Size:
4.49 Kb
Downloads:
471
Favorites:
10
MD5:
Pictures
Click to enlarge
Image Required :(
Filger Spell List
This is just a list of spells for every class I had in my version of Filger.
Link: http://infi.deluxe-board.com/wow/addons/6-Filger.htm

It is only a single lua that contains just he formatted spell list.

To use just copy the text and pasted it over the corresponding section in the Filger.lua file.



Since the ADD kiddies are PMing/Emailing me....


NOTE: This MAY NOT be a complete and functional list of spells for every class but it is a good start.

Spells may have changed for some classes since I created this. I only play a rogue now so I'm not going to fix the other classes. (Hell even the rogue one is incomplete...)

If you are too lazy update them for your own use then you probably should not be using Filger in the first place.

Also, I am NOT the author for Filger, please don't email me asking to fix it or how to use it. Shantalya is Filger's author, contact her for that information here: http://www.wowinterface.com/forums/m...&userid=134976 or through the link above.





TY Tanque for the warrior update.
TY Richerich for the warlock update.
  Change Log - Filger Spell List
20091013 - Updated Warlock Spells
20091012 - Added Warrior updates
  Comments - Filger Spell List
Post A Reply Comment Options
Old 10-13-2009, 10:37 AM  
lanacan
Random, Crazy, Mental...
 
lanacan's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 91
File comments: 359
Uploads: 13
Quote:
Originally posted by Tanque
My warrior list needs to be updated as there are some missing abilities and some errors as well (i.e. "Deathwish" instead of "Death Wish"). I'm also a proponent of leaving most of these abilities off by default and only leaving the the important stuff on (or maybe just leave out the extraneous stuff and let the users fill the esoteric abilities in themselves). To get an idea of what abilities to leave on, you should check out ALZA's version of his custom sFilter, which has most of the key abilities activiated.

I might be able to post an updated list for mage/warrior after I test it some more.
Don't worry about it being complete for this package. This is only meant to be a starting point. Users should be editing it to their own needs.


@ Richerich ty for warlock spells.
lanacan is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-13-2009, 07:04 AM  
Tanque
A Kobold Labourer

Forum posts: 1
File comments: 23
Uploads: 0
My warrior list needs to be updated as there are some missing abilities and some errors as well (i.e. "Deathwish" instead of "Death Wish"). I'm also a proponent of leaving most of these abilities off by default and only leaving the the important stuff on (or maybe just leave out the extraneous stuff and let the users fill the esoteric abilities in themselves). To get an idea of what abilities to leave on, you should check out ALZA's version of his custom sFilter, which has most of the key abilities activiated.

I might be able to post an updated list for mage/warrior after I test it some more.
Tanque is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-13-2009, 01:38 AM  
richerich
A Fallenroot Satyr
 
richerich's Avatar
Interface Author - Click to view interfaces

Forum posts: 28
File comments: 396
Uploads: 5
Quote:
Originally posted by lanacan
The "grab" point is touchy... you move them just as Tanque said below while holding alt and shift down.
Alright, got it to work now, thx

Fiddled around with it a bit and added (what i could find from WowHead) warlock spells (i haven't tested if everyone works), here's the code:


Code:
	["WARLOCK"] = {
		{
    	Name = "Player",
			Richtung = "UP",
			Abstand = 1,
			Mode = "BAR",

      { spellName = "Unending Breath", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },
      { spellName = "Detect Invisibility", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },
      { spellName = "Shadow Ward", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },
      { spellName = "Demonic Circle: Summon", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },
      { spellName = "Backdraft", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },
      { spellName = "Backslash", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },      
      { spellName = "Demonic Pact", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },            
      { spellName = "Metamorphosis", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },                  
      { spellName = "Empowered Imp", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },
      { spellName = "Eradication", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },
      { spellName = "Molten Core", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },
      { spellName = "Nether Protection", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },
      { spellName = "Nightfall", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },
      { spellName = "Pyroclasm", size = 18, scale = 1.1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 195 },
    },    
    {
			Name = "Target",
			Richtung = "UP",
			Abstand = 1,
			Mode = "BAR",
			
			{ spellName = "Immolate", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
			{ spellName = "Corruption", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
			{ spellName = "Curse of Agony", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
			{ spellName = "Curse of the Elements", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
			{ spellName = "Fear", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
     	                { spellName = "Curse of Weakness", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
			{ spellName = "Curse of Tongues", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
			{ spellName = "Banish", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
 			{ spellName = "Howl of Terror", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
 			{ spellName = "Death Coil", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
 			{ spellName = "Curse of Doom", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
			{ spellName = "Demon Charge", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
			{ spellName = "Shadowfury", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
			{ spellName = "Unstable Affliction", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
			{ spellName = "Haunt", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
 			{ spellName = "Seed of Corruption", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
			{ spellName = "Shadowflame", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
      { spellName = "Aftermath", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
      { spellName = "Curse of Exhaustion", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
      { spellName = "Shadow Embrace", size = 18, scale = 1.1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 195 },
		},
	},
__________________


Dajova UI

Dajova UI Mini
richerich is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-12-2009, 11:53 PM  
lanacan
Random, Crazy, Mental...
 
lanacan's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 91
File comments: 359
Uploads: 13
Quote:
Originally posted by richerich
Hmm, dunno if it's a bug on your side on the real author side, but whenever im trying to move the frames in config mode, it doesn't move, no matter how i do...

The "grab" point is touchy... you move them just as Tanque said below while holding alt and shift down.
lanacan is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-12-2009, 11:27 PM  
Tanque
A Kobold Labourer

Forum posts: 1
File comments: 23
Uploads: 0
It didn't work for me at first but apparently you have to left click near the top of the first bar or the first icon while holding the alt-shift keys. Clicking the main body of the frame doesn't move it.
Tanque is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-12-2009, 02:26 PM  
richerich
A Fallenroot Satyr
 
richerich's Avatar
Interface Author - Click to view interfaces

Forum posts: 28
File comments: 396
Uploads: 5
Hmm, dunno if it's a bug on your side on the real author side, but whenever im trying to move the frames in config mode, it doesn't move, no matter how i do...
__________________


Dajova UI

Dajova UI Mini
richerich is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-12-2009, 10:33 AM  
lanacan
Random, Crazy, Mental...
 
lanacan's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 91
File comments: 359
Uploads: 13
:)

TY Tanque, I updated the file and uploaded it as v2.

If anyone has any other changes/update they added you can paste them here and I will upload the new version the includes what you posted.
lanacan is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-10-2009, 01:58 PM  
Tanque
A Kobold Labourer

Forum posts: 1
File comments: 23
Uploads: 0
Good work

I've always liked sfilter and other Shantalya mods except the list was woefully unfinished. One thing though, you seem to have listed druid abilities under the "Warrior" section.

For what it's worth, I hacked in the most relevant warrior stuff into the list. It's not comprehensive but it has everything most people will need for now.

Code:
	["WARRIOR"] = {
		{
			Name = "Target",
			Richtung = "DOWN",
			Abstand = 0.5,
			Mode = "BAR",
			
			{ spellName = "Demoralizing Shout", size = 14, scale = 1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 150 },
			{ spellName = "Sunder Armor", size = 14, scale = 1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 150 },
			{ spellName = "Concussion Blow", size = 14, scale = 1, unitId = "target", caster = "player", filter = "DEBUFF", barWidth = 150 },
			{ spellName = "Shattering Throw", size = 14, scale = 1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 150 },
			{ spellName = "Thunder Clap", size = 14, scale = 1, unitId = "target", caster = "all", filter = "DEBUFF", barWidth = 150 },
			{ spellName = "Intimidating Shout", size = 14, scale = 1, unitId = "target", caster = "player", filter = "DEBUFF", barWidth = 150 },
			{ spellName = "Rend", size = 14, scale = 1, unitId = "target", caster = "player", filter = "DEBUFF", barWidth = 150 },
			{ spellName = "Hamstring", size = 14, scale = 1, unitId = "target", caster = "player", filter = "DEBUFF", barWidth = 150 },
			{ spellName = "Disarm", size = 14, scale = 1, unitId = "target", caster = "player", filter = "DEBUFF", barWidth = 150 },
			{ spellName = "Piercing Howl", size = 14, scale = 1, unitId = "target", caster = "player", filter = "DEBUFF", barWidth = 150 },
			{ spellName = "Silenced - Gag Order", size = 14, scale = 1, unitId = "target", caster = "player", filter = "DEBUFF", barWidth = 150 },
			{ spellName = "Furious Attacks", size = 14, scale = 1, unitId = "target", caster = "player", filter = "DEBUFF", barWidth = 150 },
			{ spellName = "Mortal Strike", size = 14, scale = 1, unitId = "target", caster = "player", filter = "DEBUFF", barWidth = 150 },			
		},
		{
			Name = "Player",
			Richtung = "DOWN",
			Abstand = 0.5,
			Mode = "BAR",
			
			{ spellName = "Commanding Shout", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Battle Shout", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Slam!", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "13", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "14", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Berserker Rage", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Enraged Regeneration", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Deathwish", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Sword and Board", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Shield Block", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Shield Wall", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Retaliation", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Recklessness", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Bloodrage", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Victory Rush", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Sudden Death", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Taste for Blood", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Whirlwind", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Last Stand", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },
			{ spellName = "Spell Reflection", size = 14, scale = 1, unitId = "player", caster = "all", filter = "BUFF", barWidth = 150 },

		},
		{
			Name = "Cooldowns",
			Richtung = "RIGHT",
			Abstand = 2,
			Mode = "ICON",
			
			{ spellName = 13, size = 25, scale = 1, filter = "CD"},
			{ spellName = 14, size = 25, scale = 1, filter = "CD"},
			{ spellName = "Bloodthirst", size = 25, scale = 1, filter = "CD"},
			{ spellName = "Shield Slam", size = 25, scale = 1, filter = "CD"},
			{ spellName = "Whirlwind", size = 25, scale = 1, filter = "CD"},
			{ spellName = "Mortal Strike", size = 25, scale = 1, filter = "CD"},
			{ spellName = "Thunder Clap", size = 25, scale = 1, filter = "CD"},
			{ spellName = "Revenge", size = 25, scale = 1, filter = "CD"},
			{ spellName = "Overpower", size = 25, scale = 1, filter = "CD"},
			{ spellName = "Pummel", size = 25, scale = 1, filter = "CD"},
			{ spellName = "Shield Bash", size = 25, scale = 1, filter = "CD"},
			{ spellName = "Charge", size = 25, scale = 1, filter = "CD"},
			{ spellName = "Intercept", size = 25, scale = 1, filter = "CD"},
			{ spellName = "Intervene", size = 25, scale = 1, filter = "CD"},
		},

Last edited by Tanque : 10-10-2009 at 08:41 PM.
Tanque 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 - 2009, Jelsoft Enterprises Ltd.