Showing posts with label blizzard wow. Show all posts
Showing posts with label blizzard wow. Show all posts

Thursday, August 16, 2012

Look! Player DIY Race Leaders Themed Poker

A player spent one month painting the amazing race leader themed poker.
Diamond:
The inspiration of Diamond comes from mana gem in WOW. Mana gem is indispensable on many magical weapons. Here I choose mana gem as the representative of knowledge and spell. Blood Elf, Draenei and Gnome all have strong desire for spell and knowledge. This set of pictures maintains the original shape of Diamond and adds the shape of gem on the staff.
Club:
The inspiration of Club comes from the maple leaf. In WOW, the nature plays a very important role. Each of the heroes’ action influences or improves the balance of the nature. Represented by Night ELF, Tauren and Troll, they all worship and rely on the nature. This set of pictures maintains the original shape of Club and mixed with the nature shape of maple leaf.
PIC
Heart:
The inspiration of Heart comes from the bow in WOW. In reality, bow represents the wars in cold-weapon periods and barbaric clan. So here bow represents for war and barbarity. Orc, Lifeless and Goblin are all representatives of wars who are driven by all kinds of interest. This set of pictures maintains the original shape of Heart and mixed with the shape of bow.
PIC
Spade:
The inspiration of Spade comes from the hammer. In WOW, hammer represents for strength, power and construction. Human, Worgen and Dwarven are representatives of civilization and order. This set of pictures maintains the original shape of Spade and adds the shape of hammer.
PIC


Tuesday, August 14, 2012

Patch 5.0 Alliance Gamon: Non-Battle Pet Crithto


Obscurity Gamon is famous for being defeated by Horde players. In Cataclysm, Gamon even becomes level 85 elite. Numerous players challenge it. In Mist of Pandaren, Horde players will have their own Gamon. In the previous version, the non-battle pet Crithto wandering near Stormwind City levels up to 90.
Crithto
The dog not only levels up to 90, his combat ability improves a lot. In 5.0 beta, some mage players died under only two bites.
Maybe there will be Alliance raid player challenge it after Mist of Pandaren is live.

Friday, August 3, 2012

WOW Paper Mould: Cute Tauren Warrior


A player spent 3 days finishing his first paper mould artwork: cute Tauren Warrior.

Sunday, July 22, 2012

Recommended Diablo 3 Fan Art (9)


This is phase 9 of Diablo 3 Fan Art. In this phase, we collected more fan art in the forum and artwork recommended by Blizzard. We hope you will like them.

Patch 5.0 Night Elf Nerfed & New Icons Display


Night Elf Quickness Changes Quickness:Increase the dodge chance by 2%. (Melee and ranged attack)     Note: the original effect for Quickness was "Reduces the chance that melee and ranged attackers will hit you by 2%." This should be a nerf for dodge only avoid physical attack while most attack may miss.     New Icons     Enchanting ChangesEnchanting All rods were removed, and everything now uses a Copper Rod. Many cast times were reduced from 5 sec to 1.5 sec.

5.0 Pet Quality Distinguish: Higher Stats, Better Quality


In the pet battle system of Mist and Pandarian, pets’ qualities are different. Higher quality pet can level up faster.   How to distinguish a pet’s quality?  Here I have a method to calculate rare pet with a macro.   Previously I calculate with the formula (health/5+speed+attack)/level. It is correct though the result is not that accurate. I minus 100 from health in the above formula after I saw a post on the forum. Actually the principle is the stats added when level up are fixed. Take a fog as example. Its initial stats are health 181, attack 15, and speed 14. Actually every time it levels up, the stats added are 81/15/14 (there are decimals. That’s why the result is not accurate).   ((health-100)/5+speed+attack)/level=~ 50 Blue (above 50 is blue, usually around 52)45 green (around 45 is green)40 normal (around 38~40 is white)Gray is around 31~32   I suggest you to use this macro before the battle. Number 1, 2 and 3 refer to the pet display order. Even though the pet’s position changes in the battle, its number will not change.   /run local M="";local U=2;local C=C_PetBattles;for i=1,3 do local L=((C.GetMaxHealth(U,i)-100)/5+C.GetSpeed(U,i)+C.GetPower(U,i))/C.GetLevel(U,i)if L>50 then M=i.."number is blue"elseif(L>44)then M=i.."number is green"end;print(M)end;print(M~=""and "" or "these pets are white and gray")   It’s a very easy macro. You can set a hotkey for it like alt+X ctrl+x shift+x.   Enter the pet battle and press hotkey. The message will be sent out in chat window. Only above green will be hinted.   Note: pet’s stats will change in the battle, e.g. fly pet’s speed will increase. So macro is not 100% correct.ect.

Tuesday, July 17, 2012

Blue Post: Legendaries Should Remain Rare and Transmogrifying Ones Would Not Present


Recently players on US server started to discuss the issue of transmogrifying legendary items. And a suggestion has been given: make legendary items transmogrifyable. But Takralus said “No”.
Takralus:

 Our current way of thinking is still that legendaries are and probably should remain to be rarely seen. When you do see one, you instantly recognize it for what it is, and acknowledge the prestige that goes along with owning one.

 But please carry on discussing the topic, we're really interested to see some good discussion either way.