Patch Notes 10.1.1.8000
Hyperlinks and their tooltips
- Added Suit tooltip.
- Added NPC tooltip.
- Added Zone tooltip.
- Added hyperlinks to questbook requests.
- Added NPC hyperlinks to questbook dialogs.
- Added NPC attitude color for various descriptions.
- Added NPC hyperlink „World Search” right click option.
Addons
- Added built-in
FixforGuildbank
addon. - Moved officially updated addons to new Chronicles of Arcadia CurseForge platform.
- Updated Advanced AuctionHouse, WoWMap, scrutinizer and other community developers reworks.
WhisperManager
- Limited messages history to 500 per chat.
- Added Forward, Reply, Copy functionalities.
- Fixed an issue that was making option items always checked.
Translations
- Updated Arabic translation.
- Updated Turkish translation.
- Updated Russian translation.
Game performance
- Fixed memory related crashes.
- Decreased time of clearing old textures cache.
- Decreased memory usage for loading textures.
- Decreased amount of NPCs loaded in view range.
Development
- Fixed
BugMessageFrame
navigation. - Updated
BugMessageFrame
with editbox. - Added
TEXT("SysID_name")
for card names. - Increased default line bytes of
MessageBox
to 1023. - Added
npc
,zone
,suit
elements to:SetHyperLink()
method. - Extended stored number of characters in
Chat_CopyToClipboard
to 4096. - Added
GetObjectInfo( OrgObjID, "DB_FieldName", ... )
function (you can pass multiple DB_FieldName arguments at once).
Other
- Reworked game launcher.
- Fixed saving settings on crash.
- Adjusted Guild War times by -1 hour.
- Fixed speak dialog options color issues.
- Changed description fonts in Quest Tracker.
- Fixed
NullObj-%d
strings in various sentences. - Improved „Search in World” with letter case insensibility.
- Changed questbook and npc speak dialog background texture.
- Fixed second and third amulet switch buttons in character frame.
- Added arrow and projectiles Arcadia Coins packs to William Edwards’ shop.
- Fixed Dalanis Nightmare was possible to be finished two times at opening phase.
- Replaced Ancient Memento to Arcadia Coins in Cyclops Lair (Hard), Dalanis Nightmare and Hall of Survivors (Hard) as loot in last bosses.
Flower Festival
- 15 custom cards from festival monsters.
- 9 hidden custom titles from festival events.
Draco
During the festival you can exchange Wind Zodiac materials and Aero Draconaris for a Draco Pet.
Obtain Aero Draconaris from:
- Flower Festival Reward Representative – exchange 4 x Flower Festival Attendance Certificate for a reward.
True Love
Event starts at: Auermo
Event area(s): Thunderhoof Hills
Event goal: Complete multiple tasks within a quest line.
Note: A minimum level of 50 is required to complete this event quest line!
Lilies of Love
Event starts at: Karlindola
Event area(s): Dalanis
Event goal: The player will receive 5 Lilies of Love to use on other players.
Heralds of the Flower God
Event starts at: Allen Romero, Varanas bridge
Event area(s): Taborea
Event goal: Find the heralds of the flower God.
Create Love Chocolate
Event starts at: Adam
Event area(s): Varanas Square, Logar, Taborea
Event goal: Collect ingredients to create Love Chocolate.
Cultivate a magical rose
Event starts at: Eva
Event area(s): Varanas Square
Event goal: Plant and cultivate magical rose seeds.
Flower God’s Blessing
Event starts at: Adam, Varanas
Event goal: Receive the blessing from the Flower God for a small fee!
Stairs of the blue roses
Event starts at: Ayfur, Varanas Square
Event area: Varanas Square
Event goal: Find and collect blue roses.
Flowers from Evana
Event starts at: Evana Javelin at Varanas Square
Event area(s): Varanas Square, House, Silverspring
Event goal: Catch 5 Pollinating Butterflies.
Flames of Love
Event starts at: Gary Burton, Varanas Bridge
Event area(s): Silberquell, Tagena
Event goal: Use special skills for beat other players with points in a small arena.
Four parts of the wedding flower
Event starts at: Captain Ali
Event area(s): In front of Varanas bridge
Event goal: Find the stolen pieces of the wedding flower and bring them back.
The Flower Pixie and the Flower Blessing
Event starts at: Gaster
Event area(s): outside Varanas Gates
Event goal: Protect Follow and defend the Flower Pixie from the Flower Thieves.
Mr. Swallowtail’s Toss of Elegance
Event starts at: Nikljars Wulfft
Event area(s): Varanas bridge
Event goal: Get as many points as possible by hitting enemies with a throw.
Food Hunt
Event starts at: Sisaylin the Perplexed Event area(s): Thunderhoof Hills
Event goal: Get multiple items within a quest line to receive a reward.
Note: A minimum level of 50 is required to complete this event quest line!
Patch Notes 10.1.1.8010
General
- Updated game launcher.
- Fixed Russian interface translation.
- Changed linked names of tier stones.
- Fixed various issues in Hall of Survivors (Hard).
- Fixed issue with Fydolax disappearing after death.
- Added „Show max upgrade in tooltip” option to spell book.
If you use TooltipIds you need update to 2.0-2-g8acc205-alpha. - Updated questbook and npc speak dialog option and decor textures.
Development
- Added
GetRoomID()
. - Added
GetPlayerMaxLevel()
. - Added
GetAuctionBidItemLink( index )
. - Added
GetAuctionSellItemLink( index )
. - Added
GetQuestIdByIndex( iType, iIndex )
. - Added
GetItemRune( itemLink, index 1-4 )
. - Added
GetCoordsWorldMapPos( zoneID, x, z )
. - Added
GetItemInherent( itemLink, index 1-6 )
. - Updated
NpcTrack_SearchNpc( DBID, bool caseInsensitivity )
. - Updated
tooltip:SetMagicCollectDB( OrgObjID, bool currentLevel, bool nextLevel, bool maxLevel )
. - Updated
tooltip:SetSkillItem( int skillType, int skillIndex, int skillPoint, bool currentLevel, bool nextLevel, bool maxLevel )
. - Added
GetAvailableObjectInfo( OrgObjID, "DB_FieldName", ... )
(only difference withGetObjectInfo
is that it will returnnil
for currently disabled objects).