Download
(178 Kb)
Download
Updated: 08/02/16 07:00 AM
Pictures
File Info
Compatibility:
Shadows of the Hist (2.5)
Updated:08/02/16 07:00 AM
Created:06/13/16 07:46 PM
Monthly downloads:135
Total downloads:141,599
Favorites:48
MD5:
Foundry Tactical Combat (FTC) - Hist Updates  Popular! (More than 5000 hits)
Version: 0.74
by: Demiknight [More]
New player, installed FTC, patch hit, all hell broke loose. I've updated a few section to reference the new DB API changes. I can't say I have all the changes required, but the addon seems to be behaving. If there are other issues and an official update has not been released post and I'll try and figure it out.

Changes so far:

\FoundryTacticalCombat\character\functions.lua

Original:
Line 102: FTC.Target.vlevel = GetUnitVeteranRank('reticleover')
Line 278: FTC.Player.vlevel = GetUnitVeteranRank('player')
Line 282: FTC.Player.vet = GetUnitVeteranPoints('player')
Line 318: local itemLevel = ( GetItemLinkRequiredLevel(GetSlotItemLink(slotNum)) or 0 ) + ( GetItemLinkRequiredVeteranRank(GetSlotItemLink(slotNum)) or 0 )
Line 639: maxExp = 400000
New:
Line 102: FTC.Target.vlevel = GetUnitChampionPoints('reticleover')
Line 278: FTC.Player.vlevel = GetUnitChampionPoints('player')
Line 282: FTC.Player.vet = GetUnitChampionPoints('player')
Line 318: local itemLevel = ( GetItemLinkRequiredLevel(GetSlotItemLink(slotNum)) or 0 ) + ( GetItemLinkRequiredChampionPoints(GetSlotItemLink(slotNum)) or 0 )
Line 639: maxExp = GetNumChampionXPInChampionPoint(FTC.Player.vlevel)

\FoundryTacticalCombat\frames\functions.lua (3 hits)

Original:
Line 120: local level = FTC.Player.vlevel > 0 and "v" .. FTC.Player.vlevel or FTC.Player.level
Line 169: local level = FTC.Target.vlevel > 0 and "v" .. FTC.Target.vlevel or FTC.Target.level
Line 264: local level = GetUnitVeteranRank(unitTag) > 0 and "v" .. GetUnitVeteranRank(unitTag) or GetUnitLevel(unitTag)
New:
Line 120: local level = FTC.Player.vlevel > 0 and "c" .. FTC.Player.vlevel or FTC.Player.level
Line 169: local level = FTC.Target.vlevel > 0 and "c" .. FTC.Target.vlevel or FTC.Target.level
Line 264: local level = GetUnitChampionPoints(unitTag) > 0 and "c" .. GetUnitChampionPoints(unitTag) or GetUnitLevel(unitTag)


\FoundryTacticalCombat\core\events.lua (3 hits)

Original:
Line 62: EVENT_MANAGER:RegisterForEvent( "FTC" , EVENT_VETERAN_RANK_UPDATE , FTC.OnLevel )
New:
Line 62: EVENT_MANAGER:RegisterForEvent( "FTC" , EVENT_CHAMPION_POINT_UPDATE , FTC.OnLevel )


\FoundryTacticalCombat\FoundryTacticalCombat.txt

Original:
Line 3: ## Version: 0.72
Line 4: ## APIVersion: 100014
New:
Line 3: ## Version: 0.73
Line 4: ## APIVersion: 100015

\FoundryTacticalCombat\FoundryTacticalCombat.txt.lua

Original:
Line 18: Author: Atropos / Philgo68
Line 20: Version: 0.72
Line 21: Updated: 2016-03-??
Line 32: FTC.version = 0.72
New:
Line 18: Author: Atropos / Philgo68 / Demiknight (DB Fixes Only)
Line 20: Version: 0.73
Line 21: Updated: 2016-06-16z`
Line 32:FTC.version = 0.73
-API version changed from 100015 to 100016.
-Cleaned up variables that we're meant to hold vet level.
-Updated LAM and LMW to current releases.
Archived Files (1)
File Name
Version
Size
Uploader
Date
0.73
173kB
06/13/16 07:46 PM


Post A Reply Comment Options
Unread 06/13/16, 09:56 PM  
Thrasher

Forum posts: 8
File comments: 209
Uploads: 0
Replacement or Addition?

Thanks for this!

So should I use this instead of the original or in addition to the original?

Cheers!
Last edited by Thrasher : 06/13/16 at 09:56 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: