View Single Post
10-18-22, 05:58 PM   #3
hasnogaems
A Flamescale Wyrmkin
 
hasnogaems's Avatar
Join Date: Apr 2016
Posts: 109
Originally Posted by Ketho View Post
not legally with the in-game api, no. unless your character is at the barbershop

https://wowpedia.fandom.com/wiki/API...Customizations
How I can get ids of face/hair/skin color etc?
I also found C_BarberShop.GetCurrentCharacterData()
I tried
/script a = C_BarberShop.GetAvailableCustomizations(); print(a);
but my request need to be more specific apparently
  Reply With Quote