Description
Lets you preview items you don't have, plus and tier items to see what the stats will be, and preview skills at different levels.
Usage
/item id
Previews the item with the specified ID
- id: an item ID, can be found in the URL of the item on RoM database websites
/skill id [level]
Previews the skill with the specified ID
- id: a skill ID, can be found in the URL of the item on RoM database websites
- level: optional - what level of the skill to preview
/skill link
Previews the specified skill at level 50
- link: a skill link, shift+click a skill to insert it
/plus [+#] [t#] id
/plus [+#] [t#] link
Previews a plussed/tiered version of the item (may take a few seconds)
- +#: optional - how much to plus the item (default 6)
- t#: optional - how much to tier up the item (defaults to 0)
- id: an item ID, can be found in the URL of the item on RoM database websites
- link: an item link, shift+click an item to insert it
/ipexample
Shows examples of each of these to help you understand how to use it
Examples
/item 211549
Previews the Frost Crossbow (id from http://www.runesdb.com/item.aspx?id=211549)
/plus 211549
Previews Frost Crossbow+6
/plus t4 211549
Previews Frost Crossbow+6, tier7 (4 tiers above default)
/plus +5 t4 211549
Previews Frost Crossbow+5, tier7
/plus [Frost Crossbow]
Previews Frost Crossbow+6, with all stats of the linked item
/plus +5 [Frost Crossbow]
Previews Frost Crossbow+5, with all stats of the linked item
/skill 491150
Previews Flame at lvl50 (id from http://www.runesdb.com/spell.aspx?id=491150)
/skill 491150 52
Previews Flame at lvl52
/skill [Flame+35]
Previews Flame at lvl50, assuming you linked flame from your skill book
------------------------------------------------------------------------
r20 | alleris2_0 | 2009-08-02 08:45:26 +0000 (Sun, 02 Aug 2009) | 2 lines
Changed paths:
A /tags/v1.07 (from /trunk:19)
Added an item list - you no longer have to go to the web to find items to preview, etc. Use AddonManager or /ipsearch
Caveat: the first search may slow the game somewhat take a considerable amount of time
------------------------------------------------------------------------
r19 | alleris2_0 | 2009-08-02 08:42:48 +0000 (Sun, 02 Aug 2009) | 5 lines
Changed paths:
M /trunk/ItemPreview.lua
M /trunk/ItemPreview.xml
M /trunk/ItemPreviewConfig.lua
M /trunk/ItemPreviewConfig.xml
Made list parsing more efficient and user-friendly
Added option to hide invalid items
Added dropdown for common ID ranges
Moved advanced settings to a separate frame
------------------------------------------------------------------------
r18 | alleris2_0 | 2009-08-01 17:05:17 +0000 (Sat, 01 Aug 2009) | 3 lines
Changed paths:
M /trunk/ItemPreviewConfig.lua
M /trunk/ItemPreviewConfig.xml
Added setting for update speed
Added status notification for list
Added skill filters
------------------------------------------------------------------------
r17 | alleris2_0 | 2009-08-01 15:56:40 +0000 (Sat, 01 Aug 2009) | 1 line
Changed paths:
M /trunk/ItemPreview.lua
M /trunk/ItemPreviewConfig.lua
M /trunk/ItemPreviewConfig.xml
Added quality filter to item list
------------------------------------------------------------------------
r16 | alleris2_0 | 2009-08-01 14:23:12 +0000 (Sat, 01 Aug 2009) | 1 line
Changed paths:
M /trunk/ItemPreview.lua
M /trunk/ItemPreview.xml
M /trunk/ItemPreviewConfig.lua
Made item list searchable
------------------------------------------------------------------------
r15 | alleris2_0 | 2009-08-01 13:27:26 +0000 (Sat, 01 Aug 2009) | 1 line
Changed paths:
M /trunk/ItemPreview.lua
M /trunk/ItemPreview.toc
M /trunk/ItemPreview.xml
A /trunk/ItemPreviewConfig.lua
A /trunk/ItemPreviewConfig.xml
A /trunk/Textures
A /trunk/Textures/ItemPreviewIcon.png
A /trunk/Textures/ItemPreviewIconPushed.png
Added an item list. Can view all in-game items quickly.
------------------------------------------------------------------------
r13 | alleris2_0 | 2009-07-28 01:29:15 +0000 (Tue, 28 Jul 2009) | 1 line
Changed paths:
M /trunk/ItemPreview.lua
Also had comments not meant to be seen >.<
------------------------------------------------------------------------
r11 | alleris2_0 | 2009-07-28 01:19:40 +0000 (Tue, 28 Jul 2009) | 1 line
Changed paths:
M /trunk/ItemPreview.lua
Incremented version
------------------------------------------------------------------------
r9 | alleris2_0 | 2009-07-28 01:11:36 +0000 (Tue, 28 Jul 2009) | 1 line
Changed paths:
M /trunk/ItemPreview.lua
Had leftover code from SkillQueue... grr
------------------------------------------------------------------------
r7 | alleris2_0 | 2009-07-28 01:07:08 +0000 (Tue, 28 Jul 2009) | 1 line
Changed paths:
M /trunk/ItemPreview.lua
Removed unnecessary bits
------------------------------------------------------------------------
r5 | alleris2_0 | 2009-07-28 00:57:51 +0000 (Tue, 28 Jul 2009) | 1 line
Changed paths:
M /trunk/ItemPreview.lua
Incremented version
------------------------------------------------------------------------
r4 | alleris2_0 | 2009-07-15 10:06:02 +0000 (Wed, 15 Jul 2009) | 3 lines
Changed paths:
M /trunk/ItemPreview.lua
M /trunk/ItemPreview.xml
Using own tooltip instead of GameTooltip
/plus no longer freezes the game (maybe slows it a bit, though)
Items with rune slots work with /plus correctly
------------------------------------------------------------------------