Thread Tools Display Modes
09-28-06, 04:35 PM   #1
Thorndepth
A Deviate Faerie Dragon
 
Thorndepth's Avatar
Join Date: Apr 2006
Posts: 12
BossBlock Mod

Any of you are using BossBlock? I type in /bossblock it doesn't work even I have the addon enabled.
__________________
  Reply With Quote
09-28-06, 05:14 PM   #2
Sirian
A Murloc Raider
 
Sirian's Avatar
Join Date: Feb 2006
Posts: 4
Could you be more descriptive? "it doesn't work" doesn't describe much.

Do you use CTRA or any frame modifying addon?
Is is not blocking /rw spam or CTRA's /rs spam?

I'm sure plently of people will help here if we find out how and where it's not working
  Reply With Quote
09-28-06, 05:15 PM   #3
tardmrr
Lua Ninja
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 133
If you're using BigWigs (Highly Reccomended), don't use BossBlock. It is built into it now.
  Reply With Quote
09-28-06, 05:22 PM   #4
Thorndepth
A Deviate Faerie Dragon
 
Thorndepth's Avatar
Join Date: Apr 2006
Posts: 12
The command /bossblock isn't working but I have checked the lua file inside their it is written /bossblock.

Anyways I read that somewhere about the BigWig. Do I still need CT_raid running with BigWig on? It's quite a lot of memory usable with both running.
__________________
  Reply With Quote
09-28-06, 05:27 PM   #5
Sirian
A Murloc Raider
 
Sirian's Avatar
Join Date: Feb 2006
Posts: 4
Originally Posted by Thorndepth
The command /bossblock isn't working but I have checked the lua file inside their it is written /bossblock.

Anyways I read that somewhere about the BigWig. Do I still need CT_raid running with BigWig on? It's quite a lot of memory usable with both running.
Yes and No.

BigWigs replaces the CT_BossMod side of CTRA.

oRA (or oRA2) replaces the Raid tools side of things.
As a generic raider you will hardly notice the difference tool wise (however, if your a raidleader its a learning curve).

For your other statement, if /bossblocks not working, whats happening? Does it just give you the generic "No such command /bossblock" or does it return an error box?
  Reply With Quote
09-28-06, 05:33 PM   #6
Thorndepth
A Deviate Faerie Dragon
 
Thorndepth's Avatar
Join Date: Apr 2006
Posts: 12
Originally Posted by Sirian
Yes and No.

BigWigs replaces the CT_BossMod side of CTRA.

oRA (or oRA2) replaces the Raid tools side of things.
As a generic raider you will hardly notice the difference tool wise (however, if your a raidleader its a learning curve).

For your other statement, if /bossblocks not working, whats happening? Does it just give you the generic "No such command /bossblock" or does it return an error box?
Gave me a no such command /help lol
__________________
  Reply With Quote
09-28-06, 05:33 PM   #7
Sirian
A Murloc Raider
 
Sirian's Avatar
Join Date: Feb 2006
Posts: 4
hmm curious *goes and finds bossblock standalone mod* :P

EDIT!

if its: http://www.wowinterface.com/download...fo.php?id=4942

Looking through the code, all it has is a /slash command but not body for it :P

Code:
cmd           = AceChatCmd:new({"/bossblock"},{}),
All this does is register it "has" a slash command but no command table fed in.

It may as well not have that slash command since theres no options to configure other than whats hard coded into the .lua


Edit2

note: ## Dependencies: Ace

Do you have Ace (not Ace2) installed?
__________________
Sirian
60 Nightelf Rogue
EU-Emerald Dream
CTProfile: http://ctprofiles.net/44281

Last edited by Sirian : 09-28-06 at 05:38 PM.
  Reply With Quote
09-28-06, 06:05 PM   #8
Thorndepth
A Deviate Faerie Dragon
 
Thorndepth's Avatar
Join Date: Apr 2006
Posts: 12
Originally Posted by Sirian
hmm curious *goes and finds bossblock standalone mod* :P

EDIT!

if its: http://www.wowinterface.com/download...fo.php?id=4942

Looking through the code, all it has is a /slash command but not body for it :P

Code:
cmd           = AceChatCmd:new({"/bossblock"},{}),
All this does is register it "has" a slash command but no command table fed in.

It may as well not have that slash command since theres no options to configure other than whats hard coded into the .lua


Edit2

note: ## Dependencies: Ace

Do you have Ace (not Ace2) installed?
I have both installed
__________________
  Reply With Quote
09-28-06, 06:32 PM   #9
Sirian
A Murloc Raider
 
Sirian's Avatar
Join Date: Feb 2006
Posts: 4
Lines 18-21 of Core.lua

Code:
--	showtells = true,
--	showraid = true,
--	showraidsay = true,
--	showraidwarn = true,
have you removed the -- on any of those (thus disabling the filters) ?

If you haven't I don't have a clue whats wrong
__________________
Sirian
60 Nightelf Rogue
EU-Emerald Dream
CTProfile: http://ctprofiles.net/44281
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » BossBlock Mod


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off