<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.prime-wow.com/index.php?action=history&amp;feed=atom&amp;title=Category%3ATalents_Skills_Feats_Functions</id>
	<title>Category:Talents Skills Feats Functions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.prime-wow.com/index.php?action=history&amp;feed=atom&amp;title=Category%3ATalents_Skills_Feats_Functions"/>
	<link rel="alternate" type="text/html" href="https://wiki.prime-wow.com/index.php?title=Category:Talents_Skills_Feats_Functions&amp;action=history"/>
	<updated>2026-06-07T09:21:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.prime-wow.com/index.php?title=Category:Talents_Skills_Feats_Functions&amp;diff=7487&amp;oldid=prev</id>
		<title>Xordac: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.prime-wow.com/index.php?title=Category:Talents_Skills_Feats_Functions&amp;diff=7487&amp;oldid=prev"/>
		<updated>2017-10-23T23:23:30Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Talents/Skills/Feats Function Category=&lt;br /&gt;
&lt;br /&gt;
Functions used to deal with talents, skills, and feats.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Functions====&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
! Name&lt;br /&gt;
! Brief Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[ActionUseFeat | ActionUseFeat ]]&lt;br /&gt;
| Causes an NPC to use a feat on oTarget.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[ActionUseSkill | ActionUseSkill ]]&lt;br /&gt;
| Causes a creature to attempt to use a skill on another object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[ActionUseTalentAtLocation | ActionUseTalentAtLocation ]]&lt;br /&gt;
| Use tChosenTalent at lTargetLocation.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[ActionUseTalentOnObject | ActionUseTalentOnObject ]]&lt;br /&gt;
| Use tChosenTalent on oTarget.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[AutoDC | AutoDC ]]&lt;br /&gt;
| Determines whether a skill check succeeds.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[CheckDCStr | CheckDCStr ]]&lt;br /&gt;
| Do a DC check and modify the skill by the target&amp;#039;s Strength modifier.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[DebugPrintTalentID | DebugPrintTalentID ]]&lt;br /&gt;
| Sends a message to the server log file of the talent ID specified.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[DecrementRemainingFeatUses | DecrementRemainingFeatUses ]]&lt;br /&gt;
| Decrements the remaining number of uses of a particular feat for a creature.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[DecrementRemainingSpellUses | DecrementRemainingSpellUses ]]&lt;br /&gt;
| Decrease the number of spell uses of a particular spell for a given creature.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[DoWhirlwindAttack | DoWhirlwindAttack ]]&lt;br /&gt;
| Perform a whirlwind attack.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[EffectACDecrease | EffectACDecrease ]]&lt;br /&gt;
| Creates an AC decrease effect.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[EffectACIncrease | EffectACIncrease ]]&lt;br /&gt;
| Gives an AC bonus to an object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[EffectSkillIncrease | EffectSkillIncrease ]]&lt;br /&gt;
| Returns an effect which will cause a skill increase.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetCanCastHealingSpells | GetCanCastHealingSpells ]]&lt;br /&gt;
| Gets a TRUE or FALSE depending on if the target can cast Healing spells or not.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetCreatureHasTalent | GetCreatureHasTalent ]]&lt;br /&gt;
| Determines whether a creature has a specific talent.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetCreatureTalentBest | GetCreatureTalentBest ]]&lt;br /&gt;
| Determines the best talent of a creature from a group of talents.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetCreatureTalentRandom | GetCreatureTalentRandom ]]&lt;br /&gt;
| Retrieves a random talent from a group of talents that a creature possesses.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetHasFeat | GetHasFeat ]]&lt;br /&gt;
| Test whether a creature is able to perform a feat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetHasFeatEffect | GetHasFeatEffect ]]&lt;br /&gt;
| Determines whether a creature has the effects of a feat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetHasSkill | GetHasSkill ]]&lt;br /&gt;
| Determines whether a creature has a skill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetIdFromTalent | GetIdFromTalent ]]&lt;br /&gt;
| Determines the identifier of a talent.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetIsSkillSuccessful | GetIsSkillSuccessful ]]&lt;br /&gt;
| Determines if a skill roll is successful.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetIsTalentValid | GetIsTalentValid ]]&lt;br /&gt;
| Check whether a talent is valid.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetMatchCompatibility | GetMatchCompatibility ]]&lt;br /&gt;
| Check if creature is able use a talent from a selected class in the requested method.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetSkillRank | GetSkillRank ]]&lt;br /&gt;
| Determines a creature&amp;#039;s rank in particular skill.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetTypeFromTalent | GetTypeFromTalent ]]&lt;br /&gt;
| Determines the primary category of the talent requested.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[IncrementRemainingFeatUses | IncrementRemainingFeatUses ]]&lt;br /&gt;
| Give a creature one extra use of a given feat&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[IPCreateProficiencyFeatItemOnCreature | IPCreateProficiencyFeatItemOnCreature ]]&lt;br /&gt;
| Gives a creature all available proficiency feats.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[ShadowBolt | ShadowBolt ]]&lt;br /&gt;
| Used with Greater Shadow Conjuration spell to cast a damaging bolt towards an NPC.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentAdvancedBuff | TalentAdvancedBuff ]]&lt;br /&gt;
| Causes the NPC/Creature to buff themselves using a priority aligned list of spells if they have them.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentAdvancedProtectSelf | TalentAdvancedProtectSelf ]]&lt;br /&gt;
| AI quickly scans nearby enemies and determines the most beneficial protective talents to use on itself against the type of enemies it faces.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentBardSong | TalentBardSong ]]&lt;br /&gt;
| If the AI has the Bard Song Feat, use it.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentBuffSelf | TalentBuffSelf ]]&lt;br /&gt;
| Used for Potions of Enhancement and Protection&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentCureCondition | TalentCureCondition ]]&lt;br /&gt;
| Cure Disease, Poison, Curse and Blindness and Deafness of nearest friendly target.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentDragonCombat | TalentDragonCombat ]]&lt;br /&gt;
| Determines the talent a dragon chooses during combat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentFeat | TalentFeat ]]&lt;br /&gt;
| Creates a talent that corresponds to an associated D&amp;amp;amp;D feat.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentFlee | TalentFlee ]]&lt;br /&gt;
| Make the calling object flee from another object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentHealingSelf | TalentHealingSelf ]]&lt;br /&gt;
| Checks to see if NPC or creature is damaged. If so, tries to heal either with a spell or a potion.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentPersistentAbilities | TalentPersistentAbilities ]]&lt;br /&gt;
| Determines if current creature has capability to project an aura, and activates it if so.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentRangedAttackers | TalentRangedAttackers ]]&lt;br /&gt;
| Determines course of action for spell-casting NPC while being attacked by ranged foes.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentRangedEnemies | TalentRangedEnemies ]]&lt;br /&gt;
| Returns TRUE on successful use of such a talent, FALSE otherwise.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentSeeInvisible | TalentSeeInvisible ]]&lt;br /&gt;
| Determines if the NPC has the ability to see invisible creatures through feat or spell.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentSkill | TalentSkill ]]&lt;br /&gt;
| Creates a skill talent&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentSneakAttack | TalentSneakAttack ]]&lt;br /&gt;
| Returns TRUE on successful use of such a talent, FALSE otherwise.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentSpell | TalentSpell ]]&lt;br /&gt;
| Creates a spell talent&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentSpellAttack | TalentSpellAttack ]]&lt;br /&gt;
| Returns TRUE on successful use of such a talent, FALSE otherwise.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentSummonAllies | TalentSummonAllies ]]&lt;br /&gt;
| Returns TRUE on successful use of such a talent, FALSE otherwise.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[TalentUseTurning | TalentUseTurning ]]&lt;br /&gt;
| Returns TRUE on successful use of such a talent, FALSE otherwise.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:Functions]]&lt;br /&gt;
[[Category:Function_Categories]]&lt;/div&gt;</summary>
		<author><name>Xordac</name></author>
	</entry>
</feed>