Presac.3860:

I was messing around with the skill_challenges in /v2/continents/ and heropoints in /v2/characters/ and found some odd things.

I assume /v2/characters/:id/heropoints should hold every heropoint a character has completed, but at least one of my characters seem to miss some in it. The following character has 100% in the 4 HoT zones, but seem to be missing every entry for the hero challenges /v2/characters/Yfri Lokisdöttir/heropoints


[
“0-0”,
“0-2”,
“0-3”,
“0-4”,
“0-5”,
“0-6”,
“0-7”,
“0-8”,
“0-9”,
“0-10”,
“0-16”,
“0-18”,
“0-19”,
“0-20”,
“0-21”,
“0-22”,
“0-23”,
“0-24”,
“0-26”,
“0-27”,
“0-28”,
“0-29”,
“0-30”,
“0-31”,
“0-34”,
“0-36”,
“0-42”,
“0-48”,
“0-50”,
“0-51”,
“0-52”,
“0-53”,
“0-54”,
“0-55”,
“0-56”,
“0-58”,
“0-59”,
“0-60”,
“0-61”,
“0-62”,
“0-63”,
“0-64”,
“0-66”,
“0-67”,
“0-68”,
“0-69”,
“0-70”,
“0-71”,
“0-72”,
“0-76”,
“0-77”,
“0-78”,
“0-80”,
“0-82”,
“0-83”,
“0-84”,
“0-85”,
“0-86”,
“0-87”,
“0-90”,
“0-96”,
“0-98”,
“0-99”,
“0-100”,
“0-101”,
“0-102”,
“0-103”,
“0-104”,
“0-106”,
“0-107”,
“0-108”,
“0-109”,
“0-110”,
“0-111”,
“0-115”,
“0-124”,
“0-126”,
“0-129”,
“0-134”,
“0-137”,
“0-138”,
“0-139”,
“0-140”,
“0-142”,
“0-144”,
“0-145”,
“0-146”,
“0-150”,
“0-153”,
“0-158”,
“0-160”,
“0-161”,
“0-162”,
“0-163”,
“0-164”,
“0-165”,
“0-168”,
“0-170”,
“0-171”,
“0-172”,
“0-173”,
“0-174”,
“0-175”,
“0-180”,
“0-184”,
“0-186”,
“0-187”,
“0-188”,
“0-189”,
“0-190”,
“0-191”,
“0-192”,
“0-194”,
“0-208”,
“0-210”,
“0-211”,
“0-212”,
“0-213”,
“0-214”,
“0-215”,
“0-216”,
“0-217”,
“0-218”,
“0-220”,
“0-222”,
“0-224”,
“0-226”,
“0-227”,
“0-228”,
“0-229”,
“0-230”,
“0-231”,
“0-232”
]

The next odd thing I found was that some heropoint ids from the character data (“0-76” and “0-77” as an example) isn’t listed in /v2/continents/ when searching for them in either Tyria or Mists.

Lastly, some of the characters have heropoints listed they for sure haven’t completed. One id I found was “0-75”, which seem to be in Sparkfly Fen. One character, Harald Mimirson, have never been on the map. Another, Taria Helmsplitter, can see the hero challenge on the map, but haven’t completed it.

Are there other places where Heropoints or Hero Challenges are listed that I might have missed for them not showing?

A last thing to add. I was doing some calculation of the amount of heropoints characters would have left from the character data in the api and got the following

http://i.imgur.com/bj2j2vP.png

The “Points Left” part didn’t seem right and I checked ingame and added the “Actual Points Left” column to the table.

The code which generated the table can be found here
Edit: Added image