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:119
Total downloads:141,706
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/22/17, 02:56 PM  
Moosetrax
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 120
Uploads: 1
Re: Morrowind Patch? Yes or No

Originally Posted by LordRhys
Is there going to be an update for Morrowind or is this mod dead now?
Not sure if you had noticed, but the mod is being updated at Foundry Tactical Combat (FTC) - Morrowind http://www.esoui.com/downloads/info1...wind.html#info
Last edited by Moosetrax : 06/22/17 at 02:58 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: