Patch Notes 11.1.5.4000
General
- Added gear score to artefact runes.
- Reduced amounts of Perfect Jewels in Wheel of Fortune.
Housing
- Added option to enter edit mode placement from Place furniture button.
- Added option to add house music and sky to playlist to cycle them in order.
User Interface
General
- Changed speak bubbles to not appear when whole interface is hidden.
- Fixed FPS drops after longer session time related to some interface textures.
Frames
- Party: Added conditions to prevent a recurring interface error.
- Settings: Added option to hide System/Warning message drag tooltips.
- Quest Tracker: Fixed quest tooltip rendering over equipment tooltip locked with Shift key.
Development
- Added
Houses_SetSkyPlaylistDuration(short Duration)
- Added
short Duration = Houses_GetSkyPlaylistDuration
- Added
HOUSE_SKY_CHANGED
andHOUSE_MUSIC_CHANGED
events. - Added
Houses_SkipSkyPlaylist()
andHouses_SkipMusicPlaylist()
- Added
Houses_GetSkyPlaylistIndex
andHouses_GetMusicPlaylistIndex
- Added
HOUSE_MUSICPLAYLIST_CHANGED
andHOUSE_SKYPLAYLIST_CHANGED
events. - Added
Houses_DelSkyPlaylist(int OrgObjID)
andHouses_AddSkyPlaylist(int OrgObjID)
- Added
Houses_DelMusicPlaylist(int OrgObjID)
andHouses_AddMusicPlaylist(int OrgObjID)
- Added
int size = Houses_GetMusicPlaylistSize()
andint size = Houses_GetSkyPlaylistSize()
- Added
Houses_JumpSkyPlaylistToID(int OrgObjID
andHouses_JumpMusicPlaylistToID(int OrgObjID)
- Added
Houses_SwapMusicPlaylist(int Index1, int Index2)
andHouses_SwapSkyPlaylist(int Index1, int Index2)
- Added
int OrgObjID, string Name, string ImagePath = Houses_GetSkyPlaylistInfo(int Index)
andint OrgObjID, string Name, string ImagePath = Houses_GetMusicPlaylistInfo(int Index)
Masked Festival



