Back to "itemid" tags

Simple Detect Hidden and Item Identification Training to 100 by .kastore

1# UO Outlands
2# Updated by Corak - inspired by Edithe Puthee
3# updated to combine the two skills to work properly 
4# Requirements:  
5#   Have a dagger in your bag
6#
7# Additional Info: 
8#   This works in Shelter dungeon to up to skill 80
9#   Edit line 8 with your desired skill level
10#   Trainable in town
11#
12while skill "Item Identification" < 100 and skill 'detectinghidden' < 100
13 useskill "itemId"
14    wft 700
15        targettype "dagger" backpack
16        wait 3000
17 useskill 'detectinghidden'
18    waitfortarget
19        target 'self' 
20        wait 11000
21      endwhile
22      replay