*************************************
is stopped playing war and its difficult to maintain
my addons any longer. so i am searching for devs
to aquire my addons.
pls try to contact me @ #WARUIdev (Aes[entfernt])
or per CurseForge-PM
*************************************
u can see the careericons above the heads of your group- warbandmembers, your pet and above the hostile target
and in addition u are able to mark special people with special icons (friend, enemy)
fe personal healer, protecting tank, assisting dd
for options type /gsg
(libslash req)
to mark special people u have to target the player and press one of
the macros below
/script GroupIconsSG.SetTANK()
/script GroupIconsSG.SetTANK2()
/script GroupIconsSG.SetDD()
/script GroupIconsSG.SetDD2()
/script GroupIconsSG.SetHEAL()
/script GroupIconsSG.SetHEAL2()
to remove a single speciel icon target the player and use this:
/script GroupIconsSG.Remove()
to remove all special icons use the following macro
/script GroupIconsSG.Reset()
to set a special icon for the current enemy
/script GroupIconsSG.SetHostile(374)
to remove the special icon from the current enemy
/script GroupIconsSG.RemoveHostile()
u can also use your personal icon for a player if u use the icon number
fe
/script GroupIconsSG.SetTANK(3456)
------------------------------------------------------------------------
r18 | gutgut | 2009-08-30 19:43:50 +0000 (Sun, 30 Aug 2009) | 1 line
Changed paths:
A /tags/1.5 (from /trunk:17)
slider fix
------------------------------------------------------------------------
r17 | gutgut | 2009-08-30 19:43:29 +0000 (Sun, 30 Aug 2009) | 1 line
Changed paths:
M /trunk/GroupIconsSG.xml
slider fix
------------------------------------------------------------------------
r15 | gutgut | 2009-08-30 18:50:46 +0000 (Sun, 30 Aug 2009) | 1 line
Changed paths:
M /trunk/GroupIconsSG.lua
M /trunk/GroupIconsSG.mod
M /trunk/GroupIconsSG.xml
GUI config
------------------------------------------------------------------------
r13 | gutgut | 2009-08-15 23:26:31 +0000 (Sat, 15 Aug 2009) | 1 line
Changed paths:
M /trunk/GroupIconsSG.lua
-- pet icon test
------------------------------------------------------------------------
r12 | gutgut | 2009-08-13 02:11:32 +0000 (Thu, 13 Aug 2009) | 2 lines
Changed paths:
M /trunk/GroupIconsSG.lua
fixed scenariogroup
r12
------------------------------------------------------------------------
r11 | gutgut | 2009-08-12 01:58:07 +0000 (Wed, 12 Aug 2009) | 2 lines
Changed paths:
M /trunk/GroupIconsSG.lua
err fix
XXXXXXXXXX
------------------------------------------------------------------------
r10 | gutgut | 2009-08-11 23:30:39 +0000 (Tue, 11 Aug 2009) | 2 lines
Changed paths:
M /trunk/GroupIconsSG.lua
icon size overwrite :/
------------------------------------------------------------------------
r9 | gutgut | 2009-08-11 22:22:18 +0000 (Tue, 11 Aug 2009) | 3 lines
Changed paths:
D /trunk/GroupIcons.lua
D /trunk/GroupIcons.mod
D /trunk/GroupIcons.xml
A /trunk/GroupIconsSG.lua (from /trunk/GroupIcons.lua:7
A /trunk/GroupIconsSG.mod (from /trunk/GroupIcons.mod:7
A /trunk/GroupIconsSG.xml (from /trunk/GroupIcons.xml:5
D /trunk/LICENSE.txt
D /trunk/glow.tga
optimized code
round big marker icons
hostile target marker
------------------------------------------------------------------------
Installation Guide
- Exit "Warhammer Online" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Verify your WAR Installation Path
That is where you are running WAR from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your Warhammer Online folder. (default is C:\Program Files\Warhammer Online\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start Warhammer Online
Translations
When you download a mod, please be sure that the mod is compatible with your translation of WAR. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
Directory Structure
Warhammer Online
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.mod
|_ *AddonName*.lua
|_ (possibly others as well)...