Home

Combat Tracker for OBS

First off, thank you so much for showing interest towards my combat tracker, much appreciated!

You can display the amount of each ship type you've sunk, how many times you've sunk, kills, deaths and emissary flags sold. The amounts are controlled via bot commands in chat.

This community has been so amazing to me and I just want to give back! Special thanks to DugMcUgly for the amazing ship icons!

Setup time: 15-20 minutes

1. Installing the font

This account is for testing purposes only, so don't use it live on stream! The test account is open for everyone, so anyone can alter the numbers at anytime.
If you decide you want to use the tracker, contact me on Discord so I can set up your personal account.

The tracker uses a custom font, which needs to be installed first. Earlier versions of the tracker had some issues if the font wasn't installed on Windows (and instead showed a default looking font on screen).

Note: If you've used any of my other counters or trackers and installed the font with them, you can skip this step.
  1. Download the Freebooter font.
  2. After you've downloaded it, you can install it by right-clicking the file and selecting "Install".
  3. Add the browser source to OBS (with the link in the next step).
  4. If you have had the tracker installed in OBS before, I recommend clicking the "Refresh cache of current page" button in the browser source properties window.

2. Adding the browser source to your OBS scene

This account is for testing purposes only, so don't use it live on stream! The test account is open for everyone, so anyone can alter the numbers at anytime.
If you decide you want to use the tracker, contact me on Discord so I can set up your personal account.

The combat tracker has vertical and horizontal layout options. Use the URLs below to specify which one you want to use.

Click the source URL to copy it to the clipboard
Tracker Layout Source Size Setting Browser Source URL
Vertical Width: 1400, Height: 700 https://api.solkku.com/combattracker/obs.php?name=test&token=token
Horizontal Width: 1400, Height: 700 https://api.solkku.com/combattracker/obs.php?name=test&token=token&layout=Horizontal

After adding it, you should be able to see all seven combat icons with zeros next to them. You can play around with size and positioning by dragging the source around in OBS.

Note: The combat tracker refreshes every 3 seconds. So after using commands, it takes a few seconds to update on screen.

Optional: Autohide and setting ship icon & text opacity

This setting is completely optional, but gives you more control over how the tracker looks on stream. To use it, add the following string of text to the end of your browser source URL in OBS.

The combat tracker defaults to 60% opacity.
Option Explanation Code
Autohide   New! Option to hide the Combat Tracker when all values are at 0. It will show when something is added to the tracker. &autohide=True
Opacity To change the overlay opacity, add the percent number without the '%' symbol. The example on the right is for 80% opacity. &opacity=80

3. Choose what to display

This account is for testing purposes only, so don't use it live on stream! The test account is open for everyone, so anyone can alter the numbers at anytime.
If you decide you want to use the tracker, contact me on Discord so I can set up your personal account.

Here you can choose which parts of the combat tracker you want to show. Click the button to hide/show the corresponding bot commands (in step 4).

If parts of the tracker are disabled here, you will see them disappear in OBS & on stream too.

All parts are enabled by default. Click to disable.
Ships
Sinks
Kills
Deaths
Emissaries
Note: The !toggle commands for each part of the tracker will remain in the bot commands list, regardless if you disable that part here. This way you'll have a command to enable them later if you wish.
0
0
0
0
0
0
0

4. Bot commands

This account is for testing purposes only, so don't use it live on stream! The test account is open for everyone, so anyone can alter the numbers at anytime.
If you decide you want to use the tracker, contact me on Discord so I can set up your personal account.

Next we need to setup bot commands for you or your mods to use in chat or in Discord (if your bot supports Discord commands). You can of course allow your VIPs to do it too - userlevel is up to you.

You can name the commands whatever you like, I just used the ones below.

The !combat command is optional, as it's not used for anything else than for your bot to message the amounts as text in chat. This command can be set for everyone to use, in case they're on mobile and can't see the icons & numbers.
Nightbot
Command Message Userlevel Usage options Response in chat
!addsloop $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&AddSloop=$(1)) Moderator !addsloop
!addsloop X
/me One sloop added to combat tracker!
/me X sloops added to combat tracker!
!removesloop $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&RemoveSloop=$(1)) Moderator !removesloop
!removesloop X
/me One sloop removed from combat tracker!
/me X sloops removed from combat tracker!
!addbrig $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&AddBrig=$(1)) Moderator !addbrig
!addbrig X
/me One brig added to combat tracker!
/me X brigs added to combat tracker!
!removebrig $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&RemoveBrig=$(1)) Moderator !removebrig
!removebrig X
/me One brig removed from combat tracker!
/me X brigs removed from combat tracker!
!addgalleon $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&AddGalleon=$(1)) Moderator !addgalleon
!addgalleon X
/me One galleon added to combat tracker!
/me X galleons added to combat tracker!
!removegalleon $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&RemoveGalleon=$(1)) Moderator !removegalleon
!removegalleon X
/me One galleon removed from combat tracker!
/me X galleons removed from combat tracker!
!addsink $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&AddSink=$(1)) Moderator !addsink
!addsink X
/me One sink added to combat tracker!
/me X sinks added to combat tracker!
!removesink $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&RemoveSink=$(1)) Moderator !removesink
!removesink X
/me One sink removed from combat tracker!
/me X sinks removed from combat tracker!
!addkill $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&AddKill=$(1)) Moderator !addkill
!addkill X
/me One kill added to combat tracker!
/me X kills added to combat tracker!
!removekill $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&RemoveKill=$(1)) Moderator !removekill
!removekill X
/me One kill removed from combat tracker!
/me X kills removed from combat tracker!
!adddeath $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&AddDeath=$(1)) Moderator !adddeath
!adddeath X
/me One death added to combat tracker!
/me X deaths added to combat tracker!
!removedeath $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&RemoveDeath=$(1)) Moderator !removedeath
!removedeath X
/me One death removed from combat tracker!
/me X deaths removed from combat tracker!
!addemissary $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&AddEmissary=$(1)) Moderator !addemissary
!addemissary X
/me One emissary flag added to combat tracker!
/me X emissary flags added to combat tracker!
!removeemissary $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&RemoveEmissary=$(1)) Moderator !removeemissary
!removeemissary X
/me One emissary flag removed from combat tracker!
/me X emissary flags removed from combat tracker!
!toggleships $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleShips) Moderator /me Hiding ships from combat tracker! or
/me Showing ships in combat tracker!
!togglesinks $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleSinks) Moderator /me Hiding sinks from combat tracker! or
/me Showing sinks in combat tracker!
!togglekills $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleKills) Moderator /me Hiding kills from combat tracker! or
/me Showing kills in combat tracker!
!toggledeaths $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleDeaths) Moderator /me Hiding deaths from combat tracker! or
/me Showing deaths in combat tracker!
!toggleemissaries $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleEmissaries) Moderator /me Hiding emissaries from combat tracker! or
/me Showing emissaries in combat tracker!
!togglecombat $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleCombat) Moderator /me hiding combat tracker! or
/me showing combat tracker!
!resetcombat $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&action=ResetCombat) Moderator /me The combat tracker was reset!
!combat $(urlfetch https://api.solkku.com/combattracker/?name=test&token=token&action=ListCombat) Everyone /me Combat Tracker shows: X sloops, X brigs,
X galleons, X sinks, X kills, X deaths and X emissary flags!
StreamLabs Chatbot
Note: Because of ChatBot's limitations, we can't have one add command work both ways. All add commands are separated (to either add single or multiple items), use the ones you need.
Command Message Userlevel Usage Response in chat
!addsloop $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddSloop=1) Moderator /me One sloop added to combat tracker!
!addsloops $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddSloop=$num1) Moderator !addsloops X /me X sloops added to combat tracker!
!removesloop $readapi(https://api.solkku.com/combattracker/?name=test&token=token&RemoveSloop=1) Moderator /me One sloop removed from combat tracker!
!addbrig $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddBrig=1) Moderator /me One brig added to combat tracker!
!addbrigs $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddBrig=$num1) Moderator !addbrigs X /me X brigs added to combat tracker!
!removebrig $readapi(https://api.solkku.com/combattracker/?name=test&token=token&RemoveBrig=1) Moderator /me One brig removed from combat tracker!
!addgalleon $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddGalleon=1) Moderator /me One galleon added to combat tracker!
!addgalleons $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddGalleon=$num1) Moderator !addgalleons X /me X galleons added to combat tracker!
!removegalleon $readapi(https://api.solkku.com/combattracker/?name=test&token=token&RemoveGalleon=1) Moderator /me One galleon removed from combat tracker!
!addsink $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddSink=1) Moderator /me One sink added to combat tracker!
!addsinks $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddSink=$num1) Moderator !addsinks X /me X sinks added to combat tracker!
!removesink $readapi(https://api.solkku.com/combattracker/?name=test&token=token&RemoveSink=1) Moderator /me One sink removed from combat tracker!
!addkill $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddKill=1) Moderator /me One kill added to combat tracker!
!addkills $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddKill=$num1) Moderator !addkills X /me X kills added to combat tracker!
!removekill $readapi(https://api.solkku.com/combattracker/?name=test&token=token&RemoveKill=1) Moderator /me One kill removed from combat tracker!
!adddeath $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddDeath=1) Moderator /me One death added to combat tracker!
!adddeaths $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddDeath=$num1) Moderator !adddeaths X /me X deaths added to combat tracker!
!removedeath $readapi(https://api.solkku.com/combattracker/?name=test&token=token&RemoveDeath=1) Moderator /me One death removed from combat tracker!
!addemissary $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddEmissary=1) Moderator /me One emissary flag added to combat tracker!
!addemissaries $readapi(https://api.solkku.com/combattracker/?name=test&token=token&AddEmissary=$num1) Moderator !addemissaries X /me X emissary flags added to combat tracker!
!removeemissary $readapi(https://api.solkku.com/combattracker/?name=test&token=token&RemoveEmissary=1) Moderator /me One emissary flag removed from combat tracker!
!toggleships $readapi(https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleShips) Moderator /me Hiding ships from combat tracker! or
/me Showing ships in combat tracker!
!togglesinks $readapi(https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleSinks) Moderator /me Hiding sinks from combat tracker! or
/me Showing sinks in combat tracker!
!togglekills $readapi(https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleKills) Moderator /me Hiding kills from combat tracker! or
/me Showing kills in combat tracker!
!toggledeaths $readapi(https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleDeaths) Moderator /me Hiding deaths from combat tracker! or
/me Showing deaths in combat tracker!
!toggleemissaries $readapi(https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleEmissaries) Moderator /me Hiding emissaries from combat tracker! or
/me Showing emissaries in combat tracker!
!togglecombat $readapi(https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleCombat) Moderator /me hiding combat tracker! or
/me showing combat tracker!
!resetcombat $readapi(https://api.solkku.com/combattracker/?name=test&token=token&action=ResetCombat) Moderator /me The combat tracker was reset!
!combat $readapi(https://api.solkku.com/combattracker/?name=test&token=token&action=ListCombat) Everyone /me Combat Tracker shows: X sloops, X brigs,
X galleons, X sinks, X kills, X deaths and X emissary flags!
StreamLabs CloudBot
Note: Because of CloudBot's limitations, we can't have one add command work both ways. All add commands are separated (to either add single or multiple items), use the ones you need.
Command Message Userlevel Usage Response in chat
!addsloop {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddSloop=1} Moderator /me One sloop added to combat tracker!
!addsloops {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddSloop={1}} Moderator !addsloops X /me X sloops added to combat tracker!
!removesloop {readapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveSloop=1} Moderator /me One sloop removed from combat tracker!
!addbrig {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddBrig=1} Moderator /me One brig added to combat tracker!
!addbrigs {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddBrig={1}} Moderator !addbrigs X /me X brigs added to combat tracker!
!removebrig {readapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveBrig=1} Moderator /me One brig removed from combat tracker!
!addgalleon {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddGalleon=1} Moderator /me One galleon added to combat tracker!
!addgalleons {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddGalleon={1}} Moderator !addgalleons X /me X galleons added to combat tracker!
!removegalleon {readapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveGalleon=1} Moderator /me One galleon removed from combat tracker!
!addsink {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddSink=1} Moderator /me One sink added to combat tracker!
!addsinks {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddSink={1}} Moderator !addsinks X /me X sinks added to combat tracker!
!removesink {readapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveSink=1} Moderator /me One sink removed from combat tracker!
!addkill {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddKill=1} Moderator /me One kill added to combat tracker!
!addkills {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddKill={1}} Moderator !addkills X /me X kills added to combat tracker!
!removekill {readapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveKill=1} Moderator /me One kill removed from combat tracker!
!adddeath {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddDeath=1} Moderator /me One death added to combat tracker!
!adddeaths {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddDeath={1}} Moderator !adddeaths X /me X deaths added to combat tracker!
!removedeath {readapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveDeath=1} Moderator /me One death removed from combat tracker!
!addemissary {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddEmissary=1} Moderator /me One emissary flag added to combat tracker!
!addemissaries {readapi.https://api.solkku.com/combattracker/?name=test&token=token&AddEmissary={1}} Moderator !addemissaries X /me X emissary flags added to combat tracker!
!removeemissary {readapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveEmissary=1} Moderator /me One emissary flag removed from combat tracker!
!toggleships {readapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleShips} Moderator /me Hiding ships from combat tracker! or
/me Showing ships in combat tracker!
!togglesinks {readapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleSinks} Moderator /me Hiding sinks from combat tracker! or
/me Showing sinks in combat tracker!
!togglekills {readapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleKills} Moderator /me Hiding kills from combat tracker! or
/me Showing kills in combat tracker!
!toggledeaths {readapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleDeaths} Moderator /me Hiding deaths from combat tracker! or
/me Showing deaths in combat tracker!
!toggleemissaries {readapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleEmissaries} Moderator /me Hiding emissaries from combat tracker! or
/me Showing emissaries in combat tracker!
!togglecombat {readapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleCombat} Moderator /me hiding combat tracker! or
/me showing combat tracker!
!resetcombat {readapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ResetCombat} Moderator /me The combat tracker was reset!
!combat {readapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ListCombat} Everyone /me Combat Tracker shows: X sloops, X brigs,
X galleons, X sinks, X kills, X deaths and X emissary flags!
StreamElements Bot
Command Message Userlevel Usage options Response in chat
!addsloop ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&AddSloop=${1|1}} Moderator !addsloop
!addsloop X
/me One sloop added to combat tracker!
/me X sloops added to combat tracker!
!removesloop ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveSloop=${1|1}} Moderator !removesloop
!removesloop X
/me One sloop removed from combat tracker!
/me X sloops removed from combat tracker!
!addbrig ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&AddBrig=${1|1}} Moderator !addbrig
!addbrig X
/me One brig added to combat tracker!
/me X brigs added to combat tracker!
!removebrig ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveBrig=${1|1}} Moderator !removebrig
!removebrig X
/me One brig removed from combat tracker!
/me X brigs removed from combat tracker!
!addgalleon ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&AddGalleon=${1|1}} Moderator !addgalleon
!addgalleon X
/me One galleon added to combat tracker!
/me X galleons added to combat tracker!
!removegalleon ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveGalleon=${1|1}} Moderator !removegalleon
!removegalleon X
/me One galleon removed from combat tracker!
/me X galleons removed from combat tracker!
!addsink ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&AddSink=${1|1}} Moderator !addsink
!addsink X
/me One sink added to combat tracker!
/me X sinks added to combat tracker!
!removesink ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveSink=${1|1}} Moderator !removesink
!removesink X
/me One sink removed from combat tracker!
/me X sinks removed from combat tracker!
!addkill ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&AddKill=${1|1}} Moderator !addkill
!addkill X
/me One kill added to combat tracker!
/me X kills added to combat tracker!
!removekill ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveKill=${1|1}} Moderator !removekill
!removekill X
/me One kill removed from combat tracker!
/me X kills removed from combat tracker!
!adddeath ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&AddDeath=${1|1}} Moderator !adddeath
!adddeath X
/me One death added to combat tracker!
/me X deaths added to combat tracker!
!removedeath ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveDeath=${1|1}} Moderator !removedeath
!removedeath X
/me One death removed from combat tracker!
/me X deaths removed from combat tracker!
!addemissary ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&AddEmissary=${1|1}} Moderator !addemissary
!addemissary X
/me One emissary flag added to combat tracker!
/me X emissary flags added to combat tracker!
!removeemissary ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&RemoveEmissary=${1|1}} Moderator !removeemissary
!removeemissary X
/me One emissary flag removed from combat tracker!
/me X emissary flags removed from combat tracker!
!toggleships ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleShips} Moderator /me Hiding ships from combat tracker! or
/me Showing ships in combat tracker!
!togglesinks ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleSinks} Moderator /me Hiding sinks from combat tracker! or
/me Showing sinks in combat tracker!
!togglekills ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleKills} Moderator /me Hiding kills from combat tracker! or
/me Showing kills in combat tracker!
!toggledeaths ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleDeaths} Moderator /me Hiding deaths from combat tracker! or
/me Showing deaths in combat tracker!
!toggleemissaries ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleEmissaries} Moderator /me Hiding emissaries from combat tracker! or
/me Showing emissaries in combat tracker!
!togglecombat ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleCombat} Moderator /me hiding combat tracker! or
/me showing combat tracker!
!resetcombat ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ResetCombat} Moderator /me The combat tracker was reset!
!combat ${customapi.https://api.solkku.com/combattracker/?name=test&token=token&action=ListCombat} Everyone /me Combat Tracker shows: X sloops, X brigs,
X galleons, X sinks, X kills, X deaths and X emissary flags!
Stream Deck
Parts of the Combat Tracker can be easier to maintain with a press of a button on Stream Deck. Below you can find actions suited for Stream Deck, but of course not all are needed - use the ones you want.
Important: Remember to check the "Access in background" / "GET request in background" option when adding each one!
Button Action URL
Add Sloop https://api.solkku.com/combattracker/?name=test&token=token&AddSloop=1
Remove Sloop https://api.solkku.com/combattracker/?name=test&token=token&RemoveSloop=1
Add Brig https://api.solkku.com/combattracker/?name=test&token=token&AddBrig=1
Remove Brig https://api.solkku.com/combattracker/?name=test&token=token&RemoveBrig=1
Add Galleon https://api.solkku.com/combattracker/?name=test&token=token&AddGalleon=1
Remove Galleon https://api.solkku.com/combattracker/?name=test&token=token&RemoveGalleon=1
Add Sink https://api.solkku.com/combattracker/?name=test&token=token&AddSink=1
Remove Sink https://api.solkku.com/combattracker/?name=test&token=token&RemoveSink=1
Add Kill https://api.solkku.com/combattracker/?name=test&token=token&AddKill=1
Remove Kill https://api.solkku.com/combattracker/?name=test&token=token&RemoveKill=1
Add Death https://api.solkku.com/combattracker/?name=test&token=token&AddDeath=1
Remove Death https://api.solkku.com/combattracker/?name=test&token=token&RemoveDeath=1
Add Emissary https://api.solkku.com/combattracker/?name=test&token=token&AddEmissary=1
Remove Emissary https://api.solkku.com/combattracker/?name=test&token=token&RemoveEmissary=1
Hide/Show Combat Tracker https://api.solkku.com/combattracker/?name=test&token=token&action=ToggleCombat
Reset Combat Tracker https://api.solkku.com/combattracker/?name=test&token=token&action=ResetCombat

Custom icons & font color

If you wish to personalize your tracker more, I can create custom colored icons for you. You may also choose what font color you want to have for the numbers.

Issues, ideas, interest?

Are you experiencing issues or have ideas how to further develop this tracker?

Are you interested in using the overlay? Is someone in chat showing interest towards this tracker?

Feel free to DM me on Discord.