v3.0-19-g9baf5dc-nolib
Details
-
FilenameSilverDragon-v3.0-19-g9baf5dc-nolib.zip
-
Uploaded by
-
UploadedOct 7, 2012
-
Size53.40 KB
-
Downloads52
-
MD5f4eb7e6d8e78a1f8dd57e77a5f0c4969
Supported WoW Retail Versions
- 5.0.5
Changelog
David Lynch:
- 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")