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

An ProtectedItems & ForceMail template

KBK2006

Community Developer
Joined
Jan 15, 2010
Messages
171
Reaction score
15
Hi, (THIS WAS ADDED WHEN HB1 WAS THE NEW THING)

Got tiered of all 1-X etc, that didn't have a complete list of protected items so i had some spare time and made this:

Every:
* Arrow & Bullet
* Potion - Mana & Healing
* Flowers
* Ores
* Leather
* Classstuffs - All ?
* Food - Normal buy food from vendors
* Bandage
* Cloths
* Mote of * and Crystallized *

Had things from 1-80 added so this could be inserted to any profile.

** Please come with suggestion with things that should or could be added **

Have added all of mopysworld's suggestions, THNX! And yes many of these are protected after HB2. But why not be safe ? :D
 

Attachments

Last edited:
Soooooo freaking nice ^^
this is a thing i really have been missing :D its keep selling my mats and arcanepowder and runes on my mage :P its not fun at all :D

Thank u very much for this :D
 
Thnxs for all positive replies!

Will try to add more things right away :D
 
Not a big deal, wouldn't hurt functionality, but you misspelled rogue in the list, rouge is a color lol
 
Cant you just put this in protecteditems.xml in the main map ? wil it work for all profiles then ?
 
Is there a tag for selling greens and not selling blues/purples?

<SellGrey>True</SellGrey>
<SellWhite>False</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>

Is that what u meant ?
 
Cant you just put this in protecteditems.xml in the main map ? wil it work for all profiles then ?

Hmm, havent tried that. I only paste/paste over the protected & forcemail in the profile.xml it self !
 
Last edited:
<SellGrey>True</SellGrey>
<SellWhite>False</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>

Is that what u meant ?

Indeed it was, thank you so much!
 
Cant you just put this in protecteditems.xml in the main map ? wil it work for all profiles then ?

I've wondered that myself, as the formatting looks different in all the examples I've seen, I'm not sure if you can do it the way my protected item list is..

<Item name="Purified Draenic Water" entry="27860" />

vs. the way we put them in Profiles

<Item>17556</Item>

Oh, and thanks for putting that list together.
 
Now Trade Skill Friendly

Now Tradeskill Friendly... yes I know some of the engineering items are not white... but hey I like to be safe.
Code:
      <Item>6948</Item>    <!-- Hearthstone -->
      <Item>20824</Item>   <!-- Simple Grinder -->
      <Item>39505</Item>   <!-- Virtuoso Inking Set -->
      <Item>20815</Item>   <!-- Jeweler's Kit -->

      <Item>7005</Item>    <!-- Skinning Knife -->
      <Item>2901</Item>    <!-- Mining Pick -->
      <Item>5956</Item>	   <!-- Blacksmith Hammer-->
      <Item>40892</Item>   <!-- Hammer Pick -->
      <Item>40893</Item>   <!-- Bladed Pickaxe -->
      <Item>23821</Item>   <!-- Zapthrottle Mote Extractor -->
      <Item>40772</Item>   <!-- Gnomish Army Knife -->
      
      <Item>6256</Item>    <!-- Fishing Pole-->
      <Item>6365</Item>    <!-- Strong Fishing Pole-->
      
      <Item>15846</Item>   <!-- Salt Shaker -->
      <Item>16006</Item>   <!-- Delicate Arcanite Converter -->
            
      <Item>18587</Item>   <!-- Goblin Jumper Cables XL -->
      <Item>7148</Item>    <!-- Goblin Jumper Cables -->
      
      <Item>40769</Item>   <!-- Scrapbot Construction Kit -->
      <Item>18232</Item>   <!-- Field Repair Bot 74A -->
      <Item>34113</Item>   <!-- Field Repair Bot 110G -->
      <Item>49040</Item>   <!-- Jeeves -->
      <Item>40768</Item>   <!-- MOLL-E -->
            
      <Item>18984</Item>   <!-- Dimensional Ripper - Everlook -->
      <Item>18986</Item>   <!-- Ultrasafe Transporter: Gadgetzan -->
            
      <Item>30542</Item>   <!-- Dimensional Ripper - Area 52 -->
      <Item>30544</Item>   <!-- Ultrasafe Transporter: Toshley's Station -->
      
      <Item>48933</Item>   <!-- Wormhole Generator: Northrend -->
 
and Fishing :(

Code:
      <Item>6256</Item>	   <!-- Fishing Pole-->
      <Item>6365</Item>	   <!-- Strong Fishing Pole-->
      <Item>6366</Item>    <!-- Darkwood Fishing Pole -->
      <Item>6367</Item>    <!-- Big Iron Fishing Pole -->
      <Item>12225</Item>   <!-- Blump Family Fishing Pole -->
      <Item>19970</Item>   <!-- Arcanite Fishing Pole -->
      <Item>25978</Item>   <!-- Seth's Graphite Fishing Pole -->
      <Item>45858</Item>   <!-- Nat's Lucky Fishing Pole -->
      <Item>44050</Item>   <!-- Mastercraft Kalu'ak Fishing Pole -->
      <Item>45991</Item>   <!-- Bone Fishing Pole -->
      <Item>45992</Item>   <!-- Jeweled Fishing Pole -->
      
      <Item>33223</Item>   <!-- Fishing Chair -->
      
      <Item>19972</Item>   <!-- Lucky Fishing Hat -->
      <Item>33820</Item>   <!-- Weather-Beaten Fishing Hat -->
 
Back
Top