WoWInterface SVN TrainerDefaultAvailOnly

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 1 to Rev 2
    Reverse comparison

Rev 1 → Rev 2

trunk/TrainerDefaultAvailOnly/TrainerDefaultAvailOnly.xml New file
0,0 → 1,17
<Ui xmlns="http://www.blizzard.com/wow/ui/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
<Frame name="TrainerDefaultAvailOnly">
<Scripts>
<OnLoad>
local us
if this.RegisterEvent then us = this else us = self end
us:RegisterEvent( "TRAINER_SHOW" )
</OnLoad>
<OnEvent>
-- The normal default is available = 1, unavailable= 1, used = 0
SetTrainerServiceTypeFilter( "unavailable", 0 )
</OnEvent>
</Scripts>
</Frame>
</Ui>
Property changes : Added: svn:eol-style + native Added: svn:mime-type + text/xml
trunk/TrainerDefaultAvailOnly/TrainerDefaultAvailOnly.toc New file
0,0 → 1,6
## Interface: 20400
## Title: Trainer Default - Available Only
## Author: Asu
## Notes: This just changes the default for trainers to only show things you can actually train currently.
## X-Email: wow@referencethis.com
TrainerDefaultAvailOnly.xml
Property changes : Added: svn:mime-type + text/plain Added: svn:keywords + Revision Date