View Single Post
  #1  
Unread 08-24-2012, 05:23 PM
magill's Avatar
magill magill is offline
The Undying
 
Join Date: Sep 2010
Location: Philadelphia PA
Posts: 85
Riders of Rohan Beta NDA Lifted -- LUA Release notes

As per http://forums.lotro.com/showthread.php?475957:

'"Today (8/22) we have officially released Riders of Rohan beta testers from their NDA. Beta testing will contiune as we move towards our new release date of October 15th. In the meantime, those Beta testers who wish to share their thoughts and experiences thus far with the general community are encouraged to do so here." - Sapience''

As always, these are preliminary release notes and do not reflect the final changes, features, or systems that will ship with the final product. Everything here is subject to change.

Lua
  • Added IsMarkupEnabled, SetMarkupEnabled to the Label class. This will allow for a limited set of HTML style tags to be used for formatting text. Tags include<b>, <i>, <u>, <p>, and a custom <rgb=#XXXXXX> tag. Make sure you close them </>.
  • Added Graphic class. This class can be initialized with an asset ID or a path to a plugin asset and will then hold an instance of that resource that can be used by SetBackground on controls. Using this class allows for the caching of graphics used by plugins.
  • Added GetBackground to Control. This returns a Graphic object that can be used to set the background of other controls to the same graphic.
  • Added GetLanguage to Engine. This returns an enumeration value from Language that represents the supported client languages. This reflects directly what language was specified to the client to use.
  • Added GetMoney, GetMoneyComponents, GetDestinyPoints to MonsterPlayerAttributes.
  • Added GetStance and change event to WardenAttributes.
  • Added GetTrainedGambits, GetUntrainedGambits to WardenAttributes.
  • Added GetTrainedSkills, GetUntrainedSkills to LocalPlayer.
  • Added Harmony to the MinstrelStance enumeration.
  • Added GetWinterstormLevel, GetMasterOfTragedyLevel, GetMasterOfAllusionLevel, GetMasterOfConnocationLevel, and change events to RuneKeeperAttributes.
  • Changed ItemAdded, ItemRemoved in the Wallet to include the WalletItem in the arguments class as args.Item.
  • Added color constants for the standard web color set to Turbine.UI.Color.
  • Added GetMount to LocalPlayer.
  • Added Mount, BasicMount, and CombatMount.
  • Fixed an issue where dragging the chat window over a lua window that supported drag drop would result in the chat window dissapearing and eventually a crash.
__________________
Bill Magill Mac Player
(OTG)
Val - Man Minstrel (107)
Valalin - Dwarf Minsrel (69)
Valamar - Dwarf Hunter (118)
Valanne - Beorning (105)
Valhad - Elf LM (65)
Valkeeper - Elf RK (85)
Valdicta - Dwarf RK (105)
Valwood - Dwarf RK (80)

Valhunt - Dwarf Hunter (68)
Ninth - Man Warden (65)

"Laid back, not so serious, no drama.
All about the fun!"

Reply With Quote