This addon is for the three Battlegrounds in classic wow. -Arathi Basin, Warsong Gulch and Alterac Valley.
It is four frames one for AB and WG and two frames for AV. The frame(s) will load when you enter the bg. You can drag the frame where you want.
When you click left mouse button it calls for help and when you press right mouse button i says base is safe.
Slash Commands: /BGCallouts followed by show or hide. Ex. /BGCallouts show and /BGCallouts hide. Whith this function you can toggle frames for position them. You can set them on top of each other because only one of them will load in each bg. Also when you enter a new zone the addon will hide.
You can create your own icons using uncompressed .tga files in 256x256 or 64x64 px. Just replace the one in icons folder with your own and it should work.

If you edit the 'Localization.lua' file row 11 and 12 as described below you will get it in German, but you must be on a german server.

local LOCALE = GetLocale()
-- local LOCALE = "deDE"

to 

-- local LOCALE = GetLocale()
local LOCALE = "deDE"
