What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Secrets of Draenor ... being sold.

FaceRollFTW

New Member
Joined
Jul 22, 2014
Messages
117
Reaction score
5
Looked at the protected items.xml and none of the secrets are listed and thus are being sold.
 
give us a list/lin of the items we should protect plz
 
give us a list/lin of the items we should protect plz

Here is the list:

Code:
<Item Name="Secret of Draenor Alchemy" Id="118700" />
<Item Name="Secret of Draenor Blacksmithing" Id="118720" />
<Item Name="Secret of Draenor Enchanting" Id="119293" />
<Item Name="Secret of Draenor Engineering" Id="119299" />
<Item Name="Secret of Draenor Inscription" Id="119297" />
<Item Name="Secret of Draenor Jewelcrafting" Id="118723" />
<Item Name="Secret of Draenor Leatherworking" Id="118" />
<Item Name="Secret of Draenor Tailoring" Id="119297" />
 
Looks like the Leatherworking number was not correct.

Code:
<Item Name="Secret of Draenor Leatherworking" Id="118" />

Should be:

<Item Name="Secret of Draenor Leatherworking" Id="118721" />
Sorry about that.
 
not sure in which list you have searched but all of them are listed

eg

PHP:
	<!-- Trade: Alchemy Tools (alphabetical) -->
	<Item Name="Alchemical Catayst" Id="108996" />
	<Item Name="*****ed Potion Vial" Id="113295" />
	<Item Name="Living Steel" Id="72104" />
	<Item Name="Philsopher's Stone" Id="9149" />
	<Item Name="Pyrium-Laced Crystalline Vial" Id="65892" />
	<Item Name="Secret of Draenor Alchemy" Id="118700" />
 
it will be passed to the devs and probably included in the next build.
 
Those items are in the ProtectedItems.xml file, since the update that was released yesterday.
 
Back
Top