Difference between revisions of "Item Identification"

From Ye Olde Sphere Codex
Jump to navigation Jump to search
(Created page with "__TOC__ ==Description== Item Identification is a skill used to Identify weapons and armor that has yet to be identified. The only other way to Identify unidentified items...")
 
Line 1: Line 1:
__TOC__
{| class="wikitable" style="float:right; margin-left: 20px;
|-
! scope="row"| Skill Group
| [[Skills#Lore & Knowledge|Lore & Knowledge]]
|-
! scope="row" | Skill Title
| Merchant
|-
! scope="row"| Actionable
| ✅
|-
! scope="row" | Main Tool
| N/A
|-
! scope="row" | Skill Synergy
| N/A
|}
 
==Description==
==Description==
[[Item Identification]] is a skill used to Identify weapons and armor that has yet to be identified. The only other way to Identify unidentified items is to use an Item Identification Wand. Item Identification is rarely used and many see it as a useless skill since Item Identification wands are in abundance.
[[Item Identification]] is a skill used to Identify weapons and armor that has yet to be identified. The only other way to Identify unidentified items is to use an Item Identification Wand. Item Identification is rarely used and many see it as a useless skill since Item Identification wands are in abundance.
Line 7: Line 24:


==Recommended Leveling==
==Recommended Leveling==
:0-50: Buy from an NPC
:0-30: Buy from an NPC
:50-100: Use the [[Item Identification]] skill directly on an item repeatedly. The item does not need to be unidentified to get skill gains.
:30-100: Use the [[Item Identification]] skill directly on an item repeatedly. The item does not need to be unidentified to get skill gains.
 
==Macro==
This macro uses as bandana as the item that will be identified.
Place a bandana in your backpack, and just start the macro.
 
Using [http://www.razorce.com/ Razor CE], create a new macro:
 
<nowiki>
!Loop
Assistant.Macros.UseSkillAction|3
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|5439
Assistant.Macros.PauseAction|00:00:03
</nowiki>


==See Also==
==See Also==

Revision as of 19:49, 19 January 2022

Skill Group Lore & Knowledge
Skill Title Merchant
Actionable
Main Tool N/A
Skill Synergy N/A

Description

Item Identification is a skill used to Identify weapons and armor that has yet to be identified. The only other way to Identify unidentified items is to use an Item Identification Wand. Item Identification is rarely used and many see it as a useless skill since Item Identification wands are in abundance.

Usage

Using the Item Identification skill directly will give you a target reticle. Simply target the desired unidentified item and if successful it will reveal it's true properties.

Recommended Leveling

0-30: Buy from an NPC
30-100: Use the Item Identification skill directly on an item repeatedly. The item does not need to be unidentified to get skill gains.

Macro

This macro uses as bandana as the item that will be identified. Place a bandana in your backpack, and just start the macro.

Using Razor CE, create a new macro:

!Loop
Assistant.Macros.UseSkillAction|3
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|5439
Assistant.Macros.PauseAction|00:00:03

See Also