bostrees.5306:

I’m a novice-to-moderate programmer, mostly self taught in a few languages, and I’ve decided to give myself a side project as I start my actual programming classes for college in the next week (hooray for “non-traditional” students :P)

Right now, I’m using HTML/JavaScript/CSS to handle my API calls and returns and keeping it as simple as I can so I can try to learn some new things as I go. I’ve saved copies of a few item icons to work with because I was having issues with getting a for loop to make repeated fetch()’s (Will I get in trouble if my final version uses these copies? Do I have to plug into the API for icons if I use them?).

My next plan is to start making a mouseover effect for the icons I’m using, like you can see on dulfy and other sites, as well as in game. I figure that’s some CSS :hover related stuff to get the boxes showing up correctly (which I’ll be looking into more soon), but I’m wondering if there’s a specific set of fonts/color hex codes that are listed somewhere to replicate the game’s look as closely as possible?

StevenL.3761:

See the Content Terms of Use for what you can or can’t do (https://www.guildwars2.com/en/legal/guild-wars-2-content-terms-of-use/).

I don’t see anything in the terms that prohibits storing icons offline. Which would be silly because your browser already does that automatically when it caches those images, and we would all be in violation.

If you want to use the same colors that are used in-game then you’ll have to use a color sniffer tool. Run the game client in windowed mode for that.
After a quick google search: http://colorcop.net/