Download
(37Kb)
Download
Updated: 01-19-10 03:20 PM
Pictures
File Info
Updated:01-19-10 03:20 PM
Created:unknown
Downloads:6,552
Favorites:50
MD5:

IWD (fan's update)  Popular! (More than 5000 hits)

Version: v1.6a
by: tattooedpierre [More]

IWD (fan's update)

Original mod: http://www.torridreflections.com/wow/ by Torrid.

Features

  • Clears WorldDefense spam
  • Shows number of attacks within a given timeframe for each zone
  • Alerts you when a certain threshold of attacks has been met
  • Flash the most recent attacked area
  • Shows you the time since the last attack
  • new Shows you the zone and sub-zone for each attack, to help easily locate
  • new LDB support!
  • new Audio alert (optional)

IWD replaces the WorldDefense channel spam with a few lines of text floating above your default chat frame. This indicates which zones are being attached, how many attacks have been recorded, how long ago the last attack was and if an area is being pounded; IWD will announce in the chat frame as well.

NOTE: Because of the changes to v1.6 which included the SavedVariables structure and other XML changes, I'd recommend binning any current folder with IWD and totally replacing it with this new version.

Known Issues
  • None

v1.5.3 is BETA. Ie: there are still some known bugs.. and ones I'm sure are unknown. But its out there.. and works for the most part. Will fix bugs in due course.

- v1.6: Rewrote the configuration screen using Blizzards own interface menu, will show up as 'IWD'. Added basic LDB data feed to show the most recently attack target. Will expand on this in the future to include a tooltip with details.
- v1.5.4: Updated for 3.1, fixed config bug. No FuBar support atm.
- v1.5.3: Updated for WotLK, however, not all bugs fixed. LUA error re: slider in options panel still outstanding.
- v1.5.2: Updated TOC for compatibility with WoW 2.4; updated zone list to include some new areas.
- v1.5.1: Updated TOC for compatibility with WoW 2.2; no further changes were made at this time.
- v1.5: Hopefully have fixed this frame bug that's been plaguing people. The frame is now on a lower strata than before. Minor visual tweak. Integrated TBC zone names I'd collected. Updated README and in-game help. Fixed /iwd lock command to actually work; same for options menu locking tick box.
- v1.4r1 Bug Fix. This version fixes a bug which would cause the IWD frame to vanish when it had been moved, after a logout. Tweaked move frame.
- v1.4 Stable release. Reworked some internal stuff, the zone list is now in a seperate file to make it easier to update. Also added the option to unlock the IWD alert frame and move it via /iwd menu (requested). Cleaned up the chat alerts and options menu.
- v1.3.9 Stable version; full FuBar support (working!). Bug fixes and zone code cleaned up. Added some code to auto-join WorldDefense in case your not in that channel. Changed debugging code to help track future problems (touch wood etc). Added TBC zones I've collected into the main array.
- v1.3.8-r1 fixes the debug spam, and also fixes a bug I wasnt aware of that meant you coulnd't toggle zone/subzone text properly. Enabling/Disabling IWD from the options screen will throw an error but it still works. I'm looking into this. Again, looked into the FuBar code and it's almost complete.
- v1.3.8 implements a new tracking system to record new zones (primarily Outland areas) to further improve the zone definition list. FuBar support has been tweaked in this version too so hopefully it's working a little better now. I'm still working on adding more options.
- v1.3.7.1b fixes error message related to unresolved FuBar issue.
- Completely rewrote FuBar support
- Fixed colour coding on FuBar
- Added option to mute normal alert in favour of FuBar-only alerts
- Added audio alert option
- Added tooltip to FuBar plugin to display location details
- Added flashing icon to FuBar that will indicate attack severity
Optional Files (0)


Post A Reply Comment Options
Unread 12-01-06, 01:07 PM  
tattooedpierre
An Aku'mai Servant
 
tattooedpierre's Avatar
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 95
Uploads: 4
Originally posted by Mycroft77
Here's a complete list of all the subzones I've ever found while running defense tracker (with all the instances removed, as they never come under attack).

http://www.node3.net/World_of_Warcra...r_subzones.lua

Defense tracker would create a saved variables file and add new zones you discovered to it automatically, so it could remember them next time. It wasn't a flawless system but it worked pretty well.

I have a 60 horde and 60 alliance so this is pretty complete, probably not 100% but close.
Thanks for that I'll add it in tonight.
Report comment to moderator  
Reply With Quote
Unread 12-01-06, 12:45 PM  
Mycroft77
A Kobold Labourer
 
Mycroft77's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Here's a complete list of all the subzones I've ever found while running defense tracker (with all the instances removed, as they never come under attack).

http://www.node3.net/World_of_Warcra...r_subzones.lua

Defense tracker would create a saved variables file and add new zones you discovered to it automatically, so it could remember them next time. It wasn't a flawless system but it worked pretty well.

I have a 60 horde and 60 alliance so this is pretty complete, probably not 100% but close.
Last edited by Mycroft77 : 12-01-06 at 12:47 PM.
Report comment to moderator  
Reply With Quote
Unread 11-30-06, 10:29 PM  
tattooedpierre
An Aku'mai Servant
 
tattooedpierre's Avatar
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 95
Uploads: 4
Originally posted by Mycroft77
You could probably ace2-ify this mod with some standard libs which would make your life easier in the long run, things like babble-zone and the like are libraries already built so you wouldn't need to make your own.

Dunno though, it's just something you may want to look into.

Thanks for picking this up either way.
Ok I'm working on adding the zone names just now. I'm not too sure about Ace2. I usually find Ace2 mods faster and smaller than others, however, IWD is tiny in itself so I'm not sure it would be that useful as I really don't intend on adding too much to IWD. It's one of the main reasons I like it so much; it's small and does what it set out to do and no more.

PS : If you get any errors in regards to zone names, please let me know so I can add them! I don't think the zone list is quite complete; especially for Alliance side!
Last edited by tattooedpierre : 12-01-06 at 08:37 AM.
Report comment to moderator  
Reply With Quote
Unread 11-30-06, 04:20 PM  
Mycroft77
A Kobold Labourer
 
Mycroft77's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
You could probably ace2-ify this mod with some standard libs which would make your life easier in the long run, things like babble-zone and the like are libraries already built so you wouldn't need to make your own.

Dunno though, it's just something you may want to look into.

Thanks for picking this up either way.
Report comment to moderator  
Reply With Quote
Unread 11-30-06, 03:32 PM  
tattooedpierre
An Aku'mai Servant
 
tattooedpierre's Avatar
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 95
Uploads: 4
Originally posted by Mycroft77
Maybe add in the ability to list zone information for the area under attack... for example in your screenshot, it could say "The Crossroads - The Barrens" and "Marshal's Refuge - Un'Goro".
EDIT: On second thought; whilst I like the idea it's not possible AFAIK since WorldDefense does not provide this information to IWD.

EDIT2: I'm being silly.. not enough caffeine.. I'll look into this for you
Last edited by tattooedpierre : 11-30-06 at 03:38 PM.
Report comment to moderator  
Reply With Quote
Unread 11-30-06, 12:21 PM  
Mycroft77
A Kobold Labourer
 
Mycroft77's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Maybe add in the ability to list zone information for the area under attack... for example in your screenshot, it could say "The Crossroads - The Barrens" and "Marshal's Refuge - Un'Goro".
Report comment to moderator  
Reply With Quote
Unread 11-30-06, 10:39 AM  
tattooedpierre
An Aku'mai Servant
 
tattooedpierre's Avatar
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 95
Uploads: 4
I really wasn't wanting to add additional bloat to the mod, however, i'll check out the fuBar plugin system and see how easy it would be.
Report comment to moderator  
Reply With Quote
Unread 11-30-06, 10:07 AM  
theeo123
A Murloc Raider
 
theeo123's Avatar

Forum posts: 8
File comments: 11
Uploads: 0
WoW this is cool
i used to have a Add-on like this that interfaced directly with titan , i switched to Fu-bar, (for Ace 2 support, and well, cause titan is more or less abandoned) this is one of the features i missed the most

any chance of working on a fu-bar integration for it ?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.