Download
(1Kb)
Download
Updated: 05-19-10 09:31 AM
Pictures
File Info
Updated:05-19-10 09:31 AM
Created:03-11-10 04:04 PM
Downloads:2,565
Favorites:13
MD5:

Need The Orb

Version: 4
by: Mortilus [More]

By Myrilandell of Lothar

NeedTheOrb is an addon that will automatically roll Greed on the Frozen Orb that drops at the end of a heroic 5man instance. You don't even see the roll box pop up for the Frozen Orb.

4
  • Made the Frozen Orb language independent, so someone from Denmark or Bulgaria could use this addon and it will work.



3
  • Removed the warnings added in v2.
  • Changed the roll from Need to Greed.



2
  • Added a warning message when zoning into an instance, informing your groupmates that they should also roll need on Frozen Orbs.
  • Added a warning message when rolling on the Frozen Orb, informing your groupmates that they should also roll need.



1
  • Initial Release.
Post A Reply Comment Options
Unread 04-26-11, 09:46 AM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
/farnsworth Bad news everyone!

It seems that my WoW subscription has expired, leaving me no way to continue development on BuffWatcher (or any of my addons, really) since I will have no way to test that the changes I make actually work.

If anyone wishes to pick up development of NTO or any of my other addons, send me an email or a PM (my email is in the ToC) and we can work something out.
Report comment to moderator  
Reply With Quote
Unread 09-01-10, 05:25 AM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
Originally posted by HyPeRnIcS
Better code for non English clients:
Code:
		local _, name = GetLootRollItemInfo(id);
		local _, itemLink = GetItemInfo(name)
		local ItemId = itemLink:match("|Hitem:(%d+)")
		if (ItemId == 43102) then -- Frozen Orb itemID
			RollOnLoot(id, 2);
		end
The addon is already localized for rolling via the item name, any particular reason to switch to item ID? Especially since that involves 2 extra function calls and a substring match? Just wondering, since it would seem to me that using the name would be sufficient


And the code for Battered Hillt:
Code:
                if (ItemId == 50379) or (ItemId == 50380) then -- Battered Hillt itemID
                        RollOnLoot(id, 1);
                end
I'm not going to add support for Battered Hilts, but honestly only because this addon is called "Need the Orb". I don't want it doing anything involving other drops. I'll just make a new one for Cata, that rolls Need on whatever it is in cata heroics.
Report comment to moderator  
Reply With Quote
Unread 08-31-10, 05:23 PM  
HyPeRnIcS
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Better code for non English clients:
Code:
		local _, name = GetLootRollItemInfo(id);
		local _, itemLink = GetItemInfo(name)
		local ItemId = itemLink:match("|Hitem:(%d+)")
		if (ItemId == 43102) then -- Frozen Orb itemID
			RollOnLoot(id, 2);
		end
And the code for Battered Hillt:
Code:
                if (ItemId == 50379) or (ItemId == 50380) then -- Battered Hillt itemID
                        RollOnLoot(id, 1);
                end
Report comment to moderator  
Reply With Quote
Unread 05-19-10, 11:59 AM  
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view AddOns

Forum posts: 205
File comments: 173
Uploads: 1
Originally posted by Purity
How easy would it be to "Need the Battered Hilt"? Now that would be useful!
Ohhh that would be fun
Report comment to moderator  
Reply With Quote
Unread 03-26-10, 01:13 PM  
Purity
A Deviate Faerie Dragon

Forum posts: 16
File comments: 170
Uploads: 0
How easy would it be to "Need the Battered Hilt"? Now that would be useful!
__________________
Report comment to moderator  
Reply With Quote
Unread 03-25-10, 05:24 PM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
Okay, i misread how Blizzard was implementing the Frozen Orb roll change. Updated this to auto-roll Greed instead of Need, and removed the party messages because they are useless now.
Last edited by Mortilus : 03-25-10 at 06:44 PM.
Report comment to moderator  
Reply With Quote
Unread 03-24-10, 08:11 PM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
In 3.3.3, Blizzard changed how Frozen Orbs are handled, making this addon completely defunct.

You can delete this addon from your addon folder and not suffer any negative side effects
Report comment to moderator  
Reply With Quote
Unread 03-23-10, 03:12 PM  
Kudane
Co-Founder
 
Kudane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 215
File comments: 79
Uploads: 2
any plans to convert this to "greed the orb" ?
Report comment to moderator  
Reply With Quote
Unread 03-22-10, 03:39 PM  
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view AddOns

Forum posts: 205
File comments: 173
Uploads: 1
I know But until then its nice
Report comment to moderator  
Reply With Quote
Unread 03-22-10, 02:40 PM  
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 309
File comments: 105
Uploads: 11
Originally posted by ckramme
Nice addon
Everyone rolls need in my battlegroup, so this is less annoyance.

Their value is going up in 3.3.3, so they are suddenly worth alot more gold.
This mod will become useless in 3.3.3 as they're making you auto-greed the orbs.
Report comment to moderator  
Reply With Quote
Unread 03-22-10, 12:09 PM  
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view AddOns

Forum posts: 205
File comments: 173
Uploads: 1
Nice addon
Everyone rolls need in my battlegroup, so this is less annoyance.

Their value is going up in 3.3.3, so they are suddenly worth alot more gold.
Report comment to moderator  
Reply With Quote
Unread 03-21-10, 06:29 PM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
nvm...
Last edited by ballagarba : 03-21-10 at 06:30 PM.
Report comment to moderator  
Reply With Quote
Unread 03-21-10, 05:57 PM  
Mortilus
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 207
Uploads: 7
Version 2 is released!
  • Added a warning message when zoning into an instance, informing your groupmates that they should also roll need on Frozen Orbs.
  • Added a warning message when rolling on the Frozen Orb, informing your groupmates that they should also roll need.
Last edited by Mortilus : 03-21-10 at 06:00 PM.
Report comment to moderator  
Reply With Quote
Unread 03-16-10, 08:01 AM  
Shnissigah
A Kobold Labourer

Forum posts: 0
File comments: 43
Uploads: 0
Wow...

It's like a dick move in addon form...
Last edited by Shnissigah : 03-16-10 at 08:02 AM.
Report comment to moderator  
Reply With Quote
Unread 03-13-10, 04:48 AM  
Tweeker
A Cobalt Mageweaver
 
Tweeker's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 234
File comments: 153
Uploads: 5
burn this addon

Now i know why i'm constantly getting f**ed out of all my orb's...
__________________
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: