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

German Umlauts

Benninger

Member
Joined
Apr 22, 2010
Messages
457
Reaction score
0
Hi!

I found nothing in the forum about this.
HB worked great with a german wow client...
...except umlauts in food or drink name

Alteraclochk?se
log says "No Alteraclochk?se in bags!"

Normal behaviour? I never saw that before.
 
Last edited:
You mean, in HB, General Settings, Food name?
Instead of the name of the food to use I shall enter the item id?

Nethertheless I will try this plugin (never heard of it before)

Thank you!
 
both works good, but the plugin automatic change the ID for best food/drink
;D
 
here are the protected items (food) that I have in my profiles... if it helps:

Code:
       <Item Name="Refreshing Spring Water" Entry="159" />
       <Item Name="Ice Cold Milk" Entry="1179" />
       <Item Name="Melon Juice" Entry="1205" />
       <Item Name="Sweet Nectar" Entry="1708" />
       <Item Name="Moonberry Juice" Entry="1645" />
       <Item Name="Morning Glory Dew" Entry="8766" />
       <Item Name="Footman's Waterskin" Entry="24007" />
       <Item Name="Grunt's Waterskin" Entry="24006" />
       <Item Name="Filtered Draenic Water" Entry="28399" />
       <Item Name="Purified Draenic Water" Entry="27860" />
       <Item Name="Star's Lament" Entry="32455" />
       <Item Name="Star's Tears" Entry="32453" />
       <Item Name="Sweetened Goat's Milk" Entry="35954" />
       <Item Name="Pungent Seal Whey" Entry="33444" />
       <Item Name="Honeymint Tea" Entry="33445" />
   
   <!-- Basic Items: Drink & Food with Stats (ordered by level to use) -->
       <Item Name="Alterac Manna Biscuit" Entry="19301" />
       <Item Name="Enriched Manna Biscuit" Entry="13724" />
       <Item Name="Fisherman's Feast" Entry="33052" />
       <Item Name="Fish Feast" Entry="43015" />
       <Item Name="Jillian's Gourmet Fish Feast" Entry="45279" />
   
   <!-- Basic Items: Food  (ordered by level) -->
   <!-- There are far too many food items to list them all, and most are never used.
         We only list the 'mainstream' items here, sorted by level.  If a "Stat food" is
         needed, please place it in the "Basic Items: Drink & Food with Stats (ordered by level)"
         section.
         We keep the food & drink sections separated, as warrior and rogues
         could care less about drinks, and healing classes could care less about food.
         -->
       <Item Name="Freshly Baked Bread" Entry="4541" />
       <Item Name="Haunch of Meat" Entry="2287" />
       <Item Name="Shiny Red Apple" Entry="4536" />
       <Item Name="Tel'Abim Banana" Entry="4537" />
       <Item Name="Tough Hunk of Bread" Entry="4540" />
       <Item Name="Tough Jerky" Entry="117" />
       <Item Name="Moist Cornbread" Entry="4542" />
       <Item Name="Mutton Chop" Entry="3770" />
       <Item Name="Snapvine Watermelon" Entry="4538" />
       <Item Name="Goldenbark Apple" Entry="4539" />
       <Item Name="Mulgore Spice Bread" Entry="4544" />
       <Item Name="Wild Hog Shank" Entry="3771" />
       <Item Name="Cured Ham Steak" Entry="4599" />
       <Item Name="Moon Harvest Pumpkin" Entry="4602" />
       <Item Name="Soft Banana Bread" Entry="4601" />
       <Item Name="Alterac Swiss" Entry="8932" />
       <Item Name="Deep Fried Plantains" Entry="8953" />
       <Item Name="Homemade Cherry Pie" Entry="8950" />
       <Item Name="Roasted Quail" Entry="8952" />
       <Item Name="Garadar Sharp" Entry="27857" />
       <Item Name="Mag'har Grainbread" Entry="27855" />
       <Item Name="Skethyl Berries" Entry="27856" />
       <Item Name="Smoked Talbuk Venison" Entry="27854" />
       <Item Name="Bladespire Bagel" Entry="29449" />
       <Item Name="Clefthoof Ribs" Entry="29451" />
       <Item Name="Crusty Flatbread" Entry="33449" />
       <Item Name="Mag'har Mild Cheese" Entry="29448" />
       <Item Name="Salted Venison" Entry="33454" />
       <Item Name="Sour Goat Cheese" Entry="33443" />
       <Item Name="Telaari Grapes" Entry="29450" />
       <Item Name="Tundra Berries" Entry="35949" />
       <Item Name="Briny Hardcheese" Entry="35952" />
       <Item Name="Mead Basted Caribou" Entry="35953" />
       <Item Name="Savory Snowplum" Entry="35948" />
       <Item Name="Sweet Potato Bread" Entry="35950" />
 
Hm, at Hb start it logs
FoodName: 8932
DrinkName: 1645
So it realizes my german food name.
The problem seems to come up when using it.
 
Back
Top