[How-To] Make an Ogre army with Reflecting Prism. [Rogue]

For this you need to be rogue and to have 2 things:
1. Reflecting Prism
2. Glyph of Disguise
Both are made easily don't worry.

So, to do this, you need to be anywhere in Highmaul where you can find ogres and you have to be out of combat.
1. Pickpocket it (Turns you into Ogre because of glyph)
2. Reflecting prism on anyone in the raid group (You will swap appearance with that person)
3. You will still have both buffs on yourself (Appearance swap buff and Glyph of Disguise)
4. Now just right click on the appearance swap buff (Disguise stays) and get back into Ogre (You have to be out of combat to stay in this form because that's how glyph works)
5. Repeat and make an Ogre army.
*Also working with any other disguise you have on yourself!*

Enjoy having some fun if you didn't already do this. 

[Guide] Insane Shatt'ari Defense Rep!

I`ll show you a great way how to farm/grind rep for Shatt'ari Defense and get lots of iron horde scarps.
You can get from neutral to revered in one hour!
Step 1.
Group up with some friend or LFG.From 3-5.Best number is 5. Tank,healer and 3 dps.
Step 2.
Now it`s darkmoon faire.Go get them Darkmoon Top Hat - Item - World of Warcraft
And don't forget also : Battle Standard of Coordination - Item - World of Warcraft
Step 3.
Go here and look for elites, they should give you 28-30 rep per Kill 

http://s5.postimg.org/ueja0lpjp/Wo_W...515_122923.jpg
These are the best spots for respawn. Respawn time from 30seconds to 120 seconds(the whole group)

http://s5.postimg.org/hof1nihlh/Wo_W...515_122955.jpg

Try not to pull the many just 1 group maximum 2 groups.And use Guardian Orb or Artillery Strike!

Enjoy 

[Guide] Get from 98 to 100 really fast!

What you need:

You will need help from a level 100, preferably a boomkin or any class that can pull alot of mobs(starfall).

You need the Telaari Siege Engine(Wor'var Demolisher for Horde) from your outpost building in Nagrand. 

It is preferable that your partner has the in-combat mount for faster aoe pulling. 

Where and how:

Your moonkin friend will be running around in starfall pulling all the talbuks and beasts around the area not far from ring of trials(the quest giver), you will be in your siege engine spamming flame vent's or whatever, oneshotting all the mobs. Creating an effective route where you get big pulls & instakilling them non stop shouldn't take you long.

You will then proceed to loot these said beasts, farming them for Hearty Soup Bones, i've gotten up to 40 bones from a single pull, whenever you have about 1000 or so bones, you are going to hand them in to Meatgut. 20x bones will net you 7,500 xp, or 9050 xp if you have the 20% experience potion. The experience you get from constantly oneshotting beasts is also good, they drop alot of different types of meat which sells good on the Auction House, and if you have skinning you can make a fortune out of it aswell. 

Meatgut's quest
Meatgut Needs Bones - Quest - World of Warcraft

[Gold] Selling Darkmoon Prize Tickets / Mounts / Heirlooms


So, earlier today I saw someone on our trade chat selling Darkmoon Faire mounts 150k ea (probably asking too much, imo) and started looking into how he was able to do that, as the mounts are BoP and the tickets are stuck in your currency tab. While searching for instructions on Ownedcore, I figured it out on my own - you can create an army of level 1's, do the dailies, receive a bunch of Darkmoon Game Prizes, and mail those off to your main / your buyer. They then open the boxes and receive the tickets hidden inside, allowing them to buy the mount / heirloom / whatever you're selling them.


So, a quick 123 on how to do this, since what I wrote above turned out to be a bit of a mess:
1. Head to darkmoon faire
2. Do all the dailies there, but DO NOT open the boxes you receive as rewards
3. Repeat on other characters (& mail the boxes to your main or something)
(? yet to test ?) 4. create a level 1 & repeat steps 1-3. Delete the character and do the same over and over.

[Hunter] Farm 30k Gold an Hour! Warlords of Dreanor Method





Talents: Posthaste, Exotic Munitions (Poisoned Ammo)

Glyphs: Quick Revival, Pathfinding, Distracting Shot

Gear: Fleet Primal Diamond (Meta Gem), Gift of Critical Strike (Cloak Enchant), Defiler's Chain Greaves, Blurred Speed (Boots Enchant)

Garn Nighthowl sells for ~15-20k. 20 minute kill, 10-25 minute respawn.

Warlords Of Dreanor Model Editor

 Updated for 6.0.3.19342 (19/12/14) *

Please note that this only supports the 64-bit version of WoW. I don't have any plans to support x86 in the near future. Download at the bottom.

Features

* Persistent smart player morphing (i.e. you can shift in and out of forms as a druid)
* Special race morphing with support for Pandarens
* Race appearance customization
* Persistent mount morphing
* Item morphing
* Weapon enchant morphing
* Spell animation morphing
* Title morphing
* In-game command system
* Underlying Lua API

Requirements

Visual C++ Redistributable for Visual Studio 2013 (vcredist_x64.exe)
* 64-bit version of WoW (Wow-64.exe)
* Must be run with Administrative privileges


Usage Examples

To morph yourself into a troll pirate:

Code:
.morph 25041
To morph into another race (Pandaren, in this case):
Code:
.race 24
Race IDs:
Code:
1  -- Human
2  -- Orc
3  -- Dwarf
4  -- Night Elf
5  -- Undead
6  -- Tauren
7  -- Gnome
8  -- Troll
9  -- Goblin
10 -- Blood Elf
11 -- Draenie
22 -- Worgen
24 -- Pandaren
To swap genders after a race morph:
Code:
.gender
The following commands allow you to change the appearance of regular races:
Code:
.skin 2
.face 1
.hair 6
.haircolor 3
.piercings 5
To morph an item (where 1 is the inventory slot ID):
Code:
.item 1 32235
Alternatively, to morph an item into its Mythic variant:
Code:
.item 1 115542 3
Item version IDs:
Code:
0 -- Normal
1 -- Heroic
3 -- Mythic
4 -- Raid Finder
To change a weapon enchant (e.g. Mongoose):
Code:
.enchant 1 2673
To swap a spell animation:
Code:
.spell 774 139
To morph your mount:
Code:
.mount 45797
To morph your title:
Code:
.title 199

FAQ

Q: How can I change my various druid forms?
A: Create a small WoW add-on using the following code (edit as necessary).

Code:
local events = CreateFrame("Frame")
events:SetScript("OnEvent", function(self, event, ...) return self[event](self, ...) end)

function events:UPDATE_SHAPESHIFT_FORM()
  -- http://wowprogramming.com/docs/api/GetShapeshiftFormID
  local form = GetShapeshiftFormID()
  if form == 1 then -- cat form
    SetDisplayID("player", 1337)
    UpdateModel("player")
  elseif form == 5 then -- bear form
    SetDisplayID("player", 1338)
    UpdateModel("player")
  end
end

if UnitClass("player") == "Druid" then
  events:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
end

Download: tMorph.zip
Just extract and run tInject.exe while in-game (as Administrator).

Bugged Achievement - Easy "I Saw Solis" in Skyreach

I Saw Solis - Achievement - World of Warcraft

Cause three Piles of Ash to form Solar Flares at the same time during the Rukhran encounter in Skyreach on Heroic difficulty.




We just did this on normal and got the achievement. We had a group with no level 100s in it so there is no way it was heroic. I'm not sure how I can post proof without revealing my char name, but try it for yourself and report back.

[Mage] Disconnect Players in arena with polymorph


If you polymorph someone who is running directly forward with auto-run (or if they hold movement keys forward after polymorph breaks) it'll DC them, almost every time.
Abuse it while it lasts, it's being fixed soon



[Priest] Shield battleground vehicles

You can currently shield vehicles in battlegrounds such as Strand of the ancients (Battleground demolishers ) and Isle of Conquest (Glaive Throwers) with Clarity of Will - Spell - World of Warcraft. The shield can absorb half of the targets health. I'm sure you can find other stuff that is not supposed to get healed or shielded, which you can also shield with Clarity of Will.