
[SOLVED] Fix: missing tactics after login
Forum rules
Before posting in this forum, please read the Terms of Use and visit Idrinth's Addons site for most available addons.
Before posting in this forum, please read the Terms of Use and visit Idrinth's Addons site for most available addons.
Re: [SOLVED] Fix: missing tactics after login
Sorry for overreacting and gz on your F5 CA 

A Pounce Too Far: http://imgur.com/KeSt8WL
Ads
Re: [SOLVED] Fix: missing tactics after login
So... do we need to use both addons to make it work? Or choose any?

"Well, once there was only chaos. You ask me, order's winning". - Grandmaster Siegfried Trappenfeld
Re: [SOLVED] Fix: missing tactics after login
The one taccr provided is enough, just be aware it will set your tactics to default after zoning/reloadui. No problem if you're using one tactis set.
A Pounce Too Far: http://imgur.com/KeSt8WL
Re: [SOLVED] Fix: missing tactics after login
Small change to load default tactic set only after login.
Change tactic.lua to:
Change tactic.lua to:
Code: Select all
tactic = {}
-- Global
setTactic = 3
justlogged = true
function tactic.update()
if (justlogged)
then
TextLogAddEntry("Chat", 0, L"Settings tactic set to: " .. setTactic)
TacticsEditor.OnSetMenuSelectionChanged(setTactic)
justlogged = false
end
end
function tactic.init()
RegisterEventHandler(SystemData.Events.RELOAD_INTERFACE, "tactic.update")
RegisterEventHandler(SystemData.Events.LOADING_END, "tactic.update")
end
A Pounce Too Far: http://imgur.com/KeSt8WL
Re: [SOLVED] Fix: missing tactics after login
Thanks
Very needed change for those who have more than 1 set of tactics, like for pvp and pve.


"Well, once there was only chaos. You ask me, order's winning". - Grandmaster Siegfried Trappenfeld
Who is online
Users browsing this forum: No registered users and 14 guests