ScriptUO
		Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: MrChumly on September 30, 2017, 03:02:40 AM
		
			
			- 
				Can anyone tell me the ID of wool off a dead sheep? I thought it was OFF but my looter doesn't pick it off the corpse. 
			
 
			
			- 
				Use This
http://www.scriptuo.com/index.php?topic=188.msg838#msg838
			 
			
			- 
				Ok first I might have worded that wrong. I guess I'm looking for the type. I used TrailMyx's FINDINFO Item Information script and it says wool is OFF. Not sure why it wont loot the wool. it loots every thing else I have it set to loot. I know at one time the wool off a dead sheep was different than the wool off a live one.
			
 
			
			- 
				Not sure why u are loot the wool.   
First is shear the sheep first and kill it after.  The wool will drop to your pack :) no need to loot
			 
			
			- 
				they have the same #FINDTYPE: OFF but different #FINDID. ive always used the findtype to get a looter to work. For looting gold I just use POF I don't have to use XWWWJWMD
			
 
			
			- 
				on the shard I'm playing on you can kill then skin the sheep to get wool, I'm mainly killing and skinning for leather but I figured id get some wool off the sheep in the area
			
 
			
			- 
				#FINDTYPE is generic.  ( multiple items can have it) 
#FINDID is a unique value in the game.  ( Single value)
So toloot you wool u need #FINDTYPE
			 
			
			- 
				Right and its OFF unless my old eyes are messing with me
			
 
			
			- 
				On OSI shards the two types of wool give you different amounts of balls of wool. If you kill it and collevt it only gives yoy 1 but if you sheer it gives you 3. 
			
 
			
			- 
				ok so what are the two #FINDTYPES on osi
			
 
			
			- 
				If you sheer live sheep - you get one OFF (with col 0 ) (and if you have the Ter Mur quest you also get one OFF with color 992).
If you kill the sheep - you get three HFG with color 0
			 
			
			- 
				ty sir