by dortaran » Thu Sep 27, 2007 6:52 am 
			
			So I tried it once more and it worked..so...maybe something glitchy on my server.
The next part I found was after updating all char info from wowarmory when you click on a char from the memberlist I get this(below). If the char was updated by using the upload function(Character Profiler) it doesn't get that issue. So sounds like a armory data capture issue rather than a roster 2.0 issue.
Any Ideas?
array(
	'General' =>  array(
		'Name' => 'Blackflight Arrow Projectile',
		'ItemId' => '28056:0:0:0:0:0:0:0',
		'ItemColor' => 'ffffff',
		'Icon' => 'inv_misc_ammo_arrow_01',
		'Slot' => '',
		'Parent' => 'equip',
		'Tooltip' => 'Blackflight Arrow Projectile<br>	ArrowAdds 32 damage per second<br>Requires Level 65<br><br>Source: Vendor',
		'Locale' => 'enUS'
		),
	'Attributes' =>  array(
		'Quality' =>  array(
			'Id' => 2,
			'Name' => 'common'
			),
		'Quantity' => 1,
		'WeaponSlot' => '	ArrowAdds 32 damage per second',
		'Requires' =>  array(
			0 => 'Requires Level 65'
			)
		)
	);Source: Vendor
--------------------------------------------------------------------------------
 Blackflight Arrow Projectile
ArrowAdds 32 damage per second
Requires Level 65
Source: Vendor
--------------------------------------------------------------------------------
  
 array(
	'Attributes' =>  array(
		'Enchantment' => '+50 Armor',
		'Quality' =>  array(
			'Id' => 4,
			'Name' => 'rare'
			),
		'Quantity' => 1,
		'BindType' => 'Soulbound',
		'ArmorSlot' => 'Back',
		'Requires' =>  array(
			0 => 'Requires Level 68'
			)
		),
	'General' =>  array(
		'Name' => 'Cloak of the Inciter ',
		'ItemId' => '27892:884:0:0:0:0:0:1195743698',
		'ItemColor' => '0070dd',
		'Icon' => 'inv_misc_cape_08',
		'Slot' => 'Back',
		'Parent' => 'equip',
		'Tooltip' => 'Cloak of the Inciter <br>Soulbound<br>Back<br>76 Armor<br>+15 Stamina<br>+50 Armor<br>Requires Level 68<br>Equip: Improves hit rating by 16<br>Equip: Improves critical strike rating by 18<br>Equip: Increases attack power by 30.<br><br>Source: Shadow Labyrinth<br>Boss: Blackheart the Inciter<br>Drop Rate: Low (15% - 24%)',
		'Locale' => 'enUS'
		),
	'Effects' =>  array(
		'Equip' =>  array(
			0 => 'Equip: Improves hit rating by 16',
			1 => 'Equip: Improves critical strike rating by 18',
			2 => 'Equip: Increases attack power by 30.'
			)
		)
	);