... Sheuron PQR Profiles ...
Guide to PQR's FIRST TIMER USERS
1. Download and use PQR Updater
http://www.mediafire.com/?ogv9dp13dzto1s5
2. Download a profile pack for your WoW version
3. Extract DATA and PROFILES folders inside PQR folder
4. Start WoW and load your character
5. Start PQR, you will see you char name, click Select button.
PQR
will not work and only show "
Edit mode" if the
program is outdated or your using
unsupported WoW version.
This people made possible the work on all profiles by donating a small amount of money. If the profile help you in any way take in consideration make a donation on my paypal account.
DONATORS: Charles D, Egemen A, Jaime A, Gerard K, SayShea W, Hot Rod H. Avatar I.
Mage PVE (Fire,Arcane, Frost) |
Warrior PVE (Protection, Fury) |
Monk Leveling (1-10), PVE (Windwalker) |
Priest PVE (Holy) |
Hunter PVE (BM) |
Death Knight PVE (Unholy) |
Druid PVE (Resto, Feral) |
Rogue PVE (Combat) |
Shaman PVE (Resto) |
|
-- Developing your own profile --
This script will help you find spells ids you need to develop your own profile. Use on game chat, not inside PQR.
Code:
/run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end