v3.0-20-ge2e105b
Details
-
FilenameSilverDragon-v3.0-20-ge2e105b.zip
-
Uploaded by
-
UploadedOct 7, 2012
-
Size239.33 KB
-
Downloads1,749
-
MD5106d128be2757de1a8a83ba488f04c2b
Supported WoW Retail Versions
- 5.0.5
Changelog
David Lynch:
- Change the achievement tooltip strategy
Scanning the achievement for changes: fail. API is slow, and events
are fired ridiculously quickly. Instead scan once on entering the
world, and ping for updates when mousing over a known criteria mob.
- I'll admit, I didn't realize quite how often CRITERIA_UPDATE fired
- Rearrange mouseover/target scanning
Removes the dependency between mouseover/target scanning being
enabled and the marker output working.
- Don't automatically record location from cache hit
- Proper event for achievement update (probably)
- Move the taxi check to immediately before the seen event is fired
Catches more routes into it.
- Err in favor of the earlier zoneid if multiple mapfiles
- Fix some handynodes note management
Separate out deleting the single point and deleting the entire rare.
Call UpdateNodes before telling handynotes there's an update.
- Typo: achievememememenete
- Level not required for sync
- I wrote this in regexp, not patterns.
- mob_level is keyed off id now
- Only record location for mouseover/target if we're close enough
- Re: mob tooltips, DURRRRR.
- Zoneid doesn't change. So.
- Order of file loading tweak
- Check cache to see if we know the name already when adding a mob to the always/ignore lists
- Mark properly if the first notification is the cache
- Achievement scan needs to wait until entering world, otherwise it's inconsistent
- Mark rares when seen (suggested by "WofW68")