Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
mNo edit summary
 
(Created page with "{{wowapi}} __NOTOC__ <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> Returns the amount of artifacts the player has acquired fro...")
 
Line 1: Line 1:
  +
{{wowapi}} __NOTOC__
{{RPG}}
 
  +
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
{{Novel}}
 
  +
Returns the amount of artifacts the player has acquired from the provided race.
'''Felo'melorn'''{{Cite|RotLK|293}}, also known as '''Flamestrike'''{{Cite|MoM|172}}{{Cite|RotLK|293}}, is an ancient [[Highborne]] blade once wielded by [[Dath'Remar Sunstrider]], even during the [[War of the Ancients]].{{Cite|RotLK|293}} It is rumored to have once been his favored weapon.{{Cite|MoM|172}} During the [[Third War]], [[Anasterian Sunstrider]] used the sword to fight Arthas, but he was defeated and the sword severed.{{Cite|RotLK|237}} Later, [[Kael'thas Sunstrider]], last of the Sunstrider dynasty, recovered it and had it reforged, with magic, hatred and a burning need of revenge.{{Cite|RotLK|294}}
 
  +
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
  +
artifactCount = GetNumArtifactsByRace(raceIndex)
   
  +
== Arguments ==
''[[Manual of Monsters]]'' implied that the blade appeared to have been passed down over the generations, and now rested in the hands of Kael'thas Sunstrider, last of the Sunstrider dynasty. ''[[Arthas: Rise of the Lich King]]'' revealed this was partially true.
 
  +
<!-- List each argument, together with its type -->
  +
;raceIndex : Integer - Index of the race to be selected.
   
  +
== Returns ==
It was last seen when Arthas engaged Kael in a duel during the final battle between the [[Lich King]]'s [[Scourge]] led by [[Arthas Menethil]], and [[Kil'jaeden]]'s agents led by [[Illidan Stormrage]]. Kael fled with the sword, probably carrying it to [[Outland]] and keeping it as his own weapon. Its current fate is unknown.
 
  +
;artifactCount : Integer - Number of artifacts for that race.
   
  +
== Details ==
''Felo'melorn was first mentioned in the ''Manual of Monsters'' as only Flamestrike, and then expanded upon in ''Arthas: Rise of the Lich King''. It is not part of Kael'thas's loot table in either [[Eye (Tempest Keep)|the Eye]] or [[Magisters' Terrace]].''
 
  +
<!-- Details not appropriate for the main description can go here.
[[Category:World of Warcraft sword items]]
 
  +
REMOVE the section if you're just going to restate the intro line! -->
  +
: The value returned is the number of completed artifacts for that race plus one for the in progress artifact. If the player hasn't collected the race's fragments yet, the value will be 0.
  +
  +
: Artifacts are only counted once so no matter how many times an artifact has been repeated it counts as one.
  +
<noinclude>[[ru:Справка:Статьи о функциях API/Предварительная загрузка]]</noinclude>

Revision as of 23:27, 11 December 2010

Returns the amount of artifacts the player has acquired from the provided race.

artifactCount = GetNumArtifactsByRace(raceIndex)

Arguments

raceIndex
Integer - Index of the race to be selected.

Returns

artifactCount
Integer - Number of artifacts for that race.

Details

The value returned is the number of completed artifacts for that race plus one for the in progress artifact. If the player hasn't collected the race's fragments yet, the value will be 0.
Artifacts are only counted once so no matter how many times an artifact has been repeated it counts as one.

ru:Справка:Статьи о функциях API/Предварительная загрузка