Page 1 of 1

In-Game Icon List?

Posted: Mon Oct 18, 2021 2:27 am
by GrishnakBlagtoof
Greetings!!

I'm editing some add-ons and I wanted to change the icons from say, like a star to a class icon for specific commands and call-outs. But I can't seem to find a list of the in-game icons for the Careers so I could call to them.
Is there a list or does anyone know where I can find the icons?

Thanks and see you on the field!

WAAAGH!!!!
Grishnak Blagtoof
<The Blagtoof WarTribe>

Re: In-Game Icon List?

Posted: Mon Oct 18, 2021 3:49 am
by sullemunk

Code: Select all

Icons.careerLines = {}
Icons.careerLines[1]  = 20189 -- Iron Breaker
Icons.careerLines[2]  = 20188 -- Hammerer
Icons.careerLines[3]  = 20193 -- Rune Priest
Icons.careerLines[4]  = 20187 -- Engineer
Icons.careerLines[5]  = 20182 -- Black Orc
Icons.careerLines[6]  = 20184 -- Choppa
Icons.careerLines[7]  = 20195 -- Shaman
Icons.careerLines[8]  = 20197 -- Squig Herder
Icons.careerLines[9]  = 20202 -- Witch Hunter
Icons.careerLines[10] = 20190 -- Knight
Icons.careerLines[11] = 20183 -- Bright Wizard
Icons.careerLines[12] = 20199 -- Warrior Priest
Icons.careerLines[13] = 20185 -- Chosen
Icons.careerLines[14] = 20192 -- Marauder
Icons.careerLines[15] = 20203 -- Zealot
Icons.careerLines[16] = 20191 -- Magus
Icons.careerLines[17] = 20198 -- Sword Master
Icons.careerLines[18] = 20194 -- Shadow Warrior
Icons.careerLines[19] = 20200 -- White Lion
Icons.careerLines[20] = 20180 -- Archmage
Icons.careerLines[21] = 20181 -- Blackgaurd
Icons.careerLines[22] = 20201 -- Witch Elf
Icons.careerLines[23] = 20186 -- Disciple
Icons.careerLines[24] = 20196 -- Sorceress

Re: In-Game Icon List?

Posted: Mon Oct 18, 2021 4:44 am
by GrishnakBlagtoof
sullemunk wrote: Mon Oct 18, 2021 3:49 am

Code: Select all

Icons.careerLines = {}
Icons.careerLines[1]  = 20189 -- Iron Breaker
Icons.careerLines[2]  = 20188 -- Hammerer
Icons.careerLines[3]  = 20193 -- Rune Priest
Icons.careerLines[4]  = 20187 -- Engineer
Icons.careerLines[5]  = 20182 -- Black Orc
Icons.careerLines[6]  = 20184 -- Choppa
Icons.careerLines[7]  = 20195 -- Shaman
Icons.careerLines[8]  = 20197 -- Squig Herder
Icons.careerLines[9]  = 20202 -- Witch Hunter
Icons.careerLines[10] = 20190 -- Knight
Icons.careerLines[11] = 20183 -- Bright Wizard
Icons.careerLines[12] = 20199 -- Warrior Priest
Icons.careerLines[13] = 20185 -- Chosen
Icons.careerLines[14] = 20192 -- Marauder
Icons.careerLines[15] = 20203 -- Zealot
Icons.careerLines[16] = 20191 -- Magus
Icons.careerLines[17] = 20198 -- Sword Master
Icons.careerLines[18] = 20194 -- Shadow Warrior
Icons.careerLines[19] = 20200 -- White Lion
Icons.careerLines[20] = 20180 -- Archmage
Icons.careerLines[21] = 20181 -- Blackgaurd
Icons.careerLines[22] = 20201 -- Witch Elf
Icons.careerLines[23] = 20186 -- Disciple
Icons.careerLines[24] = 20196 -- Sorceress
You......freakin.....RULE.
THANK YOU!!!!

Oh! Edit....so in this addon, it's using "<icon49>"
How best to use what you posted in place of that? Unless you or someone knows the actual icon ID...?

Re: In-Game Icon List?

Posted: Mon Oct 18, 2021 4:58 am
by sullemunk
The Icon id is the value, ex 20189 for ironbreaker so <icon20189> for that

Re: In-Game Icon List?

Posted: Mon Oct 18, 2021 4:59 am
by GrishnakBlagtoof
Man, thank you so much. Seriously. This will definitely come in handy.

Re: In-Game Icon List?

Posted: Tue Nov 09, 2021 1:22 pm
by Zulses
Hi! Does anyone know where I can find a list with all the icons in the game? Thx!

Re: In-Game Icon List?

Posted: Tue Nov 09, 2021 1:27 pm
by xyeppp
Zulses wrote: Tue Nov 09, 2021 1:22 pm Hi! Does anyone know where I can find a list with all the icons in the game? Thx!
http://w4kfu.github.io/waronline_fun/It ... html#icons