mangos bible 2 1 3

609
[GUIDE] Running an Antrix Server - STEP-BY-STEP GUIDE FOR DUMMIES (LOT OF IMAGES) Ok, since i've joined this section of ragezone forum, about 4-5 days ago, i saw so many people asking for help and always the same 2-3 people trying to help. Well, i hope to help everyone who still doesn't know how to run a server with this guide. First of all, you will require some files. MySQL 5.0.41 Essenitals SQLyog Comunity 6.02 Antrix Core rev290 TerraNet DB rev4 2.1.0 Maps 2.1.0 DBC (You can also use newer or older versions, but i can't guarantee the compatibility with this guide, so try at your own risk.) NOTE: To make everything easier, i've made a TerraNet DB rev4 ready to use, wich already includes all missing tables and fixes released by Angel of TerraNet Staff. I hope that TerraNet Staff won't kick my ass for this, in case i'll remove the link Ok, now that you have all the necessary files, let's begin! :) 1) Extract the files in your Antrix folder Extract Antrix Core rev290, 2.1.0 Maps, 2.1.0 DBC and TerraNet DB rev4 in the same folder. Put the database in a sub folder called "sql". Keep this structure - (click to see the image) 2) Install MySQL 5.0.41 Essentials As already described in Karnage's guide, you will need to

Upload: kantti

Post on 12-Nov-2014

129 views

Category:

Documents


10 download

TRANSCRIPT

Page 1: Mangos Bible 2 1 3

[GUIDE] Running an Antrix Server - STEP-BY-STEP GUIDE FOR DUMMIES (LOT OF IMAGES)

Ok, since i've joined this section of ragezone forum, about 4-5 days ago, i saw so many people asking for help and always the same 2-3 people trying to help.Well, i hope to help everyone who still doesn't know how to run a server with this guide.

First of all, you will require some files.MySQL 5.0.41 EssenitalsSQLyog Comunity 6.02Antrix Core rev290TerraNet DB rev42.1.0 Maps2.1.0 DBC(You can also use newer or older versions, but i can't guarantee the compatibility with this guide, so try at your own risk.)

NOTE: To make everything easier, i've made a TerraNet DB rev4 ready to use, wich already includes all missing tables and fixes released by Angel of TerraNet Staff. I hope

that TerraNet Staff won't kick my ass for this, in case i'll remove the link

Ok, now that you have all the necessary files, let's begin! :)

1) Extract the files in your Antrix folderExtract Antrix Core rev290, 2.1.0 Maps, 2.1.0 DBC and TerraNet DB rev4 in the same folder. Put the database in a sub folder called "sql".Keep this structure - (click to see the image)

2) Install MySQL 5.0.41 EssentialsAs already described in Karnage's guide, you will need to use all typical settings. So:a) Open the MySQL 5.0.41 Essentials installer and click "Next" - (click to see the image)b) Choose "Typical" and click "Next" - (click to see the image)c) Click "Install" - (click to see the image)d) After installation, click "Next" twice, till the last tab of this wizard.e) Check the option "Configure the MySQL Server now" and click "Finish" - (click to see the image)f) Just click "Next" - (click to see the image)g) Choose "Standard Configuration" and click "Next" - (click to see the image)h) Check the options "Install As Windows Service" and "Launche the MySQL Service automatically", then click "Next" - (click to see the image)i) Check "Modify Security Settings" and fill the root password cells, then click "Next" - (click to see the image)j) Just click "Execute" - (click to see the image]k) Check that everything gone well and then click "Finish" - (click to see the image)

Page 2: Mangos Bible 2 1 3

3) Install SQLyog Comunity 6.02a) Start the SQLyog Comunity 6.02 installer and click "Next" - (click to see the image)b) Check "I accept the terms in the License Agreement", then click "Next" - (click to see the image)c) Select your favorite options, then click "Next" - (click to see the image)d) Choose a folder, then click "Install" - (click to see the image)e) Wait until the setup is completed succesfully, then click "Next" - (click to see the image)f) Check "Run SQLyog Comunity 6.02" and click "Finish" - (click to see the image)g) Just click "Continue..." - (click to see the image)h) Fill the Password cell with your MySQL root password (the password is the one you used during MySQL 5.0.41 Essentials configuration), then click "Connct" - (click to see the image)i) Agree and save your password in SQLyog connection manager - (click to see the image)j) Right click on "root@localhost" and select "Create Database..." - (click to see the image)k) Put "antrix" (without quotes) anc click "Create" - (click to see the image)l) Right click on "antrix" and select "Restore From SQL Dump..." - (click to see the image)m) Browse your "sql" folder and select the databse "TerraNet rev4 RTU.sql". Click "Open" then "Execute" - (click to see the image)NOTE: This operation could take a LONG time, depending on your settings and your machine. Anyway with default settings and a mediium machine it required 36 minutes to me.n) When the import is completed succesfully, click "Close" - (click to see the image)o) Click on "Refresh Object Browser" (the upper icon with a red circle), then select "accounts" table in your "antrix" databse. Now click on "Table Data" (the icon with a red ellipse) and you will see your "accounts" table data - (click to see the image)p) Fill the cells like in the image then click "Save Changes" (the red circled icon) - (click to see the image)q) Go to "Tools"->"User Manager"->"Add User..." - (click to see the image)r) Fill username and password cells, then check "Select", "Insert", "Update", Delete". Click on "Create" - (click to see the image)s) Just click "OK" in the confirmation window - (click the image)t) Close SQLyog Comunity 6.02

4) CONF Filesantrix.confCode:

######################################################################## Antrix Configuration File# Last updated at revision 236#######################################################################

Page 3: Mangos Bible 2 1 3

# Database Section## Database.Host - The hostname that the database is located on# Database.username - The username used for the mysql connection# Database.Password - The password used for the mysql connection# Database.Name - The database name# Database.Port - Port that MySQL listens on. Usually 3306.# Database.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g#

Database.Hostname = localhostDatabase.username = USERNAME OF SQLyog ADDED USERDatabase.Password = PASSWORD OF SQLyog ADDED USERDatabase.Name = antrixDatabase.Port = 3306Database.Type = 1

# Host Directive## This is the address that the server will listen on.# To listen on all addresses, set it to 0.0.0.0# Default: 127.0.0.1 (localhost)#

Host = 0.0.0.0

# World Server Listen Port Directive## This is the port that the world server listens on.# It has to be the same as what is specified in the# realms table in the LogonDatabase.# Default: 8129#

WorldServerPort = 8129

# Server console logging level## This directive controls how much output the server will# display in it's console. Set to 0 for none, or -1 to disable.# -1 = Disabled; 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug# Default: 3#

LogLevel.Screen = 0LogLevel.File = -1

# World server packet logging feature## If this directive is turned on, a file called `world.log`

Page 4: Mangos Bible 2 1 3

# will be created in the server's directory and all packets# sent and received by clients will be dumped here in bfg# format.# Default: 0#

LogWorld = 0

# Session Limit## This directive controls the amount of sessions that will be# accepted by the server before it starts to add people to # the server queue.# Default: 100#

PlayerLimit = 100

# Message Of The Day (MOTD)## This message will be displayed by the server in the chat# box every time any user logs on. Colors can be used in the# standard WoW format.# Default: "No MOTD specified"

Motd = "No MOTD specified."

# Send Build On Join## This directive controls whether the server's internal revision# will be sent to clients upon entering the world. Use it to help# testers report bugs.

SendBuildOnJoin = 1

# Send Stats On Join## This directive controls whether the server will send the online player# count to a cilent when it enters the world.

SendStatsOnJoin = 1

# Power regeneration multiplier setup# # These directives set up the multiplier in which regen values will be# multiplied by every 2 seconds.# Powers: # Power1 = Mana, Power2 = Rage, Power3 = Energy

Page 5: Mangos Bible 2 1 3

# # Reputation:# Kill = Rep gained on kill, Quest = rep gained from quests## Honor:# Honor = multiplier used to calculate honor per-kill.## PvP:# PvPTimer = in ms, the timeout for pvp after turning it off. default: 5mins (300000)

Rate.Health = 1Rate.Power1 = 1Rate.Power2 = 1Rate.Power3 = 1Rate.QuestReputation = 1Rate.KillReputation = 1Rate.Honor = 1Rate.PvPTimer = 300000

# XP (Experience) Rate setup## The xp that a player receives from killing a creature will be multiplied# by this value in order to get his xp gain.# Default: 1#

Rate.XP = 1Rate.QuestXP = 1

# Rest XP Rate## Value is the amount of rest XP a player will recieve per minute of rest time.# Default: 1#

Rate.RestXP = 1

# Drop Rate## This value will be multiplied by any gold looted and the drop percentages of the# items for creatures will also be multiplied for this to determine which items# to drop.# Default: 1#

Rate.Drop = 1Rate.DropMoney = 1

Page 6: Mangos Bible 2 1 3

# Player save rate## Value in milliseconds (ms) that will be between player autosaves.# Default: 300000 (5 minutes)

Rate.Save = 300000

# Compression rate## Value is from 1-9, the compression level passed to zlib to compress# update packets. A higher value will consume less bandwidth but more cpu cycles.# Default: 1 (Best Speed)#

Rate.Compression = 1

# Queue Update Rate## This directive controls how many milliseconds (ms) between the updates# that the queued players receieve telling them their position in the queue.# Default: 5000 (5 seconds).#

Network.QueueUpdateInterval = 5000

# Update Distance## This directive controls the distance (internal yards) that the player can "see" up to# and receieve updates for. For smaller servers, you can probably increase this number.# Increasing this number will also increase the servers bandwidth consumption and CPU usage.# Default: 80#

PlrUpdateDistance = 80

# Level Cap## This variable controls the level that stats will be generated up to internally.# Beyond this level players can still see a higher level visually but their stats won't# increase beyond this point.#

Page 7: Mangos Bible 2 1 3

LevelCap = 70

# GM Client Channel## This should be set to 'gm_sync_channel' for the My_Master addon to work.## Default: gm_sync_channel#

GmClientChannel = "gm_sync_channel"

# Seperate Channels Control## This directive controls whether horde and alliance chats will be seperated across channels.# Set to 1 for blizzlike seperated channels, or 0 to allow horde/alliance to speak to each other# across channels.## Default: 0#

SeperateChatChannels = 0

# Terrain Configuration## Set the path to the map_xx.bin files and whether unloading should be enabled for the main world# maps here. Unloading the main world maps when they go idle can save a great amount of memory if# the cells aren't being activated/idled often. Instance/Non-main maps will not be unloaded ever.## Default:# MapPath = "maps"# UnloadMaps = 1#

MapPath = "maps"UnloadMaps = 1

# Breathing Setup## If the breathing code is causing problems or you want to run a fun server, you can disable # water checks by enabling this directive.## Default: 1#

Page 8: Mangos Bible 2 1 3

EnableBreathing = 1

# Speedhack detection## If this directive is turned on, speedhack detection will be activated and speedhackers# will be warned / kicked.## Default: 0#

SpeedhackProtection = 0

# Cheat log setup## These two directives set up the cheater logging file, if turned on any cheat / packet# exploit / speedhack attempts will be logged here.## Default: off#

LogCheaters = 0

# GM log setup## These two directives set up the GM command logging fie. If turned on, most gm commands# will be logged for this file for abuse investigation, etc.## Default: off#

LogGMCommands = 0

# Mail System Setup## These directives control the limits and behaviour of the ingame mail system.# All options must have Mail prefixed before them.# # ReloadDelay - Controls the delay at which the database is "refreshed". Use it if you're# inserting mail from an external source, such as a web-based interface.# 0 turns it off.# Default: 0## DisablePostageCostsForGM - Enables/disables the postage costs for GM's. DisablePostageCosts overrides this.# Default: 1

Page 9: Mangos Bible 2 1 3

## DisablePostageCosts - Disables postage costs for all players.# Default: 0## DisablePostageDelayItems - Disables the one hour wait time when sending mail with items attached.# Default: 1## DisableMessageExpiry - Turns off the 30 day / 3 day after read message expiry time. # WARNING: A mailbox still cannot show more than 50 items at once# (stupid limitation in client).# Default: 0## EnableInterfactionMail - Removes the faction limitation for sending mail messages. Applies to all players.# Default: 1## EnableInterfactionMailForGM - Removes the faction limitation for sending mail messages, but only applies# to GM's. EnableInterfactionMail overrides this.# Default: 1#

Mail.ReloadDelay = 0Mail.DisablePostageCostsForGM = 1Mail.DisablePostageCosts = 0Mail.DisablePostageDelayItems = 1Mail.DisableMessageExpiry = 0Mail.EnableInterfactionMail = 1Mail.EnableInterfactionMailForGM = 1

# Compression Threshold## This directive controls the limit when update packets will be compressed using deflate.# For lower-bandwidth servers use a lower value at the cost of cpu time.## Default: 1000#

CompressionThreshold = 1000

# Status Dumper Config## These directives set up the status dumper plugin. Filename is an absolute or relative# path to the server binary. Interval is the time that the stats will be dumped to xml.

Page 10: Mangos Bible 2 1 3

## Default: stats.xml / 120000 (2 minutes)#

StatDumper.FileName = "stats.xml"StatDumper.Interval = 120000

# Connection Timeout## This directive specifies the amount of seconds that the client will be disconnected# after if no ping packet is sent. It is advised to leave it at the default.## Default: 180#

ConnectionTimeout = 180

# MapMgr Preloading## This directive controls whether the entire world will be spawned at server startup# or on demand. It is advised to leave it disabled unless you are a developer doing# testing.## Default: off#

MapMgr.Preloading = 0

# Background Loot Loading## This directive controls whether loot will be loaded progressively during startup# or in the background in a seperate thread. Turning it on will result in much# faster startup times.## Default: on#

Startup.BackgroundLootLoading = 1

# Multithreaded Startup## This controls whether the server will spawn multiple worker threads to use for# loading the database and starting the server. Turning it on increases the speed

Page 11: Mangos Bible 2 1 3

# at which it starts up for each additional cpu in your computer.## Default: on#

Startup.EnableMultithreadedLoading = 1

# Guild Setup## This directive controls whether the full 10 signatures will be required in order# to turn in a petition. Smaller servers would be better off having it turned off.# # Default: off#

Guild.RequireAllSignatures = 0

# LogonServer Setup## This directive controls whether pings will be sent to the logonserver to check# if the connection is still "alive". Expect problems if it is disabled.## Default: on#

DisablePings = 0

# LogonServer Setup## This directive controls the password used to authenticate with the logonserver.# It must be the same between the two configs. If it is not, your server will# not register.## Default: "change_me_world"#

LogonServer.RemotePassword = "LOGON PASSWORD"

logonserver.confCode:

######################################################################## Antrix Configuration File (Logon)# Last updated at revision 236#######################################################################

Page 12: Mangos Bible 2 1 3

# LogonDatabase Section## These directives are the location of the `realms` and `accounts`# tables.## LogonDatabase.Host - The hostname that the database is located on# LogonDatabase.Username - The username used for the mysql connection# LogonDatabase.Password - The password used for the mysql connection# LogonDatabase.Name - The database name# LogonDatabase.Port - Port that MySQL listens on. Usually 3306.# LogonDatabase.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g#

LogonDatabase.Hostname = localhostLogonDatabase.Username = USERNAME OF SLQyog ADDED USERLogonDatabase.Password = PASSWORD OF SLQyog ADDED USERLogonDatabase.Name = antrixLogonDatabase.Port = 3306LogonDatabase.Type = 1

# Host Directive## This is the address that the realmlist will listen on.# To listen on all addresses, set it to 0.0.0.0# Default: 127.0.0.1 (localhost)## Note: ISHost is the interserver communication listener.#

Host = 0.0.0.0ISHost = 127.0.0.1

# Realm List Listen Port Directive## This is the port that the realm list listens on.# Unless you have modded the clients, this will# always be 3724.## Default: 3724#

RealmListPort = 3724

# Server console logging level## This directive controls how much output the server will# display in it's console. Set to 0 for none.# 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug# Default: 3#

Page 13: Mangos Bible 2 1 3

LogLevel = 0

# Account Refresh Time## This controls on which time interval accounts gets # refreshed. (In seconds)# Default = 600#

AccountRefresh = 600

# Accepted Build Range Setup## These two directives set up which clients will be# allowed to authenticate with the realm list.## Set these to the same builds that the server was# compiled for.## As of the last update, version 2.1.1 was build 6739.#

MinClientBuild = 6739MaxClientBuild = 6739

# WorldServer Setup## This directive controls the password used to authenticate with the worldserver.# It must be the same between the two configs. If it is not, your server will# not register.## Default: "change_me_logon"#

LogonServer.RemotePassword = "LOGON PASSWORD"

realms.confCode:

######################################################################## Realms Configuration File# Last updated at revision 1259#######################################################################

# Logon Server Setup## Logon servers are the old "realmlist" or "auth" servers.# At the moment, you can only set up one. This will be changed in the# future.## LogonServerCount = Number of servers# LogonServer[x].Address = The address (no port) of the server.

Page 14: Mangos Bible 2 1 3

# LogonServer[x].Port = The port on which the logon server listens.# LogonServer[x].Name = Not really relavant, but name the logon.#

LogonServerCount = 1

LogonServer1.Address = "127.0.0.1"LogonServer1.Port = 8093LogonServer1.Name = "Default Logon"

# Realm Setup## This is the realms that will be added to the list for this instance# of the server. You can have multiple realms (e.g. one for LAN, WAN).## RealmCount = The number of servers.# Realm[x].Name = The name of the realm.# Realm[x].Address = The address (and port) of that realm.# Realm[x].Icon = The type of realm (PVP, Normal, RPPVP, RP)# Realm[x].Colour = Realm colour in realm list display.# Realm[x].TimeZone = Time zone the realm is in.# Realm[x].Population = (0 = low, 1 = medium, 2 = high)#

RealmCount = 1

Realm1.Name = "Test Realm"Realm1.Address = "YOUR EXTERNAL IP:8129"Realm1.Icon = "PVP"Realm1.Colour = 1Realm1.Population = 1.0Realm1.TimeZone = 1

5) Run the servera) If you have any router or firewall, be sure to foreward the following ports:3306, 3724, 8093 and 8129.I'm not sure about all of them, so i suggest to foreward them both in TCP and UDP.b) Run Logonserver.exec) Run Antrix.exe

If you did everything correctly, you will see this:

Page 15: Mangos Bible 2 1 3

Ok, now the server is running... but we must try it, so don't close it (of course) and open your client!

Page 16: Mangos Bible 2 1 3
Page 17: Mangos Bible 2 1 3

Hope that could help someone :)~CREDITS~

Page 18: Mangos Bible 2 1 3

Antrix Core rev290:Antri Project and Antrix Project comunity, wich also helps as much as possible on the development of always better cores.

TerraNet DB rev4: Onemore (quest fixes), Resinate (range fixex, size fixes, a lot of others), ollee (for submitting bunch of fixes), Project Silvermoon (support and fixes), Antrix Project (for spending a good time there), TerraNet WoW Comunity (for everything you see here)

Maps: Karnage (oh well, i've downloaded this maps from Karnage's guide, he/she didn't gave credits to anyone else, so i guess it is his/her work)

DBC: Same as above, thanks Karnage

Last edited by ATTILA888 : 06-17-2007 at 01:07 PM. Reason: Added credits for files

==============================================================================================================================================

Ok i saw this when i was looking on google for antrix or ascent repacks, here it is, the server was made by JulianX but most of the guide was made by me: tell me if there is any flaws

Download easyPHP Beta here:http://www.easyphp.org/telechargements.php3

Download SQLyog here:http://www.webyog.com/en/downloads.phpDownload the SQLyog MySQL GUI - Community Edition

Download JulianX's Repack for wow version 2.1.1 or 2.1.2 or 2.1.3 here: http://filebeam.com/e3dc8e81d8f0d115a7ab5a7101787382

Install EasyPHP, open EasyPHP, open the folder you installed easyphp in and then drag a folder called phpmyadmin into a folder called www and then open firefox or w/e you use and then type localhost at the top and press enter and then click on phpmyadmin on the link, then click on privildges and then you should see:root@localhost using password NO or YES and then on the right click on the little guy or the picture, then scroll down until you see the option of changing your password but ONLY your password and then make a password you can remember, and then click GO, Once that is done you have set a SQL password. NOW.....download JulianX's repack, extract the folder to your desktop or where ever and then follow the rest of the guide, i didnt make the rest: BTW Credit goes to JulianX

Page 19: Mangos Bible 2 1 3

###Step 2: Setting up SQLyog###1) Start the SQLyog Comunity 6.04 installer and click "Next"-Image2) Check "I accept the terms in the License Agreement", then click "Next"-Image3) Select your favorite options, then click "Next"-Image4)Choose a folder, then click "Install"-Image5)Wait until the setup is completed succesfully, then click "Next"-Image6) Check "Run SQLyog Comunity 6.04" and click "Finish"-Image7)Just click "Continue..."-Image8)Fill the Password cell with your MySQL root password (the password is the one you used during MySQL 5.0.41 Essentials configuration), then click "Connect"-Image9)Agree and save your password in SQLyog connection manager-Image10)Right click on "root@localhost" and select "Create Database..."-Image11) Put "ascent" (without quotes) and click "Create"12)Right click on "ascent" and select "Restore From SQL Dump..."-Image13) Browse your "sql" folder and select the database "TNDB8". Click "Open" then "Execute" (you will have to extract the DB from the RAR file)NOTE: This will not take as long as other DB's it will be ready in 1-3 minutes tops.14) Again, Right click on "root@localhost" and select "Create Database..."-Image15) Put "ascentlogon" (without quotes) and click "Create"16) Right click on "ascentlogon" and select "Restore From SQL Dump..."17) Browse your "sql" folder and select the file"Character & Logonserver Tables". Click "open" then "Execute" (you will have to extract the file from the RAR file)18) When the import is completed successfully, click "Close"-Image19) Click on "Refresh Object Browser" , then select "accounts" table in your "ascentlogon" database. Now click on "Table Data" and you will see your "accounts" table data.20) Fill the cells to whatever you want your acct to be. To make TBC go to very end of cells and change the flags to "8". To make self GM enter "az" into the GM cell. then click "Save Changes"-Image21) Close SQLyog Comunity 6.04-Image

this part is made by me:Setting up your server part. Open up Ascent.conf in Notepad, edit these lines in your copy of Ascent.conf to match your information:

<WorldDatabase Hostname = "127.0.0.1" Username = "root" Password = "MySQL Pass" Name = "Name of Main Database" Port = "3306" Type = "1"><CharacterDatabase Hostname = "127.0.0.1" Username = "root" Password = "MySQL Pass" Name = "Name of Logonserver Database" Port = "3306" Type = "1">

<die msg="I am a newb who didn't even read half my config file!">(btw about the die message, just delete the whole line)

LogonServer DisablePings = "0"RemotePassword = "Put anything you want">

<die2 msg="I read nearly all my config file, but not the whole thing!">(delete that line aswell)

Page 20: Mangos Bible 2 1 3

OK once that is done save and close this document, now open Logonserver.conf in Notepad, edit the following lines to match your configurations

Password = "MySQL Pass"Name = "Name of Logonserver Database"

<Client MinBuild = "6739"MaxBuild = "6898">

change the MaxBuild on yours because this has been corrected

<LogonServer RemotePassword = "Same as Ascent Remote Pass">

Save and close this document and open Realms.conf in notepad, edit the following lines to match your configurations:

<Realm1 Name = "Your Relam Name"Address = "External IP:8129"

For the External IP just put 127.0.0.1 so it should look like this:Address = "127.0.0.1:8129"

Save and close this document, Now the last thing to do( i think ) open your worldofwarcraft folder and then open a file called realmlist.wtf it should look like thisset realmlist or setrealmlist (i forget which) set realmlist us.logon.worldofwarcraft.com, change it to set realmlist 127.0.0.1 SAVE AND CLOSE, NOW open Logonserver.exe located in JulianX's repack and then open Ascent.exe and once Ascent.exe is done loading, Open worldofwarcraft and the username and password is what ever you set in SQLyog, scroll up if you forgot...

Originally Posted by Thorz @ Ac-Web

Part One:

1. Visit DynDNS.Com and Create an account.2. Log in and click "Services" on the menu.3. Under DNS Services there will be an option called Dynamic DNS. Click it.4. Click on "Create Host."5. Fill out the required fields, don't forget to check the box "Enable Wildcard."6. Click "Add Host" and your done with this portion of the guide.

Part Two:

1. Open C:\Windows\System32\Drivers\Etc\Hosts.file2. At the end of the File add the following.

Page 21: Mangos Bible 2 1 3

Code:

127.0.0.1 (Dynamic DNS)(Internal IP) (Dynamic DNS)(External IP) (Dynamic DNS)

Dynamic DNS = The DNS you just created at DynDNS.ComInternal IP = Your ip of the computer you are on, This can be found by going to start, then run. Typing in cmd, once the Windows command Prompt opens type in "ipconfig". You will get a readout the one you are looking for is "Ip Address" it normally starts with 192.

External IP = You outbound ip assigned by your ISP. You can find this by visiting WhatIsMyIP.com - 208.116.34.18.

Part Three:

1. Open your Realms.conf file in the Antrix folder.2. Change at the bottom of your realms.conf to look like this.

Code:

RealmCount = 2

Realm1.Name = "YOUR REALM NAME"Realm1.Address = "YOUR EXTERNAL IP:8129"Realm1.Icon = "PVP"Realm1.Colour = 1Realm1.Population = 0Realm1.TimeZone = 1

Realm2.Name = "YOUR REALM NAME;Local"Realm2.Address = "YOUR INTERNAL IP:8129"Realm2.Icon = "PVP"Realm2.Colour = 1Realm2.Population = 0Realm2.TimeZone = 1

3. Save and exit. You are now done with this part of the guide.

Part Four:

1. Connect to your router. This can normally be done by typing in 192.168.0.1. If your not sure what it is, then go to Start- Run- Type cmd- Type ipconfig. You should see the ip address like above, change the last sequence in it to a 1 and it should work. If you are still having issues consult your routers website on how to login to your router.

2. Now, It's time to forward the ports. Go into your port forwarding section under your router and forward;

Code:

3724 - 372480 - 80 3306 - 3306 8129 - 8129

Page 22: Mangos Bible 2 1 3

8093 -80936112 - 61126881-69993036 - 3036 8050 -8050

3. If you have a Firewall disable it if you don't know how to set exceptions with it.

Part Five:

This next part is for how you connect.

1. Go into your World of Warcraft game directory. 2. Open realmlist.WTF in Notepad.3. Replace everything in it with "set realmlist 127.0.0.1"

Note: I suggest you make a copy of the realmlist before changing the info so you can still connect to the Live WoW servers.

Part Six:

Getting a friend to connect.

1. Follow the above steps, except when in realmlist. WTF have them change it to "set realmlist (Dynamic DNS or your External IP)"

If everything is done correctly you should have a public server with out Hamachi, and you and your friends can have all the fun you want. If you are confused or need help please feel free to post your confusion. Also, Please let us know how well this tutorial works out for you, so we can improve it.

==============================================================================================================================================

# After, run realmd.exe. Have that finish and then finally run mangosd.exe. (note realmd and mangosd should stay open) once all those are done, in the mangosd window, type \"create USERNAME PASSWORD\" where USERNAME is the username you want, and PASSWORD is the password you want for your account. To set GM type in \"setgm USERNAME #\" where USERNAME is the username you want to give privileges to and # is the number 0,1, 2, or 3, where 0=normal player, 1=moderator, 2=game master, and 3=administrator. To enable all TBC features, type in \"setbc USERNAME #\" where USERNAME is the username u want to give tbc to and # is 1 or 0 where 1 enables TBC and 0 is normal wow. After you have an account, start wow, login and enjoy!

============================================================================================================================

Page 23: Mangos Bible 2 1 3

MaNGOS 2.1.3 Private Server

These extract taken from different websites and not done by one person only.

Essential websites :

http://mangoscript.org/ to compile new scripthttp://www.mangosproject.org -to get new information on corehttp://timisoara.ath.cx -to get new dbhttp://wow.allakhazam.com - get item numbers (look in address)http://www.thottbot.com/ Same as abovehttp://tortoisesvn.net/downloads turtoise donwload for updating svnhttps://mangos.svn.sourceforge.net/svnroot/mangos/trunk mangos svn checlouthttps://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2 svn checkout for scriptdev2http://mangos.svn.sourceforge.net/viewvc/mangos?view=rev&revision=4082changelogs

How to create VMAPS, MAPS AND DBC

Extract Client .dbc and map Files

Extract map files Place ad.exe into the client's root directory. ("C:\World of Warcraft") Create a subdirectory called 'maps'. ("C:\World of Warcraft\maps") Launch ad.exe. This will begin the extraction of map files. (This can take a long

time depending on your system.) When ad.exe has finished, copy the folder "C:\World of Warcraft\maps" and place

it in your ManGOS server directory ("C:\MaNGOS"). So you should now have a "C:\MaNGOS\maps" directory containing numerous (2400+) .map files.

You may now safely delete the directory "C:\World of Warcraft\maps".

Extract *.dbc files Create a directory for your .dbc files in the MaNGOS server directory. ("C:\

MaNGOS\dbc") Extract all the files of the mpqe archive into your clients data\language directory.

(ex "C:\World of Warcraft\data\enUS" or "C:\World of Warcraft\data\enGB") Open up your dos command window. (Start->Run, type "cmd" then enter.) Change your directory to "C:\World of Warcraft\data\enUS". (type cd "C:\World

of Warcraft\data\enUS") Type in the following:

CODE

Page 24: Mangos Bible 2 1 3

mpqe /p locale-enUS.MPQ DBFilesClient\*.dbc

mpqe will now extract the dbc files to a new directory in your client's data\lang directory called ...\enUS\MPQOUT\DBFilesClient. ("C:\World of Warcraft\data\enUS\MPQOUT\DBFilesClient")

o You should see it reference three files: "patch-enUS-2.MPQ", "patch-enUS.MPQ", and "locale-enUS.MPQ".

When mpqe has completed, copy the content all of the .dbc files from the output directory listed in the previous step to your server's dbc directory. ("C:\MaNGOS\dbc") You should have 175 .dbc files.

You may now delete the client output directory ("C:\World of Warcraft\data\MPQOUT") if you wish.

Build the Vmap Files

QUOTERecently vmaps have been utilized to assist with "Line of Sight" issues.

Find the batch file"makevmaps_SIMPLE.bat" ("C:\MaNGOS\Vmap") Double Click. Depending on your system, this step may take quite some time.

o Alternately you could run "make vmaps.bat" instead, but additional prompts will come up in the process.

o As this process is improved upon, you may need to rebuild these files more than once. Pay attention to future release notes.

Move the "C:\MaNGOS\Vmap\vmaps\" directory into the root of the MaNGOS directory ("C:\MaNGOS\vmaps")

Guide Creating a MaNGOS 2.1.3 Private Server

Hi there, well, you've seen LOADS of different servers that are version 2.0.12, but of course you want one too! If so, I suggest you use this guideNote: This guide was specifically made to be as noob friendly as possible, I freakin put images for MySQL configuration, if you can't follow this, your IQ is below 20 or you have ADD.

Let's get started shall we?

Tools you will be needed

Quote:

A copy of World of Warcraft 1.12.1 either enUS or enGB, other versions are not supported

MaNGOS Bins (Rev 3200 + MCH) -> Click me! SDB 0.6.1 -> Click me! The map extracting tool ad.exe -> Click me! The *.dbc extraction tool mpqe.exe -> Click me

Page 25: Mangos Bible 2 1 3

MySQL -> Click me! A MySQL admin tool, such as Navicat or SQLyog, in this guide I will be using

SQLyog because it is free and is almost the same as Navicat -> Click me!

WAMP PHP5 Apache MySQL (For your website) -> Click me!

Step 1: Creating your Workspace + Installing your filesExtracting MaNGOS Bins

1. Download and extract your MaNGOS bins wherever you want, but this is where your server files will be placed. I will be referring to this as the MaNGOS directory. Please make sure that once you open that folder, there is no folder inside, so when you open your MaNGOS Dir. you will see the batch files mangosd.exe and realmd.exe, and other files. If you do not see these, cut the files and put them in the correct folder.

Installing tools 1. After downloading, double click the MySQL installation tool and begin

installing your files. You don't need to sign up to use this, but you can do this later (I think it's free). After skipping the sign up, pick whatever dir. you want to install it (feel free to leave it as default), and then beginning installing. After it's completely, make sure that "Configure my MySQL Server Now" is checked off and then click Finish.

Configuring your MySQL Server 1. Once the window pops up introducing you to the config wizard, click next 2. Choose standard configuration then click next

3. Then choose to Install As Windows Service then click next

4. In the two empty dialog boxes, type in the password you wish to use for the MySQL root (aka Administrator) account. This is the most important account on MySQL and has full access to all databases and functionality. It's recommended you use a very strong password to prevent access to your MySQL server instance. Also, if you want to make your server public, check off

Page 26: Mangos Bible 2 1 3

"Enable root access from remote machines". Then click next

5. In this new window you should see 4 white bullets, and below a button called Execute. Click that button and wait for it to finish, it should then say below those 4 buttons in black that you have succesfully configured your MySQL server. That's when you click finish.

Getting Maps + DBCsMaps

1. Copy your ad.exe folder to your 1.12.1 enUS/enGB WoW Directory. 2. Create a folder called maps in your 1.12.1 enUS/enGB WoW Directory 3. Double click the ad.exe tool. Wait till it has finished extracting the map files. 4. Once completely copy&paste or cut&paste the "maps" folder which should

have 2400+ map files / 700mb of space to your Mangos Directory. Your Mangos Directory should now have the folders "maps" and "sql".

DBC's[list=1][*]Download this: Click Me![*]Extract the folder into your Mangos Directory

Step 2: Setting up your DatabaseConnecting to your MySQL Server

1. Open up SQLyog. Please make sure it looks something like this:

The difference would be that firstly, the "password" you put was the one in

Page 27: Mangos Bible 2 1 3

step 4 for MySQL configuration, aka, your MySQL root password. [b]Make sure that at the bottom it has the 2 databases: realmd;mangos (not mangod).

Creating Empty Databases 1. Click connect. 2. On the left there is a tab called root@localhost. To create your databases.

Right click that and click "Create new database" Name it "mangos" 3. Repeat this step but name it this time "realmd" 4. If the databases are already there, then you can skip these steps

Creating Spawned DatabasesI suggest you close your SQLyog and open it again so you can see the new databases, which should look like this on the left tab:

If it looks like this, then we can move onto the next step, if it doesn't then it sux2beu (or I suggest you re-do EVERYTHING).

1. Right click Realmd and click Restore from SQL Dump. This will open a new window. At the top there is a white bar, to the right there is a button with "..." inside, click that button, then go to your Mangos Directory, click the "sql" folder, and double click realmd. It should take you back to that window, now you can click execute. After it finishes, close the window.

2. Right click mangos and click Restore from SQL Dump. This will open a new window. At the top there is a white bar, to the right there is a button with "..." inside, click that button, then look for where you extracted SDB (if you haven't do so now and then refresh the folder). Double click the SQL file and click Execute. Wait till it finishes loading (this may take a while depending on your CPU). After it's finished entirely, close the window.

Configuring MaNGOS!Alright, so you have set up all your files, and you have gotten everything in tip top shape :) So then one last step until you are ready to starting up your MaNGOS LAN Server.

1. Open up your MaNGOS Directory 2. Right click on realmd.conf and open as Notepad, Textpad, anything with "pad"

at the end :P 3. Find

Quote:

LoginDatabaseInfo =" Change it to "LoginDatabaseInfo = "127.0.0.1;3306;root;[password];realmd"

Your password should be the MySQL Root Password and then everything else should look like what's in the code. After edited, save and close realmd.conf

4. Right click on mangos.conf and open as Notepad or Textpad 5. Open mangosd.conf in notepad. It should be in your root server directory ("C:\

MaNGOS). 6. Find these lines and set as shown:

o DataDir = "."

Page 28: Mangos Bible 2 1 3

o WorldDatabaseInfo = "127.0.0.1;3306;root;[password];mangos"o LoginDatabaseInfo = "127.0.0.1;3306;root;[password];realmd"

7. Save and close file.

CONGRATULATIONS, MANGOS IS NOW FULLY CONFIGURED AND FUNCTIONAL

Connecting to your MaNGOS Server 1. Go to your MaNGOS Directory 2. Double click on realmd.exe 3. Double click on mangos.exe 4. While it's loading, go to your WoW Directory, open up the realmlist, and

change the contents to:

Quote:

set realmlist 127.0.0.1

5. Start up your WoW.exe 6. Wait for the "beep" which indicates that MaNGOS has loaded and you can

connect. Then log in with the following sample info (for maximum commands:)

Quote:

user: administratorpass: administrator

Voila! Create your characters and screw around!

Upcoming Guides:Creating an Account Creation PageMaking your Server PublicCreating Custom ContentEditing stuff in your ServerF.A.Q.Latest BinsUpdating your MaNGOS

IF YOU WANT SUPPORT OR HELP EVEN WITH INSTALLATION, POST YOUR PROBLEMS AND CONCERNS HERE AND I WILL HELP YOU :)

Please do not leech this guide without asking me first, provide a link from where you got it from (hackingsource.net!) and say thanks!

How to backup your character :

Page 29: Mangos Bible 2 1 3

Backup the fallowing tables from mangos db :

auctionhousecharactercharacter_actioncharacter_auracharacter_giftscharacter_homebindcharacter_instancecharacter_inventorycharacter_killcharacter_petcharacter_queststatuscharacter_reputationcharacter_socialcharacter_spellcharacter_spell_cooldowncharacter_stablecharacter_ticketcharacter_tutorialgroupgroup_memberguildguild_charterguild_charter_signguild_memberguild_rankitem_instancelooking_for_groupmailpet _spell* newpet_spell_cooldown* new

Backup the fallowing tables from realmd:-accounts- realmcharacters

Compiling Mangos   :

(Before proceeding, please make sure you have read this, and this thoroughly.)

Page 30: Mangos Bible 2 1 3

Required Software:

QUOTE A Windows Operating System A version of MS Visual C++:

o Visual Studio 6 (Version 7/2003)o Visual Studio 2005 (Version 8/2005) + SP1o Visual C++ 2005 Express Edition (Version 8/2005). Available here for

one year for free.o Possibly this patch for SP-1, especially if you are on Vista.

TortoiseSVN - a freeware source sharing application available here.

Install MS Visual C++:

QUOTE Visual C++ 2005 Express Edition

o You must also install and configure Platform SDK to use Visual C++ 2005 Express Edition. Carefully follow the instructions here. Follow the first 4 steps completely and the first half of step 5! DO NOT just download and install. Follow the instructions or you will not be able to compile. Need help? See this

o SP-1 is recommended.

Visual Studio 2005o You must install SP-1 for VS 2005. (The old "functional" file update is no

longer needed with SP-1.)

Install TortoiseSVN and Set Up SVN Folders:

QUOTE Install Tortoise SVN Create a directory on your hard drive. For example: "C:\sources\mangos\" Right click on the folder "\mangos\" and select "SVN Checkout"

o On the top line where it says "URL of Repository" put in the url "https://svn.sourceforge.net/svnroot/mangos/trunk".

o Do not change any other options, then press ok. This will download the most current source code.

(Note: If you will be using scripting (i.e. scriptdev) you will need to retrieve and prep it in a similar manner at this point. Consult your preferred source for scripts

Page 31: Mangos Bible 2 1 3

for instructions on how to include scripts in a MaNGOS compilation. DO NOT ask for assistance with scripts on this forum.)

Updating Your Source Files (Only for updates, not first time compilations. Skip this section if you are a compile virgin.)

QUOTE Right click on the "C:\sources\mangos\" folder and select update. If an update is available it will be immediately downloaded to this directory

replacing any previous files. You will see a list of the files being added and/or updated as the process completes.

Once the update is complete you will see a dialog such as "Completed At revision: ####". That is your new revision number.

From here you can select the "show log..." button to get a listing of what was added or updated or press ok to exit.

From this point simply continue to the compilation process as listed below. IMPORTANT : Anytime you update this directory check to see if either of the

*.conf.in files were updated. MaNGOS will not function if you do not have the current .conf files. (If they were not updated, then you can continue using your existing .conf files.)

IMPORTANT : Also make sure to always check the "C:\sources\mangos\sql\updates\" directory for new files. This directory contains SQL queries that modify the database structure and are critical for the core to function. If you get a new revision make sure that all the SQL updates with numbers <= your current revision number have been loaded in your database. These files only need to be loaded once.

Suggestion: Learn as much as you can about TortoiseSVN through it's help files and web site. It's an outstanding tool for source sharing. The more you learn about it the more you will be able to do with the MaNGOS source code. (Like custom or pre-release code patches you might see on the forums!)

Compile MaNGOS:

QUOTE Browse your computer to "C:\sources\mangos\win\" and double-click (open)

the .sln file for your VC++ versiono mangosdVC71.sln - Version 7/2003 (Visual Studio 6)o mangosdVC80.sln - Version 8/2005 (Visual Studio 2005/VC++ Express)

In your VC++ application window select Build->Configuration Manager from the menu.

o Select "Release" in the drop down for "Active Solution Configuration"o "Active Solution Platform" should default to "Win32". Do not change this.

Page 32: Mangos Bible 2 1 3

o Close the dialog. Now select Build->Build Solution from the menu. (Note: If you had an error or

are having problems with the build you can select Build->Clean Solution to "reset" the compilation.)

Your MaNGOS application will now begin compiling.o This may take quite some time depending on the speed of your processor.o You WILL get various warning messages. This is expected and should not

alarm you.o When the process is complete you should see a message like "Build: 8

succeeded, 0 failed, 0 up-to-date, 0 skipped". The key is to make sure that failed = 0. (If you are doing an update of an existing build you may get a message like "Build: 2 succeeded, 0 failed, 6 up-to-date, 0 skipped". Again, no failures so you are in good shape.)

Occasionally you will get this error: "error LNK1181: cannot open input file 'mangosd.lib'". In order to fix this iussue you can do these steps (once):

o Right-click on "Solution 'mangosdVC80' (8 projects)" in solution explorer.o Select "Project Build Order..."o Click on the "Dependencies" tab.o In the "Projects:" drop down list, select "script" and check "mangosd" and

hit OK.o Build Solution.

Credits to rusty.

Congratulations! MaNGOS is now compiled!

The files needed to run MaNGOS are now in your "C:\sources\mangos\bin\release\" directory. You will need to copy any *.exe and *.dll files you find in this directory and place them in the directory where you plan on running MaNGOS. (i.e. "C:\MaNGOS")

You will also need to retrieve the conf.in files from "C:\sources\mangos\src\mangosd\" and "C:\sources\mangos\src\realmd\" and rename them both by removing the ".in" from the filenames.

You still must configure MaNGOS before running the server. This guide only covers compiling the binaries to create the application.

If you have any questions or run into problems with these procedures please post your issues as a response to this thread and someone will attempt to help you through it. That

is, if we can tell you did what the procedures said to do.

Page 33: Mangos Bible 2 1 3

ScriptDev compileTo download the latest ScriptDev revision and use it with mangos you need to do the following:

1) Create a folder for this example we will use “ScriptDev” right click it and select “SVN Checkout” at “URL Repository” enter hxxps://opensvn.csie.org/ScriptDev/trunknow press OK and it will download the latest ScriptDev.

2) Once this is done you have to right click the folder again select “TortoiseSVN” and select “Export” now browse to the location where you want to export it (create a new folder and export it there) and now press OK. This will export your ScriptDev to the new created folder.

3) Now go to that folder and from that folder copy (sql, src, win) to you mangos folder (the folder where all your mangos revisions are downloaded too) replace all and that’s about it. Now when you compile mangos it will be compiled with the latest script dev

Important: Follow this steps every time a new ScriptDev revision comes out!!!

Mangos commands (to do in chat window)

Note: How to create auction house : Make a new account on navicat in realmd. Enter mangos Create a new player doesn’t matter what race. Enter realmd, then check with navicat in mangos and character table and see what guid was assigned to that character. Once you have the account number from realmd and the guid from mangos write that info in the mangosd.cong at the bottom u ll hav to fuilds to complete. That it it will create items in the auction house make sure u change the max time to 2 and the min time to 1 and the number of items you want. That’s it Enjoy!!!

Auction house commands :

ahexpire <house id> <player GUID>ahdelete <house id> <player GUID>

ahexpire will expire all the auctions in the requested auction house with the player GUID as the owner.ahdelete will delete all the auctions in the requested auction house with the player GUID

Page 34: Mangos Bible 2 1 3

as the owner.

The real difference between them is that 'ahexpire' will actually deliver the auction if some has bid on it, and ahdelete will just delete the auction regardless if someone has bid on it or not.

The auction house IDs are:2 - Alliance6 - Horde7 - Neutral

Example, if my auction house bot character's GUID is 42, and I want to clear out all their auctions from the neutral auction house, I would run the following:

ahdelete 7 42Extra commands : .modify money 300 (where 300 = 3 silver).tele (location) will telemort to wanted location.learn all_myclass will learn all for your class (buggy and might have to unlearn).changelevel 40 to level pet to level 40

-------------------------------------------------------------------------------------------------------Skills: (Write .learnsk "id" "Min level" "Max level" in game to learn) Example: .learnsk 43 300 300 <---- you learn swords and you have 300 in skill

43 Swords 173 Daggers44 Axes 54 Maces 55 Two-Handed Swords 160 Two-Handed Maces 172 Two-Handed Axes 473 Fist Weapons 433 Shield 413 Mail 414 Leather 45 Bows 229 Polearms 293 Plate Mail 46 Guns 415 Cloth 176 Thrown 162 Unarmed 118 Dual Wield 136 Staves 226 Crossbows 228 Wands

Page 35: Mangos Bible 2 1 3

95 Defense38 Combat 762 Riding --------------------------------------------------------------------------------------------------------Languages: (write .learnsk and the id and min / max level )

137 Language: Thalassian 140 Language: Titan 109 Language: Orcish 315 Language: Troll 139 Language: Demon Tongue 98 Language: Common 111 Language: Dwarven 113 Language: Darnassian 115 Language: Taurahe 138 Language: Draconic 141 Language: Old Tongue 673 Language: Gutterspeak 313 Language: Gnomish --------------------------------------------------------------------------------------------------------Proffesions: (Write .learnsk and id then skill min and max)

393 Skinning 165 Leatherworking 373 Enhancement 164 Blacksmithing 633 Lockpicking 197 Tailoring 755 Jewell Crafting333 Enchanting 186 Mining 202 Engineering 356 Fishing 171 Alchemy 182 Herbalism 129 First Aid 185 Cooking --------------------------------------------------------------------------------------------------------[color="Red"]Spells: (Write .learn "id" to learn the spell)Remember! Ignore the train= just write .learn id instead of .learn train=id <--wont work.

Warlock:

train=1381 //Shadow Bolt Rank 2train=1382 //Shadow Bolt Rank 3

Page 36: Mangos Bible 2 1 3

train=1406 //Shadow Bolt Rank 4train=1407 //Shadow Bolt Rank 5train=7642 //Shadow Bolt Rank 6train=11662 //Shadow Bolt Rank 7train=11663 //Shadow Bolt Rank 8train=11664 //Shadow Bolt Rank 9train=1374 //Immolate Rank 1train=1375 //Immolate Rank 2train=1376 //Immolate Rank 3train=2942 //Immolate Rank 4train=11666 //Immolate Rank 5train=11669 //Immolate Rank 6train=11670 //Immolate Rank 7train=6221 //Corruption Rank 1train=6224 //Corruption Rank 2train=6225 //Corruption Rank 3train=7649 //Corruption Rank 4train=11673 //Corruption Rank 5train=11674 //Corruption Rank 6train=7662 //Drain Soul Rank 1train=8290 //Drain Soul Rank 2train=8291 //Drain Soul Rank 3train=11676 //Drain Soul Rank 4train=5741 //Rain of Fire Rank 1train=6220 //Rain of Fire Rank 2train=11679 //Rain of Fire Rank 3train=11680 //Rain of Fire Rank 4train=5709 //Hellfire Rank 1train=11685 //Hellfire Rank 2train=11686 //Hellfire Rank 3train=1476 //Life Tap Rank 1train=1477 //Life Tap Rank 2train=1478 //Life Tap Rank 3train=11690 //Life Tap Rank 4train=11691 //Life Tap Rank 5train=11692 //Life Tap Rank 6train=3704 //Health Funnel Rank 1train=3705 //Health Funnel Rank 2train=3706 //Health Funnel Rank 3train=3707 //Health Funnel Rank 4train=11696 //Health Funnel Rank 5train=11697 //Health Funnel Rank 6train=11698 //Health Funnel Rank 7train=1367 //Drain Life Rank 1train=1368 //Drain Life Rank 2train=1369 //Drain Life Rank 3

Page 37: Mangos Bible 2 1 3

train=7652 //Drain Life Rank 4train=11701 //Drain Life Rank 5train=11702 //Drain Life Rank 6train=5139 //Drain Mana Rank 1train=6227 //Drain Mana Rank 2train=11705 //Drain Mana Rank 3train=11706 //Drain Mana Rank 4train=1393 //Curse of Weakness Rank 1train=1394 //Curse of Weakness Rank 2train=6206 //Curse of Weakness Rank 3train=7647 //Curse of Weakness Rank 4train=11709 //Curse of Weakness Rank 5train=11710 //Curse of Weakness Rank 6train=1296 //Curse of Agony Rank 1train=1297 //Curse of Agony Rank 2train=6218 //Curse of Agony Rank 3train=11714 //Curse of Agony Rank 4train=11715 //Curse of Agony Rank 5train=11716 //Curse of Agony Rank 6train=7650 //Curse of Recklessness Rank 1train=7660 //Curse of Recklessness Rank 2train=7661 //Curse of Recklessness Rank 3train=11718 //Curse of Recklessness Rank 4train=5736 //Curse of Tongues Rank 1train=11720 //Curse of Tongues Rank 2train=7666 //Curse of the Elements Rank 1train=11723 //Curse of the Elements Rank 2train=11724 //Curse of the Elements Rank 3train=7665 //Enslave Demon Rank 1train=11727 //Enslave Demon Rank 2train=11728 //Enslave Demon Rank 3train=6203 //Create Healthstone (Minor)train=6204 //Create Healthstone (Lesser)train=5700 //Create Healthstonetrain=5702 //Create Healthstone (Greater)train=11731 //Create Healthstone (Major)train=1383 //Demon Skin Rank 2train=1384 //Demon Armor Rank 1train=1404 //Demon Armor Rank 2train=11736 //Demon Armor Rank 3train=11737 //Demon Armor Rank 4train=11738 //Demon Armor Rank 5train=6232 //Shadow Ward Rank 1train=11741 //Shadow Ward Rank 3train=11742 //Shadow Ward Rank 3train=2971 //Detect Lesser Invisibility

Page 38: Mangos Bible 2 1 3

train=2972 //Detect Invisibilitytrain=11788 //Detect Greater Invisibilitytrain=1413 //Inferno Summontrain=1571 //Soul Fire Rank 1train=18160 //Soul Fire Rank 2train=6485 //Create Spellstonetrain=17732 //Create Spellstone (Greater)train=17733 //Create Spellstone (Major)train=17865 //Curse of Shadow Rank 1train=17938 //Curse of Shadow Rank 2train=2945 //Searing Pain Rank 1train=18154 //Searing Pain Rank 2train=18155 //Searing Pain Rank 3train=18156 //Searing Pain Rank 4train=18157 //Searing Pain Rank 5train=18158 //Searing Pain Rank 6train=1572 //Death Coil Rank 1train=18161 //Death Coil Rank 2train=18162 //Death Coil Rank 3train=5486 //Howl of Terror Rank 1train=18169 //Howl of Terror Rank 2train=1197 //Create Firestone (Lesser)train=607 //Create Firestonetrain=18170 //Create Firestone (Greater)train=18171 //Create Firestone (Major)train=7664 //Banish Rank 1train=18648 //Banish Rank 2train=18753 //Curse of Doomtrain=18872 //Shadowburn Rank 2train=18875 //Shadowburn Rank 3train=18876 //Shadowburn Rank 4train=18877 //Shadowburn Rank 5train=18878 //Shadowburn Rank 6train=18927 //Siphon Life Rank 2train=18928 //Siphon Life Rank 3train=18929 //Siphon Life Rank 4train=18933 //Conflagrate Rank 2train=18934 //Conflagrate Rank 3train=18935 //Conflagrate Rank 4train=18939 //Dark Pact Rank 2train=18940 //Dark Pact Rank 3train=20700 //Ritual of Doomtrain=1377 //Create Soulstone (Minor)train=20766 //Create Soulstone (Lesser)train=20767 //Create Soulstonetrain=20768 //Create Soulstone (Greater)

Page 39: Mangos Bible 2 1 3

train=20769 //Create Soulstone (Major)train=5783 //Fear Rank 1train=6214 //Fear Rank 2train=6216 //Fear Rank 3train=7763 //Summon Imptrain=11520 //Summon Voidwalker//train=7663 //Ritual of Summoning Can't be Traindtrain=11519 //Summon Succubustrain=6228 //Eye of Kilroggtrain=5501 //Sense Demonstrain=1373 //Summon Felhuntertrain=1710 //Summon Felsteedtrain=23160 //Summon Dreadsteed

Priest:

train=1255 //Power Word: Fortitude Rank 1train=2056 //Lesser Heal Rank 2train=1258 //Shadow Word: Pain Rank 1train=1275 //Smite Rank 2train=2851 //Power Word: Shield Rank 1train=6073 //Renew Rank 1train=1265 //Fade Rank 1train=19338 //Desperate Prayer Rank 1train=2013 //Resurrection Rank 1train=2057 //Lesser Heal Rank 3train=8093 //Mind Blast Rank 1train=19318 //Touch of Weakness Rank 1train=19325 //Hex of Weakness Rank 1train=1259 //Shadow Word: Pain Rank 2train=19350 //Starshards Rank 1train=1277 //Power Word: Shield Rank 2train=1256 //Power Word: Fortitude Rank 2train=1252 //Inner Fire Rank 1train=6079 //Renew Rank 2train=1268 //Cure Diseasetrain=1276 //Smite Rank 3train=8123 //Psychic Scream Rank 1train=2058 //Heal Rank 1train=8107 //Mind Blast Rank 2train=19339 //Desperate Prayer Rank 2train=1260 //Shadow Word: Pain Rank 3train=1283 //Dispel Magic Rank 1train=19351 //Starshards Rank 2train=1278 //Power Word: Shield Rank 3train=6080 //Renew Rank 3

Page 40: Mangos Bible 2 1 3

train=19337 //Fear Wardtrain=2066 //Flash Heal Rank 1train=8126 //Mind Soothe Rank 1train=19326 //Hex of Weakness Rank 2train=19320 //Touch of Weakness Rank 2train=19331 //Shadowguard Rank 1train=2946 //Devouring Plague Rank 1train=9580 //Fade Rank 2train=1425 //Shackle Undead Rank 1train=19345 //Feedback Rank 1train=19357 //Elune's Grace Rank 1train=7130 //Inner Fire Rank 2train=2016 //Resurrection Rank 2train=1300 //Smite Rank 4train=2059 //Heal Rank 2train=8108 //Mind Blast Rank 3train=2097 //Mind Vision Rank 1train=15452 //Holy Fire Rank 2train=8130 //Mana Burn Rank 1train=1257 //Power Word: Fortitude Rank 3train=1298 //Power Word: Shield Rank 4train=6081 //Renew Rank 4train=19340 //Desperate Prayer Rank 3train=9475 //Flash Heal Rank 2train=1261 //Shadow Word: Pain Rank 4train=19352 //Starshards Rank 3train=6071 //Heal Rank 3train=8125 //Psychic Scream Rank 2train=8109 //Mind Blast Rank 4train=19332 //Shadowguard Rank 2train=19313 //Devouring Plague Rank 2train=7378 //Mind Flay Rank 2train=15454 //Holy Fire Rank 3train=1287 //Prayer of Healing Rank 1train=1301 //Smite Rank 5train=1279 //Shadow Protection Rank 1train=19327 //Hex of Weakness Rank 3train=19321 //Touch of Weakness Rank 3train=9581 //Fade Rank 3train=1293 //Mind Control Rank 1train=19346 //Feedback Rank 2train=19358 //Elune's Grace Rank 2train=2793 //Power Word: Fortitude Rank 4train=6067 //Power Word: Shield Rank 5train=1253 //Inner Fire Rank 3train=6082 //Renew Rank 5

Page 41: Mangos Bible 2 1 3

train=9476 //Flash Heal Rank 3train=1269 //Abolish Diseasetrain=8132 //Mana Burn Rank 2train=6072 //Heal Rank 4train=19341 //Desperate Prayer Rank 4train=10882 //Resurrection Rank 3train=2799 //Shadow Word: Pain Rank 5train=8100 //Mind Blast Rank 5train=19353 //Starshards Rank 4train=6492 //Levitatetrain=15455 //Holy Fire Rank 4train=8193 //Mind Soothe Rank 2train=19314 //Devouring Plague Rank 3train=19333 //Shadowguard Rank 3train=17316 //Mind Flay Rank 3train=1284 //Dispel Magic Rank 2train=6068 //Power Word: Shield Rank 6train=2973 //Power Word: Fortitude Rank 4train=9477 //Flash Heal Rank 4train=6083 //Renew Rank 6train=6062 //Smite Rank 6train=1288 //Prayer of Healing Rank 2train=2065 //Greater Heal Rank 1train=8111 //Mind Blast Rank 6train=19322 //Touch of Weakness Rank 4train=9593 //Fade Rank 4train=9486 //Shackle Undead Rank 2train=19359 //Elune's Grace Rank 3train=19347 //Feedback Rank 3train=10877 //Mana Burn Rank 3train=1254 //Inner Fire Rank 4train=19342 //Desperate Prayer Rank 5train=15457 //Holy Fire Rank 5train=10895 //Shadow Word: Pain Rank 6train=10889 //Psychic Scream Rank 3train=1280 //Shadow Protection Rank 2train=19354 //Starshards Rank 5train=6386 //Divine Spirit Rank 2train=10902 //Power Word: Shield Rank 7train=10930 //Renew Rank 7train=10918 //Flash Heal Rank 5train=19315 //Devouring Plague Rank 4train=17317 //Mind Flay Rank 4train=10913 //Mind Control Rank 2train=10910 //Mind Vision Rank 2train=10935 //Smite Rank 7

Page 42: Mangos Bible 2 1 3

train=2069 //Greater Heal Rank 2train=10883 //Resurrection Rank 4train=10948 //Mind Blast Rank 7train=15459 //Holy Fire Rank 6train=10878 //Mana Burn Rank 4train=10903 //Power Word: Shield Rank 8train=10939 //Power Word: Fortitude Rank 5train=2049 //Prayer of Healing Rank 3train=10931 //Renew Rank 8train=19343 //Desperate Prayer Rank 6train=10919 //Flash Heal Rank 6train=3046 //Holy Nova Rank 2train=19329 //Hex of Weakness Rank 5train=19323 //Touch of Weakness Rank 5train=10943 //Fade Rank 5train=10896 //Shadow Word: Pain Rank 7train=19355 //Starshards Rank 6train=19360 //Elune's Grace Rank 4train=19348 //Feedback Rank 4train=11025 //Inner Fire Rank 5train=2067 //Greater Heal Rank 3train=19316 //Devouring Plague Rank 5train=19335 //Shadowguard Rank 5train=17318 //Mind Flay Rank 5train=10954 //Mind Soothe Rank 3train=10949 //Mind Blast Rank 8train=10936 //Smite Rank 8train=15460 //Holy Fire Rank 7train=14820 //Divine Spirit Rank 3train=10904 //Power Word: Shield Rank 9train=10932 //Renew Rank 9train=10920 //Flash Heal Rank 7train=10891 //Psychic Scream Rank 4train=10959 //Shadow Protection Rank 3train=10879 //Mana Burn Rank 5train=2068 //Greater Heal Rank 4train=19344 //Desperate Prayer Rank 7train=20771 //Resurrection Rank 5train=15434 //Holy Nova Rank 3train=10914 //Mind Control Rank 3train=10950 //Mind Blast Rank 9train=10897 //Shadow Word: Pain Rank 8train=19356 //Starshards Rank 7train=18806 //Holy Fire Rank 8train=10962 //Prayer of Healing Rank 4train=19330 //Hex of Weakness Rank 6

Page 43: Mangos Bible 2 1 3

train=19317 //Devouring Plague Rank 6train=19324 //Touch of Weakness Rank 6train=18808 //Mind Flay Rank 6train=19336 //Shadowguard Rank 6train=10944 //Fade Rank 6train=10956 //Shackle Undead Rank 3train=19361 //Elune's Grace Rank 5train=19349 //Feedback Rank 5train=21569 //Prayer of Fortitude Rank 2train=10940 //Power Word: Fortitude Rank 6train=11026 //Inner Fire Rank 6train=10905 //Power Word: Shield Rank 10train=8110 //Mind Blast Rank 5train=21562 //Prayer of Fortitude Rank 1

Rogue:

train=1780 //Gouge Rank 1train=1781 //Gouge Rank 2train=8630 //Gouge Rank 3train=11287 //Gouge Rank 4train=11288 //Gouge Rank 5train=1761 //Sinister Strike Rank 1train=1762 //Sinister Strike Rank 2train=1763 //Sinister Strike Rank 3train=1764 //Sinister Strike Rank 4train=1765 //Sinister Strike Rank 5train=8622 //Sinister Strike Rank 6train=11295 //Sinister Strike Rank 7train=11296 //Sinister Strike Rank 8train=6734 //Feint Rank 1train=6769 //Feint Rank 2train=8638 //Feint Rank 3train=11304 //Feint Rank 4train=1771 //Kick Rank 1train=1772 //Kick Rank 2train=1773 //Kick Rank 3train=1774 //Kick Rank 4train=1789 //Stealth Rank 1train=1790 //Stealth Rank 2train=1791 //Stealth Rank 3train=1792 //Stealth Rank 4train=2592 //Backstab Rank 1train=2593 //Backstab Rank 2train=2594 //Backstab Rank 3train=2595 //Backstab Rank 4

Page 44: Mangos Bible 2 1 3

train=8723 //Backstab Rank 5train=11282 //Backstab Rank 6train=11283 //Backstab Rank 7train=11284 //Backstab Rank 8train=2984 //Sprint Rank 1train=8697 //Sprint Rank 2train=11318 //Sprint Rank 3train=5167 //Pick Pocket Rank 1train=5175 //Slice and Dice Rank 1train=6775 //Slice and Dice Rank 2train=652 //Sap Rank 1train=6771 //Sap Rank 2train=11298 //Sap Rank 3train=6712 //Eviscerate Rank 1train=6763 //Eviscerate Rank 2train=6764 //Eviscerate Rank 3train=6765 //Eviscerate Rank 4train=8625 //Eviscerate Rank 5train=8626 //Eviscerate Rank 6train=11301 //Eviscerate Rank 7train=11302 //Eviscerate Rank 8train=6735 //Kidney Shot Rank 1train=8644 //Kidney Shot Rank 2train=8648 //Expose Armor Rank 1train=8651 //Expose Armor Rank 2train=8652 //Expose Armor Rank 3train=11199 //Expose Armor Rank 4train=11200 //Expose Armor Rank 5train=8678 //Ambush Rank 1train=8727 //Ambush Rank 2train=8728 //Ambush Rank 3train=11270 //Ambush Rank 4train=11271 //Ambush Rank 5train=11272 //Ambush Rank 6train=6736 //Rupture Rank 1train=8641 //Rupture Rank 2train=8642 //Rupture Rank 3train=11276 //Rupture Rank 4train=11277 //Rupture Rank 5train=11278 //Rupture Rank 6train=6737 //Garrote Rank 1train=8634 //Garrote Rank 2train=8635 //Garrote Rank 3train=8636 //Garrote Rank 4train=11291 //Garrote Rank 5train=11292 //Garrote Rank 6

Page 45: Mangos Bible 2 1 3

train=8700 //Instant Poison Rank 1train=8701 //Instant Poison Rank 2train=8810 //Instant Poison Rank 3train=11344 //Instant Poison Rank 4train=11345 //Instant Poison Rank 5train=11346 //Instant Poison Rank 6train=2843 //Deadly Poison Rank 1train=2844 //Deadly Poison Rank 2train=11360 //Deadly Poison Rank 3train=11361 //Deadly Poison Rank 4train=5768 //Mind-numbing Poison Rank 1train=8695 //Mind-numbing Poison Rank 2train=11401 //Mind-numbing Poison Rank 3train=6185 //Hemorrhage Rank 2train=13027 //Hemorrhage Rank 3train=1858 //Vanish Rank 1train=1859 //Vanish Rank 2train=3422 //Crippling Poison Rank 1train=3423 //Crippling Poison Rank 2train=1809 //Lockpicking Apprenticetrain=1810 //Lockpicking Journeymantrain=6460 //Lockpicking Experttrain=1838 //Cheap Shottrain=5278 //Evasiontrain=1845 //Disarm Traptrain=1846 //Detect Trapstrain=6480 //Pick Locktrain=6505 //Blindtrain=1728 //Distracttrain=6511 //Blinding Powdertrain=2995 //Poisonstrain=1862 //Safe Fall Passivetrain=1424 //Dual Wieldtrain=3128 //Parrytrain=8738 //Mail

Mage:

train=6121 // Mage Armor Rank 1train=22784 // Mage Armor Rank 2train=22785 // Mage Armor Rank 3train=1173 // Fireball Rank 2train=1198 // Fireball Rank 3train=3142 // Fireball Rank 4train=8403 // Fireball Rank 5train=8404 // Fireball Rank 6

Page 46: Mangos Bible 2 1 3

train=8405 // Fireball Rank 7train=10152 // Fireball Rank 8train=10153 // Fireball Rank 9train=10154 // Fireball Rank 10train=10155 // Fireball Rank 11train=2141 // Fire Blast Rank 1train=2142 // Fire Blast Rank 2train=2143 // Fire Blast Rank 3train=8414 // Fire Blast Rank 4train=8415 // Fire Blast Rank 5train=10198 // Fire Blast Rank 6train=10200 // Fire Blast Rank 7train=1830 // Pyroblast Rank 2 (Talent)train=13011 // Pyroblast Rank 3 (Talent)train=13012 // Pyroblast Rank 4 (Talent)train=13014 // Pyroblast Rank 5 (Talent)train=13015 // Pyroblast Rank 6 (Talent)train=13016 // Pyroblast Rank 7 (Talent)train=13017 // Pyroblast Rank 8 (Talent)train=13023 // Blast Wave Rank 2 (Talent)train=13024 // Blast Wave Rank 3 (Talent)train=13025 // Blast Wave Rank 4 (Talent)train=13026 // Blast Wave Rank 5 (Talent)train=13037 // Ice Barrier Rank 2 (Talent)train=13038 // Ice Barrier Rank 3 (Talent)train=13039 // Ice Barrier Rank 4 (Talent)train=2124 // Flamestrike Rank 1train=2125 // Flamestrike Rank 2train=8425 // Flamestrike Rank 3train=8426 // Flamestrike Rank 4train=10217 // Flamestrike Rank 5train=10218 // Flamestrike Rank 6train=1811 // Scorch Rank 1train=8447 // Scorch Rank 2train=8448 // Scorch Rank 3train=8449 // Scorch Rank 4train=10208 // Scorch Rank 5train=10209 // Scorch Rank 6train=10210 // Scorch Rank 7train=1035 // Fire Ward Rank 1train=8459 // Fire Ward Rank 2train=8460 // Fire Ward Rank 3train=10224 // Fire Ward Rank 4train=10226 // Fire Ward Rank 5train=1142 // Frostbolt Rank 1train=1191 // Frostbolt Rank 2

Page 47: Mangos Bible 2 1 3

train=1211 // Frostbolt Rank 3train=7323 // Frostbolt Rank 4train=8409 // Frostbolt Rank 5train=8410 // Frostbolt Rank 6train=8411 // Frostbolt Rank 7train=10182 // Frostbolt Rank 8train=10183 // Frostbolt Rank 9train=10184 // Frostbolt Rank 10train=1174 // Frost Armor Rank 2train=1200 // Frost Armor Rank 3train=1214 // Ice Armor Rank 1train=1228 // Ice Armor Rank 2train=10221 // Ice Armor Rank 3train=10222 // Ice Armor Rank 4train=1194 // Frost Nova Rank 1train=1225 // Frost Nova Rank 2train=6132 // Frost Nova Rank 3train=10231 // Frost Nova Rank 4train=1196 // Blizzard Rank 1train=6142 // Blizzard Rank 2train=8428 // Blizzard Rank 3train=10188 // Blizzard Rank 4train=10189 // Blizzard Rank 5train=10190 // Blizzard Rank 6train=1241 // Cone of Cold Rank 1train=8493 // Cone of Cold Rank 2train=10162 // Cone of Cold Rank 3train=10163 // Cone of Cold Rank 4train=10164 // Cone of Cold Rank 5train=6144 // Frost Ward Rank 1train=8463 // Frost Ward Rank 2train=8464 // Frost Ward Rank 3train=10178 // Frost Ward Rank 4train=1472 // Arcane Intellect Rank 1train=1473 // Arcane Intellect Rank 2train=1474 // Arcane Intellect Rank 3train=1475 // Arcane Intellect Rank 4train=16876 // Arcane Intellect Rank 5train=5507 // Conjure Water Rank 1train=5565 // Conjure Water Rank 2train=5566 // Conjure Water Rank 3train=6128 // Conjure Water Rank 4train=10141 // Conjure Water Rank 5train=10142 // Conjure Water Rank 6train=1249 // Conjure Food Rank 1train=1250 // Conjure Food Rank 2

Page 48: Mangos Bible 2 1 3

train=1251 // Conjure Food Rank 3train=6130 // Conjure Food Rank 4train=10146 // Conjure Food Rank 5train=10147 // Conjure Food Rank 6train=5146 // Arcane Missiles Rank 1train=5147 // Arcane Missiles Rank 2train=5148 // Arcane Missiles Rank 3train=8420 // Arcane Missiles Rank 4train=8421 // Arcane Missiles Rank 5train=10213 // Arcane Missiles Rank 6train=10214 // Arcane Missiles Rank 7train=1467 // Arcane Explosion Rank 1train=8440 // Arcane Explosion Rank 2train=8441 // Arcane Explosion Rank 3train=8442 // Arcane Explosion Rank 4train=10203 // Arcane Explosion Rank 5train=10204 // Arcane Explosion Rank 6train=1168 // Polymorph Rank 1train=12827 // Polymorph Rank 2train=12828 // Polymorph Rank 3train=12829 // Polymorph Rank 4train=1266 // Dampen Magic Rank 1train=8452 // Dampen Magic Rank 2train=8453 // Dampen Magic Rank 3train=10175 // Dampen Magic Rank 4train=10176 // Dampen Magic Rank 5train=1267 // Amplify Magic Rank 1train=8456 // Amplify Magic Rank 2train=10171 // Amplify Magic Rank 3train=10172 // Amplify Magic Rank 4train=1481 // Mana Shield Rank 1train=8496 // Mana Shield Rank 2train=8497 // Mana Shield Rank 3train=10194 // Mana Shield Rank 4train=10195 // Mana Shield Rank 5train=10196 // Mana Shield Rank 6train=1210 // Conjure Mana Agatetrain=3553 // Conjure Mana Jadetrain=10055 // Conjure Mana Citrinetrain=10056 // Conjure Mana Rubytrain=1176 // Remove Lesser Cursetrain=2858 // Detect Magictrain=3576 // Counterspelltrain=5499 // Blinktrain=6493 // Slow Falltrain=3577 // Teleport: Undercity

Page 49: Mangos Bible 2 1 3

train=665 // Teleport: Stormwindtrain=3580 // Teleport: Orgrimmartrain=3581 // Teleport: Ironforgetrain=3579 // Teleport: Thunder Blufftrain=3578 // Teleport: Darnassustrain=11420 // Portal: Thunder Blufftrain=11422 // Portal: Darnassustrain=11425 // Portal: Undercitytrain=1851 // Portal: Stormwindtrain=11423 // Portal: Orgrimmartrain=11421 // Portal: Ironforge

Warrior:

train=6674 // Battle Shout Rank 1train=5243 // Battle Shout Rank 2train=6193 // Battle Shout Rank 3train=6543 // Battle Shout Rank 4train=11552 // Battle Shout Rank 5train=11553 // Battle Shout Rank 6train=1738 // Charge Rank 1train=6180 // Charge Rank 2train=11579 // Charge Rank 3train=797 // Cleave Rank 1train=3433 // Cleave Rank 2train=3434 // Cleave Rank 3train=3435 // Cleave Rank 4train=20571 // Cleave Rank 5train=1065 // Demoralizing Shout Rank 1train=6191 // Demoralizing Shout Rank 2train=11557 // Demoralizing Shout Rank 3train=11558 // Demoralizing Shout Rank 4train=11559 // Demoralizing Shout Rank 5train=5283 // Execute Rank 1train=6176 // Execute Rank 2train=6177 // Execute Rank 3train=20703 // Execute Rank 4train=20704 // Execute Rank 5train=1716 // Hamstring Rank 1train=7374 // Hamstring Rank 2train=7375 // Hamstring Rank 3train=1605 // Heroic Strike Rank 1train=1606 // Heroic Strike Rank 2train=1607 // Heroic Strike Rank 3train=1610 // Heroic Strike Rank 4train=1611 // Heroic Strike Rank 5

Page 50: Mangos Bible 2 1 3

train=6158 // Heroic Strike Rank 6train=11570 // Heroic Strike Rank 7train=11571 // Heroic Strike Rank 8train=20611 // Intercept Rank 1train=20621 // Intercept Rank 2train=20622 // Intercept Rank 3train=7382 // Mocking Blow Rank 1train=7401 // Mocking Blow Rank 2train=7403 // Mocking Blow Rank 3train=20561 // Mocking Blow Rank 4train=20562 // Mocking Blow Rank 5train=7385 // Overpower Rank 1train=7889 // Overpower Rank 2train=11586 // Overpower Rank 3train=11587 // Overpower Rank 4train=6553 // Pummel Rank 1train=6556 // Pummel Rank 2train=6557 // Pummel Rank 3train=1423 // Rend Rank 1train=6549 // Rend Rank 2train=6550 // Rend Rank 3train=6551 // Rend Rank 4train=11575 // Rend Rank 5train=11576 // Rend Rank 6train=11577 // Rend Rank 7train=6573 // Revenge Rank 1train=6575 // Revenge Rank 2train=7380 // Revenge Rank 3train=11602 // Revenge Rank 4train=11603 // Revenge Rank 5train=1675 // Shield Bash Rank 1train=1676 // Shield Bash Rank 2train=1677 // Shield Bash Rank 3train=1482 // Slam Rank 1train=8821 // Slam Rank 2train=11606 // Slam Rank 3train=11607 // Slam Rank 4train=7404 // Sunder Armor Rank 1train=7406 // Sunder Armor Rank 2train=8381 // Sunder Armor Rank 3train=11598 // Sunder Armor Rank 4train=11599 // Sunder Armor Rank 5train=1343 // Thunder Clap Rank 1train=1344 // Thunder Clap Rank 2train=8206 // Thunder Clap Rank 3train=8207 // Thunder Clap Rank 4

Page 51: Mangos Bible 2 1 3

train=11582 // Thunder Clap Rank 5train=11583 // Thunder Clap Rank 6train=3196 // Taunt Rank 1train=18556 // Berserker Ragetrain=1646 // Disarmtrain=2467 // Battle Stancetrain=1612 // Defensive Stancetrain=1055 // Shield Walltrain=2570 // Shield Blocktrain=1722 // Recklessnesstrain=5247 // Intimidating Shouttrain=2468 // Berserker Stancetrain=2688 // Bloodragetrain=798 // Challenging Shouttrain=1685 // Whirlwindtrain=1424 // Dual Wieldtrain=21555 // Mortal Strike Rank 2train=21557 // Mortal Strike Rank 3train=21558 // Mortal Strike Rank 4train=3128 // Parry

Druid:

train=5231 // Mark of the Wild Rank 1train=5233 // Mark of the Wild Rank 2train=5235 // Mark of the Wild Rank 3train=6782 // Mark of the Wild Rank 4train=8908 // Mark of the Wild Rank 5train=9886 // Mark of the Wild Rank 6train=9887 // Mark of the Wild Rank 7train=6806 // Wrath Rank 1train=5181 // Wrath Rank 2train=5182 // Wrath Rank 3train=5183 // Wrath Rank 4train=5184 // Wrath Rank 5train=6781 // Wrath Rank 6train=8906 // Wrath Rank 7train=9911 // Wrath Rank 8train=5191 // Healing Touch Rank 1train=5190 // Healing Touch Rank 2train=5192 // Healing Touch Rank 3train=5193 // Healing Touch Rank 4train=5194 // Healing Touch Rank 5train=6779 // Healing Touch Rank 6train=8904 // Healing Touch Rank 7train=9759 // Healing Touch Rank 8

Page 52: Mangos Bible 2 1 3

train=9890 // Healing Touch Rank 9train=9891 // Healing Touch Rank 10train=1428 // Rejuvenation Rank 1train=1429 // Rejuvenation Rank 2train=1431 // Rejuvenation Rank 3train=2092 // Rejuvenation Rank 4train=2093 // Rejuvenation Rank 5train=3628 // Rejuvenation Rank 6train=8911 // Rejuvenation Rank 7train=9842 // Rejuvenation Rank 8train=9843 // Rejuvenation Rank 9train=9844 // Rejuvenation Rank 10train=8937 // Regrowth Rank 1train=8942 // Regrowth Rank 2train=8943 // Regrowth Rank 3train=8944 // Regrowth Rank 4train=8945 // Regrowth Rank 5train=9751 // Regrowth Rank 6train=9859 // Regrowth Rank 7train=9860 // Regrowth Rank 8train=9861 // Regrowth Rank 9train=8922 // Moonfire Rank 1train=8930 // Moonfire Rank 2train=8931 // Moonfire Rank 3train=8932 // Moonfire Rank 4train=8933 // Moonfire Rank 5train=8934 // Moonfire Rank 6train=8935 // Moonfire Rank 7train=9836 // Moonfire Rank 8train=9837 // Moonfire Rank 9train=9838 // Moonfire Rank 10train=1420 // Thorns Rank 1train=1421 // Thorns Rank 2train=1422 // Thorns Rank 3train=8915 // Thorns Rank 4train=9757 // Thorns Rank 5train=10343 // Thorns Rank 6train=1435 // Entangling Roots Rank 1train=1436 // Entangling Roots Rank 2train=2919 // Entangling Roots Rank 3train=2920 // Entangling Roots Rank 4train=9854 // Entangling Roots Rank 5train=9855 // Entangling Roots Rank 6train=5230 // Nature's Grasp Rank 2train=17373 // Nature's Grasp Rank 3train=17374 // Nature's Grasp Rank 4

Page 53: Mangos Bible 2 1 3

train=17375 // Nature's Grasp Rank 5train=17376 // Nature's Grasp Rank 6train=2914 // Starfire Rank 1train=8952 // Starfire Rank 2train=8953 // Starfire Rank 3train=8954 // Starfire Rank 4train=9877 // Starfire Rank 5train=9878 // Starfire Rank 6//train=21851 // Gift of the Wild Rank 1 Can't be Traind//train=21852 // Gift of the Wild Rank 2 Can't be Traind (becose of Gift of the Wild Rank 1)//train=16915 // Hurricane Rank 2 (Talent) I don't know where to find the talent Huricane rank 1//train=17406 // Hurricane Rank 3 (Talent)train=1414 // Faerie Fire Rank 1train=1415 // Faerie Fire Rank 2train=1416 // Faerie Fire Rank 3train=2889 // Faerie Fire Rank 4train=3739 // Faerie Fire (Cat) Rank 2train=17396 // Faerie Fire (Cat) Rank 3train=17397 // Faerie Fire (Cat) Rank 4train=3061 // Faerie Fire (Bear) Rank 2train=17394 // Faerie Fire (Bear) Rank 3train=17395 // Faerie Fire (Bear) Rank 4train=1736 // Demoralizing Roar Rank 1train=1737 // Demoralizing Roar Rank 2train=9491 // Demoralizing Roar Rank 3train=9748 // Demoralizing Roar Rank 4train=9899 // Demoralizing Roar Rank 5train=6810 // Maul Rank 1train=6811 // Maul Rank 2train=6812 // Maul Rank 3train=8973 // Maul Rank 4train=9746 // Maul Rank 5train=9882 // Maul Rank 6train=9883 // Maul Rank 7train=5212 // Bash Rank 1train=6799 // Bash Rank 2train=8984 // Bash Rank 3train=3139 // Swipe Rank 1train=1432 // Swipe Rank 2train=1433 // Swipe Rank 3train=9755 // Swipe Rank 4train=9909 // Swipe Rank 5train=5299 // Hibernate Rank 1train=18659 // Hibernate Rank 2

Page 54: Mangos Bible 2 1 3

train=18660 // Hibernate Rank 3train=22894 // Frenzied Regeneration Rank 1train=22897 // Frenzied Regeneration Rank 2train=22898 // Frenzied Regeneration Rank 3train=22569 // Ferocious Bite Rank 1train=22830 // Ferocious Bite Rank 2train=22831 // Ferocious Bite Rank 3train=22832 // Ferocious Bite Rank 4train=1445 // Rip Rank 1train=9494 // Rip Rank 2train=9495 // Rip Rank 3train=9753 // Rip Rank 4train=9895 // Rip Rank 5train=9897 // Rip Rank 6train=5216 // Prowl Rank 1train=6784 // Prowl Rank 2train=9914 // Prowl Rank 3train=1448 // Claw Rank 1train=3030 // Claw Rank 2train=5203 // Claw Rank 3train=5204 // Claw Rank 4train=9851 // Claw Rank 5train=20485 // Rebirth Rank 1train=20744 // Rebirth Rank 2train=20745 // Rebirth Rank 3train=20749 // Rebirth Rank 4train=20750 // Rebirth Rank 5train=5222 // Shred Rank 1train=6801 // Shred Rank 2train=8993 // Shred Rank 3train=9831 // Shred Rank 4train=9832 // Shred Rank 5train=2910 // Soothe Animal Rank 1train=8956 // Soothe Animal Rank 2train=9902 // Soothe Animal Rank 3train=1827 // Rake Rank 1train=1828 // Rake Rank 2train=1829 // Rake Rank 3train=9905 // Rake Rank 4train=5218 // Tiger's Fury Rank 1train=6794 // Tiger's Fury Rank 2train=9847 // Tiger's Fury Rank 3train=9848 // Tiger's Fury Rank 4train=1151 // Dash Rank 1train=9822 // Dash Rank 2train=8999 // Cower Rank 1

Page 55: Mangos Bible 2 1 3

train=9001 // Cower Rank 2train=9893 // Cower Rank 3train=6786 // Ravage Rank 1train=6790 // Ravage Rank 2train=9868 // Ravage Rank 3train=9869 // Ravage Rank 4train=1439 // Tranquility Rank 1train=8920 // Tranquility Rank 2train=9864 // Tranquility Rank 3train=9865 // Tranquility Rank 4train=9006 // Pounce Rank 1train=9825 // Pounce Rank 2train=9828 // Pounce Rank 3train=5210 // Challenging Roar Rank 1train=20722 // Feline Gracetrain=8947 // Cure Poison Rank 1train=22826 // Barkskintrain=5226 // Track Humanoidtrain=2897 // Abolish Poisontrain=2788 // Remove Cursetrain=5228 // Enragetrain=499 // Cat Form Shapeshifttrain=5488 // Bear Form Shapeshifttrain=1446 // Aquatic Form Shapeshifttrain=1441 // Travel Form Shapeshifttrain=11594 // Dire Bear FormShaman:

train=2014 // Ancestral Spirit Rank 1train=20778 // Ancestral Spirit Rank 2train=20779 // Ancestral Spirit Rank 3train=20780 // Ancestral Spirit Rank 4train=20781 // Ancestral Spirit Rank 5train=1444 // Chain Heal Rank 1train=10624 // Chain Heal Rank 2train=10625 // Chain Heal Rank 3train=1339 // Chain Lightning Rank 1train=1340 // Chain Lightning Rank 2train=2862 // Chain Lightning Rank 3train=2863 // Chain Lightning Rank 4train=8043 // Earth Shock Rank 1train=8047 // Earth Shock Rank 2train=8048 // Earth Shock Rank 3train=8049 // Earth Shock Rank 4train=10415 // Earth Shock Rank 5train=10416 // Earth Shock Rank 6

Page 56: Mangos Bible 2 1 3

train=10417 // Earth Shock Rank 7train=8086 // Fire Nova Totem Rank 1train=8500 // Fire Nova Totem Rank 2train=8501 // Fire Nova Totem Rank 3train=11316 // Fire Nova Totem Rank 4train=11317 // Fire Nova Totem Rank 5train=8186 // Fire Resistance Totem Rank 1train=10540 // Fire Resistance Totem Rank 2train=10541 // Fire Resistance Totem Rank 3train=8051 // Flame Shock Rank 1train=8054 // Flame Shock Rank 2train=8055 // Flame Shock Rank 3train=10449 // Flame Shock Rank 4train=10450 // Flame Shock Rank 5train=8231 // Flametongue Totem Rank 1train=8252 // Flametongue Totem Rank 2train=10528 // Flametongue Totem Rank 3train=16394 // Flametongue Totem Rank 4train=8025 // Flametongue Weapon Rank 1train=8031 // Flametongue Weapon Rank 2train=8032 // Flametongue Weapon Rank 3train=10446 // Flametongue Weapon Rank 4train=16347 // Flametongue Weapon Rank 5train=16348 // Flametongue Weapon Rank 6train=8183 // Frost Resistance Totem Rank 1train=10480 // Frost Resistance Totem Rank 2train=10481 // Frost Resistance Totem Rank 3train=8057 // Frost Shock Rank 1train=8059 // Frost Shock Rank 2train=10474 // Frost Shock Rank 3train=10475 // Frost Shock Rank 4train=8035 // Frostbrand Weapon Rank 1train=8039 // Frostbrand Weapon Rank 2train=10457 // Frostbrand Weapon Rank 3train=16357 // Frostbrand Weapon Rank 4train=16358 // Frostbrand Weapon Rank 5train=8837 // Grace of Air Totem Rank 1train=10628 // Grace of Air Totem Rank 2train=5396 // Healing Stream Totem Rank 1train=6383 // Healing Stream Totem Rank 2train=6384 // Healing Stream Totem Rank 3train=10464 // Healing Stream Totem Rank 4train=10465 // Healing Stream Totem Rank 5train=1326 // Healing Wave Rank 2train=1327 // Healing Wave Rank 3train=1354 // Healing Wave Rank 4

Page 57: Mangos Bible 2 1 3

train=1355 // Healing Wave Rank 5train=1356 // Healing Wave Rank 6train=8006 // Healing Wave Rank 7train=10397 // Healing Wave Rank 8train=10398 // Healing Wave Rank 9train=8007 // Lesser Healing Wave Rank 1train=8009 // Lesser Healing Wave Rank 2train=8011 // Lesser Healing Wave Rank 3train=10469 // Lesser Healing Wave Rank 4train=10470 // Lesser Healing Wave Rank 5train=10471 // Lesser Healing Wave Rank 6train=1324 // Lightning Bolt Rank 2train=1325 // Lightning Bolt Rank 3train=1357 // Lightning Bolt Rank 4train=1358 // Lightning Bolt Rank 5train=6043 // Lightning Bolt Rank 6train=10393 // Lightning Bolt Rank 7train=10394 // Lightning Bolt Rank 8train=15209 // Lightning Bolt Rank 9train=15210 // Lightning Bolt Rank 10train=1303 // Lightning Shield Rank 1train=1304 // Lightning Shield Rank 2train=1305 // Lightning Shield Rank 3train=1363 // Lightning Shield Rank 4train=8135 // Lightning Shield Rank 5train=10433 // Lightning Shield Rank 6train=10434 // Lightning Shield Rank 7train=8189 // Magma Totem Rank 1train=10588 // Magma Totem Rank 2train=10589 // Magma Totem Rank 3train=10590 // Magma Totem Rank 4train=5678 // Mana Spring Totem Rank 1train=10512 // Mana Spring Totem Rank 2train=10514 // Mana Spring Totem Rank 3train=10515 // Mana Spring Totem Rank 4train=17362 // Mana Tide Totem Rank 2train=17363 // Mana Tide Totem Rank 3train=10597 // Nature Resistance Totem Rank 1train=10602 // Nature Resistance Totem Rank 2train=10603 // Nature Resistance Totem Rank 3train=1333 // Purge Rank 1train=8013 // Purge Rank 2train=8020 // Rockbiter Weapon Rank 1train=8021 // Rockbiter Weapon Rank 2train=8022 // Rockbiter Weapon Rank 3train=10401 // Rockbiter Weapon Rank 4

Page 58: Mangos Bible 2 1 3

train=10402 // Rockbiter Weapon Rank 5train=16317 // Rockbiter Weapon Rank 6train=16318 // Rockbiter Weapon Rank 7train=2075 // Searing Totem Rank 1train=6379 // Searing Totem Rank 2train=6380 // Searing Totem Rank 3train=6381 // Searing Totem Rank 4train=10439 // Searing Totem Rank 5train=10440 // Searing Totem Rank 6train=5731 // Stoneclaw Totem Rank 1train=6400 // Stoneclaw Totem Rank 2train=6401 // Stoneclaw Totem Rank 3train=6402 // Stoneclaw Totem Rank 4train=10429 // Stoneclaw Totem Rank 5train=10430 // Stoneclaw Totem Rank 6train=8073 // Stoneskin Totem Rank 1train=8158 // Stoneskin Totem Rank 2train=8159 // Stoneskin Totem Rank 3train=10409 // Stoneskin Totem Rank 4train=10410 // Stoneskin Totem Rank 5train=10411 // Stoneskin Totem Rank 6train=8077 // Strength of Earth Totem Rank 1train=8164 // Strength of Earth Totem Rank 2train=8165 // Strength of Earth Totem Rank 3train=10443 // Strength of Earth Totem Rank 4train=8513 // Windfury Totem Rank 1train=10615 // Windfury Totem Rank 2train=10616 // Windfury Totem Rank 3train=8234 // Windfury Weapon Rank 1train=8237 // Windfury Weapon Rank 2train=10488 // Windfury Weapon Rank 3train=16363 // Windfury Weapon Rank 4train=15113 // Windwall Totem Rank 1train=15115 // Windwall Totem Rank 2train=15116 // Windwall Totem Rank 3train=8173 // Disease Cleansing Totemtrain=8169 // Poison Cleansing Totemtrain=6496 // Sentry Totemtrain=8144 // Tremor Totemtrain=8180 // Grounding Totemtrain=2076 // Earthbind Totemtrain=2874 // Cure Diseasetrain=1315 // Cure Poisontrain=5386 // Water Breathingtrain=1338 // Water Walkingtrain=20613 // Reincarnation

Page 59: Mangos Bible 2 1 3

train=5387 // Ghost Wolftrain=1345 // Far Sighttrain=1352 // Astral Recalltrain=8738 // Mail

Paladin:

train=1875 // Devotion Aura Rank 1train=10294 // Devotion Aura Rank 2train=1876 // Devotion Aura Rank 3train=10295 // Devotion Aura Rank 4train=1877 // Devotion Aura Rank 5train=10296 // Devotion Aura Rank 6train=10297 // Devotion Aura Rank 7train=7296 // Retribution Aura Rank 1train=10302 // Retribution Aura Rank 2train=10303 // Retribution Aura Rank 3train=10304 // Retribution Aura Rank 4train=10305 // Retribution Aura Rank 5train=19892 // Shadow Resistance Aura Rank 1train=19904 // Shadow Resistance Aura Rank 2train=19905 // Shadow Resistance Aura Rank 3train=19893 // Frost Resistance Aura Rank 1train=19906 // Frost Resistance Aura Rank 2train=19907 // Frost Resistance Aura Rank 3train=19894 // Fire Resistance Aura Rank 1train=19908 // Fire Resistance Aura Rank 2train=19909 // Fire Resistance Aura Rank 3train=1872 // Holy Light Rank 1train=1873 // Holy Light Rank 2train=1874 // Holy Light Rank 3train=1913 // Holy Light Rank 4train=1914 // Holy Light Rank 5train=3473 // Holy Light Rank 6train=10330 // Holy Light Rank 7train=10331 // Holy Light Rank 8train=19751 // Flash of Light Rank 1train=19944 // Flash of Light Rank 2train=19945 // Flash of Light Rank 3train=19946 // Flash of Light Rank 4train=19947 // Flash of Light Rank 5train=19948 // Flash of Light Rank 6train=1878 // Lay on Hands Rank 1train=2804 // Lay on Hands Rank 2train=10311 // Lay on Hands Rank 3train=7329 // Redemption Rank 1

Page 60: Mangos Bible 2 1 3

train=10323 // Redemption Rank 2train=10325 // Redemption Rank 3train=20774 // Redemption Rank 4train=20775 // Redemption Rank 5train=5253 // Turn Undead Rank 1train=5629 // Turn Undead Rank 2train=10327 // Turn Undead Rank 3train=685 // Holy Wrath Rank 1train=10320 // Holy Wrath Rank 2train=5613 // Exorcism Rank 1train=5616 // Exorcism Rank 2train=5617 // Exorcism Rank 3train=10315 // Exorcism Rank 4train=10316 // Exorcism Rank 5train=10317 // Exorcism Rank 6train=21085 // Seal of Righteousness Rank 1train=20437 // Seal of Righteousness Rank 2train=20438 // Seal of Righteousness Rank 3train=20439 // Seal of Righteousness Rank 4train=20440 // Seal of Righteousness Rank 5train=20441 // Seal of Righteousness Rank 6train=20442 // Seal of Righteousness Rank 7train=20443 // Seal of Righteousness Rank 8train=21083 // Seal of the Crusader Rank 1train=20444 // Seal of the Crusader Rank 2train=20445 // Seal of the Crusader Rank 3train=20446 // Seal of the Crusader Rank 4train=20447 // Seal of the Crusader Rank 5train=20448 // Seal of the Crusader Rank 6train=20450 // Seal of Fury Rank 1train=20451 // Seal of Fury Rank 2train=20452 // Seal of Fury Rank 3train=20453 // Seal of Fury Rank 4train=20454 // Seal of Fury Rank 5train=20455 // Seal of Light Rank 1train=20456 // Seal of Light Rank 2train=20457 // Seal of Light Rank 3train=20458 // Seal of Light Rank 4train=20459 // Seal of Wisdom Rank 1train=20460 // Seal of Wisdom Rank 2train=20461 // Seal of Wisdom Rank 3train=19741 // Blessing of Might Rank 1train=19839 // Blessing of Might Rank 2train=19840 // Blessing of Might Rank 3train=19841 // Blessing of Might Rank 4train=19842 // Blessing of Might Rank 5

Page 61: Mangos Bible 2 1 3

train=19843 // Blessing of Might Rank 6train=1911 // Blessing of Protection Rank 1train=5600 // Blessing of Protection Rank 2train=10279 // Blessing of Protection Rank 3train=19743 // Blessing of Wisdom Rank 1train=19855 // Blessing of Wisdom Rank 2train=19856 // Blessing of Wisdom Rank 3train=19857 // Blessing of Wisdom Rank 4train=19858 // Blessing of Wisdom Rank 5train=19995 // Blessing of Light Rank 1train=19996 // Blessing of Light Rank 2train=19997 // Blessing of Light Rank 3train=6941 // Blessing of Sacrifice Rank 1train=20730 // Blessing of Sacrifice Rank 2train=5572 // Divine Protection Rank 1train=5574 // Divine Protection Rank 2train=1897 // Divine Shield Rank 1train=1898 // Divine Shield Rank 2train=5584 // Hammer of Justice Rank 1train=5590 // Hammer of Justice Rank 2train=5591 // Hammer of Justice Rank 3train=10309 // Hammer of Justice Rank 4train=20958 //Holy Shock Rank 2 (Talent)train=20960 //Holy Shock Rank 3 (Talent)train=1912 // Blessing of Salvation Rank 1train=1909 // Blessing of Freedomtrain=20462 // Seal of Justicetrain=5503 // Sense Undeadtrain=1937 // Purifytrain=10321 // Judgementtrain=13820 // Summon Warhorsetrain=19747 // Concentration Auratrain=19754 // Divine Interventiontrain=4990 // Cleansetrain=3128 // Parry

Mangos commands (to do in chat window)

v2.0.12

+++++++++++++++++++++++++++++++++++++++++++ LEVEL 0 COMMANDS (NORMAL PLAYER) +++++++++++++++++++++++++++++++++++++++++++.acct

Page 62: Mangos Bible 2 1 3

Syntax: Checks Your Account Gm Level.~.commandsSyntax: Shows All The Availble Commands You May Use.~.dismountSyntax: Dismounts You From Your Mount. NOTE* Must Be On A Munt To Work.~.gmlistSyntax: Shows Gm's Online~.help [Command]Syntax: Shows Help for the selected Command.~.saveSyntax: Saves Character~.startSyntax: Teleports To Where Your Hearthstone Is Set

++++++++++++++++++++++++++++++++++++++++ LEVEL 1 COMMANDS (Offical Member) ++++++++++++++++++++++++++++++++++++++++.acctSyntax: Checks Your Account Gm Level.~.commandsSyntax: Shows All The Availble Commands You May Use.~.dismountSyntax: Dismounts You From Your Mount. NOTE* Must Be On A Munt To Work.~.gmlistSyntax: Shows Gm's Online~.help [Command]Syntax: Shows Help for the selected Command.~.saveSyntax: Saves Character.~.startSyntax: Teleports To Where Your Hearthstone Is Set.

Page 63: Mangos Bible 2 1 3

---------------------------------------------------------------------------------------------------

.announce [message]Syntax: Broadcast a System Wide Message Viewed By All Players.~.gmoffSyntax: Turn Gm Visibilty Off. Players And Mobs Can Now Attack You.~.gmonSyntax: Turn Gm Visibilty On. Players And Mobs Cant Attack You.You Are Now Visible In .Gmlist~.goname [Char Name]Syntax: Teleport Staright To The Selected Player.~.namego [Char Name]Syntax: Teleport The Selected Player To You.~.gpsSyntax: Display the position information for a selected character or creature. Position information includes X, Y, Z, and orientation, map Id and zone Id~.learnsk [Skill ID]Syntax: Learns a skill for the selected player ingame.~.lookuptele [Location]Syntax: Looks up the coordinates for the location selected.~ .modify [Hp|Energy|Mana|Rage]Syntax: Modify the selected players Hp, Energy, Mana, Rage.~.modify [Speed|Swim|Scale|Syntax: Modify speed and swim rate from scale 0-10.Modify Scale (Size) For Selected player from scale 0.01-3.~.money [# Amount]Syntax: Give Money In Copper To Selected Player~.recallSyntax: Teleport Playername or selected player to the place where he has been before last use of a teleportation command. If no Playername is entered and no player is selected, it will teleport you.~.saveallSyntax: Saves All Players In Game~

Page 64: Mangos Bible 2 1 3

.Visible [0 or 1]Syntax: Output current visibility state or make GM visible(1) and invisible(0) for other players.~

+++++++++++++++++++++++++++++++++ LEVEL 2 COMMANDS ( V.I.P ) +++++++++++++++++++++++++++++++++.acctSyntax: Checks Your Account Gm Level.~.commandsSyntax: Shows All The Availble Commands You May Use.~.dismountSyntax: Dismounts You From Your Mount. NOTE* Must Be On A Munt To Work.~.gmlistSyntax: Shows Gm's Online~.help [Command]Syntax: Shows Help for the selected Command.~.saveSyntax: Saves Character.~.startSyntax: Teleports To Where Your Hearthstone Is Set.

---------------------------------------------------------------------------------------------------

.announce [message]Syntax: Broadcast a System Wide Message Viewed By All Players.~.gmoffSyntax: Turn Gm Visibilty Off. Players And Mobs Can Now Attack You.~.gmonSyntax: Turn Gm Visibilty On. Players And Mobs Cant Attack You.You Are Now Visible In .Gmlist~.goname [Char Name]Syntax: Teleport Staright To The Selected Player.~.namego [Char Name]

Page 65: Mangos Bible 2 1 3

Syntax: Teleport The Selected Player To You.~.gpsSyntax: Display the position information for a selected character or creature. Position information includes X, Y, Z, and orientation, map Id and zone Id~.learnsk [Skill ID]Syntax: Learns a skill for the selected player ingame.~.lookuptele [Location]Syntax: Looks up the coordinates for the location selected.~ .modify [Hp|Energy|Mana|Rage]Syntax: Modify the selected players Hp, Energy, Mana, Rage.~.modify [Speed|Swim|Scale|Syntax: Modify speed and swim rate from scale 0-10.Modify Scale (Size) For Selected player from scale 0.01-3.~.money [# Amount]Syntax: Give Money In Copper To Selected Player~.recallSyntax: Teleport Playername or selected player to the place where he has been before last use of a teleportation command. If no Playername is entered and no player is selected, it will teleport you.~.saveallSyntax: Saves All Players In Game~.Visible [0 or 1]Syntax: Output current visibility state or make GM visible(1) and invisible(0) for other players.

---------------------------------------------------------------------------------------------------

.addmove [#creature_guid] {#waittime}Syntax: Add your current location as a waypoint for creature with guid #creature_guid. And optional add wait time.~.addspw [Creature I.D]Syntax: Spawns Creature To The Location You Are Standing.~.changelevel [0-73]Syntax: Changes level of Selected Mob Or NPC.~

Page 66: Mangos Bible 2 1 3

.delSyntax: Delete Selected Creature From World~.delobjectSyntax: Delete gameobject with gameobject guid.~.delticketSyntax: .delticket [all] .delticket [#num] .delticket [character name][all] to delete all tickets at server, [character name] to delete ticket of this character, [#num] to delete ticket [#num].~.demorphSyntax: Demorph Selected Player~.displayidSyntax: Change the model id of the selected creature to~.gocreatureSyntax: Teleport your character to creature with guid~.kick [Char Name]Syntax: Kick Char name of the server.~.pinfo [Char Name]Syntax: Get Info on char's Account~.progSyntax: Teleports You To Programmer Island~.spawndist #distSyntax: Adjust spawndistance of selected creature to dist.~.targetobjectSyntax: Locate the nearst game object.~.ticket [on|off]Syntax: [on] Show new tickets, [off] Dont show new tickets.

+++++++++++++++++++++++++++++++++++++++++ LEVEL 3 COMMANDS (GAME MASTER) +++++++++++++++++++++++++++++++++++++++++

.acct

Page 67: Mangos Bible 2 1 3

Syntax: Checks Your Account Gm Level.~.commandsSyntax: Shows All The Availble Commands You May Use.~.dismountSyntax: Dismounts You From Your Mount. NOTE* Must Be On A Munt To Work.~.gmlistSyntax: Shows Gm's Online~.help [Command]Syntax: Shows Help for the selected Command.~.saveSyntax: Saves Character.~.startSyntax: Teleports To Where Your Hearthstone Is Set.

---------------------------------------------------------------------------------------------------

.announce [message]Syntax: Broadcast a System Wide Message Viewed By All Players.~.gmoffSyntax: Turn Gm Visibilty Off. Players And Mobs Can Now Attack You.~.gmonSyntax: Turn Gm Visibilty On. Players And Mobs Cant Attack You.You Are Now Visible In .Gmlist~.goname [Char Name]Syntax: Teleport Staright To The Selected Player.~.namego [Char Name]Syntax: Teleport The Selected Player To You.~.gpsSyntax: Display the position information for a selected character or creature. Position information includes X, Y, Z, and orientation, map Id and zone Id~.learnsk [Skill ID]Syntax: Learns a skill for the selected player ingame.~

Page 68: Mangos Bible 2 1 3

.lookuptele [Location]Syntax: Looks up the coordinates for the location selected.~ .modify [Hp|Energy|Mana|Rage]Syntax: Modify the selected players Hp, Energy, Mana, Rage.~.modify [Speed|Swim|Scale|Syntax: Modify speed and swim rate from scale 0-10.Modify Scale (Size) For Selected player from scale 0.01-3.~.money [# Amount]Syntax: Give Money In Copper To Selected Player~.recallSyntax: Teleport Playername or selected player to the place where he has been before last use of a teleportation command. If no Playername is entered and no player is selected, it will teleport you.~.saveallSyntax: Saves All Players In Game~.Visible [0 or 1]Syntax: Output current visibility state or make GM visible(1) and invisible(0) for other players.

---------------------------------------------------------------------------------------------------

.addmove [#creature_guid] {#waittime}Syntax: Add your current location as a waypoint for creature with guid #creature_guid. And optional add wait time.~.addspw [Creature I.D]Syntax: Spawns Creature To The Location You Are Standing.~.changelevel [0-73]Syntax: Changes level of Selected Mob Or NPC.~.delSyntax: Delete Selected Creature From World~.delobjectSyntax: Delete gameobject with gameobject guid.~.delticketSyntax: .delticket [all] .delticket [#num]

Page 69: Mangos Bible 2 1 3

.delticket [character name][all] to delete all tickets at server, [character name] to delete ticket of this character, [#num] to delete ticket [#num].~.demorphSyntax: Demorph Selected Player~.displayidSyntax: Change the model id of the selected creature to~.gocreatureSyntax: Teleport your character to creature with guid~.kick [Char Name]Syntax: Kick Char name of the server.~.pinfo [Char Name]Syntax: Get Info on char's Account~.progSyntax: Teleports You To Programmer Island~.spawndist #distSyntax: Adjust spawndistance of selected creature to dist.~.targetobjectSyntax: Locate the nearst game object.~.ticket [on|off]Syntax: [on] Show new tickets, [off] Dont show new tickets.---------------------------------------------------------------------------------------------------~.addgo [Game Object #I.D]Syntax. Add a game object from game object templates to the world at your current location using the #I.D.~.additem [Item #I.D] [#amount]Syntax: Add a item from items template to your bag or selected players bag. Also Add Amount #~.additemset [#itemsetid]Syntax: Add items from itemset of id #itemsetid to your or selected character inventory. Will add by one example each item from itemset.~.allowmove

Page 70: Mangos Bible 2 1 3

Syntax: Enable or Disable Movement For Each Creature~.bankSyntax: Show your bank~.banaccount [Account Name]Syntax: Ban account name (can be viewed by players by using the .pinfo command) and kick affected players currently logged in.~.banip [#ip]Syntax: Bans logging into the server from computers with the provided IP address, and kicks all affected players.~.createguild [Guild Name] [Guild Leader Char Name]Syntax: Create a guild named Guild Name with the player Guild Leader Char Name as leader.~.cshutdownSyntax: Cancels Shutdown~.dieSyntax: Does What it Says.~.gameobject [#I.D]Syntax: Add a game object from game object templates to the world at your current position using the [#I.D]~.go [#position_x #position_y #position_z #mapid]Syntax: Teleport to the given coordinates on the specified map.~.hoverSyntax: Hover Your Character~.idleshutdown [#delay|cancel]Syntax: Shut the server down after #delay seconds if no active connections are present (no players) or cancel the shutdown if cancel value is used.~.learn Syntax: .learn all .learn all_myclass .learn all_langAll learns all spells for gm's, all_myclass learns all spells for your class, all_lang learns all languages.~.levelup [1-69]Syntax: Level Up Your Char With Selected #. To Down levels: .levelup -#

Page 71: Mangos Bible 2 1 3

~.lookupcreature [name of creature]Syntax: Looks up a creature by nameofcreature, and returns all matches with their creature ID's.~.lookupitem [item name]Syntax: Looks up an item by Item name, and returns all matches with their Item ID's.~.lookupobject [object name]Syntax: Looks up an gameobject by object name, and returns all matches with their Gameobject ID's.~.lookupskill [name]Syntax: Looks up a skill by name, and returns all matches with their skill ID's.~.lookupspell nameSyntax: Looks up a spell by name, and returns all matches with their spell ID's.~.maxskillSyntax: Max's All Skills You Have Learned.~.morph [#display I.D]Syntax: Change your current model id to #display I.D.~.respawnSyntax: Respawns All Dead And Alive NPC's, Mobs~.revive Syntax: Revives Selected Player (Brings Back to Life)~

++++++++++++++++++++++++++++++++++++++ LEVELUP 4 COMMANDS ( ADMIN ) ++++++++++++++++++++++++++++++++++++++

.acctSyntax: Checks Your Account Gm Level.~.commandsSyntax: Shows All The Availble Commands You May Use.~.dismountSyntax: Dismounts You From Your Mount. NOTE* Must Be On A Munt To Work.~

Page 72: Mangos Bible 2 1 3

.gmlistSyntax: Shows Gm's Online~.help [Command]Syntax: Shows Help for the selected Command.~.saveSyntax: Saves Character.~.startSyntax: Teleports To Where Your Hearthstone Is Set.

---------------------------------------------------------------------------------------------------

.announce [message]Syntax: Broadcast a System Wide Message Viewed By All Players.~.gmoffSyntax: Turn Gm Visibilty Off. Players And Mobs Can Now Attack You.~.gmonSyntax: Turn Gm Visibilty On. Players And Mobs Cant Attack You.You Are Now Visible In .Gmlist~.goname [Char Name]Syntax: Teleport Staright To The Selected Player.~.namego [Char Name]Syntax: Teleport The Selected Player To You.~.gpsSyntax: Display the position information for a selected character or creature. Position information includes X, Y, Z, and orientation, map Id and zone Id~.learnsk [Skill ID]Syntax: Learns a skill for the selected player ingame.~.lookuptele [Location]Syntax: Looks up the coordinates for the location selected.~ .modify [Hp|Energy|Mana|Rage]Syntax: Modify the selected players Hp, Energy, Mana, Rage.~.modify [Speed|Swim|Scale|Syntax: Modify speed and swim rate from scale 0-10.Modify Scale (Size) For Selected player from scale 0.01-3.

Page 73: Mangos Bible 2 1 3

~.money [# Amount]Syntax: Give Money In Copper To Selected Player~.recallSyntax: Teleport Playername or selected player to the place where he has been before last use of a teleportation command. If no Playername is entered and no player is selected, it will teleport you.~.saveallSyntax: Saves All Players In Game~.Visible [0 or 1]Syntax: Output current visibility state or make GM visible(1) and invisible(0) for other players.

---------------------------------------------------------------------------------------------------

.addmove [#creature_guid] {#waittime}Syntax: Add your current location as a waypoint for creature with guid #creature_guid. And optional add wait time.~.addspw [Creature I.D]Syntax: Spawns Creature To The Location You Are Standing.~.changelevel [0-73]Syntax: Changes level of Selected Mob Or NPC.~.delSyntax: Delete Selected Creature From World~.delobjectSyntax: Delete gameobject with gameobject guid.~.delticketSyntax: .delticket [all] .delticket [#num] .delticket [character name][all] to delete all tickets at server, [character name] to delete ticket of this character, [#num] to delete ticket [#num].~.demorphSyntax: Demorph Selected Player~.displayidSyntax: Change the model id of the selected creature to

Page 74: Mangos Bible 2 1 3

~.gocreatureSyntax: Teleport your character to creature with guid~.kick [Char Name]Syntax: Kick Char name of the server.~.pinfo [Char Name]Syntax: Get Info on char's Account~.progSyntax: Teleports You To Programmer Island~.spawndist #distSyntax: Adjust spawndistance of selected creature to dist.~.targetobjectSyntax: Locate the nearst game object.~.ticket [on|off]Syntax: [on] Show new tickets, [off] Dont show new tickets.---------------------------------------------------------------------------------------------------~.addgo [Game Object #I.D]Syntax. Add a game object from game object templates to the world at your current location using the #I.D.~.additem [Item #I.D] [#amount]Syntax: Add a item from items template to your bag or selected players bag. Also Add Amount #~.additemset [#itemsetid]Syntax: Add items from itemset of id #itemsetid to your or selected character inventory. Will add by one example each item from itemset.~.allowmoveSyntax: Enable or Disable Movement For Each Creature~.bankSyntax: Show your bank~.banaccount [Account Name]Syntax: Ban account name (can be viewed by players by using the .pinfo command) and kick affected players currently logged in.~

Page 75: Mangos Bible 2 1 3

.banip [#ip]Syntax: Bans logging into the server from computers with the provided IP address, and kicks all affected players.~.createguild [Guild Name] [Guild Leader Char Name]Syntax: Create a guild named Guild Name with the player Guild Leader Char Name as leader.~.cshutdownSyntax: Cancels Shutdown~.dieSyntax: Does What it Says.~.gameobject [#I.D]Syntax: Add a game object from game object templates to the world at your current position using the [#I.D]~.go [#position_x #position_y #position_z #mapid]Syntax: Teleport to the given coordinates on the specified map.~.hoverSyntax: Hover Your Character~.idleshutdown [#delay|cancel]Syntax: Shut the server down after #delay seconds if no active connections are present (no players) or cancel the shutdown if cancel value is used.~.learn Syntax: .learn all .learn all_myclass .learn all_langAll learns all spells for gm's, all_myclass learns all spells for your class, all_lang learns all languages.~.levelup [1-69]Syntax: Level Up Your Char With Selected #. To Down levels: .levelup -#~.lookupcreature [name of creature]Syntax: Looks up a creature by nameofcreature, and returns all matches with their creature ID's.~.lookupitem [item name]Syntax: Looks up an item by Item name, and returns all matches with their Item ID's.~

Page 76: Mangos Bible 2 1 3

.lookupobject [object name]Syntax: Looks up an gameobject by object name, and returns all matches with their Gameobject ID's.~.lookupskill [name]Syntax: Looks up a skill by name, and returns all matches with their skill ID's.~.lookupspell nameSyntax: Looks up a spell by name, and returns all matches with their spell ID's.~.maxskillSyntax: Max's All Skills You Have Learned.~.morph [#display I.D]Syntax: Change your current model id to #display I.D.~.respawnSyntax: Respawns All Dead And Alive NPC's, Mobs~.revive Syntax: Revives Selected Player (Brings Back to Life)

---------------------------------------------------------------------------------------------------

.shutdown #secondsSyntax: Shutdown server~.Security [Player name] [#level]Syntax: Set the security level of player Player name to a level of #level. #level may range from 0 to 4.~.wchange [#weathertype] [#status]Syntax: Set current weather to #weathertype with an intensity of #status.#weathertype can be 1 for rain, 2 for snow, and 3 for sand. #status can be 0 for disabled, and 1 for enabled.~.flymode [on|off]Syntax: Lets You fly In mid air, to enable type on or to disable type off.

SKILL ID’S

Command: .learnsk [skill id]

Page 77: Mangos Bible 2 1 3

ID Number | Name

754 Racial - Human 393 Skinning 109 Language: Orcish 124 Tauren Racial 433 Shield 137 Language: Thalassian 473 Fist Weapons 140 Language: Titan 160 Two-Handed Maces 253 Assassination 313 Language: Gnomish 613 Discipline 653 Pet - Bat 413 Mail 414 Leather 45 Bows 229 Polearms 593 Destruction 573 Restoration 251 Pet - Turtle 257 Protection 293 Plate Mail 8 Fire 46 Guns 270 Pet - Generic 98 Language: Common 125 Orc Racial 315 Language: Troll 139 Language: Demon Tongue 354 Demonology 355 Affliction 165 Leatherworking 134 Feral Combat 373 Enhancement 374 Restoration 375 Elemental Combat 415 Cloth 236 Pet - Scorpid 176 Thrown 6 Frost 26 Arms 38 Combat 39 Subtlety 44 Axes

Page 78: Mangos Bible 2 1 3

50 Beast Mastery 51 Survival 56 Holy 78 Shadow Magic 101 Dwarven Racial 111 Language: Dwarven 113 Language: Darnassian 115 Language: Taurahe 118 Dual Wield 136 Staves 138 Language: Draconic 141 Language: Old Tongue 142 Survival 155 Swimming 163 Marksmanship 164 Blacksmithing 172 Two-Handed Axes 173 Daggers 183 GENERIC (DND) 184 Retribution 189 Pet - Felhunter 197 Tailoring 204 Pet - Voidwalker 205 Pet - Succubus 206 Pet - Infernal 208 Pet - Wolf 209 Pet - Cat 210 Pet - Bear 211 Pet - Boar 212 Pet - Crocilisk 213 Pet - Carrion Bird 214 Pet - Crab 217 Pet - Raptor 218 Pet - Tallstrider 220 Racial - Undead 226 Crossbows 228 Wands 574 Balance 256 Fury 594 Holy 633 Lockpicking 654 Pet - Hyena 655 Pet - Owl 656 Pet - Wind Serpent 673 Language: Gutterspeak 95 Defense

Page 79: Mangos Bible 2 1 3

333 Enchanting 186 Mining 43 Swords 55 Two-Handed Swords 733 Racial - Troll 753 Racial - Gnome 188 Pet - Imp 203 Pet - Spider 207 Pet - Doomguard 215 Pet - Gorilla 202 Engineering 356 Fishing 171 Alchemy 54 Maces 182 Herbalism 129 First Aid 185 Cooking 126 Night Elf Racial 237 Arcane 261 Beast Training 267 Protection 40 Poisons 162 Unarmed 762 Riding

Skill ids for riding mountsCommand: .additem [#item Idea]

+Raptor+8586 Whistle of the Mottled Red Raptor8588 Whistle of the Emerald Raptor8589 Old Whistle of the Ivory Raptor8590 Old Whistle of the Obsidian Raptor8591 Whistle of the Turquoise Raptor8592 Whistle of the Violet Raptor13317 Whistle of the Ivory Raptor18246 Whistle of the Black War Raptor18788 Swift Blue Raptor18789 Swift Olive Raptor18790 Swift Orange Raptor19872 Swift Razzashi Raptor29472 Whistle of the Black War Raptor

Page 80: Mangos Bible 2 1 3

+Wolf+1041 Horn of the Black Wolf1132 Horn of the Timber Wolf1133 Horn of the Winter Wolf1134 Horn of the Gray Wolf5663 Horn of the Red Wolf5665 Horn of the Dire Wolf5668 Horn of the Brown Wolf12330 Horn of the Red Wolf12351 Horn of the Arctic Wolf18245 Horn of the Black War Wolf18796 Horn of the Swift Brown Wolf18797 Horn of the Swift Timber Wolf18798 Horn of the Swift Gray Wolf19029 Horn of the Frostwolf Howler29469 Horn of the Black War Wolf

+Horse+5656 Brown Horse Bridle13331 Red Skeletal Horse13332 Blue Skeletal Horse13333 Brown Skeletal Horse13334 Green Skeletal Warhorse18248 Red Skeletal Warhorse18791 Purple Skeletal Warhorse29470 Red Skeletal Warhorse30480 Fiery Warhorse's Reins

+Ram+5864 Gray Ram5872 Brown Ram5873 White Ram5874 Harness: Black Ram5875 Harness: Blue Ram13328 Black Ram13329 Frost Ram18244 Black War Ram18785 Swift White Ram18786 Swift Brown Ram18787 Swift Gray Ram29467 Black War Ram

+Kodo+14062 Kodo Mount

Page 81: Mangos Bible 2 1 3

15277 Gray Kodo15290 Brown Kodo15292 Green Kodo15293 Teal Kodo18247 Black War Kodo18793 Great White Kodo18794 Great Brown Kodo18795 Great Gray Kodo29466 Black War Kodo

+Hawkstrider+18766 Reins of the Purple Hawkstrider18767 Reins of the Purple Hawkstrider28936 Swift Pink Hawkstrider29220 Blue Hawkstrider29221 Black Hawkstrider29222 Purple Hawkstrider29223 Swift Green Hawkstrider29224 Swift Purple Hawkstrider

+Saber+8627 Reins of the Night saber8628 Reins of the Spotted Nightsaber8629 Reins of the Striped Nightsaber8631 Reins of the Striped Frostsaber8632 Reins of the Spotted Frostsaber12302 Reins of the Frostsaber12303 Reins of the Nightsaber13086 Reins of the Winterspring Frostsaber18902 Reins of the Swift Stormsaber

+Gryphon+25470 Golden Gryphon25471 Ebon Gryphon25472 Snowy Gryphon25473 Swift Blue Gryphon25527 Swift Red Gryphon25528 Swift Green Gryphon25529 Swift Purple Gryphon

+Other++33338 Peep The Phoenix (GM ONLY)

Page 82: Mangos Bible 2 1 3

Spell Id’s listing :

Command: .learnsp [#id]

ID Number | Name

1 Word of Recall (OLD)3 Word of Mass Recall (OLD)4 Word of Recall Other5 Death Touch7 Suicide10 Blizzard (Rank 1)11 Swiftness12 Hot Foot (TEST)13 Swim Speed (TEST)14 Mana Drain15 Leech (TEST)16 Fear (NYI)17 Power Word: Shield (Rank 1)18 Heal Self (TEST)19 SWORDSPECIAL (DND)22 Super Food (TEST)24 Major Heal Self (TEST)25 Stun26 Bind Self (TEST)27 Goldshire Portal31 Teleport Goldshire33 Teleport Westfall34 Teleport Duskwood35 Teleport Elwynn43 Berserk (Racial)45 War Stomp47 Sprint (TEST)49 Healing Touch (TEST)50 Zone Recall (OLD)53 Backstab (Rank 1)56 Stun58 Magic Missile (TEST)59 Normal bow shot (TEST)60 Long bow shot (TEST)61 Really Long bow shot (TEST)65 Haste66 Lesser Invisibility67 Vindication (Rank 1)

Page 83: Mangos Bible 2 1 3

68 Editor Test Spell71 Defensive Stance72 Shield Bash (Rank 1)75 Auto Shot77 Turtle's Shell78 Heroic Strike (Rank 1)81 Dodge (Passive)84 Low Health89 Cripple (Rank 1)91 Savage Assault96 Dismember99 Demoralizing Roar (Rank 1)100 Charge (Rank 1)101 Trip (Rank 1)107 Block (Passive)108 Evade (DND)110 Spell Deflection (NYI)111 Time Step112 Reflect Magic (TEST)113 Chains of Ice (Rank 1)116 Frostbolt (Rank 1)118 Polymorph (Rank 1)120 Cone of Cold (Rank 1)122 Frost Nova (Rank 1)126 Eye of Kilrogg (Summon)128 Spellstone130 Slow Fall131 Water Breathing132 Detect Lesser Invisibility133 Fireball (Rank 1)134 Fire Shield136 Mend Pet (Rank 1)139 Renew (Rank 1)142 New Magic Missile (Test)143 Fireball (Rank 2)145 Fireball (Rank 3)168 Frost Armor (Rank 1)172 Corruption (Rank 1)184 Fire Shield II196 One-Handed Axes197 Two-Handed Axes198 One-Handed Maces199 Two-Handed Maces200 Polearms201 One-Handed Swords202 Two-Handed Swords

Page 84: Mangos Bible 2 1 3

203 Unarmed204 Defense205 Frostbolt (Rank 2)227 Staves228 Polymorph: Chicken (Rank 2)246 Slow (Rank 1)260 Charm (TEST)261 Summon Skeleton262 EXOTIC1H (DND)263 EXOTIC2H (DND)264 Bows265 Area Death (TEST)266 Guns269 Walk of Fire Trigger (DNC)271 Call of the Void284 Heroic Strike (Rank 2)285 Heroic Strike (Rank 3)302 Savage Assault II324 Lightning Shield (Rank 1)325 Lightning Shield (Rank 2)331 Healing Wave (Rank 1)332 Healing Wave (Rank 2)339 Entangling Roots (Rank 1)348 Immolate (Rank 1)355 Taunt370 Purge (Rank 1)379 Bloodlust403 Lightning Bolt (Rank 1)408 Kidney Shot (Rank 1)409 Shadowskin410 Shadowskin II411 Shadowskin III421 Chain Lightning (Rank 1)427 Teleport Monastery428 Teleport Moonbrook430 Drink431 Drink432 Drink433 Food434 Food435 Food436 Restore Mana437 Restore Mana438 Restore Mana439 Healing Potion440 Healing Potion

Page 85: Mangos Bible 2 1 3

441 Healing Potion442 Teleport Northshire Abbey443 Teleport Barracks444 Teleport Lighthouse445 Teleport Darkshire446 Teleport Cemetary447 Teleport Treant448 Editor test spell 2450 Fast Cast (NYI)453 Mind Soothe (Rank 1)454 Gallop (TEST)455 Replenish Spirit457 Feeblemind458 Brown Horse459 Gray Wolf461 Righteous Flame On463 Aura Overlap TEST 1464 Aura Overlap TEST 2465 Devotion Aura (Rank 1)467 Thorns (Rank 1)468 White Stallion470 Black Stallion471 Palamino Stallion472 Pinto Horse474 Fumble475 Remove Lesser Curse476 Frost Shield (Rank 1)477 Polymorph: Pig (Rank 1)478 Frostbolt (Rank 1)479 Beast Claws481 Water Elemental (Rank 2)482 Reset483 Fireball (Rank 2)484 Frost Armor (Rank 2)485 Chains of Ice (Rank 1)486 Remove Curse (Rank 1)487 Slow (Rank 1)488 Water Breathing (Rank 1)490 Frost Shield (Rank 2)491 Khadgar's Unlocking (Rank 1)493 Khadgar's Unlocking (Rank 1)494 Frostbolt (Rank 2)495 Polymorph: Sheep (Rank 3)496 Drain Mana (Rank 1)497 Frost Nova (Rank 1)498 Divine Protection (Rank 1)

Page 86: Mangos Bible 2 1 3

499 Cat Form (Shapeshift)502 Fireball (Rank 3)504 Seal of Protection (Rank 2)506 Ice Armor (Rank 1)507 Fumble II509 Feeblemind II512 Chains of Ice (Rank 2)513 Earth Elemental514 Wyatt Test515 Lesser Invisibility (Rank 1)517 Blink (Rank 1)518 Summon Worm519 Ghost Wolf (Rank 2)520 Chains of Ice (Rank 2)521 Moonfire (Rank 7)522 SPELLDEFENSE (DND)526 Cure Poison527 Dispel Magic (Rank 1)528 Cure Disease529 Lightning Bolt (Rank 2)530 Charm (Possess)531 Lightning Bolt (Rank 2)532 Lightning Shield (Rank 1)533 Unyielding Will (Rank 1)534 Molten Blast (Rank 1)535 Shadow Ward (Rank 1)536 Cure Poison (Rank 1)537 Undying Strength (Rank 1)538 Healing Wave (Rank 2)539 Moonfire (Rank 2)540 Nullify Disease (Rank 1)541 Fire Resistance (Rank 1)543 Fire Ward (Rank 1)546 Water Walking547 Healing Wave (Rank 3)548 Lightning Bolt (Rank 3)550 Nullify Poison (Rank 1)552 Abolish Disease553 Bloodlust II555 Feral Spirit556 Astral Recall557 Lightning Shield (Rank 2)558 Purge (Rank 1)559 Exorcism (Rank 3)560 Spirit Armor (Rank 2)561 Molten Blast (Rank 2)

Page 87: Mangos Bible 2 1 3

562 Water Walking (Rank 1)563 Moonfire (Rank 6)565 Healing Wave (Rank 3)566 Lightning Bolt (Rank 3)567 Undying Strength (Rank 2)568 Arcane Burst569 Nullify Poison (Rank 2)570 Far Sight (Rank 1)571 Nullify Disease (Rank 2)573 Moonfire (Rank 3)574 Redemption (Rank 1)575 Unyielding Will (Rank 2)577 Astral Recall (Rank 1)578 Black Wolf579 Red Wolf580 Large Timber Wolf581 Winter Wolf585 Smite (Rank 1)586 Fade (Rank 1)587 Conjure Food (Rank 1)588 Inner Fire (Rank 1)589 Shadow Word: Pain (Rank 1)591 Smite (Rank 2)592 Power Word: Shield (Rank 2)594 Shadow Word: Pain (Rank 2)595 Prayer of Protection596 Prayer of Healing (Rank 1)597 Conjure Food (Rank 2)598 Smite (Rank 3)600 Power Word: Shield (Rank 3)601 Sword Mastery (Rank 1)602 Inner Fire (Rank 3)603 Curse of Doom604 Dampen Magic (Rank 1)605 Mind Control (Rank 1)606 Mind Rot (Rank 1)607 Create Firestone608 Conjure Food (Rank 1)609 Inner Fire (Rank 1)610 Shadow Word: Pain (Rank 1)611 Seal of Sacrifice (Rank 1)612 Holy Smite (Rank 2)613 Lesser Heal (Rank 2)614 Shadow Word: Fumble (Rank 1)615 Dispel Magic (Rank 1)616 Shadow Word: Pain (Rank 2)

Page 88: Mangos Bible 2 1 3

618 Prayer of Healing (Rank 1)619 Conjure Food (Rank 2)620 Holy Smite (Rank 3)622 Lesser Heal (Rank 3)624 Inner Fire (Rank 3)625 Curse of Archimonde (Rank 1)626 Seal of Might (Rank 3)627 Mind Control (Rank 1)628 Mind Rot (Rank 1)633 Lay on Hands (Rank 1)635 Holy Light (Rank 1)639 Holy Light (Rank 2)642 Divine Shield (Rank 1)643 Devotion Aura (Rank 3)647 Holy Light (Rank 3)650 Blood Boil (Rank 1)651 Holy Word: Shield (Rank 5)652 Sap (Rank 1)653 Seal of Might (Rank 1)654 Fear (Rank 2)655 Blood Boil (Rank 2)656 Holy Light (Rank 2)657 Create Greater Healthstone (Rank 4)659 Divine Shield (Rank 1)661 Blood Boil (Rank 3)662 Seal of Might (Rank 2)663 Fear (Rank 3)664 Holy Light (Rank 3)665 Teleport: Stormwind668 Language Common669 Language Orcish670 Language Taurahe671 Language Darnassian672 Language Dwarven673 Lesser Armor674 Dual Wield (Passive)676 Disarm685 Holy Wrath (Rank 1)686 Shadow Bolt (Rank 1)687 Demon Skin (Rank 1)688 Summon Imp (Summon)689 Drain Life (Rank 1)690 Firebolt II691 Summon Felhunter (Summon)692 Terror (TEST)693 Create Soulstone (Minor)

Page 89: Mangos Bible 2 1 3

694 Mocking Blow (Rank 1)695 Shadow Bolt (Rank 2)696 Demon Skin (Rank 2)697 Summon Voidwalker (Summon)698 Ritual of Summoning699 Drain Life (Rank 2)700 Sleep (Rank 1)701 Firebolt702 Curse of Weakness (Rank 1)703 Garrote (Rank 1)704 Curse of Recklessness (Rank 1)705 Shadow Bolt (Rank 3)706 Demon Armor (Rank 1)707 Immolate (Rank 2)709 Drain Life (Rank 3)710 Banish (Rank 1)711 Hellfire712 Summon Succubus (Summon)713 Turn Undead (Rank 2)714 Drain Life (Rank 1)719 Create Soulstone (Rank 1)720 Entangle721 Shadow Bolt (Rank 2)722 Demon Skin (Rank 2)724 Lightwell (Rank 1)725 Drain Life (Rank 2)726 Sleep (Rank 1)727 Cripple (Rank 1)729 Curse of Weakness (Rank 1)730 Health Funnel (Rank 1)731 Entangle732 Shadow Bolt (Rank 3)733 Demon Armor (Rank 1)734 Immolate (Rank 2)735 Divine Protection (Rank 2)736 Drain Life (Rank 3)739 Debuff Fire Resist (TEST)740 Tranquility (Rank 1)741 Dwarven742 Pulverize743 Shadowmeld (Racial)744 Poison745 Web746 First Aid (Rank 1)747 Summon Images748 Staff Strike II (Disabled)

Page 90: Mangos Bible 2 1 3

749 Firestaff750 Plate Mail751 Staff Strike (Disabled)752 Staff Strike IV (Disabled)753 Firestaff II755 Health Funnel (Rank 1)758 Firestone Passive (Rank 1)759 Conjure Mana Agate766 Water Elemental (Rank 1)768 Cat Form (Shapeshift)769 Swipe (Rank 3)770 Faerie Fire (Rank 1)772 Rend (Rank 1)774 Rejuvenation (Rank 1)775 Tree Form (Shapeshift)776 Abolish Magic (Rank 1)778 Faerie Fire (Rank 2)779 Swipe (Rank 1)780 Swipe (Rank 2)781 Disengage (Rank 1)782 Thorns (Rank 2)783 Travel Form (Shapeshift)784 Faerie Fire (Rank 1)785 True Fulfillment786 Thorns (Rank 1)788 Rejuvenation (Rank 1)789 Divine Escape (Rank 1)790 Entangling Roots (Rank 1)791 Abolish Magic (Rank 1)792 Tranquility (Rank 1)793 Faerie Fire (Rank 2)794 Initialize Images795 Thorns (Rank 2)796 Mend Pet (Rank 2)797 Cleave (Rank 1)798 Challenging Shout799 Twin Teleport800 Twin Teleport802 Mutate Bug804 Explode Bug806 Fervor812 Periodic Mana Burn813 Language Thalassian (NYI)814 Language Draconic (NYI)815 Language Demon Tongue816 Language Titan (NYI)

Page 91: Mangos Bible 2 1 3

817 Language Old Tongue (NYI)818 Basic Campfire819 Toughness (Rank 1)820 Regeneration (Rank 1)821 Meditation (Rank 1)822 Magic Resistance823 Natural Resistance824 Horse Riding (Passive)825 Wolf Riding (Passive)826 Ram Riding (Passive)827 Nightmare Riding828 Tiger Riding (Passive)829 Thickskull830 Fearless831 Swimming (NYI)833 Green Tea834 Lesser Armor835 Tidal Charm836 LOGINEFFECT837 Frostbolt (Rank 3)838 Frostbolt (Rank 3)839 Haste II842 Ethereal Form (Rank 2)844 Ice Armor (Rank 2)845 Cleave (Rank 1)846 Flamestrike (Rank 1)848 Nature Resistance (Rank 1)849 Elemental Armor850 Savage Pummel (Rank 1)851 Polymorph: Sheep (Rank 3)852 Polymorph: Chicken (Rank 2)853 Hammer of Justice (Rank 1)854 Fireball (Rank 4)855 Feeblemind III857 Khadgar's Unlocking (Rank 2)858 Khadgar's Unlocking (Rank 2)860 Renew (Rank 6)862 Drain Mana (Rank 2)863 Blur III864 Seal of Righteousness (Rank 1)865 Frost Nova (Rank 2)866 Frost Nova (Rank 2)867 Fumble III870 Renew (Rank 4)871 Shield Wall872 Flamestrike (Rank 2)

Page 92: Mangos Bible 2 1 3

874 Fire Ward (Rank 1)877 Elemental Fury879 Exorcism (Rank 1)880 Moonfire (Rank 5)882 Holy Smite (Rank 6)883 Call Pet885 Invisibility886 Invisibility (Rank 2)890 Renew (Rank 5)894 Blink (Rank 2)895 Fire Elemental897 Summon Angry Programmer898 Create Fervor Potion900 Molten Blast (Rank 3)902 Spirit Armor (Rank 3)905 Lightning Shield (Rank 3)906 Lightning Shield (Rank 3)908 Thunderbolt (Rank 1)910 Unyielding Will (Rank 3)913 Healing Wave (Rank 4)914 Healing Wave (Rank 4)915 Lightning Bolt (Rank 4)918 Create Spellstone (Rank 1)920 Chain Lightning (Rank 1)921 Pick Pocket922 Sense Undead (Rank 1)924 Molten Blast (Rank 4)926 Thunderclap (Rank 2)928 Eye of Kilrogg (Rank 1)930 Chain Lightning (Rank 2)931 Exorcism (Rank 2)932 Replenish Spirit II935 Spirit Armor (Rank 4)936 Holy Ward (Rank 1)939 Healing Wave (Rank 5)940 Greater Healing Wave (Rank 1)943 Lightning Bolt (Rank 5)944 Lightning Bolt (Rank 5)945 Lightning Shield (Rank 4)946 Lightning Shield (Rank 4)950 Mind Bomb (Rank 1)952 Molten Blast (Rank 5)956 Curse of Tongues (Rank 1)959 Healing Wave (Rank 6)960 Greater Healing Wave (Rank 2)962 Moonfire (Rank 4)

Page 93: Mangos Bible 2 1 3

964 Heal (Rank 3)967 Group Astral Recall (Rank 1)968 Feral Spirit II970 Shadow Word: Pain (Rank 3)971 Shadow Word: Pain (Rank 3)973 Holy Protection (Rank 1)974 zzDONOTREUSE (Rank 1)976 Shadow Protection (Rank 1)977 Shadow Protection (Rank 1)979 Corruption (Rank 3)980 Curse of Agony (Rank 1)981 Curse of Agony (Rank 1)982 Revive Pet983 Heal (Rank 4)984 Smite (Rank 4)985 Holy Smite (Rank 4)988 Dispel Magic (Rank 2)989 Dispel Magic (Rank 2)990 Conjure Food (Rank 3)991 Conjure Food (Rank 3)992 Shadow Word: Pain (Rank 4)993 Shadow Word: Pain (Rank 4)994 Prayer of Protection II996 Prayer of Healing (Rank 2)997 Prayer of Healing (Rank 2)999 Shadow Word: Fumble (Rank 2)1002 Eyes of the Beast1003 Shadow Word: Befuddle (Rank 2)1004 Smite (Rank 5)1005 Holy Smite (Rank 5)1006 Inner Fire (Rank 4)1007 Inner Fire (Rank 4)1008 Amplify Magic (Rank 1)1009 Savage Pummel (Rank 1)1010 Curse of Idiocy (Rank 1)1011 Turn Undead (Rank 1)1012 Sword Mastery (Rank 1)1013 Heroic Strength (Rank 1)1014 Curse of Agony (Rank 2)1015 Curse of Agony (Rank 2)1017 Sense Demons (Rank 1)1020 Divine Shield (Rank 2)1021 Divine Shield (Rank 2)1022 Blessing of Protection (Rank 1)1023 Seal of Protection (Rank 1)1025 Corruption (Rank 2)

Page 94: Mangos Bible 2 1 3

1026 Holy Light (Rank 4)1027 Holy Light (Rank 4)1029 Curse of Agony (Rank 3)1031 Curse of Weakness (Rank 3)1032 Devotion Aura (Rank 5)1033 Fire Shot (Rank 1)1035 Fire Ward (Rank 1)1037 Seal of Fury (Rank 1)1038 Blessing of Salvation1039 Seal of Salvation (Rank 1)1042 Holy Light (Rank 5)1043 Holy Light (Rank 5)1044 Blessing of Freedom1045 Fear (Rank 1)1049 Create Healthstone (Rank 3)1050 Sacrifice1053 Counterspell (Rank 1)1054 Lesser Firestone Effect1055 Shield Wall1056 Slow Poison II1058 Rejuvenation (Rank 2)1059 Rejuvenation (Rank 2)1062 Entangling Roots (Rank 2)1063 Entangling Roots (Rank 2)1064 Chain Heal (Rank 1)1065 Demoralizing Shout (Rank 1)1066 Aquatic Form (Shapeshift)1070 Faerie Fire (Rank 3)1075 Thorns (Rank 3)1076 Thorns (Rank 3)1079 Rip (Rank 1)1082 Claw (Rank 1)1084 Firebolt III1086 Demon Armor (Rank 2)1087 Demon Armor (Rank 2)1088 Shadow Bolt (Rank 4)1089 Shadow Bolt (Rank 4)1090 Sleep (Rank 2)1091 Sleep (Rank 2)1094 Immolate (Rank 3)1095 Immolate (Rank 3)1096 Firebolt IV1098 Enslave Demon (Rank 1)1101 Mana Funnel (Rank 1)1105 Seal of Wisdom (Rank 3)1106 Shadow Bolt (Rank 5)

Page 95: Mangos Bible 2 1 3

1107 Corruption (Rank 1)1108 Curse of Weakness (Rank 2)1109 Curse of Weakness (Rank 2)1112 Shadow Nova II1114 Dodge Mastery (Rank 1)1116 Chaos Shield1117 Mend Pet (Rank 1)1120 Drain Soul (Rank 1)1121 Entangle1122 Inferno (Summon)1123 Ritual of Doom1124 Hellfire II1126 Mark of the Wild (Rank 1)1127 Food1129 Food1130 Hunter's Mark (Rank 1)1131 Food1132 Critical Strike1133 Drink1135 Drink1136 zzOLDBlessing of Reckoning Effect (Rank 1)1137 Drink1138 Crystal Protection1139 Cold Eye1140 Blur1141 Brilliance Aura1142 Frostbolt (Rank 1)1146 Regeneration (Rank 1)1147 Regeneration (Rank 2)1148 Regeneration (Rank 3)1149 Regeneration (Rank 4)1150 Mind Vision (Rank 1)1151 Dash (Rank 1)1152 Purify1153 Heal (Rank 2)1159 First Aid (Rank 2)1160 Demoralizing Shout (Rank 1)1161 Challenging Shout1163 Toughness (Rank 1)1164 Toughness (Rank 2)1165 Toughness (Rank 3)1166 Toughness (Rank 4)1167 Fire Shield1168 Polymorph (Rank 1)1169 Feeblemind1171 Fumble

Page 96: Mangos Bible 2 1 3

1172 Conjure: Torch1173 Fireball (Rank 2)1174 Frost Armor (Rank 2)1175 Chains of Ice (Rank 1)1176 Remove Lesser Curse1177 Twin Empathy1178 Bear Form (Passive) (Passive)1179 Beast Claws1180 Daggers1181 Regeneration (Rank 2)1182 Regeneration (Rank 3)1183 Regeneration (Rank 4)1185 Resist Fire (Rank 1)1186 Conjure: Lockpick1187 Haste1188 Fire Shield II1189 Shadow Resist (Rank 1)1191 Frostbolt (Rank 2)1192 Polymorph (Rank 2)1193 Shadow Word: Silence (Rank 1)1194 Frost Nova (Rank 1)1195 Brilliance Aura II1196 Blizzard (Rank 1)1197 Create Firestone (Lesser)1198 Fireball (Rank 3)1199 Blur II1200 Frost Armor (Rank 3)1201 Fumble II1203 Feeblemind II1206 Swiftness1208 Chains of Ice (Rank 2)1210 Conjure Mana Agate1211 Frostbolt (Rank 3)1212 Haste II1213 Resist Fire (Rank 2)1214 Ice Armor (Rank 1)1217 Resist Frost (Rank 2)1218 Elemental Armor1219 Polymorph (Rank 3)1220 Brilliance Aura III1223 Shadow Word: Silence (Rank 2)1224 Blur III1225 Frost Nova (Rank 2)1226 Earth Elemental1227 Fumble III1228 Ice Armor (Rank 2)

Page 97: Mangos Bible 2 1 3

1229 Elemental Fury1231 Feeblemind III1233 Ice Storm II1234 Brilliance Aura IV1236 Revive Pet1241 Cone of Cold (Rank 1)1242 Fire Elemental1243 Power Word: Fortitude (Rank 1)1244 Power Word: Fortitude (Rank 2)1245 Power Word: Fortitude (Rank 3)1246 Holy Word: Might (Rank 1)1247 Holy Word: Might (Rank 2)1248 Holy Word: Might (Rank 3)1249 Conjure Food (Rank 1)1250 Conjure Food (Rank 2)1251 Conjure Food (Rank 3)1252 Inner Fire (Rank 1)1253 Inner Fire (Rank 3)1254 Inner Fire (Rank 4)1255 Power Word: Fortitude (Rank 1)1256 Power Word: Fortitude (Rank 2)1257 Power Word: Fortitude (Rank 3)1258 Shadow Word: Pain (Rank 1)1259 Shadow Word: Pain (Rank 2)1260 Shadow Word: Pain (Rank 3)1261 Shadow Word: Pain (Rank 4)1262 Holy Word: Protect (Rank 1)1263 Holy Word: Protect (Rank 2)1264 Holy Word: Protect (Rank 3)1265 Fade (Rank 1)1266 Dampen Magic (Rank 1)1267 Amplify Magic (Rank 1)1268 Cure Disease1269 Abolish Disease1275 Smite (Rank 2)1276 Smite (Rank 3)1277 Power Word: Shield (Rank 2)1278 Power Word: Shield (Rank 3)1279 Shadow Protection (Rank 1)1280 Shadow Protection (Rank 2)1281 Shadow Word: Fumble (Rank 1)1282 Shadow Word: Fumble (Rank 2)1283 Dispel Magic (Rank 1)1284 Dispel Magic (Rank 2)1285 Prayer of Protection1286 Prayer of Protection II

Page 98: Mangos Bible 2 1 3

1287 Prayer of Healing (Rank 1)1288 Prayer of Healing (Rank 2)1290 Basic Campfire1291 Curse of Archimonde (Rank 1)1292 Curse of Idiocy (Rank 1)1293 Mind Control (Rank 1)1295 Mind Rot1296 Curse of Agony (Rank 1)1297 Curse of Agony (Rank 2)1298 Power Word: Shield (Rank 4)1299 Frost Resist (Rank 1)1300 Smite (Rank 4)1301 Smite (Rank 5)1302 Damage Immunity Test1303 Lightning Shield (Rank 1)1304 Lightning Shield (Rank 2)1305 Lightning Shield (Rank 3)1306 Unyielding Will (Rank 1)1307 Unyielding Will (Rank 2)1308 Unyielding Will (Rank 3)1312 Spirit Armor (Rank 1)1313 Spirit Armor (Rank 2)1314 Spirit Armor (Rank 3)1315 Cure Poison1316 Nullify Poison (Rank 1)1318 Undying Strength (Rank 1)1319 Undying Strength (Rank 2)1320 Undying Strength (Rank 3)1321 Spirit Burn1322 Spirit Burn II1323 Spirit Burn III1324 Lightning Bolt (Rank 2)1325 Lightning Bolt (Rank 3)1326 Healing Wave (Rank 2)1327 Healing Wave (Rank 3)1328 Bloodlust1329 Bloodlust II1330 Bloodlust III1331 Nature Resistance (Rank 1)1332 Resist Nature II1333 Purge (Rank 1)1336 Chant of Regeneration1337 Chant of Regeneration II1338 Water Walking1339 Chain Lightning (Rank 1)1340 Chain Lightning (Rank 2)

Page 99: Mangos Bible 2 1 3

1341 Replenish Spirit1342 Replenish Spirit II1343 Thunder Clap (Rank 1)1344 Thunder Clap (Rank 2)1345 Far Sight1348 Earthquake1349 Earthquake II1350 Feral Spirit1351 Feral Spirit II1352 Astral Recall1353 Group Astral Recall1354 Healing Wave (Rank 4)1355 Healing Wave (Rank 5)1356 Healing Wave (Rank 6)1357 Lightning Bolt (Rank 4)1358 Lightning Bolt (Rank 5)1361 Spirit Burn IV1362 Spirit Burn V1363 Lightning Shield (Rank 4)1364 Unyielding Will (Rank 4)1365 Undying Strength (Rank 4)1366 Summon Imp (Summon)1367 Drain Life (Rank 1)1368 Drain Life (Rank 2)1369 Drain Life (Rank 3)1370 Firebolt1371 Firebolt II1372 Firebolt III1373 Teach Summon Felhunter (Summon)1374 Immolate (Rank 1)1375 Immolate (Rank 2)1376 Immolate (Rank 3)1377 Create Soulstone (Minor)1378 Unholy Armor1379 Unholy Armor II1380 Unholy Armor III1381 Shadow Bolt (Rank 2)1382 Shadow Bolt (Rank 3)1383 Demon Skin (Rank 2)1384 Demon Armor (Rank 1)1385 Summon Voidwalker (Summon)1387 Unholy Frenzy II1388 Unholy Frenzy III1391 Cripple (Rank 1)1393 Curse of Weakness (Rank 1)1394 Curse of Weakness (Rank 2)

Page 100: Mangos Bible 2 1 3

1395 Shadow Nova1396 Shadow Nova II1397 Fear1398 Fear II1399 Anti-Magic (Rank 1)1401 Hellfire1402 Hellfire II1403 Summon Succubus (Summon)1404 Demon Armor (Rank 2)1406 Shadow Bolt (Rank 4)1407 Shadow Bolt (Rank 5)1408 Sunder Soul1409 Sunder Soul II1410 Firebolt IV1411 Firebolt V1412 Chaos Shield1413 Inferno (Summon)1414 Faerie Fire (Rank 1)1415 Faerie Fire (Rank 2)1416 Faerie Fire (Rank 3)1417 Slumber1418 Slumber II1419 Slumber III1420 Thorns (Rank 1)1421 Thorns (Rank 2)1422 Thorns (Rank 3)1423 Rend (Rank 1)1424 Dual Wield1425 Shackle Undead (Rank 1)1426 Slow Poison1427 Slow Poison II1428 Rejuvenation (Rank 1)1429 Rejuvenation (Rank 2)1430 Rejuvenation (Rank 3)1431 Rejuvenation (Rank 3)1432 Swipe (Rank 2)1433 Swipe (Rank 3)1434 Tree Form (Rank 1)1435 Entangling Roots (Rank 1)1436 Entangling Roots (Rank 2)1437 Abolish Magic (Rank 1)1439 Tranquility (Rank 1)1441 Travel Form (Shapeshift)1444 Chain Heal (Rank 1)1445 Rip (Rank 1)1446 Aquatic Form (Shapeshift)

Page 101: Mangos Bible 2 1 3

1448 Claw (Rank 1)1449 Arcane Explosion (Rank 1)1450 Arcane Spirit II1451 Arcane Spirit III1452 Arcane Spirit IV1453 Arcane Spirit V1454 Life Tap (Rank 1)1455 Life Tap (Rank 2)1456 Life Tap (Rank 3)1459 Arcane Intellect (Rank 1)1460 Arcane Intellect (Rank 2)1461 Arcane Intellect (Rank 3)1462 Beast Lore1463 Mana Shield (Rank 1)1464 Slam (Rank 1)1467 Arcane Explosion (Rank 1)1468 Arcane Spirit II1469 Arcane Spirit III1470 Arcane Spirit IV1471 Arcane Spirit V1472 Arcane Intellect (Rank 1)1473 Arcane Intellect (Rank 2)1474 Arcane Intellect (Rank 3)1475 Arcane Intellect (Rank 4)1476 Life Tap (Rank 1)1477 Life Tap (Rank 2)1478 Life Tap (Rank 3)1479 Burning Spirit (Rank 4)1481 Mana Shield (Rank 1)1482 Slam (Rank 1)1483 Burning Intellect III1484 Burning Intellect IV1490 Curse of the Elements (Rank 1)1494 Track Beasts1495 Mongoose Bite (Rank 1)1499 Freezing Trap (Rank 1)1510 Volley (Rank 1)1513 Scare Beast (Rank 1)1515 Tame Beast1516 Quick Shot (Rank 1)1522 Pet Upgrade (NYI)1523 Pet Upgrade II (NYI)1524 Pet Upgrade III (NYI)1525 Major Pet Upgrade (NYI)1526 Major Pet Upgrade II (NYI)1527 Major Pet Upgrade III (NYI)

Page 102: Mangos Bible 2 1 3

1528 Free Master (Rank 1)1535 Fire Nova Totem (Rank 1)1536 Longshot II1538 Charging1539 Feed Pet Effect1540 Volley1543 Flare1544 Critical Shot (Rank 1)1545 Critical Shot (Rank 2)1547 Track Beasts1549 Mongoose Bite (Rank 1)1552 Freezing Trap (Rank 1)1557 Full Speed1558 Wounding Shot II1559 Wounding Shot III1560 Wounding Shot IV1561 Wounding Shot V1563 Trueshot Aura (Rank 2)1564 Volley (Rank 1)1567 Scare Beast (Rank 1)1568 Free Master (Rank 1)1571 Soul Fire (Rank 1)1572 Death Coil (Rank 1)1573 Entangle1579 Tame Beast1580 Quick Shot (Rank 1)1581 Quick Shot (Rank 2)1582 Quick Shot (Rank 3)1583 Auto Shot1584 Feed Pet1588 Pet Upgrade1589 Pet Upgrade II1590 Pet Upgrade III1591 Major Pet Upgrade I1592 Major Pet Upgrade II1593 Major Pet Upgrade III1598 Volley1599 Fire Resist (Rank 1)1602 Hunter's Will1603 Flare1604 Dazed1605 Heroic Strike (Rank 1)1606 Heroic Strike (Rank 2)1607 Heroic Strike (Rank 3)1608 Heroic Strike (Rank 4)1610 Heroic Strike (Rank 4)

Page 103: Mangos Bible 2 1 3

1611 Heroic Strike (Rank 5)1612 Defensive Stance1630 Two-Hand Strike1631 Two-Hand Strike II1632 Two-Hand Strike IV1633 Two-Hand Strike V1634 Two-Hand Strike III1640 Enrage (Rank 1)1646 Disarm1647 Slowing Strike II1650 Slowing Strike III1663 Savage Assault III1664 Savage Assault IV1665 Savage Assault V1666 Savage Assault1667 Savage Assault II1668 Savage Assault III1669 Savage Assault IV1670 Savage Assault V1671 Shield Bash (Rank 2)1672 Shield Bash (Rank 3)1675 Shield Bash (Rank 1)1676 Shield Bash (Rank 2)1677 Shield Bash (Rank 3)1680 Whirlwind1685 Whirlwind1698 Shockwave (Rank 1)1702 Shockwave (Rank 1)1706 Levitate1708 Mighty Blow III1709 Mighty Blow IV1710 Summon Felsteed (Summon)1711 Mighty Blow II1712 Mighty Blow III1713 Mighty Blow IV1714 Curse of Tongues (Rank 1)1715 Hamstring (Rank 1)1716 Hamstring (Rank 1)1719 Recklessness1722 Recklessness1725 Distract1728 Distract1731 Defensive Strike1732 Defensive Strike II1733 Defensive Strike1734 Defensive Strike II

Page 104: Mangos Bible 2 1 3

1735 Demoralizing Roar (Rank 2)1736 Demoralizing Roar (Rank 1)1737 Demoralizing Roar (Rank 2)1738 Charge (Rank 1)1739 Morale Boost (NYI)1740 Morale Boost1741 Rally Troops1742 Cower (Rank 1)1747 Cower (Rank 1)1748 Cower (Rank 2)1749 Cower (Rank 3)1750 Cower (Rank 4)1751 Cower (Rank 5)1752 Sinister Strike (Rank 1)1753 Cower (Rank 2)1754 Cower (Rank 3)1755 Cower (Rank 4)1756 Cower (Rank 5)1757 Sinister Strike (Rank 2)1758 Sinister Strike (Rank 3)1759 Sinister Strike (Rank 4)1760 Sinister Strike (Rank 5)1761 Sinister Strike (Rank 1)1762 Sinister Strike (Rank 2)1763 Sinister Strike (Rank 3)1764 Sinister Strike (Rank 4)1765 Sinister Strike (Rank 5)1766 Kick (Rank 1)1767 Kick (Rank 2)1768 Kick (Rank 3)1769 Kick (Rank 4)1771 Kick (Rank 1)1772 Kick (Rank 2)1773 Kick (Rank 3)1774 Kick (Rank 4)1775 Kick (Rank 5)1776 Gouge (Rank 1)1777 Gouge (Rank 2)1780 Gouge (Rank 1)1781 Gouge (Rank 2)1784 Stealth (Rank 1)1785 Stealth (Rank 2)1786 Stealth (Rank 3)1787 Stealth (Rank 4)1789 Stealth (Rank 1)1790 Stealth (Rank 2)

Page 105: Mangos Bible 2 1 3

1791 Stealth (Rank 3)1792 Stealth (Rank 4)1794 Disheartening Blow1795 Disheartening Blow II1796 Disheartening Blow III1797 Disheartening Blow IV1798 Disheartening Blow V1799 Disheartening Blow1800 Disheartening Blow II1801 Disheartening Blow III1802 Disheartening Blow IV1803 Disheartening Blow V1804 Pick Lock1809 Lockpicking (Apprentice)1810 Lockpicking (Journeyman)1811 Scorch (Rank 1)1817 Evasive Slash1818 Evasive Slash II1819 Evasive Slash III1820 Evasive Slash IV1821 Evasive Slash V1822 Rake (Rank 1)1823 Rake (Rank 2)1824 Rake (Rank 3)1825 Lend Pet (NYI)1826 Judgement of Wisdom Intermediate1827 Rake (Rank 1)1828 Rake (Rank 2)1829 Rake (Rank 3)1830 Pyroblast (Rank 2)1831 Blast Wave (Rank 1)1833 Cheap Shot1834 Gathering Speed1837 Holy Resist (Rank 1)1838 Cheap Shot1842 Disarm Trap1845 Disarm Trap1846 Detect Traps1847 One-Handed Swords1848 Divining Chant1849 Beast Claws II1850 Dash (Rank 1)1851 Portal: Stormwind1852 Silenced1853 Growl (Rank 1)1856 Vanish (Rank 1)

Page 106: Mangos Bible 2 1 3

1857 Vanish (Rank 2)1858 Vanish (Rank 1)1859 Vanish (Rank 2)1860 Safe Fall (Passive)1862 Safe Fall (Passive)1864 Torpor (Racial)1865 Torpor (Racial)1872 Holy Light (Rank 1)1873 Holy Light (Rank 2)1874 Holy Light (Rank 3)1875 Devotion Aura (Rank 1)1876 Devotion Aura (Rank 3)1877 Devotion Aura (Rank 5)1878 Lay on Hands (Rank 1)1881 Summon Hive'Zara Hatchling1885 Seal of Fortitude (NSE)1886 Seal of Fortitude II (NSE)1887 Seal of Fortitude III (NSE)1893 Seal of Shadow1894 Seal of Shadow II1895 Seal of Fire * (NSE)1896 Seal of Fire II * (NSE)1897 Divine Shield (Rank 1)1898 Divine Shield (Rank 2)1900 Holy Flurry1901 Holy Flurry II1902 Holy Flurry IV1904 Holy Flurry III1905 Share Powers1906 Debilitating Charge1907 Righteous Aura III1908 Uber Heal Over Time1909 Blessing of Freedom1911 Blessing of Protection (Rank 1)1912 Blessing of Salvation1913 Holy Light (Rank 4)1914 Holy Light (Rank 5)1916 Sacrifice (NSE)1918 Staff Strike III (Disabled)1920 Firestaff III1921 Firestaff IV1922 Firestaff V1923 Firestaff1924 Firestaff II1925 Firestaff III1926 Firestaff IV

Page 107: Mangos Bible 2 1 3

1927 Firestaff V1928 Staff Strike1929 Staff Strike II1930 Staff Strike III1931 Staff Strike IV1932 Staff Strike V1933 Twirling Novastrike II1934 Twirling Novastrike1935 Twirling Novastrike II1936 Teleport Anvilmar1937 Purify1938 Strength of the Bear1940 Rocket Blast1942 Fire Imp1943 Rupture (Rank 1)1944 Shadow Imp1946 Greater Imp1948 Greater Fire Imp1949 Hellfire (Rank 1)1950 Greater Shadow Imp1952 Nether Imp1953 Blink1954 Greater Nether Imp1966 Feint (Rank 1)1978 Serpent Sting (Rank 1)1980 Bombard1981 Fire II1982 Fire III1983 Fire IV1984 Fire V1985 Sniper Shot (Rank 1)1988 Scatter Shot1989 Scatter Shot II1990 Scatter Shot III1991 Scatter Shot IV1992 Scatter Shot V1993 Dizzy Shot1994 Dizzy Shot II1995 Dizzy Shot III1996 Hip Shot1997 Hip Shot II1998 Hip Shot III2000 Head Shot2001 Head Shot II2002 Head Shot III2003 Serpent Sting (Rank 1)

Page 108: Mangos Bible 2 1 3

2004 Silencing Shot (Rank 1)2005 Bombard2006 Resurrection (Rank 1)2008 Ancestral Spirit (Rank 1)2010 Resurrection (Rank 2)2013 Resurrection (Rank 1)2014 Ancestral Spirit (Rank 1)2016 Resurrection (Rank 2)2018 Blacksmithing (Apprentice)2020 Apprentice Blacksmith2021 Journeyman Blacksmith2023 Restore Mana2024 Healing Potion2049 Prayer of Healing (Rank 3)2050 Lesser Heal (Rank 1)2051 Lesser Heal (Rank 1)2052 Lesser Heal (Rank 2)2053 Lesser Heal (Rank 3)2054 Heal (Rank 1)2055 Heal (Rank 2)2056 Lesser Heal (Rank 2)2057 Lesser Heal (Rank 3)2058 Heal (Rank 1)2059 Heal (Rank 2)2060 Greater Heal (Rank 1)2061 Flash Heal (Rank 1)2065 Greater Heal (Rank 1)2066 Flash Heal (Rank 1)2067 Greater Heal (Rank 3)2068 Greater Heal (Rank 4)2069 Greater Heal (Rank 2)2070 Sap (Rank 2)2075 Searing Totem (Rank 1)2076 Earthbind Totem2090 Rejuvenation (Rank 4)2091 Rejuvenation (Rank 5)2092 Rejuvenation (Rank 4)2093 Rejuvenation (Rank 5)2094 Blind2095 Stance Rage (+3 Off/Def)2096 Mind Vision (Rank 1)2097 Mind Vision (Rank 1)2098 Eviscerate (Rank 1)2108 Leatherworking (Apprentice)2110 FIRESTAFF (DND)2115 Meditation (Rank 1)

Page 109: Mangos Bible 2 1 3

2116 Magic Resist (Rank 1)2117 Parry Mastery (Rank 1)2118 Dodge Mastery (Rank 1)2119 Nature Resist (Rank 1)2120 Flamestrike (Rank 1)2121 Flamestrike (Rank 2)2123 Holy Affinity (Rank 1)2124 Flamestrike (Rank 1)2125 Flamestrike (Rank 2)2132 Freeze2133 Freeze II2134 Freeze III2135 Freeze IV2136 Fire Blast (Rank 1)2137 Fire Blast (Rank 2)2138 Fire Blast (Rank 3)2139 Counterspell2140 Stasis Effect (Rank 1)2141 Fire Blast (Rank 1)2142 Fire Blast (Rank 2)2143 Fire Blast (Rank 3)2147 Mending2148 Periodic Shadow Storm2149 Handstitched Leather Boots2152 Light Armor Kit2153 Handstitched Leather Pants2154 Journeyman Leatherworking2155 Apprentice Leatherworking2156 Light Winter Cloak2157 Light Winter Boots2158 Fine Leather Boots2159 Fine Leather Cloak2160 Embossed Leather Vest2161 Embossed Leather Boots2162 Embossed Leather Cloak2163 White Leather Jerkin2164 Fine Leather Gloves2165 Medium Armor Kit2166 Toughened Leather Armor2167 Dark Leather Boots2168 Dark Leather Cloak2169 Dark Leather Tunic2171 Pattern: Light Winter Cloak2172 Pattern: Light Winter Boots2173 Pattern: Fine Leather Boots2174 Pattern: White Leather Jerkin

Page 110: Mangos Bible 2 1 3

2175 Pattern: Fine Leather Gloves2176 Pattern: Dark Leather Tunic2177 Embossed Leather Boots2178 Embossed Leather Cloak2179 Dark Leather Cloak2180 Toughened Leather Armor2181 Dark Leather Boots2259 Alchemy (Apprentice)2275 Apprentice Alchemist2280 Journeyman Alchemist2313 True Fulfillment2329 Elixir of Lion's Strength2330 Minor Healing Potion2331 Minor Mana Potion2332 Minor Rejuvenation Potion2333 Elixir of Lesser Agility2334 Elixir of Minor Fortitude2335 Swiftness Potion2336 Elixir of Tongues2337 Lesser Healing Potion2338 Handstitched Leather Pants2339 Minor Mana Potion2340 Minor Rejuvenation Potion2341 Lesser Healing Potion2342 Recipe: Elixir of Minor Agility2351 Sanctuary2353 Sanctuary II2354 Sanctuary III2355 Sanctuary2356 Sanctuary II2357 Sanctuary III2358 Shadowskin2359 Shadowskin II2360 Shadowskin III2361 Tracking (TEST)2362 Create Spellstone2363 Recipe: Elixir of Minor Fortitude2364 Recipe: Swiftness Potion2365 Recipe: Elixir of Tongues2366 Herb Gathering (Apprentice)2367 Lesser Strength2368 Herb Gathering (Journeyman)2369 Herb Gathering2370 Rejuvenation Potion2371 Herb Gathering2372 Apprentice Herbalist

Page 111: Mangos Bible 2 1 3

2373 Journeyman Herbalist2374 Lesser Agility2376 Lesser Intellect2378 Health2379 Speed2380 Resistance2381 Resistance (OLD)2382 Generic2383 Find Herbs2385 Brown Linen Vest2386 Linen Boots2387 Linen Cloak2389 Red Linen Robe2392 Red Linen Shirt2393 White Linen Shirt2394 Blue Linen Shirt2395 Barbaric Linen Vest2396 Green Linen Shirt2397 Reinforced Linen Cape2399 Green Woolen Vest2400 Transfer Power2401 Woolen Boots2402 Woolen Cape2403 Gray Woolen Robe2406 Gray Woolen Shirt2408 Pattern: Red Linen Robe2411 Pattern: Gray Woolen Robe2414 Red Linen Shirt2415 White Linen Shirt2416 Blue Linen Shirt2417 Barbaric Linen Vest2418 Green Linen Shirt2419 Reinforced Linen Cape2421 Green Woolen Vest2422 Woolen Boots2423 Woolen Cape2424 Gray Woolen Shirt2425 Spotted2426 Base Stealth2432 Numbing Strike2433 Numbing Strike II2434 Numbing Strike III2435 Numbing Strike IV2436 Numbing Strike V2442 Smashing Blow2443 Smashing Blow II

Page 112: Mangos Bible 2 1 3

2444 Smashing Blow III2445 Smashing Blow IV2446 Smashing Blow V2452 Reckless Assault2453 Reckless Assault II2454 Reckless Assault III2455 Reckless Assault IV2456 Reckless Assault V2457 Battle Stance2458 Berserker Stance2467 Battle Stance2468 Berserker Stance2469 Offensive Stance (Rank 2)2470 Offensive Stance (Rank 3)2473 Power Stance II2479 Honorless Target2480 Shoot Bow2481 Find Treasure (Racial)2484 Earthbind Totem2507 Stunning Smash2508 Stunning Smash II2509 Stunning Smash III2510 Stunning Smash IV2511 Stunning Smash V2512 Divine Strike (Rank 1)2513 Divine Strike (Rank 2)2514 Divine Strike (Rank 3)2515 Divine Strike (Rank 4)2516 Divine Strike (Rank 5)2537 Crusader Strike (Rank 1)2538 Charred Wolf Meat2539 Spiced Wolf Meat2540 Roasted Boar Meat2541 Coyote Steak2542 Goretusk Liver Pie2543 Westfall Stew2544 Crab Cake2545 Cooked Crab Claw2546 Dry Pork Ribs2547 Redridge Goulash2548 Succulent Pork Ribs2549 Seasoned Wolf Kabob2550 Cooking (Apprentice)2551 Apprentice Cook2552 Expert Cook2553 Recipe: Goretusk Liver Pie

Page 113: Mangos Bible 2 1 3

2554 Recipe: Westfall Stew2555 Recipe: Cooked Crab Claw2556 Recipe: Redridge Goulash2557 Recipe: Succulent Pork Ribs2558 Recipe: Seasoned Wolf Kabob2559 Spiced Wolf Meat2561 Coyote Steak2562 Crab Cake2563 Dry Pork Ribs2564 Dodge!2565 Shield Block2567 Thrown2568 Dodge!2569 Parry!2570 Shield Block2575 Mining (Apprentice)2576 Mining (Journeyman)2577 Mining2578 Mining2579 Mining2580 Find Minerals2581 Apprentice Miner2582 Journeyman Miner2584 Waiting to Resurrect2585 Eye of Kilrogg Passive (DND) (Rank 1)2589 Backstab (Rank 2)2590 Backstab (Rank 3)2591 Backstab (Rank 4)2592 Backstab (Rank 1)2593 Backstab (Rank 2)2594 Backstab (Rank 3)2595 Backstab (Rank 4)2596 Touch of the Black Claw2597 Rejuvenation Potion2598 Rejuvenation (OLD)2599 Rejuvenation Potion2600 Rejuvenation Potion2601 Fire Shield III2602 Fire Shield IV2603 Fire Shield III2604 Fire Shield IV2605 Sharpen Blade2606 Shock (Rank 2)2607 Shock (Rank 1)2608 Shock (Rank 3)2609 Shock (Rank 4)

Page 114: Mangos Bible 2 1 3

2610 Shock (Rank 5)2611 Shock (Rank 1)2612 Shock (Rank 2)2613 Shock (Rank 3)2614 Shock (Rank 4)2615 Shock (Rank 5)2620 Lightning Storm (Rank 1)2621 Lightning Storm (Rank 2)2626 Lightning Bolt Proc V2627 Dagger Strike (Disabled)2628 Dagger Strike II (Disabled)2629 Dagger Strike III (Disabled)2630 Dagger Strike IV (Disabled)2631 Dagger Strike2632 Dagger Strike II2633 Dagger Strike III2634 Dagger Strike IV2635 Beast Slayer (Rank 1)2636 Dagger Strike V2637 Hibernate (Rank 1)2639 Food2641 Dismiss Pet2643 Multi-Shot (Rank 1)2645 Ghost Wolf2647 Freeze III PROC2649 Growl (Rank 1)2650 Tame Pet (TEST)2651 Elune's Grace (Rank 1)2652 Touch of Weakness (Rank 1)2653 Damage 100 (TEST)2654 Summon Tamed (TEST)2656 Smelting2657 Smelt Copper2658 Smelt Silver2659 Smelt Bronze2660 Rough Sharpening Stone2661 Copper Chain Belt2662 Copper Chain Pants2663 Copper Bracers2664 Runed Copper Bracers2665 Coarse Sharpening Stone2666 Runed Copper Belt2667 Runed Copper Breastplate2668 Rough Bronze Leggings2670 Rough Bronze Cuirass2671 Rough Bronze Bracers

Page 115: Mangos Bible 2 1 3

2672 Patterned Bronze Bracers2673 Silvered Bronze Breastplate2674 Heavy Sharpening Stone2675 Shining Silver Breastplate2676 Pulverize2678 Holy Smash (Rank 1)2683 Holy Smash (Rank 2)2684 Holy Smash (Rank 3)2685 Holy Smash (Rank 4)2686 Holy Smash (Rank 5)2687 Bloodrage2688 Bloodrage2689 Soul Steal2690 Soul Steal Effect2691 Mana Burn2692 Heroic Strength (Rank 1)2693 Holy Staff II2694 Holy Staff III2695 Holy Staff IV2696 Holy Staff V2698 Smash (Rank 1)2703 Smash (Rank 2)2704 Smash (Rank 3)2705 Smash (Rank 4)2706 Smash (Rank 5)2708 Spirit Staff2713 Spirit Staff II2714 Spirit Staff III2715 Spirit Staff IV2716 Spirit Staff V2718 Shadow Dagger2723 Shadow Dagger II2724 Shadow Dagger III2725 Shadow Dagger IV2726 Shadow Dagger V2732 Shadow Staff2733 Shadow Staff II2734 Shadow Staff III2735 Shadow Staff IV2736 Shadow Staff V2737 Copper Mace2738 Copper Axe2739 Copper Shortsword2740 Bronze Mace2741 Bronze Axe2742 Bronze Shortsword

Page 116: Mangos Bible 2 1 3

2743 Copper Chain Pants2744 Copper Chain Belt2745 Runed Copper Bracers2746 Coarse Sharpening Stone2747 Runed Copper Belt2749 Rough Bronze Leggings2750 Rough Bronze Cuirass2751 Patterned Bronze Bracers2752 Heavy Sharpening Stone2753 Shining Silver Breastplate2754 Copper Mace2755 Copper Axe2756 Copper Shortsword2757 Bronze Mace2758 Bronze Axe2759 Bronze Shortsword2760 Plans: Runed Copper Breastplate2761 Plans: Rough Bronze Bracers2762 Plans: Silvered Bronze Breastplate2764 Throw2766 KJORDAN (TEST)2767 Shadow Word: Pain (Rank 5)2769 Holy Word: Might (Rank 4)2772 Holy Word: Protect (Rank 4)2773 Holy Word: Protect (Rank 5)2782 Remove Curse2786 Remove Curse (Rank 2)2788 Remove Curse2791 Power Word: Fortitude (Rank 4)2793 Power Word: Fortitude (Rank 4)2795 Beer Basted Boar Ribs2796 Recipe: Beer Basted Boar Ribs2797 Mind Bomb Effect (Rank 1)2798 Mind Rot II2799 Shadow Word: Pain (Rank 5)2800 Lay on Hands (Rank 2)2804 Lay on Hands (Rank 2)2810 Seal of Frost2811 Seal of Frost II2812 Holy Wrath (Rank 1)2816 Bark of Doom2817 Teach Bark of Doom2818 Deadly Poison (Rank 1)2819 Deadly Poison II (Rank 2)2823 Deadly Poison (Rank 1)2824 Deadly Poison II (Rank 2)

Page 117: Mangos Bible 2 1 3

2828 Sharpen Blade (Rank 1)2829 Sharpen Blade II2830 Sharpen Blade III2831 Armor +82832 Armor +162833 Armor +242834 Periodic Thunderclap2835 Deadly Poison (Rank 1)2836 Detect Traps2837 Deadly Poison II (Rank 2)2838 Creeping Pain2840 Creeping Anguish2841 Creeping Torment2842 Poisons2843 Deadly Poison (Rank 1)2844 Deadly Poison (Rank 2)2845 Creeping Pain2846 Creeping Anguish2847 Creeping Torment2848 Dodge!2850 Parry!2851 Power Word: Shield (Rank 1)2855 Detect Magic2857 Chant of Regeneration III2858 Detect Magic2859 Chant of Regeneration V2860 Chain Lightning (Rank 3)2862 Chain Lightning (Rank 3)2863 Chain Lightning (Rank 4)2865 Spirit Armor (Rank 5)2868 Fire Resistance (Rank 1)2869 Resist Fire II2870 Cure Disease2871 Nullify Disease (Rank 1)2874 Cure Disease2875 Nullify Disease (Rank 1)

2878 Turn Undead (Rank 1)2879 Earthquake III2880 Stun2881 Light Leather2882 Bear Form (PT) (NYI)2883 Embossed Leather Vest2884 Medium Armor Kit2886 Fine Leather Cloak2889 Faerie Fire (Rank 4)

Page 118: Mangos Bible 2 1 3

2890 Ice Barrier (Rank 1)2893 Abolish Poison2897 Abolish Poison2898 Viper Sting (Rank 1)2899 Eyes of the Beast2908 Soothe Animal (Rank 1)2910 Soothe Animal (Rank 1)2912 Starfire (Rank 1)2914 Starfire (Rank 1)2916 (OLD) Magic Focus (Rank 1)2919 Entangling Roots (Rank 3)2920 Entangling Roots (Rank 4)2923 Rooting Attack2927 Rooting Attack II2928 Rooting Attack III2929 Rooting Attack IV2941 Immolate (Rank 4)2942 Immolate (Rank 4)2943 Touch of Weakness (Rank 1)2944 Devouring Plague (Rank 1)2945 Searing Pain (Rank 1)2946 Devouring Plague (Rank 1)2947 Fire Shield (Rank 1)2948 Scorch (Rank 1)2949 Fire Shield (Rank 1)2950 Anti-Holy (Rank 2)2951 Hellfire III2952 Hellfire III2963 Bolt of Linen Cloth2964 Bolt of Woolen Cloth2965 Shadow Bolt (Rank 1)2966 Bolt of Woolen Cloth2967 Linen Boots2969 Aura Leech (PT)2970 Detect Invisibility2971 Detect Lesser Invisibility2972 Detect Invisibility2973 Raptor Strike (Rank 1)2974 Wing Clip (Rank 1)2975 Claw (Rank 5)2976 Claw (Rank 6)2977 Claw (Rank 7)2978 Raptor Strike (Rank 1)2979 Wing Clip (Rank 1)2980 Claw (Rank 1)2981 Claw (Rank 2)

Page 119: Mangos Bible 2 1 3

2982 Claw (Rank 3)2983 Sprint (Rank 1)2984 Sprint (Rank 1)2995 Poisons2996 Brown Linen Vest3006 Head Shot IV3007 Longshot III3009 Claw (Rank 8)3010 Claw (Rank 7)3011 Fire Shot (Rank 1)3013 Volley II3014 Volley II3015 Bombard II3016 Bombard II3017 Immune Effect (TEST)3018 Shoot (TEST)3019 Berserk3023 Debuff Nature (TEST)3025 Cat Form (Passive) (Passive)3026 Use Soulstone3029 Claw (Rank 2)3030 Claw (Rank 2)3031 Feline Quickness3033 Scout Form3034 Viper Sting (Rank 1)3039 Trueshot (Rank 1)3040 Trueshot (Rank 2)3041 Trueshot (Rank 3)3042 Trueshot (Rank 4)3043 Scorpid Sting (Rank 1)3044 Arcane Shot (Rank 1)3045 Rapid Fire3046 Holy Nova (Rank 2)3047 Scorpid Sting (Rank 1)3048 Arcane Shot (Rank 1)3049 Rapid Fire3050 Detect3052 Fire Shield Effect3053 Fire Shield Effect II3054 Fire Shield Effect III3055 Fire Shield Effect IV3062 Rejuvenation (Rank 3)3063 Rejuvenation (Rank 4)3064 Holy Word: Shield (Rank 6)3065 Arcane Intellect (Rank 2)3066 Arcane Intellect (Rank 3)

Page 120: Mangos Bible 2 1 3

3067 Blizzard (Rank 1)3068 Blizzard (Rank 2)3069 Sleep (Rank 3)3070 Renew (Rank 1)3071 Renew (Rank 2)3072 Renew (Rank 3)3073 Fire Blast (Rank 1)3074 Fire Blast (Rank 2)3075 Fire Blast (Rank 3)3079 Holy Word: Fortitude (Rank 2)3080 Holy Word: Fortitude (Rank 3)3081 Holy Word: Fortitude (Rank 4)3082 Holy Word: Shield (Rank 1)3083 Holy Word: Shield (Rank 2)3084 Holy Word: Shield (Rank 3)3085 Greater Heal (Rank 1)3086 Shadow Word: Befuddle (Rank 1)3087 Lightning Storm (Rank 1)3088 Lightning Storm (Rank 2)3089 Lightning Bolt (Rank 4)3090 Shock (Rank 1)3091 Shock (Rank 2)3092 Shock (Rank 3)3093 Seal of Righteousness (Rank 2)3094 Seal of Righteousness (Rank 3)3095 Life Tap (Rank 1)3096 Life Tap (Rank 2)3097 Life Tap (Rank 3)3099 Detect Lesser Invisibility (Rank 1)3100 Blacksmithing (Journeyman)3101 Alchemy (Journeyman)3102 Cooking (Journeyman)3104 Leatherworking (Journeyman)3105 Curse of Stalvan3106 Aura of Rot3107 Summon Eliza's Guard3108 Touch of Death3109 Presence of Death3110 Firebolt (Rank 1)3111 Mend Pet (Rank 2)3112 Enhance Blunt Weapon3113 Enhance Blunt Weapon II3114 Enhance Blunt Weapon III3115 Rough Weightstone3116 Coarse Weightstone3117 Heavy Weightstone

Page 121: Mangos Bible 2 1 3

3118 Coarse Weightstone3119 Heavy Weightstone3120 Sol L3121 Kev3122 Tree Form (Passive) (Passive)3124 Parry3126 Parry3127 Parry (Passive)3128 Parry3129 Frost Breath3130 Ice Claw3131 Frost Breath3132 Chilling Breath3133 Beast Claws III3134 Beast Claws II3135 Beast Claws III3136 Frenzied Command3137 Abolish Poison Effect3138 Beast Rage II3139 Swipe (Rank 1)3140 Fireball (Rank 4)3141 Feather Fall (Rank 1)3142 Fireball (Rank 4)3143 Glacial Roar3145 Icy Grasp3146 Daunting Growl3147 Rend Flesh3148 Head Crack3149 Furious Howl3150 Rabies3151 Crazed Hunger3157 Lesser Agility3158 Lesser Agility3159 Agility3160 Agility3161 Lesser Strength3162 Lesser Strength3163 Strength3164 Strength3165 Lesser Intellect3166 Lesser Intellect3167 Intellect3168 Intellect3169 Invulnerability3170 Weak Troll's Blood Potion3171 Elixir of Wisdom

Page 122: Mangos Bible 2 1 3

3172 Minor Magic Resistance Potion3173 Lesser Mana Potion3174 Elixir of Poison Resistance3175 Limited Invulnerability Potion3176 Strong Troll's Blood Potion3177 Elixir of Defense3178 Elixir of Fortitude3179 Elixir of Wisdom3180 Recipe: Minor Magic Resistance Potion3181 Lesser Mana Potion3182 Recipe: Elixir of Poison Resistance3183 Recipe: Limited Invulnerability Potion3184 Weak Troll's Blood Potion3185 Strong Troll's Blood Potion3186 Elixir of Defense3187 Recipe: Elixir of Lesser Agility3188 Elixir of Ogre's Strength3189 Recipe: Elixir of Ogre's Strength3196 Taunt (Rank 1)3204 Sapper Explode3205 Sol M3206 Sol H3207 Sol U3210 Nullify Disease (Rank 1)3211 Nullify Disease (Rank 2)3212 Cure Poison (Rank 1)3214 Lightning Storm (Rank 3)3215 Resurrection (Rank 1)3216 Resurrection (Rank 2)3217 Call Spirit (Rank 1)3218 Call Spirit (Rank 2)3219 Regeneration3220 Armor3221 Regeneration3222 Regeneration3223 Regeneration3229 Quick Bloodlust3230 Elixir of Minor Agility3231 zzOLDWhirlwind Effect (Rank 1)3232 Gouge Stun Test3233 Evil Eye3234 Disease Touch3235 Rancid Blood3237 Curse of Thule3238 Nimble Reflexes3240 Bloody Explosion

Page 123: Mangos Bible 2 1 3

3242 Ravage3243 Life Harvest3245 Chicken3246 Chicken Other3247 Agonizing Pain3248 Improved Blocking3252 Shred3256 Plague Cloud3258 Savage Rage3260 Violent Shield Effect3261 Ignite3263 Touch of Ravenclaw3264 Blood Howl3267 First Aid (Rank 3)3268 First Aid (Rank 4)3269 Blessing of Thule3271 Fatigued3273 First Aid (Apprentice)3274 First Aid (Journeyman)3275 Linen Bandage3276 Heavy Linen Bandage3277 Wool Bandage3278 Heavy Wool Bandage3279 Apprentice First Aid3280 Journeyman First Aid3281 Heavy Linen Bandage3282 Wool Bandage3283 Heavy Wool Bandage3284 Violent Shield3286 Bind3287 Ghoul Form3288 Moss Hide3292 Heavy Copper Broadsword3293 Copper Battle Axe3294 Thick War Axe3295 Deadly Bronze Poniard3296 Heavy Bronze Mace3297 Mighty Iron Hammer3298 Heavy Copper Broadsword3299 Copper Battle Axe3300 Thick War Axe3301 Heavy Bronze Mace3302 Plans: Deadly Bronze Poniard3303 Plans: Mighty Iron Hammer3304 Smelt Tin3307 Smelt Iron

Page 124: Mangos Bible 2 1 3

3308 Smelt Gold3313 Smelt Tin3314 Smelt Bronze3315 Smelt Gold3316 Smelt Iron3317 Smelt Silver3319 Copper Chain Boots3320 Rough Grinding Stone3321 Copper Chain Vest3322 Rancid Blood3323 Runed Copper Gauntlets3324 Runed Copper Pants3325 Gemmed Copper Gauntlets3326 Coarse Grinding Stone3328 Rough Bronze Shoulders3329 Creature - Frog Form3330 Silvered Bronze Shoulders3331 Silvered Bronze Boots3332 Slow Poison3333 Silvered Bronze Gauntlets3334 Green Iron Boots3335 Dark Sludge3336 Green Iron Gauntlets3337 Heavy Grinding Stone3338 Rancid Ooze3339 Rancid Ooze Effect3340 Copper Chain Boots3341 Rough Grinding Stone3342 Runed Copper Gauntlets3343 Runed Copper Pants3344 Coarse Grinding Stone3345 Rough Bronze Shoulders3346 Silvered Bronze Boots3347 Silvered Bronze Gauntlets3348 Heavy Grinding Stone3349 Plans: Copper Chain Vest3350 Plans: Gemmed Copper Gauntlets3351 Plans: Silvered Bronze Shoulders3352 Plans: Green Iron Boots3353 Plans: Green Iron Gauntlets3354 Rain of Fire (Rank 1)3355 Freezing Trap Effect (Rank 1)3356 Flame Lash3358 Leech Poison3359 Drink Potion3360 Curse of the Eye

Page 125: Mangos Bible 2 1 3

3361 Dummy NPC Summon3362 Dire Wolf (TEST)3363 Summon Riding Gryphon3364 Remove Curse (Rank 1)3365 Opening3366 Opening3368 Drink Minor Potion3369 Potion Strength II3370 Crocolisk Steak3371 Blood Sausage3372 Murloc Fin Soup3373 Crocolisk Gumbo3376 Curiously Tasty Omelet3377 Gooey Spider Cake3378 Recipe: Gooey Spider Cake3379 Recipe: Curiously Tasty Omelet3380 Recipe: Crocolisk Gumbo3381 Recipe: Murloc Fin Soup3382 Recipe: Blood Sausage3383 Recipe: Barbecued Buzzard Wing3385 Boar Charge3386 Spears3387 Rage of Thule3388 Deadly Leech Poison3389 Ward of the Eye3390 Helcular's Spawn3391 Thrash3393 Consume Flesh3394 Consume Flesh3396 Corrosive Poison3397 Big Bear Steak3398 Hot Lion Chops3399 Tasty Lion Steak3400 Soothing Turtle Bisque3401 Recipe: Big Bear Steak3402 Recipe: Hot Lion Chops3403 Recipe: Tasty Lion Steak3404 Recipe: Soothing Turtle Bisque3405 Soul Rend3407 Rune of Opening3408 Crippling Poison (Rank 1)3409 Crippling Poison (Rank 1)3412 Journeyman Cook3413 Cooking (Expert)3416 Fiend Fury3417 Thrash

Page 126: Mangos Bible 2 1 3

3418 Improved Blocking3419 Improved Blocking3420 Crippling Poison (Rank 1)3421 Crippling Poison II (Rank 2)3422 Crippling Poison (Rank 1)3423 Crippling Poison (Rank 2)3424 Tainted Howl3427 Infected Wound3428 Summon Flesh Eating Worms3429 Plague Mind3433 Cleave (Rank 2)3434 Cleave (Rank 3)3435 Cleave (Rank 4)3436 Wandering Plague3439 Wandering Plague3440 MACESTAFFSPECIAL (DND)3442 Enslave3443 Enchanted Quickness3446 Ravage3447 Healing Potion3448 Lesser Invisibility Potion3449 Shadow Oil3450 Elixir of Fortitude3451 Mighty Troll's Blood Potion3452 Mana Potion3453 Elixir of Detect Lesser Invisibility3454 Frost Oil3455 Recipe: Elixir of Fortitude3456 Recipe: Mighty Troll's Blood Potion3457 Recipe: Elixir of Detect Lesser Invisibility3458 Healing Potion3459 Lesser Invisibility Potion3460 Shadow Oil3461 Mana Potion3463 Frost Oil3464 Alchemy (Expert)3465 Expert Alchemist3467 Kick (Rank 6)3472 Holy Light (Rank 6)3473 Holy Light (Rank 6)3474 Holy Light (Rank 6)3477 Spirit Steal3485 Wail of Nightlash3488 Felstrom Resurrection3490 Frenzied Rage3491 Big Bronze Knife

Page 127: Mangos Bible 2 1 3

3492 Hardened Iron Shortsword3493 Jade Serpentblade3494 Solid Iron Maul3495 Golden Iron Destroyer3496 Moonsteel Broadsword3497 Frost Tiger Blade3498 Massive Iron Axe3499 Summon Sloth3500 Shadow Crescent Axe3501 Green Iron Bracers3502 Green Iron Helm3503 Golden Scale Coif3504 Green Iron Shoulders3505 Golden Scale Shoulders3506 Green Iron Leggings3507 Golden Scale Leggings3508 Green Iron Hauberk3509 Sloth Passive3510 Sloth Effect3511 Golden Scale Cuirass3512 Sludge Passive3513 Polished Steel Boots3514 Sludge3515 Golden Scale Boots3516 Big Bronze Knife3517 Hardened Iron Shortsword3518 Solid Iron Maul3519 Moonsteel Broadsword3520 Massive Iron Axe3521 Green Iron Bracers3522 Green Iron Helm3524 Green Iron Leggings3525 Green Iron Hauberk3526 Plans: Jade Serpentblade3527 Summon Sludge3528 Plans: Golden Iron Destroyer3529 Plans: Frost Tiger Blade3530 Plans: Shadow Crescent Axe3531 Plans: Green Iron Shoulders3532 Plans: Golden Scale Shoulders3533 Plans: Golden Scale Leggings3534 Plans: Golden Scale Cuirass3535 Plans: Polished Steel Boots3536 Plans: Golden Scale Boots3537 Minions of Malathrom3538 Blacksmithing (Expert)

Page 128: Mangos Bible 2 1 3

3539 Expert Blacksmith3542 Naraxis Web3547 Enraging Memories3551 Skull Crack3552 Conjure Mana Jade3553 Conjure Mana Jade3559 Ethereal Form (Rank 1)3560 Resist Frost (Rank 1)3561 Teleport: Stormwind3562 Teleport: Ironforge3563 Teleport: Undercity3564 Mining (Expert)3565 Teleport: Darnassus3566 Teleport: Thunder Bluff3567 Teleport: Orgrimmar3568 Expert Miner3569 Smelt Steel3570 Herb Gathering (Expert)3571 Expert Herbalist3574 Skin of Rock3576 Counterspell3577 Teleport: Undercity3578 Teleport: Darnassus3579 Teleport: Thunder Bluff3580 Teleport: Orgrimmar3581 Teleport: Ironforge3582 Torch Burst3583 Deadly Poison3584 Volatile Infection3585 Volatile Infection3586 Volatile Infection3587 Volatile Infection3589 Deafening Screech3591 Blessing of the Holy Spring3592 Cure Ailments3593 Health II3594 Shadow Oil3595 Frost Oil3596 Smelt Steel3598 Smash (Rank 6)3599 Searing Totem (Rank 1)3600 Earthbind3602 Torch Burst3603 Distracting Pain3604 Tendon Rip3605 Summon Remote-Controlled Golem

Page 129: Mangos Bible 2 1 3

3606 Attack (Rank 1)3607 Yenniku's Release3609 Paralyzing Poison3611 Minion of Morganth3612 Bloodscalp Pet3615 Summon Dalaran Serpent3616 Poison Proc3617 Quiet Suicide3618 Self Stun3621 Skullsplitter Pet3627 Rejuvenation (Rank 6)3628 Rejuvenation (Rank 6)3630 Beast Rage III3631 Battle Fury3635 Crystal Gaze3636 Crystalline Slumber3637 Improved Blocking III3639 Improved Blocking3644 Speak with Heads3648 Phase Out3650 Sling Mud3651 Shield of Reflection3652 Summon Spirit of Old3653 Spirit of Old3655 Summon Shield Guard3657 Summon Spell Guard3658 Summon Theurgist3659 Mage Sight3660 Create Soul Gem3661 Mend Pet (Rank 3)3662 Mend Pet (Rank 4)3663 Mend Pet (Rank 3)3664 Mend Pet (Rank 4)3666 Claw (Rank 8)3667 Claw (Rank 4)3669 Trueshot (Rank 5)3670 Unlock Maury's Foot3671 Cracking Stone3672 Crumbling Stone3673 Reduced to Rubble3674 Black Arrow (Rank 1)3675 Black Arrow (Rank 1)3678 Focusing3680 Lesser Invisibility3682 Slow (Rank 2)3684 Judgement (Rank 1)

Page 130: Mangos Bible 2 1 3

3686 Immolate (Rank 4)3688 Fireball (Rank 1)3690 Exorcism (Rank 1)3691 Ghost Wolf (Rank 1)3692 Detect Invisibility (Rank 2)3693 Burning Spirit (Rank 4)3694 Seal of Reckoning (Rank 1)3695 Seal of Reckoning (Rank 2)3696 Conjure Water (Rank 2)3697 Divine Protection (Rank 1)3698 Health Funnel (Rank 2)3699 Health Funnel (Rank 3)3700 Health Funnel (Rank 4)3701 Health Funnel (Rank 2)3702 Health Funnel (Rank 3)3703 Health Funnel (Rank 4)3704 Health Funnel (Rank 1)3705 Health Funnel (Rank 2)3706 Health Funnel (Rank 3)3707 Health Funnel (Rank 4)3710 Mana Funnel (Rank 1)3713 Seal of Wisdom (Rank 2)3714 Dark Ritual3715 Dark Ritual II3716 Torment (Rank 1)3718 Syndicate Bomb3719 Debuff Holy Resist (TEST)3720 Throw Syndicate Bomb3721 Teleport Altar of the Tides3722 Summon Syndicate Spectre3723 Frost Ward (Rank 1)3724 Conjure Mana Gem (Rank 1)3725 Purify3726 Thunder Clap (Rank 1)3728 Shock (Rank 4)3729 Shock (Rank 5)3730 Initialize Image3732 Hellfire (Rank 1)3733 Demon Breath (Rank 1)3734 Regrowth (Rank 1)3735 Healing Touch (Rank 1)3737 Wrath (Rank 1)3739 Faerie Fire (Feral) (Rank 2)3741 Holy Resist (Rank 1)3742 Static Electricity3744 Holy Smash (Rank 6)

Page 131: Mangos Bible 2 1 3

3745 Levitate (Rank 1)3747 Power Word: Shield (Rank 4)3748 Holy Word: Shield (Rank 4)3750 Remove Curse (Rank 2)3751 Rain of Fire (Rank 2)3752 Shadow Word: Pain (Rank 5)3753 Handstitched Leather Belt3755 Linen Bag3756 Embossed Leather Gloves3757 Woolen Bag3758 Green Woolen Bag3759 Embossed Leather Pants3760 Hillman's Cloak3761 Fine Leather Tunic3762 Hillman's Leather Vest3763 Fine Leather Belt3764 Hillman's Leather Gloves3765 Dark Leather Gloves3766 Dark Leather Belt3767 Hillman's Belt3768 Hillman's Shoulders3769 Dark Leather Shoulders3770 Toughened Leather Gloves3771 Barbaric Gloves3772 Green Leather Armor3773 Guardian Armor3774 Green Leather Belt3775 Guardian Belt3776 Green Leather Bracers3777 Guardian Leather Bracers3778 Gem-studded Leather Belt3779 Barbaric Belt3780 Heavy Armor Kit3781 Heavy Armor Kit3782 Handstitched Leather Belt3783 Linen Bag3784 Embossed Leather Gloves3785 Woolen Bag3786 Embossed Leather Pants3787 Hillman's Cloak3788 Fine Leather Tunic3789 Fine Leather Belt3790 Hillman's Leather Gloves3792 Dark Leather Belt3793 Hillman's Shoulders3794 Toughened Leather Gloves

Page 132: Mangos Bible 2 1 3

3795 Green Leather Belt3796 Green Leather Armor3797 Green Leather Bracers3798 Gem-studded Leather Belt3799 Pattern: Green Woolen Bag3800 Pattern: Hillman's Leather Vest3801 Pattern: Guardian Cloak3802 Pattern: Hillman's Belt3803 Pattern: Dark Leather Shoulders3804 Pattern: Barbaric Gloves3805 Pattern: Guardian Armor3806 Pattern: Guardian Belt3807 Pattern: Guardian Leather Bracers3808 Pattern: Barbaric Belt3810 Heal (Rank 1)3811 Leatherworking (Expert)3812 Expert Leatherworking3813 Small Silk Pack3814 Small Silk Pack3815 Poison Cloud3816 Cured Light Hide3817 Cured Medium Hide3818 Cured Heavy Hide3819 Cured Medium Hide3820 Cured Heavy Hide3821 Cured Light Hide3822 Proximity Bomb Explode3823 Throw Proximity Bomb3825 Ward of Laze Passive3826 Ward of Laze effect3827 Ward of Laze3837 Beast Slayer (Rank 1)3839 Bolt of Silk Cloth3840 Heavy Linen Gloves3841 Green Linen Bracers3842 Handstitched Linen Britches3843 Heavy Woolen Gloves3844 Heavy Woolen Cloak3845 Soft-soled Linen Boots3847 Red Woolen Boots3848 Double-stitched Woolen Shoulders3849 Reinforced Woolen Shoulders3850 Heavy Woolen Pants3851 Phoenix Pants3852 Gloves of Meditation3854 Azure Silk Gloves

Page 133: Mangos Bible 2 1 3

3855 Spidersilk Boots3856 Spider Silk Slippers3857 Enchanter's Cowl3858 Shadow Hood3859 Azure Silk Vest3860 Boots of the Enchanter3861 Long Silken Cloak3862 Icy Cloak3863 Spider Belt3864 Star Belt3865 Bolt of Mageweave3866 Stylish Red Shirt3868 Phoenix Gloves3869 Bright Yellow Shirt3870 Dark Silk Shirt3871 Formal White Shirt3872 Rich Purple Silk Shirt3873 Black Swashbuckler's Shirt3874 Bolt of Silk3875 Bolt of Mageweave3876 Heavy Linen Gloves3877 Green Linen Bracers3878 Handstitched Linen Britches3879 Heavy Woolen Gloves3880 Soft-soled Linen Boots3881 Double-stitched Woolen Shoulders3882 Heavy Woolen Pants3884 Gloves of Meditation3885 Azure Silk Gloves3886 Spidersilk Boots3887 Enchanter's Cowl3888 Azure Silk Vest3889 Long Silken Cloak3890 Stylish Red Shirt3891 Bright Yellow Shirt3892 Dark Silk Shirt3893 Formal White Shirt3894 Black Swashbuckler's Shirt3895 Pattern: Heavy Woolen Cloak3896 Pattern: Red Woolen Boots3897 Pattern: Reinforced Woolen Shoulders3898 Pattern: Phoenix Pants3899 Pattern: Spider Silk Slippers3900 Pattern: Shadow Hood3901 Pattern: Boots of the Enchanter3902 Pattern: Icy Cloak

Page 134: Mangos Bible 2 1 3

3903 Pattern: Spider Belt3904 Pattern: Star Belt3905 Pattern: Phoenix Gloves3906 Pattern: Robes of Arcana3908 Tailoring (Apprentice)3909 Tailoring (Journeyman)3910 Tailoring (Expert)3911 Apprentice Tailor3912 Journeyman Tailor3913 Expert Tailor3914 Brown Linen Pants3915 Brown Linen Shirt3916 Brown Linen Pants3917 Brown Linen Shirt3918 Rough Blasting Powder3919 Rough Dynamite3920 Crafted Light Shot3921 Deprecated Solid Shot3922 Handful of Copper Bolts3923 Rough Copper Bomb3924 Copper Tube3925 Rough Boomstick3926 Copper Modulator3928 Mechanical Squirrel3929 Coarse Blasting Powder3930 Crafted Heavy Shot3931 Coarse Dynamite3932 Target Dummy3933 Small Seaforium Charge3934 Flying Tiger Goggles3936 Deadly Blunderbuss3937 Large Copper Bomb3938 Bronze Tube3939 Lovingly Crafted Boomstick3940 Shadow Goggles3941 Small Bronze Bomb3942 Whirring Bronze Gizmo3944 Flame Deflector3945 Heavy Blasting Powder3946 Heavy Dynamite3947 Crafted Solid Shot3949 Silver-plated Shotgun3950 Big Bronze Bomb3952 Minor Recombobulator3953 Bronze Framework3954 Moonsight Rifle

Page 135: Mangos Bible 2 1 3

3955 Explosive Sheep3956 Green Tinted Goggles3957 Ice Deflector3958 Iron Strut3959 Discombobulator Ray3960 Portable Bronze Mortar3961 Gyrochronatom3962 Iron Grenade3963 Compact Harvest Reaper Kit3964 Deprecated BKP "Impact" Shot3965 Advanced Target Dummy3966 Craftsman's Monocle3967 Big Iron Bomb3968 Goblin Land Mine3969 Mechanical Dragonling3971 Gnomish Cloaking Device3972 Large Seaforium Charge3973 Silver Contact3974 Crude Scope3975 Standard Scope3976 Accurate Scope3977 Crude Scope3978 Standard Scope3979 Accurate Scope3980 Rough Blasting Powder3981 Rough Dynamite3982 Crafted Light Shot3983 Solid Shot3984 Handful of Copper Bolts3985 Rough Copper Bomb3986 Copper Tube3987 Rough Boomstick3988 Crude Scope3990 Silver Contact3991 Copper Modulator3992 Coarse Blasting Powder3993 Crafted Heavy Shot3994 Coarse Dynamite3995 Target Dummy3997 Flying Tiger Goggles3998 Deadly Blunderbuss3999 Large Copper Bomb4000 Bronze Tube4001 Standard Scope4002 Lovingly Crafted Boomstick4003 Small Bronze Bomb

Page 136: Mangos Bible 2 1 3

4005 Whirring Bronze Gizmo4006 Heavy Blasting Powder4007 Heavy Dynamite4008 Crafted Solid Shot4009 Silver-plated Shotgun4010 Big Bronze Bomb4011 Minor Recombobulator4012 Bronze Framework4013 Explosive Sheep4014 Green Tinted Goggles4015 Ice Deflector4016 Iron Strut4017 Gyrochronatom4018 Iron Grenade4019 Compact Harvest Reaper Kit4020 BKP "Impact" Shot4021 Accurate Scope4022 Advanced Target Dummy4023 Big Iron Bomb4024 Mechanical Dragonling4025 Gnomish Cloaking Device4026 Schematic: Mechanical Squirrel4027 Schematic: Small Seaforium Charge4028 Schematic: Shadow Goggles4029 Schematic: Flame Deflector4030 Schematic: Moonsight Rifle4031 Schematic: Discombobulator Ray4032 Schematic: Portable Bronze Mortar4033 Schematic: Craftsman's Monocle4034 Schematic: Goblin Land Mine4035 Schematic: Large Seaforium Charge4036 Engineering (Apprentice)4037 Engineering (Journeyman)4038 Engineering (Expert)4039 Apprentice Engineer4040 Journeyman Engineer4041 Expert Engineer4042 Healing Potion4043 Detonation4044 Target Dummy Passive4045 Target Dummy Effect4048 Advanced Target Dummy Passive4049 Advanced Target Dummy4050 Explosive Sheep4051 Explosive Sheep Passive4052 Summon Explosive Sheep

Page 137: Mangos Bible 2 1 3

4054 Rough Dynamite4055 Mechanical Squirrel4056 Small Seaforium Charge4057 Fire Resistance4058 Reverse Transformation4060 Discombobulate4061 Coarse Dynamite4062 Heavy Dynamite4063 Argus Shadow Mage Transform4064 Rough Copper Bomb4065 Large Copper Bomb4066 Small Bronze Bomb4067 Big Bronze Bomb4068 Iron Grenade4069 Big Iron Bomb4070 Guardian4071 Target Dummy4072 Advanced Target Dummy4073 Mechanical Dragonling4074 Explosive Sheep4075 Large Seaforium Charge4077 Frost Resistance4078 Compact Harvest Reaper4079 Cloaking4080 Frost Resistance (Racial)4081 Nature Resistance (Racial)4083 Bull Rush (Racial)4084 Shadow Resistance (Racial)4085 Holy Affinity (Rank 1)4086 Evasion4089 Curse of Frailty4090 Life Tap4091 Mana Burn4092 Advanced Target Dummy Spawn Effect4093 Reconstruction4094 Barbecued Buzzard Wing4095 Barbecued Buzzard Wing4096 Raptor Hide Harness4097 Raptor Hide Belt4098 Raptor Hide Belt4099 Raptor Hide Harness4100 Goblin Land Mine4101 Enraging Bite4102 Gore4104 Flight of the Peregrine4105 Rapid Gallop

Page 138: Mangos Bible 2 1 3

4107 Tough Shell (Rank 1)4108 Tough Shell (Rank 2)4109 Tough Shell (Rank 3)4111 Tough Shell (Rank 4)4112 Tough Shell (Rank 1)4113 Tough Shell (Rank 2)4114 Tough Shell (Rank 4)4115 Tough Shell (Rank 3)4116 Heroic Strength (Rank 2)4117 Heroic Strength (Rank 3)4118 Heroic Strength (Rank 4)4119 Heroic Strength (Rank 5)4120 Heroic Strength (Rank 6)4121 Heroic Strength (Rank 7)4122 Heroic Strength (Rank 8)4123 Heroic Strength (Rank 2)4124 Heroic Strength (Rank 3)4125 Heroic Strength (Rank 4)4126 Heroic Strength (Rank 5)4127 Heroic Strength (Rank 6)4128 Heroic Strength (Rank 7)4129 Heroic Strength (Rank 8)4130 Banish Burning Exile4131 Banish Cresting Exile4132 Banish Thundering Exile4133 Bruise4134 Bruise4135 Bruise4136 Bruise4137 Bruise4138 Bruise4139 Bruise4140 Bruise4141 Summon Myzrael4142 Feast of Prey4143 Feast of Prey4144 Spider Poison4146 Enraged Howl4147 Enraged Howl4148 Growl of Fortitude4149 Toughen Hide4150 Eye Peck4152 Detect Elven Gems4153 Guile of the Raptor4154 Ferocity4159 Tight Pinch

Page 139: Mangos Bible 2 1 3

4160 Quick Snap4161 Quick Snap4164 Throw Rock4165 Throw Rock II4166 Vulnerable4167 Web4168 Web II4169 Web III4170 Cannon Ball4171 Cat's Agility (Rank 1)4172 Cat's Agility (Rank 2)4173 Cat's Agility (Rank 3)4174 Cat's Agility (Rank 4)4175 Cat's Agility (Rank 5)4176 Cat's Agility (Rank 6)4177 Cat's Agility (Rank 7)4178 Cat's Agility (Rank 8)4179 Cat's Agility (Rank 1)4180 Cat's Agility (Rank 2)4181 Cat's Agility (Rank 3)4182 Cat's Agility (Rank 4)4183 Cat's Agility (Rank 5)4184 Cat's Agility (Rank 6)4185 Cat's Agility (Rank 7)4186 Cat's Agility (Rank 8)4187 Great Stamina (Rank 1)4188 Great Stamina (Rank 2)4189 Great Stamina (Rank 3)4190 Great Stamina (Rank 4)4191 Great Stamina (Rank 5)4192 Great Stamina (Rank 6)4193 Great Stamina (Rank 7)4194 Great Stamina (Rank 8)4195 Great Stamina (Rank 1)4196 Great Stamina (Rank 2)4197 Great Stamina (Rank 3)4198 Great Stamina (Rank 4)4199 Great Stamina (Rank 5)4200 Great Stamina (Rank 6)4201 Great Stamina (Rank 7)4202 Great Stamina (Rank 8)4204 Mighty Intellect (Rank 1)4205 Mighty Intellect (Rank 2)4206 Mighty Intellect (Rank 3)4207 Mighty Intellect (Rank 4)4208 Mighty Intellect (Rank 5)

Page 140: Mangos Bible 2 1 3

4209 Healing Tongue4210 Mighty Intellect (Rank 6)4211 Mighty Intellect (Rank 7)4212 Mighty Intellect (Rank 8)4213 Mighty Intellect (Rank 1)4214 Mighty Intellect (Rank 2)4215 Mighty Intellect (Rank 3)4216 Mighty Intellect (Rank 4)4217 Mighty Intellect (Rank 5)4218 Mighty Intellect (Rank 6)4219 Mighty Intellect (Rank 7)4220 Mighty Intellect (Rank 8)4221 Healing Tongue II4222 Indomitable Spirit (Rank 1)4223 Indomitable Spirit (Rank 2)4224 Indomitable Spirit (Rank 3)4225 Indomitable Spirit (Rank 4)4226 Indomitable Spirit (Rank 5)4227 Indomitable Spirit (Rank 6)4228 Indomitable Spirit (Rank 7)4229 Indomitable Spirit (Rank 8)4230 Indomitable Spirit (Rank 1)4231 Indomitable Spirit (Rank 2)4232 Indomitable Spirit (Rank 3)4233 Indomitable Spirit (Rank 4)4234 Indomitable Spirit (Rank 5)4235 Indomitable Spirit (Rank 6)4236 Indomitable Spirit (Rank 7)4237 Indomitable Spirit (Rank 8)4238 Roar of Fortitude4239 Activating Defenses4240 Vital Wound4241 Vital Wound4242 Pester4243 Pester Effect4244 Open Wound Effect4245 Open Wound4246 Clenched Pinchers4247 Physical Prowess (Rank 1)4248 Physical Prowess (Rank 2)4249 Physical Prowess (Rank 3)4250 Physical Prowess (Rank 4)4251 Physical Prowess (Rank 5)4252 Physical Prowess (Rank 6)4253 Physical Prowess (Rank 7)4254 OLDPhysical Prowess (Rank 8)

Page 141: Mangos Bible 2 1 3

4255 Physical Prowess (Rank 1)4256 Physical Prowess (Rank 2)4257 Physical Prowess (Rank 3)4258 Physical Prowess (Rank 4)4259 Physical Prowess (Rank 5)4260 Physical Prowess (Rank 6)4261 Physical Prowess (Rank 7)4262 Physical Prowess (Rank 8)4263 Mental Acuity (Rank 1)4264 Mental Acuity (Rank 2)4265 Mental Acuity (Rank 3)4266 Mental Acuity (Rank 4)4267 Mental Acuity (Rank 5)4268 Mental Acuity (Rank 6)4269 Mental Acuity (Rank 7)4270 Mental Acuity (Rank 8)4271 Mental Acuity (Rank 1)4272 Mental Acuity (Rank 2)4273 Mental Acuity (Rank 3)4274 Mental Acuity (Rank 4)4275 Mental Acuity (Rank 5)4276 Mental Acuity (Rank 6)4277 Mental Acuity (Rank 7)4278 Mental Acuity (Rank 8)4279 Consume Flesh4280 Consume Flesh4281 Quickness4282 Stomp4283 Stomp4284 Tendon Slice4285 Tendon Slice4286 Poisonous Spit4287 Sword Mastery (Rank 2)4288 Sword Mastery (Rank 2)4289 Axe Mastery (Rank 1)4290 Axe Mastery (Rank 2)4291 Axe Mastery (Rank 1)4292 Axe Mastery (Rank 2)4293 Mace Mastery (Rank 1)4294 Mace Mastery (Rank 2)4295 Mace Mastery (Rank 1)4296 Mace Mastery (Rank 2)4297 Dagger Mastery (Rank 1)4298 Dagger Mastery (Rank 2)4299 Dagger Mastery (Rank 1)4300 Dagger Mastery (Rank 2)

Page 142: Mangos Bible 2 1 3

4301 Sword Finesse (Rank 1)4302 Sword Finesse (Rank 2)4303 Sword Finesse (Rank 3)4304 Sword Finesse (Rank 1)4305 Sword Finesse (Rank 2)4306 Sword Finesse (Rank 3)4307 Axe Finesse (Rank 1)4308 Axe Finesse (Rank 2)4309 Axe Finesse (Rank 3)4310 Axe Finesse (Rank 1)4311 Axe Finesse (Rank 2)4312 Strider Presence4313 Axe Finesse (Rank 3)4315 Rabid Maw4316 Rabid Maw4317 Eye Peck4318 Guile of the Raptor4319 Enchant Azure Agate4320 Trelane's Freezing Touch4321 Stasis Test4328 Mace Finesse (Rank 1)4329 Mace Finesse (Rank 2)4330 Mace Finesse (Rank 3)4331 Mace Finesse (Rank 1)4332 Mace Finesse (Rank 2)4333 Mace Finesse (Rank 3)4334 Axe Specialization (Rank 1)4335 Axe Specialization (Rank 2)4336 Axe Specialization (Rank 3)4337 Axe Specialization (Rank 1)4338 Axe Specialization (Rank 4)4339 Axe Specialization (Rank 5)4340 Axe Specialization (Rank 6)4341 Axe Specialization (Rank 7)4342 Axe Specialization (Rank 8)4343 Axe Specialization (Rank 2)4344 Axe Specialization (Rank 3)4345 Axe Specialization (Rank 4)4346 Axe Specialization (Rank 5)4347 Axe Specialization (Rank 6)4348 Axe Specialization (Rank 7)4349 Axe Specialization (Rank 8)4350 Sword Specialization (Rank 1)4351 Sword Specialization (Rank 2)4352 Sword Specialization (Rank 3)4353 Sword Specialization (Rank 4)

Page 143: Mangos Bible 2 1 3

4354 Sword Specialization (Rank 5)4355 Sword Specialization (Rank 6)4356 Sword Specialization (Rank 7)4357 Sword Specialization (Rank 8)4358 Sword Specialization (Rank 1)4359 Sword Specialization (Rank 2)4360 Sword Specialization (Rank 3)4361 Sword Specialization (Rank 4)4362 Sword Specialization (Rank 5)4363 Sword Specialization (Rank 6)4364 Sword Specialization (Rank 7)4365 Sword Specialization (Rank 8)4366 Mace Specialization (Rank 1)4367 Mace Specialization (Rank 1)4368 Mace Specialization (Rank 2)4369 Mace Specialization (Rank 3)4370 Mace Specialization (Rank 4)4371 Mace Specialization (Rank 5)4372 Mace Specialization (Rank 6)4373 Mace Specialization (Rank 7)4374 Mace Specialization (Rank 8)4375 Mace Specialization (Rank 2)4376 Mace Specialization (Rank 3)4377 Mace Specialization (Rank 4)4378 Mace Specialization (Rank 5)4379 Mace Specialization (Rank 6)4380 Mace Specialization (Rank 7)4381 Mace Specialization (Rank 8)4382 Dagger Specialization (Rank 1)4383 Dagger Specialization (Rank 1)4384 Dagger Specialization (Rank 2)4385 Dagger Specialization (Rank 3)4386 Dagger Specialization (Rank 4)4387 Dagger Specialization (Rank 5)4388 Dagger Specialization (Rank 6)4389 Dagger Specialization (Rank 7)4390 Dagger Specialization (Rank 8)4391 Dagger Specialization (Rank 2)4392 Dagger Specialization (Rank 3)4393 Dagger Specialization (Rank 4)4394 Dagger Specialization (Rank 5)4395 Dagger Specialization (Rank 6)4396 Dagger Specialization (Rank 7)4397 Dagger Specialization (Rank 8)4398 2H Axe Mastery (Rank 1)4399 2H Axe Mastery (Rank 1)

Page 144: Mangos Bible 2 1 3

4400 2H Axe Mastery (Rank 2)4401 2H Axe Mastery (Rank 2)4402 2H Mace Mastery (Rank 1)4403 2H Mace Mastery (Rank 1)4404 2H Mace Mastery (Rank 2)4405 2H Mace Mastery (Rank 2)

4406 2H Sword Mastery (Rank 1)4407 2H Sword Mastery (Rank 1)4408 2H Sword Mastery (Rank 2)4409 2H Sword Mastery (Rank 2)4410 Staff Mastery (Rank 1)4411 Staff Mastery (Rank 1)4412 Staff Mastery (Rank 2)4413 Staff Mastery (Rank 2)4414 2H Axe Finesse (Rank 1)4415 2H Axe Finesse (Rank 1)4416 2H Axe Finesse (Rank 2)4417 2H Axe Finesse (Rank 3)4418 2H Sword Power (Rank 1)4419 2H Sword Power (Rank 1)4420 2H Sword Power (Rank 2)4421 2H Sword Power (Rank 3)4422 2H Sword Power (Rank 2)4423 2H Sword Power (Rank 3)4424 2H Axe Finesse (Rank 2)4425 Spider Poison (Spider)4426 2H Mace Finesse (Rank 1)4427 2H Mace Finesse (Rank 1)4428 2H Mace Finesse (Rank 2)4429 2H Mace Finesse (Rank 3)4430 2H Mace Finesse (Rank 2)4431 2H Mace Finesse (Rank 3)4433 Melee Finesse (Rank 1)4434 Melee Finesse (Rank 1)4435 Melee Finesse (Rank 2)4436 Immolation4437 Melee Finesse (Rank 3)4438 Melee Finesse (Rank 2)4439 Melee Finesse (Rank 3)4440 2H Axe Specialization (Rank 1)4441 2H Axe Specialization (Rank 1)4442 2H Axe Specialization (Rank 2)4443 2H Axe Specialization (Rank 3)4444 2H Axe Specialization (Rank 4)4445 2H Axe Specialization (Rank 5)

Page 145: Mangos Bible 2 1 3

4446 2H Axe Specialization (Rank 6)4447 2H Axe Specialization (Rank 7)4448 2H Axe Specialization (Rank 8)4449 2H Axe Specialization (Rank 2)4450 2H Axe Specialization (Rank 3)4451 2H Axe Specialization (Rank 4)4452 2H Axe Specialization (Rank 5)4453 2H Axe Specialization (Rank 6)4454 2H Axe Specialization (Rank 7)4455 2H Axe Specialization (Rank 8)4456 2H Sword Specialization (Rank 1)4457 2H Sword Specialization (Rank 1)4458 2H Sword Specialization (Rank 2)4459 2H Sword Specialization (Rank 3)4460 2H Sword Specialization (Rank 4)4461 2H Sword Specialization (Rank 5)4462 2H Sword Specialization (Rank 6)4463 2H Sword Specialization (Rank 7)4464 2H Sword Specialization (Rank 8)4465 2H Sword Specialization (Rank 2)4466 2H Sword Specialization (Rank 3)4467 2H Sword Specialization (Rank 4)4468 2H Sword Specialization (Rank 5)4469 2H Sword Specialization (Rank 6)4470 2H Sword Specialization (Rank 7)4471 2H Sword Specialization (Rank 8)4472 2H Mace Specialization (Rank 1)4473 2H Mace Specialization (Rank 1)4474 2H Mace Specialization (Rank 2)4475 2H Mace Specialization (Rank 3)4476 2H Mace Specialization (Rank 4)4477 2H Mace Specialization (Rank 5)4478 2H Mace Specialization (Rank 6)4479 2H Mace Specialization (Rank 7)4480 2H Mace Specialization (Rank 8)4481 2H Mace Specialization (Rank 2)4482 2H Mace Specialization (Rank 3)4483 2H Mace Specialization (Rank 4)4484 2H Mace Specialization (Rank 5)4485 2H Mace Specialization (Rank 6)4486 2H Mace Specialization (Rank 7)4487 2H Mace Specialization (Rank 8)4488 Staff Specialization (Rank 1)4489 Staff Specialization (Rank 1)4490 Staff Specialization (Rank 2)4491 Staff Specialization (Rank 3)

Page 146: Mangos Bible 2 1 3

4492 Staff Specialization (Rank 4)4493 Staff Specialization (Rank 5)4494 Staff Specialization (Rank 6)4495 Staff Specialization (Rank 7)4496 Staff Specialization (Rank 8)4497 Staff Specialization (Rank 2)4498 Staff Specialization (Rank 3)4499 Staff Specialization (Rank 4)4500 Staff Specialization (Rank 5)4501 Staff Specialization (Rank 6)4502 Staff Specialization (Rank 7)4503 Staff Specialization (Rank 8)4504 Jeff Dummy 14505 Jeff Dummy 24506 CHU's QUEST SPELL4507 Target Dummy Spawn Effect4508 Discolored Healing Potion4509 Recipe: Discolored Healing Potion4511 Phase Shift4514 Consuming Rage4517 Meditation (Rank 2)4518 Meditation (Rank 3)4519 Meditation (Rank 4)4520 Wide Sweep4521 Meditation (Rank 2)4522 Meditation (Rank 3)4523 Meditation (Rank 4)4524 Demonic Immolation4525 Demonic Immolation Passive4526 Mass Dispell4527 Toughness (Rank 2)4528 Toughness (Rank 3)4529 Toughness (Rank 4)4530 Toughness (Rank 5)4531 Toughness (Rank 6)4532 Toughness (Rank 7)4533 Toughness (Rank 8)4534 Toughness (Rank 5)4535 Toughness (Rank 6)4536 Toughness (Rank 7)4537 Toughness (Rank 8)4538 Extract Essence4539 Strength of the Ages4540 Holy Resist (Rank 2)4541 Holy Resist (Rank 3)4542 Holy Resist (Rank 4)

Page 147: Mangos Bible 2 1 3

4543 Holy Resist (Rank 5)4544 Holy Resist (Rank 6)4545 Holy Resist (Rank 7)4546 Holy Resist (Rank 8)4547 Fire Resist (Rank 1)4548 Nature Resist (Rank 1)4549 Frost Resist (Rank 1)4550 Shadow Resist (Rank 1)4551 Fire Resist (Rank 2)4552 Fire Resist (Rank 3)4553 Fire Resist (Rank 4)4554 Fire Resist (Rank 5)4555 Fire Resist (Rank 6)4556 Fire Resist (Rank 7)4557 Fire Resist (Rank 8)4558 Nature Resist (Rank 2)4559 Nature Resist (Rank 3)4560 Nature Resist (Rank 4)4561 Nature Resist (Rank 5)4562 Nature Resist (Rank 6)4563 Nature Resist (Rank 7)4564 Nature Resist (Rank 8)4565 Frost Resist (Rank 2)4566 Frost Resist (Rank 3)4567 Frost Resist (Rank 4)4568 Frost Resist (Rank 5)4569 Frost Resist (Rank 6)4570 Frost Resist (Rank 7)4571 Frost Resist (Rank 8)4572 Shadow Resist (Rank 2)4573 Shadow Resist (Rank 3)4574 Shadow Resist (Rank 4)4575 Shadow Resist (Rank 5)4576 Shadow Resist (Rank 6)4577 Shadow Resist (Rank 7)4578 Shadow Resist (Rank 8)4579 Magic Resist (Rank 1)4580 Magic Resist (Rank 2)4581 Magic Resist (Rank 3)4582 Magic Resist (Rank 4)4583 Magic Resist (Rank 5)4584 Magic Resist (Rank 6)4585 Magic Resist (Rank 7)4586 Magic Resist (Rank 8)4587 Magic Resist (Rank 2)4588 Magic Resist (Rank 3)

Page 148: Mangos Bible 2 1 3

4589 Magic Resist (Rank 4)4590 Magic Resist (Rank 5)4591 Magic Resist (Rank 6)4592 Magic Resist (Rank 7)4593 Magic Resist (Rank 8)4594 Holy Resist (Rank 2)4595 Holy Resist (Rank 3)4596 Holy Resist (Rank 4)4597 Holy Resist (Rank 5)4598 Holy Resist (Rank 6)4599 Holy Resist (Rank 7)4600 Holy Resist (Rank 8)4601 Fire Resist (Rank 2)4602 Fire Resist (Rank 3)4603 Fire Resist (Rank 4)4604 Fire Resist (Rank 5)4605 Fire Resist (Rank 6)4606 Fire Resist (Rank 7)4607 Fire Resist (Rank 8)4608 Nature Resist (Rank 2)4609 Nature Resist (Rank 3)4610 Nature Resist (Rank 4)4611 Nature Resist (Rank 5)4612 Nature Resist (Rank 6)4613 Nature Resist (Rank 7)4614 Nature Resist (Rank 8)4615 Frost Resist (Rank 2)4616 Frost Resist (Rank 3)4617 Frost Resist (Rank 4)4618 Frost Resist (Rank 5)4619 Frost Resist (Rank 6)4620 Frost Resist (Rank 7)4621 Frost Resist (Rank 8)4622 Shadow Resist (Rank 2)4623 Shadow Resist (Rank 3)4624 Shadow Resist (Rank 4)4625 Shadow Resist (Rank 5)4626 Shadow Resist (Rank 6)4627 Shadow Resist (Rank 7)4628 Shadow Resist (Rank 8)4629 Rain of Fire4630 Phase Shift4631 Beast Slayer (Rank 2)4632 Beast Slayer (Rank 3)4633 Beast Slayer (Rank 4)4634 Beast Slayer (Rank 5)

Page 149: Mangos Bible 2 1 3

4635 Beast Slayer (Rank 6)4636 Beast Slayer (Rank 7)4637 Beast Slayer (OLD) (Rank 8)4638 Beast Slayer (Rank 2)4639 Beast Slayer (Rank 3)4640 Beast Slayer (Rank 4)4641 Beast Slayer (Rank 5)4642 Beast Slayer (Rank 6)4643 Beast Slayer (Rank 7)4644 Beast Slayer (OLD) (Rank 8)4645 Demon Slayer (Rank 1)4646 Demon Slayer (Rank 2)4647 Demon Slayer (Rank 3)4648 Demon Slayer (Rank 4)4649 Demon Slayer (Rank 5)4650 Demon Slayer (Rank 6)4651 Demon Slayer (OLD) (Rank 7)4652 Demon Slayer (OLD) (Rank 8)4653 Demon Slayer (Rank 1)4654 Demon Slayer (Rank 2)4655 Demon Slayer (Rank 3)4656 Demon Slayer (Rank 4)4657 Demon Slayer (Rank 5)4658 Demon Slayer (Rank 6)4659 Demon Slayer (OLD) (Rank 7)4660 Demon Slayer (OLD) (Rank 8)4661 Dragon Slayer (Rank 1)4662 Dragon Slayer (Rank 2)4663 Dragon Slayer (Rank 3)4664 Dragon Slayer (Rank 4)4665 Dragon Slayer (Rank 5)4666 Dragon Slayer (Rank 6)4667 Dragon Slayer (OLD) (Rank 7)4668 Dragon Slayer (OLD) (Rank 8)4669 Dragon Slayer (Rank 1)4670 Dragon Slayer (Rank 2)4671 Dragon Slayer (Rank 3)4672 Dragon Slayer (Rank 4)4673 Dragon Slayer (Rank 5)4674 Dragon Slayer (Rank 6)4675 Dragon Slayer (OLD) (Rank 7)4676 Dragon Slayer (OLD) (Rank 8)4678 Elemental Slayer (Rank 1)4679 Elemental Slayer (Rank 1)4680 Elemental Slayer (Rank 2)4681 Elemental Slayer (Rank 3)

Page 150: Mangos Bible 2 1 3

4683 Elemental Slayer (Rank 4)4684 Elemental Slayer (Rank 5)4685 Elemental Slayer (Rank 6)4687 Elemental Slayer (OLD) (Rank 7)4688 Elemental Slayer (OLD) (Rank 8)4689 Elemental Slayer (Rank 2)4690 Elemental Slayer (Rank 3)4691 Elemental Slayer (Rank 4)4692 Elemental Slayer (Rank 5)4693 Elemental Slayer (Rank 6)4694 Elemental Slayer (OLD) (Rank 7)4695 Elemental Slayer (OLD) (Rank 8)4697 Giant Slayer (Rank 1)4698 Giant Slayer (Rank 1)4699 Giant Slayer (Rank 2)4700 Giant Slayer (Rank 3)4701 Giant Slayer (Rank 4)4702 Giant Slayer (Rank 5)4703 Giant Slayer (Rank 6)4705 Giant Slayer (OLD) (Rank 7)4706 Giant Slayer (OLD) (Rank 8)4707 Giant Slayer (Rank 2)4708 Giant Slayer (Rank 3)4709 Giant Slayer (Rank 4)4710 Giant Slayer (Rank 5)4711 Giant Slayer (Rank 6)4712 Giant Slayer (OLD) (Rank 7)4713 Giant Slayer (OLD) (Rank 8)4714 Undead Slayer (Rank 1)4715 Growl of Fortitude (Bear)4716 Undead Slayer (Rank 1)4717 Undead Slayer (Rank 2)4718 Undead Slayer (Rank 3)4719 Undead Slayer (Rank 4)4720 Undead Slayer (Rank 5)4721 Undead Slayer (Rank 6)4722 Undead Slayer (Rank 7)4723 Undead Slayer (OLD) (Rank 8)4724 Undead Slayer (Rank 2)4725 Undead Slayer (Rank 3)4726 Undead Slayer (Rank 4)4727 Undead Slayer (Rank 5)4728 Undead Slayer (Rank 6)4729 Undead Slayer (Rank 7)4730 Undead Slayer (OLD) (Rank 8)4731 Enraging Bite (Bear)

Page 151: Mangos Bible 2 1 3

4732 Roar of Fortitude (Bear)4733 Gore (Boar)4734 Toughen Hide (Boar)4735 Vital Wound (Boar)4736 Flight of the Peregrine (Bird)4737 Eye Peck (Bird)4739 Pester (Bird)4740 Ferocity (Cat)4741 Open Wound (Cat)4742 Tough Shell (Crab - Rank 1)4743 Tough Shell (Crab)4744 Tough Shell (Crab - Rank 3)4745 Tough Shell (Crab - Rank 4)4746 Tight Pinch (Crab)4747 Clenched Pinchers (Crab)4748 Quick Snap (Crocilisk)4750 Consume Flesh (Crocilisk)4751 Dodge Mastery (Rank 2)4752 Dodge Mastery (Rank 3)4753 Dodge Mastery (Rank 2)4754 Dodge Mastery (Rank 3)4758 Parry Mastery (Rank 2)4759 Parry Mastery (Rank 3)4760 Shield Blocking (Rank 1)4761 Shield Blocking (Rank 1)4762 Shield Blocking (Rank 2)4763 Shield Blocking (Rank 3)4764 Shield Blocking (Rank 2)4765 Shield Blocking (Rank 3)4766 Rapid Gallop (Horse)4767 Stomp (Horse)4768 Feast of Prey (Raptor)4769 Vulnerable (Raptor)4770 Tendon Slice (Raptor)4771 Bruise (Gorilla - Rank 1)4772 Bruise (Gorilla - Rank 2)4773 Bruise (Gorilla - Rank 3)4774 Bruise (Gorilla - Rank 4)4775 Throw Rock (Gorilla - Rank 1)4776 Throw Rock (Gorilla - Rank 2)4777 Quickness (Gorilla)4778 Lightning Reflexes (Rank 1)4779 Lightning Reflexes (Rank 1)4780 Lightning Reflexes (Rank 2)4781 Lightning Reflexes (Rank 2)4782 Web (Spider - Rank 1)

Page 152: Mangos Bible 2 1 3

4783 Web (Spider - Rank 2)4785 Web (Spider - Rank 3)4786 Holy Affinity (Rank 2)4787 Holy Affinity (Rank 2)4788 Fire Affinity (Rank 1)4789 Fire Affinity (Rank 1)4790 Fire Affinity (Rank 2)4791 Fire Affinity (Rank 2)4792 Nature Affinity (Rank 1)4793 Nature Affinity (Rank 1)4794 Nature Affinity (Rank 2)4795 Nature Affinity (Rank 2)4796 Frost Affinity (Rank 1)4797 Frost Affinity (Rank 1)4798 Frost Affinity (Rank 2)4799 Frost Affinity (Rank 2)4801 Teleport4804 Poisonous Spit (Spider)4805 Distracting Spit4806 Distracting Spit (Tall Strider)4807 Healing Tongue (Tall Strider - Rank 1)4808 Healing Tongue (Tall Strider - Rank 2)4809 Magic Focus (Rank 1)4810 (OLD) Magic Focus (Rank 2)4811 (Old) Magic Focus (Rank 3)4812 Magic Focus (Rank 2)4813 Magic Focus (Rank 3)4814 Strider Presence (Tall Strider)4815 Enraged Howl (Wolf)4816 Rabid Maw (Wolf)4832 Fire Specialization (Rank 1)4833 Fire Specialization (Rank 1)4834 Fire Specialization (Rank 2)4835 Fire Specialization (Rank 3)4836 Fire Specialization (Rank 4)4837 Fire Specialization (Rank 5)4838 Fire Specialization (Rank 6)4839 Fire Specialization (Rank 7)4840 Fire Specialization (Rank 8)4841 Fire Specialization (Rank 2)4842 Fire Specialization (Rank 3)4843 Fire Specialization (Rank 4)4844 Fire Specialization (Rank 5)4845 Fire Specialization (Rank 6)4846 Fire Specialization (Rank 7)4847 Fire Specialization (Rank 8)

Page 153: Mangos Bible 2 1 3

4848 Nature Specialization (Rank 1)4849 Nature Specialization (Rank 1)4850 Nature Specialization (Rank 2)4851 Nature Specialization (Rank 3)4852 Nature Specialization (Rank 4)4853 Nature Specialization (Rank 5)4854 Nature Specialization (Rank 6)4855 Nature Specialization (Rank 7)4856 Nature Specialization (Rank 8)4857 Nature Specialization (Rank 2)4858 Nature Specialization (Rank 3)4859 Nature Specialization (Rank 4)4860 Nature Specialization (Rank 5)4861 Nature Specialization (Rank 6)4862 Nature Specialization (Rank 7)4863 Nature Specialization (Rank 8)4864 Frost Specialization (Rank 1)4865 Frost Specialization (Rank 1)4866 Frost Specialization (Rank 2)4867 Frost Specialization (Rank 3)4868 Frost Specialization (Rank 4)4869 Frost Specialization (Rank 5)4870 Frost Specialization (Rank 6)4871 Frost Specialization (Rank 7)4872 Frost Specialization (Rank 8)4873 Frost Specialization (Rank 2)4874 Frost Specialization (Rank 3)4875 Frost Specialization (Rank 4)4876 Frost Specialization (Rank 5)4877 Frost Specialization (Rank 6)4878 Frost Specialization (Rank 7)4879 Frost Specialization (Rank 8)4880 Shadow Specialization (Rank 1)4881 Shadow Specialization (Rank 1)4882 Shadow Specialization (Rank 2)4883 Shadow Specialization (Rank 3)4884 Shadow Specialization (Rank 4)4885 Shadow Specialization (Rank 5)4886 Shadow Specialization (Rank 6)4887 Shadow Specialization (Rank 7)4888 Shadow Specialization (Rank 8)4889 Shadow Specialization (Rank 2)4890 Shadow Specialization (Rank 3)4891 Shadow Specialization (Rank 4)4892 Shadow Specialization (Rank 5)4893 Shadow Specialization (Rank 6)

Page 154: Mangos Bible 2 1 3

4894 Shadow Specialization (Rank 7)4895 Shadow Specialization (Rank 8)4896 Bow Mastery (Rank 1)4897 Bow Mastery (Rank 2)4898 Bow Mastery (Rank 1)4899 Bow Mastery (Rank 2)4900 Gun Mastery (Rank 1)4901 Gun Mastery (Rank 1)4902 Gun Mastery (Rank 2)4903 Gun Mastery (Rank 2)4904 Thrown Mastery (Rank 1)4905 Thrown Mastery (Rank 1)4906 Thrown Mastery (Rank 2)4907 Thrown Mastery (Rank 2)4909 Thrown Finesse4910 Thrown Finesse4911 Thrown Finesse II4912 Thrown Finesse III4913 Thrown Finesse II4914 Thrown Finesse III4915 Bow Power (Rank 1)4916 Bow Power (Rank 1)4917 Bow Power (Rank 2)4918 Bow Power (Rank 3)4919 Bow Power (Rank 2)4920 Bow Power (Rank 3)4921 Gun Power (Rank 1)4922 Gun Power (Rank 1)4923 Gun Power (Rank 2)4924 Gun Power (Rank 3)4925 Gun Power (Rank 2)4926 Gun Power (Rank 3)4928 Summon Cresting Exile4929 Summon Burning Exile4930 Summon Thundering Exile4931 Summon Rumbling Exile4932 Ward of Myzrael4933 Prismatic Form: Fire4934 Prismatic Form: Earth4935 Prismatic Form: Water4936 Prismatic Form: Thunder4937 Summon Prismatic Exiles4938 Myzrael Earthquake4940 Spider Poison4941 Stoneshield4942 Lesser Stoneshield Potion

Page 155: Mangos Bible 2 1 3

4943 Recipe: Lesser Stoneshield Potion4945 Summon Dagun4946 Summon Tamed Wolf4947 Magic Backlash4948 Kinelory's Bear Form4950 Summon Helcular's Puppets4951 Helcular's Puppets Passive4952 Helcular's Ward4954 Break Tool4955 Fist of Stone4960 Create Fervor Potion (New)4961 Resupply4962 Encasing Webs4970 Draw from the Earth4971 Healing Ward4972 Healing Ward V Passive4974 Wither Touch4975 Cleanse Winterhoof Well4976 Filling4977 Cleanse Thunderhorn Well4978 Cleanse Wildmane Well4979 Quick Flame Ward4980 Quick Frost Ward4981 Inducing Vision4982 Pillar Delving4983 Create Cleansing Totem4984 Hammertoe's Sacrifice4985 Summon Hammertoe's Spirit4986 Unseen4987 Cleanse4990 Cleanse4993 Cleanse4996 [PH] Teleport to Orgrimmar4997 [PH] Teleport to Booty Bay4998 [PH] Teleport to Grom'Gol4999 [PH] Teleport to Ratchet5000 [PH] Teleport to Undercity5001 Lotwil's Summoning5002 Lotwil's Summon Complete5003 Bunyanize5004 Food5005 Food5006 Food5007 Food5009 Wands5010 Scorch Breath

Page 156: Mangos Bible 2 1 3

5011 Crossbows5012 Rhinag's Poison5016 Healing Aura5017 Divining Trance5019 Shoot5020 Stormstout5021 Trogg Ale5024 Flee5025 Test Tickle5026 Create Water of the Seers5027 Heroic Strength (Rank 9)5028 Heroic Strength (Rank 10)5029 Heroic Strength (Rank 11)5030 Heroic Strength (Rank 12)5034 Heroic Strength (Rank 9)5035 Heroic Strength (Rank 10)5036 Heroic Strength (Rank 11)5037 Heroic Strength (Rank 12)5041 Great Stamina (Rank 9)5042 Great Stamina (Rank 10)5048 Great Stamina (Rank 9)5049 Great Stamina (Rank 10)5055 Cat's Agility (Rank 9)5056 Cat's Agility (Rank 10)5057 Cat's Agility (Rank 11)5058 Cat's Agility (Rank 12)5059 Cat's Agility (Rank 13)5060 Cat's Agility (Rank 14)5061 Cat's Agility (Rank 15)5062 Cat's Agility (Rank 9)5063 Cat's Agility (Rank 11)5064 Cat's Agility (Rank 12)5065 Cat's Agility (Rank 13)5066 Cat's Agility (Rank 14)5067 Cat's Agility (Rank 15)5068 Cat's Agility (Rank 10)5069 Mighty Intellect (Rank 9)5070 Mighty Intellect (Rank 10)5071 Mighty Intellect (Rank 11)5072 Mighty Intellect (Rank 12)5073 Mighty Intellect (Rank 13)5074 Mighty Intellect (Rank 14)5075 Mighty Intellect (Rank 15)5076 Mighty Intellect (Rank 9)5077 Mighty Intellect (Rank 10)5078 Mighty Intellect (Rank 11)

Page 157: Mangos Bible 2 1 3

5079 Mighty Intellect (Rank 12)5080 Mighty Intellect (Rank 13)5081 Mighty Intellect (Rank 14)5082 Mighty Intellect (Rank 15)5084 Indomitable Spirit (Rank 9)5085 Indomitable Spirit (Rank 10)5086 Indomitable Spirit (Rank 11)5087 Indomitable Spirit (Rank 12)5088 Indomitable Spirit (Rank 13)5089 Indomitable Spirit (Rank 14)5090 Indomitable Spirit (Rank 15)5091 Indomitable Spirit (Rank 9)5092 Indomitable Spirit (Rank 10)5093 Indomitable Spirit (Rank 11)5094 Indomitable Spirit (Rank 12)5095 Indomitable Spirit (Rank 13)5096 Indomitable Spirit (Rank 14)5097 Indomitable Spirit (Rank 15)5099 Disruption5100 Spore Burst5101 Dazed5102 Absorb Blow (Rank 1)5103 Trigger Test (PT)5104 Minor Scorpion Venom5105 Minor Scorpion Venom Effect5106 Crystal Flash5107 Opening Booty Chest5108 Voidwalker5110 Summon Living Flame5111 Living Flame Passive5113 Living Flames5115 Battle Command5116 Concussive Shot5117 Concussive Shot5118 Aspect of the Cheetah5119 Beast Tracking5120 Undead Tracker (Rank 1)5121 Giant Tracker (Rank 1)5122 Demon Tracker (Rank 1)5123 Dragon Tracker (Rank 1)5124 Elemental Tracker (Rank 1)5125 Beast Tracker (Rank 1)5126 Demon Tracker (Rank 1)5127 Undead Tracker (Rank 1)5128 Elemental Tracker (Rank 1)5129 Dragon Tracker (Rank 1)

Page 158: Mangos Bible 2 1 3

5130 Giant Tracker (Rank 1)5131 Aspect of the Cheetah5133 Interrupt (PT)5134 Flash Bomb5137 Call of the Grave5138 Drain Mana (Rank 1)5139 Drain Mana (Rank 1)5140 Detonate5141 Eject Sneed5142 Trogg Form5143 Arcane Missiles (Rank 1)5144 Arcane Missiles (Rank 2)5145 Arcane Missiles (Rank 3)5146 Arcane Missiles (Rank 1)5147 Arcane Missiles (Rank 2)5148 Arcane Missiles (Rank 3)5149 Beast Training5150 Gore5159 Melt Ore5161 Revive Dig Rat5162 Self Explosion5164 Knockdown5165 Knockdown /Stun (TEST)5166 Harvest Silithid Egg5167 Pick Pocket (Rank 1)5169 Defias Disguise5170 Disguise5171 Slice and Dice (Rank 1)5172 Bloodsail Companion5174 Cookie's Cooking (Rank 4)5175 Slice and Dice (Rank 1)5176 Wrath (Rank 1)5177 Wrath (Rank 2)5178 Wrath (Rank 3)5179 Wrath (Rank 4)5180 Wrath (Rank 5)5181 Wrath (Rank 2)5182 Wrath (Rank 3)5183 Wrath (Rank 4)5184 Wrath (Rank 5)5185 Healing Touch (Rank 1)5186 Healing Touch (Rank 2)5187 Healing Touch (Rank 3)5188 Healing Touch (Rank 4)5189 Healing Touch (Rank 5)5190 Healing Touch (Rank 2)

Page 159: Mangos Bible 2 1 3

5191 Healing Touch (Rank 1)5192 Healing Touch (Rank 3)5193 Healing Touch (Rank 4)5194 Healing Touch (Rank 5)5195 Entangling Roots (Rank 3)5196 Entangling Roots (Rank 4)5197 Cyclone (Rank 1)5199 Cyclone (Rank 2)5200 VanCleef's Allies5201 Claw (Rank 3)5202 MHTest015203 Claw (Rank 3)5204 Claw (Rank 4)5205 Test - Warrior 405206 Plant Seeds5208 Poisoned Harpoon5209 Challenging Roar5210 Challenging Roar (Rank 1)5211 Bash (Rank 1)5212 Bash (Rank 1)5213 Molten Metal5214 Bear Hug (Rank 1)5215 Prowl (Rank 1)5216 Prowl (Rank 1)5217 Tiger's Fury (Rank 1)5218 Tiger's Fury (Rank 1)5219 Draw of Thistlenettle5220 Frenzied Capo the Mean5221 Shred (Rank 1)5222 Shred (Rank 1)5224 Play Dead (Rank 1)5225 Track Humanoids5226 Track Humanoid5227 Underwater Breathing (Racial Passive)5228 Enrage5229 Enrage5230 Nature's Grasp (Rank 2)5231 Mark of the Wild (Rank 1)5232 Mark of the Wild (Rank 2)5233 Mark of the Wild (Rank 2)5234 Mark of the Wild (Rank 4)5235 Mark of the Wild (Rank 3)5237 Riposte (Rank 1)5239 Spell Break (Rank 1)5241 Spell Break (Rank 2)5242 Battle Shout (Rank 2)

Page 160: Mangos Bible 2 1 3

5243 Battle Shout (Rank 2)5244 Kodo Hide Bag5245 Pattern: Kodo Hide Bag5246 Intimidating Shout5247 Intimidating Shout5248 Inner Rage (Rank 1)5249 Ice Lock5250 Stromgarde Militia Call5251 Stromgarde Militia Call Effect5252 Voidwalker Guardian5253 Turn Undead (Rank 1)5254 Polymorph (TEST) (TEST)5255 Explosion5256 Claw Cover5257 Thunderbrew Lager5259 Disarm (TEST)5260 Distract (TEST)

5262 Fanatic Blade5263 Fanatic Blade Effect5264 South Seas Pirate Disguise5265 Stonesplinter Trogg Disguise5266 Syndicate Disguise5267 Dalaran Wizard Disguise5268 Dark Iron Dwarf Disguise5269 Defias Disguise (Rank 1)5270 Stonesplinter Disguise (Rank 1)5271 Cursed Blade5272 Dalaran Wizard Disguise (Rank 1)5273 Dark Iron Dwarf Disguise (Rank 1)5274 Syndicate Disguise (Rank 1)5275 South Seas Pirate Disguise (Rank 1)5276 Freeze5277 Evasion5278 Evasion5280 Razor Mane (Rank 1)5281 zzOLDBlessing of Reckoning Effect (Rank 2)5283 Execute (Rank 1)5285 Mark of the Wild (Rank 1)5286 Mark of the Wild (Rank 2)5287 Mark of the Wild (Rank 3)5289 Wrath (Rank 2)5290 Wrath (Rank 3)5291 Wrath (Rank 4)5292 Wrath (Rank 5)5294 Healing Touch (Rank 2)

Page 161: Mangos Bible 2 1 3

5295 Healing Touch (Rank 3)5296 Healing Touch (Rank 4)5297 Healing Touch (Rank 5)5298 Hunter's Mark (Rank 1)5299 Hibernate (Rank 1)5300 Beast Training5301 Defensive State (DND)5302 Defensive State5305 Dampen Magic (Rank 1)5306 ImmuneSleep (JEFFTEST) (Rank 1)5307 Moonfire (Rank 1)5308 Execute (Rank 1)5309 Entangling Roots (Rank 3)5310 Mark of the Wild (Rank 1)5316 Raptor Feather5320 Echeyakee's Grace (Rank 1)5321 Ishamuhale's Rage (Rank 1)5322 Lakota'mani's Thunder (Rank 1)5323 Speed of Owatanka (Rank 1)5324 Washte Pawne's Resolve (Rank 1)5325 Strength of Isha Awak (Rank 1)5334 Starburst5335 Beast Call5337 Wither Strike5338 Multi-Shot (Rank 1)5340 2H Axe Specialization (Rank 9)5341 2H Axe Specialization (Rank 10)5342 2H Axe Specialization (Rank 11)5343 2H Axe Specialization (Rank 12)5344 2H Axe Specialization (Rank 13)5345 2H Axe Specialization (Rank 14)5346 2H Axe Specialization (Rank 15)5348 2H Mace Specialization (Rank 9)5349 2H Mace Specialization (Rank 10)5350 2H Mace Specialization (Rank 11)5351 2H Mace Specialization (Rank 12)5352 2H Mace Specialization (Rank 13)5353 2H Mace Specialization (Rank 14)5354 2H Mace Specialization (Rank 15)5355 2H Sword Specialization (Rank 9)5356 2H Sword Specialization (Rank 10)5357 2H Sword Specialization (Rank 11)5358 2H Sword Specialization (Rank 12)5359 2H Sword Specialization (Rank 13)5360 2H Sword Specialization (Rank 14)5361 2H Sword Specialization (Rank 15)

Page 162: Mangos Bible 2 1 3

5363 Thick Skin (Rank 1)5364 Thick Skin (Rank 1)5365 Thick Skin (Rank 2)5366 Thick Skin (Rank 3)5367 Thick Skin (Rank 4)5368 Thick Skin (Rank 2)5369 Thick Skin (Rank 3)5370 Thick Skin (Rank 4)5373 Judgement of Light Intermediate5376 Hand Snap5377 Hand Snap5378 Thick Skin (Turtle - Rank 1)5380 Thick Skin (Turtle - Rank 2)5381 Thick Skin (Turtle - Rank 3)5382 Thick Skin (Turtle - Rank 4)5383 Hand Snap (Turtle)5384 Feign Death5385 Feign Death5386 Water Breathing5387 Ghost Wolf5389 Ghost Wolf (Rank 2)5390 Ethereal Form (Rank 1)5392 Ethereal Form (Rank 2)5394 Healing Stream Totem (Rank 1)5395 Death Capsule5396 Healing Stream Totem (Rank 1)5397 Death Capsule5398 Claw Cover (Scorpion)5399 Minor Scorpion Venom (Scorpion)5401 Lizard Bolt5402 Gazban Transform5403 Crash of Waves5404 Gazban Water Form5405 Replenish Mana (Rank 1)5406 Replenish Mana II5407 Segra Darkthorn Effect5408 Quest - Sergra Darkthorn Spell5409 Quest - Sergra Darkthorn Spell5412 Balance of Nature Failure5413 Noxious Catalyst5414 Balance of Nature5416 Venom Sting5419 Travel Form (Passive) (Passive)5420 Tree Form (Passive) 2 (Passive)5421 Aquatic Form (Passive) (Passive)5422 Lacerate

Page 163: Mangos Bible 2 1 3

5424 Claw Grasp5426 Quick Sidestep5427 2H Axe Specialization (Rank 16)5428 Axe Specialization (Rank 9)5429 Axe Specialization (Rank 10)5430 Axe Specialization (Rank 11)5431 Axe Specialization (Rank 12)5432 Axe Specialization (Rank 13)5433 Axe Specialization (Rank 14)5448 Sword Specialization (Rank 9)5449 Sword Specialization (Rank 10)5450 Sword Specialization (Rank 11)5451 Sword Specialization (Rank 12)5452 Sword Specialization (Rank 13)5453 Sword Specialization (Rank 14)5454 2H Sword Finesse (Rank 1)5455 2H Sword Finesse (Rank 2)5456 2H Sword Finesse (Rank 3)5457 2H Sword Specialization (Rank 9)5458 2H Sword Specialization (Rank 10)5459 2H Sword Specialization (Rank 11)5460 2H Sword Specialization (Rank 12)5461 2H Sword Specialization (Rank 13)5462 2H Sword Specialization (Rank 14)5463 2H Sword Finesse (Rank 1)5464 2H Sword Finesse (Rank 2)5465 2H Sword Finesse (Rank 3)5466 2H Axe Power (Rank 1)5467 2H Axe Power (Rank 2)5468 2H Axe Power (Rank 3)5469 2H Axe Finesse (Rank 3)5470 2H Axe Specialization (Rank 9)5471 2H Axe Specialization (Rank 10)5472 2H Axe Specialization (Rank 11)5473 2H Axe Specialization (Rank 12)5474 2H Axe Specialization (Rank 13)5475 2H Axe Specialization (Rank 14)5476 2H Axe Specialization (Rank 15)5477 2H Axe Power (Rank 1)5478 2H Axe Power (Rank 2)5479 2H Axe Power (Rank 3)5480 Cleave Armor (Rank 2)5481 Sword Power (Rank 1)5482 Sword Power (Rank 2)5483 Sword Power (Rank 3)5484 Howl of Terror (Rank 1)

Page 164: Mangos Bible 2 1 3

5486 Howl of Terror (Rank 1)5487 Bear Form (Shapeshift)5488 Bear Form (Shapeshift)5489 Sword Specialization (Rank 9)5490 Sword Specialization (Rank 10)5491 Sword Specialization (Rank 11)5492 Sword Specialization (Rank 12)5493 Sword Specialization (Rank 13)5494 Sword Specialization (Rank 14)5496 Sword Power (Rank 1)5497 Sword Power (Rank 2)5498 Sword Power (Rank 3)5499 Blink5500 Sense Demons5501 Sense Demons5502 Sense Undead5503 Sense Undead5504 Conjure Water (Rank 1)5505 Conjure Water (Rank 2)5506 Conjure Water (Rank 3)5507 Conjure Water (Rank 1)5508 Cleave Armor (Rank 1)5509 Axe Power (Rank 1)5510 Axe Power (Rank 2)5511 Axe Power (Rank 3)5512 Fill Phial5513 Axe Specialization (Rank 15)5514 Darken Vision5515 Savagery5516 Axe Specialization (Rank 9)5517 Axe Specialization (Rank 10)5518 Axe Specialization (Rank 11)5519 Axe Specialization (Rank 12)5520 Axe Specialization (Rank 13)5521 Axe Specialization (Rank 14)5522 Axe Specialization (Rank 15)5524 Axe Power (Rank 1)5525 Axe Power (Rank 2)5526 Axe Power (Rank 3)5527 2H Mace Power (Rank 1)5528 2H Mace Power (Rank 2)5529 2H Mace Power (Rank 3)5530 Mace Stun Effect (Rank 1)5532 Cleave5533 2H Mace Specialization (Rank 9)5534 2H Mace Specialization (Rank 10)

Page 165: Mangos Bible 2 1 3

5535 2H Mace Specialization (Rank 11)5536 2H Mace Specialization (Rank 12)5537 2H Mace Specialization (Rank 13)5538 2H Mace Specialization (Rank 14)5539 2H Mace Specialization (Rank 15)5540 2H Mace Power (Rank 1)5541 2H Mace Power (Rank 2)5542 2H Mace Power (Rank 3)5543 Fade Out5545 Mace Power (Rank 1)5546 Mace Power (Rank 2)5547 Mace Power (Rank 3)5548 Mace Specialization (Rank 9)5549 Mace Specialization (Rank 10)5550 Mace Specialization (Rank 11)5551 Mace Specialization (Rank 12)5552 Mace Specialization (Rank 13)5553 Mace Specialization (Rank 14)5554 Mace Specialization (Rank 15)5555 Mace Power (Rank 1)5556 Mace Power (Rank 2)5557 Mace Power (Rank 3)5558 Mace Specialization (Rank 9)5559 Mace Specialization (Rank 10)5560 Mace Specialization (Rank 11)5561 Mace Specialization (Rank 12)5562 Mace Specialization (Rank 13)5563 Mace Specialization (Rank 14)5564 Mace Specialization (Rank 15)5565 Conjure Water (Rank 2)5566 Conjure Water (Rank 3)5567 Miring Mud5568 Trample5570 Insect Swarm (Rank 1)5572 Divine Protection (Rank 1)5573 Divine Protection (Rank 2)5574 Divine Protection (Rank 2)5576 zzOLDBlessing of Reckoning Effect (Rank 3)5578 zzOLDBlessing of Reckoning Effect (Rank 4)5579 Immune Root/Snare/Stun5581 Script Test5583 Glimpse of Instincts5584 Hammer of Justice (Rank 1)5585 Dagger Power (Rank 1)5586 Dagger Power (Rank 2)5587 Dagger Power (Rank 3)

Page 166: Mangos Bible 2 1 3

5588 Hammer of Justice (Rank 2)5589 Hammer of Justice (Rank 3)5590 Hammer of Justice (Rank 2)5591 Hammer of Justice (Rank 3)5594 Dagger Power (Rank 1)5595 Dagger Power (Rank 2)5596 Dagger Power (Rank 3)5597 Serious Wound (Rank 1)5598 Serious Wound (Rank 2)5599 Blessing of Protection (Rank 2)5600 Blessing of Protection (Rank 2)5605 Healing Ward5607 Healing Aura5608 Healing Ward Passive5610 Choose Power5613 Exorcism (Rank 1)5614 Exorcism (Rank 2)5615 Exorcism (Rank 3)5616 Exorcism (Rank 2)5617 Exorcism (Rank 3)5626 Gun Specialization (Rank 1)5627 Turn Undead (Rank 2)5628 Gnarlpine Vengeance5629 Turn Undead (Rank 2)5630 Gun Specialization (Rank 2)5631 Gun Specialization (Rank 3)5632 Gun Specialization (Rank 4)5633 Gun Specialization (Rank 5)5634 Gun Specialization (Rank 6)5635 Gun Specialization (Rank 7)5636 Gun Specialization (Rank 8)5637 Gun Specialization (Rank 9)5638 Gun Specialization (Rank 10)5639 Gun Specialization (Rank 11)5640 Gun Specialization (Rank 12)5641 Gun Specialization (Rank 13)5642 Gun Specialization (Rank 14)5643 Gun Specialization (Rank 15)5644 Wisdom Aura (Rank 2)5647 Wisdom Aura (Rank 3)5648 Stunning Blast (Rank 1)5649 Stunning Blast (Rank 2)5650 Gun Specialization (Rank 1)5651 Gun Specialization (Rank 2)5652 Gun Specialization (Rank 3)5653 Gun Specialization (Rank 4)

Page 167: Mangos Bible 2 1 3

5654 Gun Specialization (Rank 5)5655 Gun Specialization (Rank 6)5656 Gun Specialization (Rank 7)5657 Gun Specialization (Rank 8)5658 Gun Specialization (Rank 9)5659 Gun Specialization (Rank 10)5660 Gun Specialization (Rank 11)5661 Gun Specialization (Rank 12)5662 Gun Specialization (Rank 13)5663 Gun Specialization (Rank 14)5664 Gun Specialization (Rank 15)5665 Fury of the Bogling5666 Summon Timberling5667 Bogling Passive5668 Peasant Disguise5669 Peon Disguise5670 Disguise (Rank 1)5671 Disguise (Rank 1)5672 Healing Stream (Rank 1)5675 Mana Spring Totem (Rank 1)5676 Searing Pain (Rank 1)5677 Mana Spring (Rank 1)5678 Mana Spring Totem (Rank 1)5679 Torch Burn5680 Torch Burn5682 Lightning Reflexes (Rank 3)5683 Lightning Reflexes (Rank 4)5684 Lightning Reflexes (Rank 5)5685 Lightning Reflexes (Rank 6)5686 Lightning Reflexes (Rank 7)5687 Lightning Reflexes (Rank 8)5688 Lightning Reflexes (Rank 3)5689 Lightning Reflexes (Rank 4)5690 Lightning Reflexes (Rank 5)5691 Lightning Reflexes (Rank 6)5692 Lightning Reflexes (Rank 7)5693 Lightning Reflexes (Rank 8)5696 Charge (TEST) (Rank 1)5697 Unending Breath5698 Unending Breath5699 Create Healthstone5700 Create Healthstone5702 Create Healthstone (Greater)5703 Stunning Strike (Rank 1)5705 Shadow Word: Befuddle (Rank 1)5707 Lifestone Regeneration

Page 168: Mangos Bible 2 1 3

5708 Swoop5709 Hellfire (Rank 1)5715 Staff Power (Rank 1)5716 Staff Power (Rank 2)5717 Staff Power (Rank 3)5720 Healthstone5722 Staff Power (Rank 1)5723 Greater Healthstone5724 Staff Power (Rank 2)5725 Staff Power (Rank 3)5726 Stunning Blow (Rank 1)5727 Stunning Blow (Rank 2)5728 Stoneclaw Totem Passive (Rank 1)5729 Stoneclaw Totem Effect (Rank 1)5730 Stoneclaw Totem (Rank 1)5731 Stoneclaw Totem (Rank 1)5736 Curse of Tongues (Rank 1)5738 Crippling Curse (Rank 1)5740 Rain of Fire (Rank 1)5741 Rain of Fire (Rank 1)5742 Bow Specialization (Rank 1)5743 Bow Specialization (Rank 2)5744 Bow Specialization (Rank 3)5745 Bow Specialization (Rank 4)5746 Bow Specialization (Rank 5)5747 Bow Specialization (Rank 6)5748 Bow Specialization (Rank 7)5749 Bow Specialization (Rank 8)5750 Bow Specialization (Rank 9)5751 Bow Specialization (Rank 10)5752 Bow Specialization (Rank 11)5753 Bow Specialization (Rank 12)5754 Bow Specialization (Rank 13)5755 Bow Specialization (Rank 14)5756 Bow Specialization (Rank 15)5757 Crossbow Mastery (Rank 1)5758 Crossbow Mastery (Rank 2)5759 Cat Form5760 Mind-numbing Poison (Rank 1)5761 Mind-numbing Poison (Rank 1)5762 Crossbow Mastery (Rank 1)5763 Mind-numbing Poison (Rank 1)5764 Crossbow Mastery (Rank 2)5765 Bow Specialization (Rank 1)5766 Bow Specialization (Rank 2)5767 Bow Specialization (Rank 3)

Page 169: Mangos Bible 2 1 3

5768 Mind-numbing Poison (Rank 1)5769 Bow Specialization (Rank 4)5770 Bow Specialization (Rank 5)5771 Bow Specialization (Rank 6)5772 Bow Specialization (Rank 7)5773 Bow Specialization (Rank 8)5774 Bow Specialization (Rank 9)5775 Bow Specialization (Rank 10)5776 Bow Specialization (Rank 11)5777 Bow Specialization (Rank 12)5778 Bow Specialization (Rank 13)5779 Bow Specialization (Rank 14)5780 Bow Specialization (Rank 15)5781 Threatening Growl5782 Fear (Rank 1)5783 Fear (Rank 1)5784 Summon Felsteed (Summon)5785 Teach Summon Felsteed (Summon)5786 Shield Defense (Rank 1)5787 Shield Defense (Rank 2)5788 Shield Defense (Rank 3)5789 Shield Defense (Rank 4)5790 Shield Defense (Rank 5)5791 Shield Defense (Rank 6)5792 OLDShield Defense (Rank 7)5793 OLDShield Defense (Rank 8)5794 Shield Blocking (Rank 4)5795 Shield Blocking (Rank 5)5796 Shield Blocking (Rank 6)5797 Shield Blocking (Rank 4)5798 Shield Blocking (Rank 5)5799 Shield Blocking (Rank 6)5800 Shield Defense (Rank 1)5801 Shield Defense (Rank 2)5802 Shield Defense (Rank 3)5803 Shield Defense (Rank 4)5804 Shield Defense (Rank 5)5805 Shield Defense (Rank 6)5806 Shield Defense (Rank 7)5807 Shield Defense (Rank 8)5809 Create Scrying Bowl5810 Stone Skin5811 Stone Skin Passive5812 Nature Power (Rank 1)5813 Nature Power (Rank 2)5814 Nature Power (Rank 3)

Page 170: Mangos Bible 2 1 3

5815 Nature Power (Rank 4)5816 Nature Focus (Rank 1)5817 Nature Focus (Rank 2)5818 Nature Focus (Rank 3)5819 Nature Affinity (Rank 3)5820 Nature Specialization (Rank 9)5821 Nature Specialization (Rank 10)5822 Nature Affinity (Rank 4)5823 Nature Specialization (Rank 9)5824 Nature Specialization (Rank 10)5825 Nature Affinity (Rank 3)5826 Nature Affinity (Rank 4)5827 Nature Power (Rank 1)5828 Nature Power (Rank 2)5829 Nature Power (Rank 3)5830 Nature Power (Rank 4)5831 Nature Focus (Rank 1)5832 Nature Focus (Rank 2)5833 Nature Focus (Rank 3)5834 Fire Focus (Rank 1)5835 Fire Power (Rank 1)5837 Fire Focus (Rank 2)5838 Fire Focus (Rank 3)5839 Fire Power (Rank 2)5840 Fire Power (Rank 3)5841 Fire Power (Rank 4)5842 Fire Affinity (Rank 3)5843 Fire Affinity (Rank 4)5844 Fire Specialization (Rank 9)5845 Fire Specialization (Rank 10)5846 Fire Specialization (Rank 9)5847 Fire Specialization (Rank 10)5848 Fire Power (Rank 1)5849 Fire Focus (Rank 1)5850 Fire Focus (Rank 2)5851 Fire Focus (Rank 3)5852 Fire Power (Rank 2)5853 Fire Power (Rank 3)5854 Fire Power (Rank 4)5855 Fire Affinity (Rank 3)5856 Fire Affinity (Rank 4)5857 Hellfire Effect (Rank 1)5858 Dryad Camouflage5862 Blessing of Aman5865 Frost Focus (Rank 1)5866 Frost Power (Rank 1)

Page 171: Mangos Bible 2 1 3

5867 Frost Focus (Rank 2)5868 Frost Focus (Rank 3)5869 Frost Power (Rank 2)5870 Frost Power (Rank 3)5871 Frost Power (Rank 4)5872 Frost Affinity (Rank 3)5873 Frost Affinity (Rank 4)5874 Frost Specialization (Rank 9)5875 Frost Specialization (Rank 10)5876 Frost Specialization (Rank 10)5877 Frost Specialization (Rank 9)5878 Frost Affinity (Rank 3)5879 Frost Affinity (Rank 4)5880 Frost Power (Rank 1)5881 Frost Focus (Rank 1)5882 Frost Focus (Rank 2)5883 Frost Focus (Rank 3)5884 Banshee Curse5885 Frost Power (Rank 2)5886 Frost Power (Rank 3)5887 Frost Power (Rank 4)5888 Darkshore Frenzy5891 Shadow Specialization (Rank 9)5892 Shadow Specialization (Rank 10)5896 Shadow Power (Rank 1)5898 Shadow Power (Rank 2)5899 Shadow Power (Rank 3)5900 Shadow Power (Rank 4)5903 Shadow Specialization (Rank 9)5904 Shadow Specialization (Rank 10)5907 Shadow Power (Rank 1)5909 Watered-down Beer5910 Shadow Power (Rank 2)5911 Shadow Power (Rank 3)5912 Shadow Power (Rank 4)5915 Crazed5916 Shadowstalker Stealth (Rank 1)5917 Fumble (Rank 1)5918 Shadowstalker Stab (Rank 1)5919 Holy Affinity (Rank 3)5920 Holy Affinity (Rank 4)5923 Holy Power (Rank 1)5924 Holy Power (Rank 2)5925 Holy Power (Rank 3)5926 Holy Power (Rank 4)5927 Holy Focus (Rank 1)

Page 172: Mangos Bible 2 1 3

5928 Holy Focus (Rank 2)5929 Holy Focus (Rank 3)5930 Holy Affinity (Rank 3)5931 Holy Affinity (Rank 4)5934 Flourish (Rank 1)5935 Holy Focus (Rank 1)5936 Holy Focus (Rank 2)5937 Holy Focus (Rank 3)5938 Spell - Reuse 59385939 Spell - Reuse 59395940 Spell - Reuse 59405941 Evade (Rank 1)5942 Evade (Rank 2)5943 Evade (Rank 3)5944 Evade (OLD) (Rank 4)5945 Evade (Rank 1)5946 Evade (Rank 2)5947 Evade (Rank 3)5948 Evade (OLD) (Rank 4)5949 Toughen Hide5950 Vital Wound5951 Knockdown5952 Throwing Specialization (Rank 1)5953 Throwing Specialization (Rank 2)5954 Throwing Specialization (Rank 3)5955 Throwing Specialization (Rank 4)5956 Throwing Specialization (Rank 5)5957 Throwing Specialization (Rank 6)5958 Throwing Specialization (Rank 7)5959 Throwing Specialization (Rank 1)5960 Throwing Specialization (Rank 2)5961 Throwing Specialization (Rank 3)5962 Throwing Specialization (Rank 4)5963 Throwing Specialization (Rank 5)5964 Throwing Specialization (Rank 6)5965 Throwing Specialization (Rank 7)5967 Pickpocket (PT)5968 Summon Ghost Saber5969 Crossbow Specialization (Rank 1)5970 Crossbow Power (Rank 1)5971 Crossbow Power (Rank 2)5972 Crossbow Power (Rank 3)5973 Crossbow Specialization (Rank 2)5974 Crossbow Specialization (Rank 3)5975 Crossbow Specialization (Rank 4)5976 Crossbow Specialization (Rank 5)

Page 173: Mangos Bible 2 1 3

5977 Crossbow Specialization (Rank 6)5978 rf5979 Crossbow Specialization (Rank 7)5980 Crossbow Power (Rank 1)5981 Crossbow Specialization (Rank 1)5982 Crossbow Power (Rank 2)5983 Crossbow Power (Rank 3)5984 Crossbow Specialization (Rank 2)5985 Crossbow Specialization (Rank 3)5986 Crossbow Specialization (Rank 4)5987 Crossbow Specialization (Rank 5)5988 Crossbow Specialization (Rank 6)5989 Crossbow Specialization (Rank 7)5990 Nimble Reflexes5993 Enraging Bite5994 Growl of Fortitude5995 Roar of Fortitude5996 Flight of the Peregrine5997 Eye Peck5998 Pester5999 Ferocity6000 Open Wound6001 Tough Shell (Rank 1)6002 Tough Shell (Rank 2)6003 Tough Shell (Rank 3)6004 Tough Shell (Rank 4)6005 Tight Pinch6006 Clenched Pinchers6007 Quick Snap6008 Consume Flesh6009 Bruise (Rank 1)6010 Bruise (Rank 2)6011 Bruise (Rank 3)6012 Bruise (Rank 4)6013 Throw Rock (Rank 1)6014 Throw Rock (Rank 2)6015 Quickness6016 Pierce Armor6017 Rapid Gallop6019 Stomp6020 Feast of Prey6021 Vulnerable6022 Tendon Slice6023 Minor Scorpion Venom6024 Claw Cover6025 Spider Poison

Page 174: Mangos Bible 2 1 3

6026 Web (Rank 1)6027 Web (Rank 2)6028 Web (Rank 3)6029 Poisonous Spit6030 Distracting Spit6031 Healing Tongue (Rank 1)6032 Healing Tongue (Rank 2)6033 Strider Presence6034 Thick Skin (Rank 1)6035 Thick Skin (Rank 2)6036 Thick Skin (Rank 3)6037 Thick Skin (Rank 4)6038 Hand Snap (Rank 1)6039 Enraged Howl6040 Rabid Maw6041 Lightning Bolt (Rank 6)6042 Create Lesser Healthstone (Rank 2)6043 Lightning Bolt (Rank 6)6057 Wand Specialization (Rank 1)6059 Lightning Storm (Rank 3)6060 Smite (Rank 6)6062 Smite (Rank 6)6063 Heal (Rank 3)6064 Heal (Rank 4)6065 Power Word: Shield (Rank 5)6066 Power Word: Shield (Rank 6)6067 Power Word: Shield (Rank 5)6068 Power Word: Shield (Rank 6)6070 Shadow Word: Befuddle (Rank 2)6071 Heal (Rank 3)6072 Heal (Rank 4)6073 Renew (Rank 1)6074 Renew (Rank 2)6075 Renew (Rank 3)6076 Renew (Rank 4)6077 Renew (Rank 5)6078 Renew (Rank 6)6079 Renew (Rank 2)6080 Renew (Rank 3)6081 Renew (Rank 4)6082 Renew (Rank 5)6083 Renew (Rank 6)6084 Summon Ghost Saber6085 Wand Specialization (Rank 2)6086 Wand Specialization (Rank 3)6087 Wand Specialization (Rank 4)

Page 175: Mangos Bible 2 1 3

6088 Wand Specialization (Rank 5)6089 Wand Specialization (Rank 6)6090 Wand Specialization (Rank 7)6091 Wand Specialization (Rank 8)6092 Wand Specialization (Rank 9)6093 Wand Specialization (Rank 10)6094 Wand Power (Rank 1)6095 Wand Mastery (Rank 1)6096 Wand Mastery (Rank 2)6097 Wand Power (Rank 2)6098 Wand Power (Rank 3)6099 Wand Mastery (Rank 1)6100 Wand Power (Rank 1)6101 Wand Specialization (Rank 1)6102 Wand Specialization (Rank 2)6103 Wand Specialization (Rank 3)6104 Wand Specialization (Rank 4)6105 Wand Specialization (Rank 5)6106 Wand Specialization (Rank 6)6107 Wand Specialization (Rank 7)6108 Wand Specialization (Rank 8)6109 Wand Specialization (Rank 10)6110 Wand Mastery (Rank 2)6111 Wand Power (Rank 2)6112 Wand Power (Rank 3)6113 Wand Specialization (Rank 9)6114 Raptor Punch6115 Far Sight (PT)6116 Frost Armor (Rank 1)6117 Mage Armor (Rank 1)6119 Combat Swap (DND)6120 zzDONOTREUSE6121 Mage Armor (Rank 1)6122 Summon Vekniss Borer6123 Combat Swap (DND)6124 zzDONOTREUSE6127 Conjure Water (Rank 4)6128 Conjure Water (Rank 4)6129 Conjure Food (Rank 4)6130 Conjure Food (Rank 4)6131 Frost Nova (Rank 3)6132 Frost Nova (Rank 3)6136 Chilled (Rank 1)6141 Blizzard (Rank 2)6142 Blizzard (Rank 2)6143 Frost Ward (Rank 1)

Page 176: Mangos Bible 2 1 3

6144 Frost Ward (Rank 1)6145 Eagle Eye (PT)6146 Slow (Rank 2)6150 Quick Shots6151 Sneaky (Rank 1)6153 Sneaky (Rank 2)6155 Sneaky (Rank 3)6156 Sneaky (Rank 4)6157 Sneaky (Rank 5)6158 Heroic Strike (Rank 6)6163 Sneaky (Rank 1)6164 Perceptive (Rank 1)6165 Sneaky (Rank 2)6166 Sneaky (Rank 3)6167 Sneaky (Rank 4)6169 Sneaky (Rank 5)6170 Perceptive (Rank 2)6171 Perceptive (Rank 3)6172 Perceptive (Rank 4)6173 Perceptive (Rank 5)6176 Execute (Rank 2)6177 Execute (Rank 3)6178 Charge (Rank 2)6180 Charge (Rank 2)6185 Hemorrhage (Rank 2)6187 Riposte (Rank 2)6190 Demoralizing Shout (Rank 2)6191 Demoralizing Shout (Rank 2)6192 Battle Shout (Rank 3)6193 Battle Shout (Rank 3)6195 Serpentbloom Snake6196 Far Sight6197 Eagle Eye6198 Eagle Eye6199 Nostalgia6201 Create Healthstone (Minor)6202 Create Healthstone (Lesser)6203 Create Healthstone (Minor)6204 Create Healthstone (Lesser)6205 Curse of Weakness (Rank 3)6206 Curse of Weakness (Rank 3)6210 Blood Boil (Rank 1)6211 Blood Boil (Rank 2)6212 Blood Boil (Rank 3)6213 Fear (Rank 2)6214 Fear (Rank 2)

Page 177: Mangos Bible 2 1 3

6215 Fear (Rank 3)6216 Fear (Rank 3)6217 Curse of Agony (Rank 3)6218 Curse of Agony (Rank 3)6219 Rain of Fire (Rank 2)6220 Rain of Fire (Rank 2)6221 Corruption (Rank 1)6222 Corruption (Rank 2)6223 Corruption (Rank 3)6224 Corruption (Rank 2)6225 Corruption (Rank 3)6226 Drain Mana (Rank 2)6227 Drain Mana (Rank 2)6228 Eye of Kilrogg (Summon)6229 Shadow Ward (Rank 1)6231 Holy Ward (Rank 1)6232 Shadow Ward (Rank 1)6233 Closing6234 Incineration6235 Wisp Summon6236 Form of the Moonstalker6237 Wisp Detonate6238 Speak with Animals6239 Bloodtooth's Totum6240 Dispell Bloodtooth6243 Serpentbloom Snake Passive6245 Force Target - Salute6246 Closing6247 Opening6249 Opening6250 Fire Cannon6251 Summon Crimson Cannon6252 Southsea Cannon Fire6253 Backhand6254 Chained Bolt6255 Lizard Bolt6257 Torch Toss6262 Minor Healthstone6263 Lesser Healthstone6264 Nimble Reflexes6266 Kodo Stomp6268 Rushing Charge (Rank 1)6270 Serpentine Cleansing6271 Naralex's Awakening6272 Eye of Yesmur (PT)6273 Force Target - Talk

Page 178: Mangos Bible 2 1 3

6274 Healing Ward6275 Healing Aura6276 Healing Ward IV Passive6277 Bind Sight (PT)6278 Creeping Mold6280 Pet Hardiness (Rank 1)6281 Pet Hardiness (Rank 2)6282 Pet Hardiness (Rank 3)6283 Pet Hardiness (Rank 4)6284 Pet Hardiness (Any Pet - Rank 1)6285 Pet Hardiness (Rank 1)6286 Pet Hardiness (Rank 5)6287 Pet Hardiness (Any Pet - Rank 2)6288 Pet Hardiness (Any Pet - Rank 3)6289 Pet Hardiness (Any Pet - Rank 4)6290 Pet Hardiness (Any Pet - Rank 5)6291 Pet Hardiness (Rank 2)6292 Pet Hardiness (Rank 3)6293 Pet Hardiness (Rank 4)6294 Pet Hardiness (Rank 5)6295 Fiery Enchantment6296 Enchant: Fiery Blaze6297 Fiery Blaze6298 Form of the Moonstalker6304 Rhahk'Zor Slam6305 Flame Burst6306 Acid Splash6307 Blood Pact (Rank 1)6310 Divining Scroll Spell6311 Pet Aggression (Rank 1)6312 Pet Aggression (Any Pet - Rank 1)6313 Pet Aggression (Rank 1)6314 Pet Aggression (Rank 2)6315 Pet Aggression (Rank 3)6316 Pet Aggression (Rank 4)6317 Pet Aggression (Rank 5)6318 Pet Aggression (Any Pet - Rank 2)6319 Pet Aggression (Any Pet - Rank 3)6320 Pet Aggression (Any Pet - Rank 4)6321 Pet Aggression (Any Pet - Rank 5)6322 Pet Aggression (Rank 2)6323 Pet Aggression (Rank 3)6324 Pet Aggression (Rank 4)6325 Pet Aggression (Rank 5)6327 Mana Feed6328 Pet Recovery (Rank 1)

Page 179: Mangos Bible 2 1 3

6329 Pet Recovery (Any Pet - Rank 1)6330 Pet Recovery (Rank 1)6331 Pet Recovery (Rank 2)6332 Pet Recovery (Rank 3)6333 Pet Recovery (Rank 4)6334 Pet Recovery (Rank 5)6335 Pet Recovery (Any Pet - Rank 2)6336 Pet Recovery (Any Pet - Rank 3)6337 Pet Recovery (Any Pet - Rank 4)6338 Pet Recovery (Any Pet - Rank 5)6339 Pet Recovery (Rank 2)6340 Pet Recovery (Rank 3)6341 Pet Recovery (Rank 4)6342 Pet Recovery (Rank 5)6343 Thunder Clap (Rank 1)6346 Fear Ward6347 Feedback (Rank 1)6348 [PH] Teleport to Menethil Harbor6349 [PH] Teleport to Auberdine6350 Attack (Rank 2)6351 Attack (Rank 3)6352 Attack (Rank 4)6353 Soul Fire (Rank 1)6354 Venom's Bane6355 Drink Disease Bottle6356 Spell Immunity6357 Spell Immunity6358 Seduction6359 Seduction6360 Soothing Kiss (Rank 1)6362 Soothing Kiss (Rank 1)6363 Searing Totem (Rank 2)6364 Searing Totem (Rank 3)6365 Searing Totem (Rank 4)6366 Create Firestone (Lesser)6371 Healing Stream (Rank 2)6372 Healing Stream (Rank 3)6375 Healing Stream Totem (Rank 2)6377 Healing Stream Totem (Rank 3)6379 Searing Totem (Rank 2)6380 Searing Totem (Rank 3)6381 Searing Totem (Rank 4)6383 Healing Stream Totem (Rank 2)6384 Healing Stream Totem (Rank 3)6385 Aspect of the Hawk (Rank 1)6386 Divine Spirit (Rank 2)

Page 180: Mangos Bible 2 1 3

6390 Stoneclaw Totem (Rank 2)6391 Stoneclaw Totem (Rank 3)6392 Stoneclaw Totem (Rank 4)6393 Stoneclaw Totem Effect (Rank 2)6394 Stoneclaw Totem Effect (Rank 3)6395 Stoneclaw Totem Effect (Rank 4)6397 Stoneclaw Totem Passive (Rank 2)6398 Stoneclaw Totem Passive (Rank 3)6399 Stoneclaw Totem Passive (Rank 4)6400 Stoneclaw Totem (Rank 2)6401 Stoneclaw Totem (Rank 3)6402 Stoneclaw Totem (Rank 4)6403 Thunderbolt6405 Furbolg Form6408 Faded6409 Cheap Shot (Rank 1)6410 Food6411 Scorpid Poison6412 Kaldorei Spider Kabob6413 Scorpid Surprise6414 Roasted Kodo Meat6415 Fillet of Frenzy6416 Strider Stew6417 Dig Rat Stew6418 Crispy Lizard Tail6419 Lean Venison6421 Ashcrombe's Unlock6422 Ashcrombe's Teleport (Rank 1)6423 Recipe: Kaldorei Spider Kabob6424 Recipe: Scorpid Surprise6425 Recipe: Roasted Kodo Meat6426 Recipe: Fillet of Frenzy6427 Recipe: Strider Stew6428 Recipe: Dig Rat Stew6429 Recipe: Crispy Lizard Tail6430 Recipe: Lean Venison6431 Self Visual - Sleep 30s (DND)6432 Smite Stomp6433 Nimble Reflexes III6434 Slice and Dice (Rank 1)6435 Smite Slam6436 Smite's Hammer6440 Smite's Dual Wield Passive6441 Explosive Shells6442 Explosive Shells6443 Pet Resistance (Rank 1)

Page 181: Mangos Bible 2 1 3

6444 Pet Resistance (Rank 2)6445 Pet Resistance (Rank 3)6446 Pet Resistance (Rank 4)6447 Pet Resistance (Rank 5)6448 Pet Resistance (Any Pet - Rank 1)6449 Pet Resistance (Rank 1)6450 Pet Resistance (Any Pet - Rank 2)6451 Pet Resistance (Any Pet - Rank 3)6452 Pet Resistance (Any Pet - Rank 4)6453 Pet Resistance (Any Pet - Rank 5)6454 Pet Resistance (Rank 2)6455 Pet Resistance (Rank 3)6456 Pet Resistance (Rank 4)6457 Pet Resistance (Rank 5)6458 Ornate Spyglass6459 Ornate Spyglass6460 Lockpicking (Expert)6461 Pick Lock (Journeyman)6462 Pacified6463 Pick Lock (Expert)6464 Summon Rusty Chest6465 Trapped Chest6466 Axe Toss6467 Unarmed Woodcutter6468 Skeletal Miner Berserk6469 Skeletal Miner Explode6470 Tiny Bronze Key6471 Tiny Iron Key6472 Tiny Bronze Key6473 Tiny Iron Key6474 Earthbind Totem Passive6477 Opening6478 Opening6479 Razormane Wolf6480 Pick Lock6481 Lockpicking (Journeyman)6482 Lockpicking (Expert)6483 [PH] Teleport to Felwood6484 [PH] Teleport to Balthule6485 Create Spellstone6487 Ilkrud's Guardians6488 Sarilus's Elementals Passive6490 Sarilus's Elementals6492 Levitate6493 Slow Fall6494 Mind Bomb (Rank 1)

Page 182: Mangos Bible 2 1 3

6495 Sentry Totem6496 Sentry Totem6497 Feed Sarilus Effect6498 Feed Sarilus Passive6499 Boiled Clams6500 Goblin Deviled Clams6501 Clam Chowder6502 Boiled Clams6503 Goblin Deviled Clams6504 Recipe: Clam Chowder6505 Blind6507 Battle Roar (Rank 1)6509 Opening6510 Blinding Powder6511 Blinding Powder6512 Detect Lesser Invisibility6513 Resist Poison (Rank 1)6514 Sharp Weapon +2 (Rank 1)6515 Sharp Weapon +3 (Rank 1)6516 Sharp Weapon +5 (Rank 1)6517 Pearl-handled Dagger6518 Iridescent Hammer6519 Plans: Iridescent Hammer6520 Pearl-handled Dagger6521 Pearl-clasped Cloak6522 Pearl-clasped Cloak6523 Phase Out Passive6524 Ground Tremor6527 Unlocking6528 Quest - Purge Visual6529 Open Benedict's Chest6530 Sling Dirt6531 Overseer's Poison6533 Net6534 Recipe: Crocolisk Steak6535 Lightning Cloud6536 Summon Deepmoss Matriarch6537 Call of the Forest6538 Dig Trap6539 Dig Trap (Scorpion)6540 Dig Trap6543 Battle Shout (Rank 4)6545 Heroic Leap (Rank 1)6546 Rend (Rank 2)6547 Rend (Rank 3)6548 Rend (Rank 4)

Page 183: Mangos Bible 2 1 3

6549 Rend (Rank 2)6550 Rend (Rank 3)6551 Rend (Rank 4)6552 Pummel (Rank 1)6553 Pummel (Rank 1)6554 Pummel (Rank 2)6556 Pummel (Rank 2)6558 Debuff (Rank 1)6559 Decisive Strike (Rank 1)6560 LeCraft Test Spell6563 Decisive Strike (Rank 3)6565 Savage Blow (Rank 1)6567 Savage Blow (Rank 2)6569 Riposte (Rank 3)6571 Sunder (Rank 1)6572 Revenge (Rank 1)6573 Revenge (Rank 1)6574 Revenge (Rank 2)6575 Revenge (Rank 2)6576 Intimidating Growl6577 Intimidating Growl (Wolf)6579 Intimidating Growl6580 Pierce Ankle6581 Pierce Ankle6582 Pierce Ankle (Crocilisk)6583 Pierce Ankle6584 Jin'Zil's Curse6587 Silithid Creeper Egg6588 Summon Silithid Grub6589 Silithid Swarm6590 Silithid Swarm Passive6591 Stance Rage Effect (+3)6592 Stance Rage (+5 Def)6593 Stance Rage (+5 Off)6594 Stance Rage Effect (+5)6595 Exploit Weakness6598 Savannah Cub6600 Salt Flats Racer Speed6601 Salt Flats Racer Slow6602 Salt Flats Racer Normal6603 Attack6605 Terrifying Screech6606 Self Visual - Sleep Until Cancelled (DND)6607 Lash6608 Dropped Weapon6609 Filling

Page 184: Mangos Bible 2 1 3

6610 Filling6611 Filling6612 Rage6613 Great Rage6614 Cowardly Flight6615 Free Action6617 Rage Potion6618 Great Rage Potion6619 Cowardly Flight Potion6620 Place Toxic Fogger6621 Recipe: Rage Potion6622 Recipe: Great Rage Potion6623 Recipe: Cowardly Flight Potion6624 Free Action Potion6625 Recipe: Free Action Potion6626 Set NG-5 Charge (Blue)6627 Remote Detonate6629 Summon Deepmoss Baby6630 Set NG-5 Charge (Red)6631 Arcane Missiles (Rank 1)6632 Arcane Missiles (Rank 2)6634 Phasing Stealth6635 Conjure Water (Rank 1)6636 Wagon Explode6637 Arcane Missiles (Rank 3)6638 Conjure Water (Rank 3)6639 Conjure Water (Rank 4)6641 Conjure Food (Rank 4)6642 Frost Shield (Rank 3)6643 Frost Armor (Rank 3)6644 Frost Nova (Rank 3)6645 Snare Poison6647 Fast Acting Poison (Rank 1)6648 Chestnut Mare6650 Instant Toxin6651 Instant Toxin (Rank 1)6652 Recipe: Instant Toxin6653 Dire Wolf6654 Brown Wolf6655 Force Target - Bow6656 Remote Detonate6657 Summon Serpent Messenger6658 Opening6659 Healing Touch (Rank 1)6660 Shoot6661 Barbaric Harness

Page 185: Mangos Bible 2 1 3

6662 Barbaric Harness6664 Survival Instinct6666 Survival Instinct (Cat)6667 Survival Instinct6668 Red Firework6669 Survival Instinct6671 Create Scroll6672 Toxic Contagion6673 Battle Shout (Rank 1)6674 Battle Shout (Rank 1)6677 Silithid Swarm Call6681 Immunity: Disease6685 Piercing Shot6686 Red Linen Bag6687 Pattern: Red Linen Bag6688 Red Woolen Bag6689 Pattern: Red Woolen Bag6690 Lesser Wizard's Robe6691 Lesser Wizard's Robe6692 Robes of Arcana6693 Green Silk Pack6694 Pattern: Green Silk Pack6695 Black Silk Pack6696 Pattern: Black Silk Pack6700 Dimensional Portal6701 Pattern: Rich Purple Silk Shirt6702 Murloc Scale Belt6703 Murloc Scale Breastplate6704 Thick Murloc Armor6705 Murloc Scale Bracers6706 Pattern: Murloc Scale Belt6707 Pattern: Murloc Scale Breastplate6708 Pattern: Thick Murloc Armor6709 Pattern: Murloc Scale Bracers6711 Pathfinding (Rank 1)6712 Eviscerate (Rank 1)6713 Disarm6714 Test of Faith6716 Test of Faith6717 Place Lion Carcass6718 Phasing Stealth6719 [PH] Teleport to Theramore6724 Light of Elune (Rank 1)6725 Flame Spike6726 Silence6727 Poison Mushroom

Page 186: Mangos Bible 2 1 3

6728 Enveloping Winds (Rank 1)6730 Head Butt6733 Trip (Rank 1)6734 Feint (Rank 1)6735 Kidney Shot (Rank 1)6736 Rupture (Rank 1)6737 Garrote (Rank 1)6741 Identify Brood6742 Bloodlust6743 Horse Riding6744 Ram Riding6745 Tiger Riding6746 Wolf Riding6747 Test Combo6748 Test Finishing6749 Wide Swipe6750 Wide Swipe Passive6751 Weak Poison6752 Weak Poison Proc6753 Backhand6754 Slap!6755 Tell Joke6756 Mark of the Wild (Rank 3)6757 Create House (TEST)6758 Party Fever6759 Party Fever Effect6760 Eviscerate (Rank 2)6761 Eviscerate (Rank 3)6762 Eviscerate (Rank 4)6763 Eviscerate (Rank 2)6764 Eviscerate (Rank 3)6765 Eviscerate (Rank 4)6766 Test of Lore6767 Mark of Shame6768 Feint (Rank 2)6769 Feint (Rank 2)6770 Sap (Rank 1)6771 Sap (Rank 2)6772 Trip (Rank 2)6773 Trip (Rank 2)6774 Slice and Dice (Rank 2)6775 Slice and Dice (Rank 2)6777 Gray Ram6778 Healing Touch (Rank 6)6779 Healing Touch (Rank 6)6780 Wrath (Rank 6)

Page 187: Mangos Bible 2 1 3

6781 Wrath (Rank 6)6782 Mark of the Wild (Rank 4)6783 Prowl (Rank 2)6784 Prowl (Rank 2)6785 Ravage (Rank 1)6786 Ravage (Rank 1)6787 Ravage (Rank 2)6788 Weakened Soul6789 Death Coil (Rank 1)6790 Ravage (Rank 2)6791 Disengage (Rank 1)6792 Beast Lore6793 Tiger's Fury (Rank 2)6794 Tiger's Fury (Rank 2)6795 Growl6796 Growl6798 Bash (Rank 2)6799 Bash (Rank 2)6800 Shred (Rank 2)6801 Shred (Rank 2)6802 Opening6803 Filling6805 Dousing6806 Wrath (Rank 1)6807 Maul (Rank 1)6808 Maul (Rank 2)6809 Maul (Rank 3)6810 Maul (Rank 1)6811 Maul (Rank 2)6812 Maul (Rank 3)6813 Coat of Thistlefur6814 Sludge Toxin6816 Corrupted Strength6817 Corrupted Agility6818 Corrupted Intellect6819 Corrupted Stamina6820 Corrupted Agility Passive6821 Corrupted Strength Passive6822 Corrupted Stamina Passive6823 Corrupted Intellect Passive6844 Self Visual - Stun 10s (DND)6864 Strength of Stone6866 Moss Covered Hands6867 Moss Covered Hands Proc6869 Fall down6870 Moss Covered Feet

Page 188: Mangos Bible 2 1 3

6871 Moss Covered Feet Proc6873 Foul Chill6894 Death Bed6896 Black Ram6897 Blue Ram6898 White Ram6899 Brown Ram6900 Create Tuber6902 Sneezing Fit6903 Krazek's Drug6905 Summon Illusionary Nightmare6907 Diseased Slime6909 Curse of Thorns6910 Curse of Thorns6913 Force of Nature6917 Venom Spit6918 Summon Snufflenose6920 Hide (Rank 2)6921 Shadowhorn Charge (Rank 1)6922 Curse of the Shadowhorn6923 Growl of Fortitude Proc6924 Remove Polymorph6925 Gift of the Xavian6927 Shadowstalker Slash (Rank 1)6940 Blessing of Sacrifice (Rank 1)6941 Blessing of Sacrifice (Rank 1)6942 Overwhelming Stench6945 Chest Pains6946 Curse of the Bleakheart6947 Curse of the Bleakheart Proc6949 Weak Frostbolt (Rank 1)6950 Faerie Fire6951 Decayed Strength6954 Nalpak (TEST)6955 Gnome Car Camera6957 Frostmane Strength (Rank 1)6958 Blood Leech6960 Lightning Barrier (Rank 1)6961 Knockdown Proc6969 Free Master (Rank 2)6970 Free Master (Rank 2)6973 Charm Beast6974 Gnome Camera Connection6978 Quick Shot (Rank 4)6979 Fire Shot (Rank 2)6980 Fire Shot (Rank 3)

Page 189: Mangos Bible 2 1 3

6981 Fire Shot (Rank 2)6982 Gust of Wind6983 Fire Shot (Rank 3)6984 Frost Shot (Rank 2)6985 Frost Shot (Rank 3)6986 Frost Shot (Rank 2)6987 Frost Shot (Rank 3)6991 Feed Pet6992 Stalking (Rank 2)6993 Feinting Strike (Rank 1)6995 Feinting Strike (Rank 2)6997 Explosive Shot (Rank 2)6999 Multi-Shot (Rank 2)7000 Tamed Pet Passive (DND)7001 Lightwell Renew (Rank 1)7020 Stoneform7022 Goblin Car Camera7023 Goblin Camera Connection7030 Sniper Shot (Rank 2)7031 Sniper Shot (Rank 3)7032 Sniper Shot (Rank 4)7033 Charm+ (TEST)7035 Goblin Racer Cheer7036 Gnome Racer Cheer7038 Forsaken Skill: Swords7039 Forsaken Skill: Axes7040 Forsaken Skill: Daggers7041 Forsaken Skill: Maces7042 Forsaken Skill: Staves7043 Forsaken Skill: Bows7044 Forsaken Skill: Guns7045 Forsaken Skill: 2H Axes7046 Forsaken Skill: 2H Maces7047 Forsaken Skill: 2H Swords7048 Forsaken Skill: Defense7049 Forsaken Skill: Fire7050 Forsaken Skill: Frost7051 Forsaken Skill: Holy7053 Forsaken Skill: Shadow7054 Forsaken Skills7056 Pacified7057 Haunting Spirits7067 Summon Haunting Spirit7068 Veil of Shadow7069 Enraging Aura7072 Wild Rage

Page 190: Mangos Bible 2 1 3

7074 Screams of the Past7076 Summon Tervosh's Minion7077 Simple Teleport7078 Simple Teleport Group7079 Simple Teleport Other7081 Encage7082 Barrel Explode7083 Quillboar Channeling7084 Damage Car7090 Bear Form (Shapeshift)7092 Maul7093 Intimidation7095 Knockdown Proc7098 Curse of Mending7099 Curse of Mending7101 Flame Blast (Rank 3)7102 Contagion of Rot7103 Contagion of Rot7104 Sneak7105 Fake Shot (Rank 1)7106 Dark Restore7107 Summon Wolfguard Worg7108 Moist Towelette (Rank 1)7109 Plate Mail7120 Proudmoore's Defense7121 Anti-Magic Shield7122 Blood Tap7124 Arugal's Gift7125 Toxic Saliva7126 Handstitched Leather Vest7127 Wavering Will7128 Inner Fire (Rank 2)7129 Inner Fire (Rank 2)7130 Inner Fire (Rank 2)7131 Illusion Passive7132 Summon Lupine Delusions7133 Fine Leather Pants7134 Pattern: Fine Leather Pants7135 Dark Leather Pants7136 Shadow Port7137 Shadow Charge (Rank 1)7139 Fel Stomp7140 Expose Weakness7141 Simple Teleport7143 Simple Teleport Group7144 Stone Slumber

Page 191: Mangos Bible 2 1 3

7145 Diving Sweep7146 Dark Leather Pants7147 Guardian Pants7148 Guardian Pants7149 Barbaric Leggings7150 Pattern: Barbaric Leggings7151 Barbaric Shoulders7152 Barbaric Shoulders7153 Guardian Cloak7154 Dark Offering7155 CreatureSpecial7156 Guardian Gloves7157 Guardian Gloves7159 Backstab7160 Execute7162 First Aid (Rank 1)7164 Defensive Stance7165 Battle Stance (Rank 1)7178 Water Breathing (Rank 1)7179 Elixir of Water Breathing7180 Elixir of Water Breathing7181 Greater Healing Potion7182 Greater Healing Potion7183 Elixir of Minor Defense7184 Lost Control7198 Meditation (Rank 5)7199 Meditation (Rank 5)7200 Regeneration (Rank 5)7201 Regeneration (Rank 5)7203 Sneaky (Rank 6)7204 Sneaky (Rank 7)7205 Sneaky (Rank 8)7206 Sneaky (Rank 9)7207 Sneaky (Rank 6)7208 Sneaky (Rank 7)7209 Sneaky (Rank 8)7210 Sneaky (Rank 9)7211 Devilsaur Barb7212 Perceptive (Rank 6)7213 Giant Clam Scorcho7214 Recipe: Giant Clam Scorcho7215 Mithril Spurs7216 Iron Shield Spike7217 Weapon Counterweight7218 Weapon Counterweight7219 Immune to Disarm

Page 192: Mangos Bible 2 1 3

7220 Weapon Chain7221 Iron Shield Spike7222 Iron Counterweight7223 Golden Scale Bracers7224 Steel Weapon Chain7225 Golden Scale Bracers7226 Plans: Iron Shield Spike7227 Plans: Iron Counterweight7228 Plans: Steel Weapon Chain7229 Plans: Golden Scale Coif7230 Fire Protection (Rank 1)7231 Fire Protection (Rank 2)7232 Fire Protection (Rank 3)7233 Fire Protection (Rank 4)7234 Fire Protection (Rank 5)7235 Shadow Protection (Rank 1)7236 Frost Protection (Rank 2)7237 Frost Protection (Rank 4)7238 Frost Protection (Rank 3)7239 Frost Protection (Rank 5)7240 Frost Protection (Rank 1)7241 Shadow Protection (Rank 2)7242 Shadow Protection (Rank 3)7243 Shadow Protection (Rank 4)7244 Shadow Protection (Rank 5)7245 Holy Protection (Rank 1)7246 Holy Protection (Rank 2)7247 Holy Protection (Rank 3)7248 Holy Protection (Rank 4)7249 Holy Protection (Rank 5)7250 Nature Protection (Rank 1)7251 Nature Protection (Rank 2)7252 Nature Protection (Rank 3)7253 Nature Protection (Rank 4)7254 Nature Protection (Rank 5)7255 Holy Protection Potion7256 Shadow Protection Potion7257 Fire Protection Potion7258 Frost Protection Potion7259 Nature Protection Potion7260 Recipe: Holy Protection Potion7261 Recipe: Shadow Protection Potion7262 Recipe: Fire Protection Potion7263 Recipe: Frost Protection Potion7264 Recipe: Nature Protection Potion7265 ABOUT TO SPAWN

Page 193: Mangos Bible 2 1 3

7266 Duel7267 Grovel7268 Arcane Missile (Rank 1)7269 Arcane Missiles (Rank 2)7270 Arcane Missiles (Rank 3)7272 Dust Cloud7273 Lightning Hide (Rank 1)7276 Poison Proc7277 Harvest Swarm7278 Summon Harvester Swarm7279 Black Sludge7280 Recipe: Shadow Oil7285 Blow Maraudine Horn7288 Immolate Cumulative (TEST) (Rank 1)7289 Shrink7290 Soul Siphon (Rank 1)7291 Food (TEST)7293 Zombie Form7294 Retribution Aura (Rank 1)7295 Soul Drain7296 Retribution Aura (Rank 1)7297 Crusader Strike (Rank 1)7300 Frost Armor (Rank 2)7301 Frost Armor (Rank 3)7302 Ice Armor (Rank 1)7320 Ice Armor (Rank 2)7321 Chilled (Rank 1)7322 Frostbolt (Rank 4)7323 Frostbolt (Rank 4)7324 Frostbolt (Rank 4)7326 Wisdom Aura (Rank 1)7327 Seal of Wisdom (Rank 1)7328 Redemption (Rank 1)7329 Redemption (Rank 1)7330 Resurrection (Rank 1)7331 Healing Aura (TEST) (Rank 1)7336 Food Idle7337 Food Idle7338 Food Idle7339 Food Idle7340 Language Gnomish7341 Language Troll7342 Wide Slash (Rank 1)7344 Recombobulate7353 Cozy Fire7355 Stuck

Page 194: Mangos Bible 2 1 3

7356 Guard Call7357 Poisonous Stab7358 Cozy Fire7359 Bright Campfire7361 Bright Campfire7363 Fire's Glow (Rank 1)7364 Light Torch7365 Bottle of Poison7366 Berserker Stance (Rank 1)7367 Infected Bite7369 Cleave (Rank 2)7370 Charge (Rank 1)7371 Charge (Rank 1)7372 Hamstring (Rank 2)7373 Hamstring (Rank 3)7374 Hamstring (Rank 2)7375 Hamstring (Rank 3)7376 Defensive Stance Passive7378 Mind Flay (Rank 2)7379 Revenge (Rank 3)7380 Revenge (Rank 3)7381 Berserker Stance Passive7382 Mocking Blow (Rank 1)7383 Water Bubble7384 Overpower (Rank 1)7385 Overpower (Rank 1)7386 Sunder Armor (Rank 1)7389 Attack7392 Find Brother7393 Heal Brother7394 Spinning Slash (Rank 1)7395 Deadmines Dynamite7396 Fishliver Oil7398 Birth7399 Terrify7400 Mocking Blow (Rank 2)7401 Mocking Blow (Rank 2)7402 Mocking Blow (Rank 3)7403 Mocking Blow (Rank 3)7404 Sunder Armor (Rank 1)7405 Sunder Armor (Rank 2)7406 Sunder Armor (Rank 2)7407 Test Sharpen Blade (Rank 1)7408 Heavy Copper Maul7409 Heavy Copper Maul7411 Enchanting (Apprentice)

Page 195: Mangos Bible 2 1 3

7412 Enchanting (Journeyman)7413 Enchanting (Expert)7414 Apprentice Enchanting7415 Journeyman Enchanting7416 Expert Enchanting7418 Enchant Bracer - Minor Health7419 Minor Health7420 Enchant Chest - Minor Health7421 Runed Copper Rod7422 Enchant Chest - Minor Health7423 Minor Absorption7426 Enchant Chest - Minor Absorption7427 Minor Deflection7428 Enchant Bracer - Minor Deflect7429 Enchant Bracer - Minor Deflection7430 Arclight Spanner7431 Arclight Spanner7433 Minor Beast Slayer7434 Imbue Weapon - Beastslayer7436 Imbue Weapon - Beastslayer7437 Break Stuff7438 Minor Resistance7439 Imbue Cloak - Minor Resistance7441 Enchant Cloak - Minor Resistance7442 Minor Mana7443 Enchant Chest - Minor Mana7444 Formula: Enchant Chest - Minor Mana7445 Minor Absorption7446 Lesser Absorption7447 Lesser Absorption7448 Imbue Chest - Lesser Absorb7449 Imbue Chest - Lesser Absorption7450 Minor Spirit7451 Imbue Chest - Minor Spirit7452 Minor Resistance7454 Enchant Cloak - Minor Resistance7455 Minor Stamina7456 Minor Spirit7457 Enchant Bracer - Minor Stamina7459 Enchant Bracer - Minor Stamina7461 Enchant Cloak - Minor Protection7462 Formula: Imbue Chest - Minor Spirit7464 Increased Strength 017465 Increased Strength 027466 Increased Strength 037468 Increased Intellect 01

Page 196: Mangos Bible 2 1 3

7469 Increased Intellect 027470 Increased Intellect 037471 Increased Agility 017472 Increased Agility 027473 Increased Agility 037474 Increased Spirit 017475 Increased Spirit 027476 Increased Spirit 037477 Increased Stamina 017478 Increased Stamina 027479 Increased Stamina 037481 Howling Rage7482 dmg7483 Howling Rage7484 Howling Rage7485 Butcher Drain7486 Butcher Drain7487 Call Bleak Worg7488 Call Slavering Worg7489 Call Lupine Horror7490 Increased Agility 047491 Increased Agility 057492 Increased Agility 067493 Increased Agility 077494 Increased Intellect 047495 Increased Intellect 057496 Increased Intellect 067497 Increased Intellect 077498 Increased Spirit 047499 Increased Spirit 057500 Increased Spirit 067501 Increased Spirit 077502 Increased Stamina 047503 Increased Stamina 057504 Increased Stamina 067505 Increased Stamina 077506 Increased Strength 047507 Increased Strength 057508 Increased Strength 067509 Increased Strength 077511 Increased Defense7513 Increased Defense7514 Increased Defense7515 Increased Defense7516 Increased Defense7517 Increased Defense

Page 197: Mangos Bible 2 1 3

7518 Increased Defense7520 Increased 1H Sword7523 Increased 1H Sword7525 Increased 1H Sword7527 Increased 1H Sword7529 Increased 2H Sword7532 Increased 1H Mace7533 Increased 2H Mace7534 Increased Dagger7535 Increased Bow7536 Increased Gun7538 Increased 1H Axe7540 Increased 1H Axe7544 Increased 1H Mace7546 Increased 1H Mace7548 Increased 1H Mace7549 Increased 2H Axe7550 Increased 2H Axe7552 Increased 2H Axe7554 Increased 2H Axe7556 Increased 2H Mace7558 Increased 2H Mace7560 Increased 2H Mace7562 Increased 2H Sword7564 Increased 2H Sword7566 Increased 2H Sword7568 Increased Bow7569 Increased Bow7570 Increased Bow7571 Increased Bow7572 Increased Bow7573 Increased Dagger7574 Increased Dagger7576 Increased Dagger7578 Increased Dagger7579 Increased Gun7580 Increased Gun7581 Increased Gun7582 Increased Gun7583 Increased Gun7584 Increased Gun7585 GGOODMANTEST7586 Shadow Port7587 Shadow Port7588 Void Bolt7590 Increased Damage - Beast 02

Page 198: Mangos Bible 2 1 3

7591 Increased Damage - Beast 047592 Increased Damage - Beast 067593 Increased Damage - Beast 087594 Increased Damage - Beast 107595 Increased Damage - Beast 127596 Increased Damage - Beast 147597 Increased Critical 17598 Increased Critical 27599 Increased Critical 37600 Increased Critical 47617 Shadow Bolt7619 Shadow Bolt7620 Fishing (Apprentice)7621 Arugal's Curse7623 Brown Linen Robe7624 White Linen Robe7626 Brown Linen Robe7627 White Linen Robe7629 Red Linen Vest7630 Blue Linen Vest7631 Pattern: Red Linen Vest7632 Pattern: Blue Linen Vest7633 Blue Linen Robe7635 Pattern: Blue Linen Robe7636 Green Woolen Robe7637 Pattern: Green Woolen Robe7638 Potion Toss7639 Blue Overalls7640 Pattern: Blue Overalls7641 Shadow Bolt (Rank 6)7642 Shadow Bolt (Rank 6)7643 Greater Adept's Robe7644 Pattern: Greater Adept's Robe7645 Dominate Mind7646 Curse of Weakness (Rank 4)7647 Curse of Weakness (Rank 4)7648 Corruption (Rank 4)7649 Corruption (Rank 4)7650 Curse of Recklessness (Rank 1)7651 Drain Life (Rank 4)7652 Drain Life (Rank 4)7653 Drain Life (Rank 4)7655 Hex of Ravenclaw7656 Hex of Ravenclaw7657 Hex of Ravenclaw7658 Curse of Recklessness (Rank 2)

Page 199: Mangos Bible 2 1 3

7659 Curse of Recklessness (Rank 3)7660 Curse of Recklessness (Rank 2)7661 Curse of Recklessness (Rank 3)7662 Drain Soul (Rank 1)7663 Ritual of Summoning7664 Banish (Rank 1)7665 Enslave Demon (Rank 1)7666 Curse of the Elements (Rank 1)7667 Foul Odor7668 Foul Odor7669 Bethor's Potion7670 Explode7671 Transformation7673 Nether Gem7675 Increase Healing 27676 Increase Healing 47677 Increase Healing 77678 Increase Healing 97679 Increase Healing 117680 Increase Healing 137681 Increase Healing 157683 Increase Fire Dam 17684 Increase Fire Dam 37685 Increase Fire Dam 47686 Increase Fire Dam 67687 Increase Fire Dam 77688 Increase Fire Dam 97689 Increase Fire Dam 107690 Increase Nature Dam 17691 Increase Nature Dam 37692 Increase Nature Dam 47693 Increase Nature Dam 67694 Increase Nature Dam 77695 Increase Nature Dam 97696 Increase Nature Dam 107697 Increase Frost Dam 17698 Increase Frost Dam 37699 Increase Frost Dam 47700 Increase Frost Dam 67701 Increase Frost Dam 77702 Increase Frost Dam 97703 Increase Frost Dam 107704 Increase Shadow Dam 17705 Increase Shadow Dam 37706 Increase Shadow Dam 47707 Increase Shadow Dam 6

Page 200: Mangos Bible 2 1 3

7708 Increase Shadow Dam 77709 Increase Shadow Dam 107710 Increase Shadow Dam 97711 Add Fire Dam - Weap 027712 Fire Strike7713 Wailing Dead7714 Fire Strike7715 Fire Strike7716 Fire Strike7717 Fire Strike7718 Fire Strike7719 Fire Strike7720 Ritual of Summoning Effect7721 Add Fire Dam - Weap 047722 Add Fire Dam - Weap 067723 Add Fire Dam - Weap 087724 Add Fire Dam - Weap 107725 Add Fire Dam - Weap 127726 Add Fire Dam - Weap 147728 Summon Voidwalker (Rank 1)7729 Summon Succubus (Rank 1)7731 Fishing (Journeyman)7732 Fishing (Expert)7733 Apprentice Fishing7734 Journeyman Fishing7736 Expert Fishing7737 Food7738 Fishing Poles7739 Inferno Shell7741 Summoned Demon7742 Frost Visual State7743 Immunity: Shadow7744 Will of the Forsaken (Racial)7745 Enchant 2H Weapon - Minor Impact7746 Enchant 2H Weapon - Minor Impact7747 Lesser Health7748 Enchant Chest - Lesser Health7749 Enchant Chest - Lesser Health7750 Consuming Rage7751 Brilliant Smallfish7752 Slitherskin Mackerel7753 Longjaw Mud Snapper7754 Loch Frenzy Delight7755 Bristle Whisker Catfish7756 Recipe: Brilliant Smallfish7757 Recipe: Slitherskin Mackerel

Page 201: Mangos Bible 2 1 3

7758 Recipe: Longjaw Mud Snapper7759 Recipe: Loch Frenzy Delight7760 Recipe: Bristle Whisker Catfish7761 Shared Bonds7762 Summon Gunther's Visage7763 Teach Summon Imp (Summon)7764 Wisdom of Agamaggan (Rank 1)7765 Projection7766 Enchant Bracer - Minor Spirit7767 Formula: Enchant Bracer - Minor Spirit7768 Lesser Wisdom7769 Imbue Bracers - Minor Wisdom OLD7770 Imbue Bracer - Minor Wisdom7771 Enchant Cloak - Minor Protection7772 Formula: Enchant Cloak - Minor Protection7773 Lesser Mana7776 Enchant Chest - Lesser Mana7777 Formula: Enchant Chest - Lesser Mana7778 Minor Agility7779 Enchant Bracer - Minor Agility7780 Minor Strength7782 Enchant Bracer - Minor Strength7783 Formula: Enchant Bracer - Minor Strength7784 Beastslayer7786 Enchant Weapon - Minor Beastslayer7787 Formula: Enchant Weapon - Beastslayer7788 Enchant Weapon - Minor Striking7789 Enchant Weapon - Minor Striking7791 Teleport7792 Minor Intellect7793 Enchant 2H Weapon - Lesser Intellect7794 Teleport7795 Runed Silver Rod7796 Enchant Bracer - Minor Agility7797 Runed Silver Rod7798 Formula: Enchant 2H Weapon - Intellect7799 Firebolt (Rank 2)7800 Firebolt (Rank 3)7801 Firebolt (Rank 4)7802 Firebolt (Rank 5)7803 Thundershock7804 Blood Pact (Rank 2)7805 Blood Pact (Rank 3)7806 Flameblade (Rank 1)7807 Flameblade (Rank 2)7808 Flameblade (Rank 3)

Page 202: Mangos Bible 2 1 3

7809 Torment (Rank 2)7810 Torment (Rank 3)7811 Torment (Rank 4)7812 Sacrifice (Rank 1)7813 Soothing Kiss (Rank 2)7814 Lash of Pain (Rank 1)7815 Lash of Pain (Rank 2)7816 Lash of Pain (Rank 3)7817 Rough Bronze Boots7818 Silver Rod7819 Rough Bronze Boots7820 Silver Rod7821 Transform Victim7823 Fishing Skill +57824 Blacksmithing Skill +107825 Fishing Skill +157826 Fishing Skill +207827 Rainbow Fin Albacore7828 Rockscale Cod7829 Flameblade (Rank 1)7830 Recipe: Rainbow Fin Albacore7831 Recipe: Rockscale Cod7832 Firebolt (Rank 2)7833 Firebolt (Rank 3)7834 Firebolt (Rank 4)7835 Firebolt (Rank 5)7836 Blackmouth Oil7837 Fire Oil7838 Blackmouth Oil7839 Fire Oil7840 Swim Speed7841 Swim Speed Potion7842 Swim Speed Potion7843 Fire Damage Bonus7844 Fire Power7845 Elixir of Firepower7846 Elixir of Firepower7847 Lesser Spirit7848 Absorption7849 Absorption7850 Health7851 Lesser Spirit7852 Lesser Resistance - Fire7853 Imbue Chest - Lesser Spirit7854 Imbue Chest - Lesser Spirit7855 Imbue Chest - Absorb

Page 203: Mangos Bible 2 1 3

7856 Imbue Chest - Absorption7857 Enchant Chest - Health7858 Enchant Chest - Health7859 Enchant Bracer - Lesser Spirit7860 Formula: Enchant Bracer - Lesser Spirit7861 Enchant Cloak - Lesser Fire Resistance7862 Enchant Cloak - Lesser Fire Resistance7863 Enchant Boots - Minor Stamina7864 Formula: Enchant Boots - Minor Stamina7865 Imbue Cloak - Lesser Protection7866 Imbue Cloak - Lesser Protection7867 Enchant Boots - Minor Agility7868 Formula: Enchant Boots - Minor Agility7870 Lesser Invisibility7871 Blood Pact (Rank 1)7872 Blood Pact (Rank 2)7873 Blood Pact (Rank 3)7874 Flameblade (Rank 2)7875 Flameblade (Rank 3)7876 Lash of Pain (Rank 1)7877 Lash of Pain (Rank 2)7878 Lash of Pain (Rank 3)7879 Soothing Kiss (Rank 2)7880 Lesser Invisibility7881 Torment (Rank 1)7882 Torment (Rank 2)7883 Torment (Rank 3)7884 Torment (Rank 4)7885 Sacrifice (Rank 1)7886 Firebolt (Rank 1)7887 Overpower (Rank 2)7889 Overpower (Rank 2)7891 Gift of Ragnaros7892 Stylish Blue Shirt7893 Stylish Green Shirt7894 Pattern: Stylish Blue Shirt7895 Pattern: Stylish Green Shirt7896 Exploding Shot7897 Flames7898 Pattern: Dark Silk Shirt7901 Decayed Agility7902 heat7903 Summon Tamed Bear7904 Summon Tamed Bird7905 Summon Tamed Boar7906 Summon Tamed Cat

Page 204: Mangos Bible 2 1 3

7907 Summon Tamed Crab7908 Summon Tamed Crocilisk7909 Summon Tamed Gorilla7910 Summon Tamed Raptor7911 Summon Tamed Scorpid7912 Summon Tamed Spider7913 Summon Tamed Tallstrider7914 Capture Spirit7915 Summon Tamed Turtle7916 Summon Tamed Zhevra7918 Shoot Gun7919 Shoot Crossbow7920 Mebok Smart Drink7922 Charge Stun7923 Flight Visual State7924 First Aid (Expert)7925 Expert First Aid7926 First Aid (Rank 5)7927 First Aid (Rank 6)7928 Silk Bandage7929 Heavy Silk Bandage7930 Silk Bandage7931 Heavy Silk Bandage7932 Anti-Venom (Rank 1)7933 Strong Anti-Venom (Rank 1)7934 Anti-Venom7935 Strong Anti-Venom7936 Anti-Venom7937 Formula: Strong Anti-Venom7938 Fatal Bite7939 Sneak (Rank 1)7940 Immunity: Frost7941 Immunity: Nature7942 Immunity: Fire7943 Evolving Ectoplasm (Red)7944 Evolving Ectoplasm (Blue)7945 Evolving Ectoplasm (Green)7946 Evolving Ectoplasm (Black)7947 Localized Toxin7948 Wild Regeneration7949 Summon Viper7950 Pause7951 Toxic Spit7952 Clone7953 Deviate Scale Cloak7954 Deviate Scale Gloves

Page 205: Mangos Bible 2 1 3

7955 Deviate Scale Belt7956 Pattern: Deviate Scale Cloak7957 Pattern: Deviate Scale Gloves7958 Pattern: Deviate Scale Belt7960 Scry on Azrethoc (Rank 1)7961 Azrethoc's Stomp7962 Break Big Stuff7964 Smoke Bomb7965 Cobrahn Serpent Form7966 Thorns Aura7967 Naralex's Nightmare7968 Summon Evolving Ectoplasm7969 Summon Nightmare Ectoplasm7970 Summon Deviate Shambler7971 Summon Deviate Dreadfang7972 Summon Deviate Venomwing7973 Summon Deviate Viper7974 Azrethoc's Flight (Rank 1)7975 Summon Party Bot7976 Summon Party Bot - summon effect7977 Party Bot Message - DANCE7978 Throw Dynamite7979 Compact Harvest Reaper7992 Slowing Poison7993 Summon Treant Ally7994 Nullify Mana7997 Sap Might7998 Soot Covering7999 Soot Covering8000 Area Burn (Rank 1)8001 Placing Pendant8004 Lesser Healing Wave (Rank 1)8005 Healing Wave (Rank 7)8006 Healing Wave (Rank 7)8007 Lesser Healing Wave (Rank 1)8008 Lesser Healing Wave (Rank 2)8009 Lesser Healing Wave (Rank 2)8010 Lesser Healing Wave (Rank 3)8011 Lesser Healing Wave (Rank 3)8012 Purge (Rank 2)8013 Purge (Rank 2)8014 Tetanus8016 Spirit Decay8017 Rockbiter Weapon (Rank 1)8018 Rockbiter Weapon (Rank 2)8019 Rockbiter Weapon (Rank 3)

Page 206: Mangos Bible 2 1 3

8020 Rockbiter Weapon (Rank 1)8021 Rockbiter Weapon (Rank 2)8022 Rockbiter Weapon (Rank 3)8024 Flametongue Weapon (Rank 1)8025 Flametongue Weapon (Rank 1)8026 Flametongue Weapon Proc (Rank 1)8027 Flametongue Weapon (Rank 2)8028 Flametongue Weapon Proc (Rank 2)8029 Flametongue Weapon Proc (Rank 3)8030 Flametongue Weapon (Rank 3)8031 Flametongue Weapon (Rank 2)8032 Flametongue Weapon (Rank 3)8033 Frostbrand Weapon (Rank 1)8034 Frostbrand Attack (Rank 1)8035 Frostbrand Weapon (Rank 1)8037 Frostbrand Attack (Rank 2)8038 Frostbrand Weapon (Rank 2)8039 Frostbrand Weapon (Rank 2)8040 Druid's Slumber8041 Serpent Form (Shapeshift)8042 Earth Shock (Rank 1)8043 Earth Shock (Rank 1)8044 Earth Shock (Rank 2)8045 Earth Shock (Rank 3)8046 Earth Shock (Rank 4)8047 Earth Shock (Rank 2)8048 Earth Shock (Rank 3)8049 Earth Shock (Rank 4)8050 Flame Shock (Rank 1)8051 Flame Shock (Rank 1)8052 Flame Shock (Rank 2)8053 Flame Shock (Rank 3)8054 Flame Shock (Rank 2)8055 Flame Shock (Rank 3)8056 Frost Shock (Rank 1)8057 Frost Shock (Rank 1)8058 Frost Shock (Rank 2)8059 Frost Shock (Rank 2)8061 Lightning Shock (Rank 1)8063 Deviate Fish8064 Sleepy8065 Invigorate (Rank 2)8066 Shrink8067 Party Time!8068 Healthy Spirit8070 Rejuvenation (Rank 1)

Page 207: Mangos Bible 2 1 3

8071 Stoneskin Totem (Rank 1)8072 Stoneskin (Rank 1)8073 Stoneskin Totem (Rank 1)8075 Strength of Earth Totem (Rank 1)8076 Strength of Earth (Rank 1)8077 Strength of Earth Totem (Rank 1)8078 Thunderclap8082 Fishing Skill +258083 Fishing Skill +508084 Fishing Skill +758085 Fishing Skill +1008086 Fire Nova Totem (Rank 1)8087 Shiny Bauble8088 Nightcrawlers8089 Aquadynamic Fish Attractor8090 Bright Baubles8091 Armor (Rank 1)8092 Mind Blast (Rank 1)8093 Mind Blast (Rank 1)8094 Armor (Rank 2)8095 Armor (Rank 3)8096 Intellect (Rank 1)8097 Intellect (Rank 2)8098 Intellect (Rank 3)8099 Stamina (Level 1)8100 Stamina (Level 2)8101 Stamina (Level 3)8102 Mind Blast (Rank 2)8103 Mind Blast (Rank 3)8104 Mind Blast (Rank 4)8105 Mind Blast (Rank 5)8106 Mind Blast (Rank 6)8107 Mind Blast (Rank 2)8108 Mind Blast (Rank 3)8109 Mind Blast (Rank 4)8110 Mind Blast (Rank 5)8111 Mind Blast (Rank 6)8112 Spirit (Rank 1)8113 Spirit (Rank 2)8114 Spirit (Rank 3)8115 Agility (Rank 1)8116 Agility (Rank 2)8117 Agility (Rank 3)8118 Strength (Rank 1)8119 Strength (Rank 2)8120 Strength (Rank 3)

Page 208: Mangos Bible 2 1 3

8121 Path of Defense (Rank 1)8122 Psychic Scream (Rank 1)8123 Psychic Scream (Rank 1)8124 Psychic Scream (Rank 2)8125 Psychic Scream (Rank 2)8126 Mind Soothe (Rank 1)8129 Mana Burn (Rank 1)8130 Mana Burn (Rank 1)8131 Mana Burn (Rank 2)8132 Mana Burn (Rank 2)8133 Taunt (Rank 1)8134 Lightning Shield (Rank 5)8135 Lightning Shield (Rank 5)8136 Naralex's Awakening8137 Silithid Pox8138 Mirkfallon Fungus8139 Fevered Fatigue8140 Befuddlement (Rank 1)8141 Druid's Potion8142 Grasping Vines8143 Tremor Totem8144 Tremor Totem8145 Tremor Totem Passive8146 Tremor Totem Effect8147 Thunderclap (Rank 1)8148 Thorns Aura8149 Super Invis8150 Thundercrack (Rank 1)8151 Surprise Attack (Rank 1)8152 Prowl (Rank 1)8153 Owl Form (Shapeshift)8154 Stoneskin Totem (Rank 2)8155 Stoneskin Totem (Rank 3)8156 Stoneskin (Rank 2)8157 Stoneskin (Rank 3)8158 Stoneskin Totem (Rank 2)8159 Stoneskin Totem (Rank 3)8160 Strength of Earth Totem (Rank 2)8161 Strength of Earth Totem (Rank 3)8162 Strength of Earth (Rank 2)8163 Strength of Earth (Rank 3)8164 Strength of Earth Totem (Rank 2)8165 Strength of Earth Totem (Rank 3)8166 Poison Cleansing Totem8167 Poison Cleansing Totem Passive8168 Poison Cleansing Totem Effect

Page 209: Mangos Bible 2 1 3

8169 Poison Cleansing Totem8170 Disease Cleansing Totem8171 Disease Cleansing Totem Effect8172 Disease Cleansing Totem Passive8173 Disease Cleansing Totem8176 Summon Felhunter (Summon)8177 Grounding Totem8178 Grounding Totem Effect (Rank 1)8179 Grounding Totem Passive8180 Grounding Totem8181 Frost Resistance Totem (Rank 1)8182 Frost Resistance (Rank 1)8183 Frost Resistance Totem (Rank 1)8184 Fire Resistance Totem (Rank 1)8185 Fire Resistance (Rank 1)8186 Fire Resistance Totem (Rank 1)8187 Magma Totem (Rank 1)8188 Magma Totem Passive (Rank 1)8189 Magma Totem (Rank 1)8190 Magma Totem (Rank 1)8191 Zeal (Rank 1)8192 Mind Soothe (Rank 2)8193 Mind Soothe (Rank 2)8195 Teleport8198 Thunder Clap (Rank 2)8202 Sapta Sight8203 Elemental Spirit Invisibility8204 Thunder Clap (Rank 3)8205 Thunder Clap (Rank 4)8206 Thunder Clap (Rank 3)8207 Thunder Clap (Rank 4)8208 Backhand8209 Explosive Sheep8210 Savannah Cubs8211 Chain Burn (Rank 1)8212 Enlarge8213 Cooked Deviate Fish8215 Rapid Cast8217 Owl Companion8218 Sneak8219 Flip Out8220 Flip Out8221 Yaaarrrr8222 Yaaarrrr8223 Oops!8224 Cowardice

Page 210: Mangos Bible 2 1 3

8225 Run Away!8226 Fake Death8227 Flametongue Totem (Rank 1)8229 Flametongue Totem Passive (Rank 1)8230 Flametongue Totem Effect (Rank 1)8231 Flametongue Totem (Rank 1)8232 Windfury Weapon (Rank 1)8233 Windfury Attack (Rank 1)8234 Windfury Weapon (Rank 1)8235 Windfury Weapon (Rank 2)8236 Windfury Attack (Rank 2)8237 Windfury Weapon (Rank 2)8238 Savory Deviate Delight8239 Recipe: Savory Deviate Delight8240 Elixir of Giant Growth8241 Recipe: Elixir of Giant Growth8242 Shield Slam8243 Flash Bomb8244 Schematic: Flash Bomb8245 Corrosive Acid8246 Lightning Bolt (Rank 4)8247 Wandering Plague8248 Flametongue Totem Proc (Rank 2)8249 Flametongue Totem (Rank 2)8250 Flametongue Totem Effect (Rank 2)8251 Flametongue Totem Passive (Rank 2)8252 Flametongue Totem (Rank 2)8253 Flametongue Totem Proc (Rank 1)8255 Strong Cleave (Rank 4)8256 Lethal Toxin8257 Venom Sting8258 Devotion Aura8259 Whirling Barrage8260 Rushing Charge (Rank 1)8262 Elemental Protection Totem (Rank 1)8263 Elemental Protection Totem Aura (Rank 1)8264 Lava Spout Totem (Rank 1)8265 Lava Spout Totem (Rank 1)8266 Lava Spout Totem Passive (Rank 1)8267 Cursed Blood8268 Cursed Blood8269 Enrage8270 Summon Earth Rumbler8271 Summon Wind Howler8272 Mind Tremor8273 Bonus Dodge

Page 211: Mangos Bible 2 1 3

8274 Summon Tamed Battleboar8275 Poisoned Shot8276 Summon Tamed Hyena8277 Voodoo Hex (Rank 1)8278 Invisibility Detection8279 Stealth Detection8281 Sonic Burst8282 Curse of Blood8283 Snufflenose Command8285 Rampage8286 Summon Boar Spirit8288 Drain Soul (Rank 2)8289 Drain Soul (Rank 3)8290 Drain Soul (Rank 2)8291 Drain Soul (Rank 3)8292 Chain Bolt (Rank 1)8293 Lightning Cloud8295 dmg28296 Mass Smelt Copper OLD8298 Mass Smelt Copper OLD8299 Perm. Illusion Slime8312 Trap8313 Poison8314 Rock Skin8315 Perm. Illusion Succubus8316 Fire Shield (Rank 2)8317 Fire Shield (Rank 3)8318 Fire Shield (Rank 2)8319 Fire Shield (Rank 3)8320 Hex of Ravenclaw Removal8321 Perm. Illusion Dreadlord8322 Moonglow Vest8324 Perm. Illusion HE Hunter8325 Pattern: Moonglow Vest8326 Ghost8327 Suicide8328 Suicide8329 Suicide8331 Ez-Thro Dynamite8332 Ez-Thro Dynamite Backfire8333 Coarse Dynamite8334 Practice Lock8336 Practice Lock8338 Defibrillated!8339 EZ-Thro Dynamite8341 Schematic: EZ-Thro Dynamite

Page 212: Mangos Bible 2 1 3

8342 Defibrillate8344 Universal Remote8345 Control Machine8346 Mobility Malfunction8347 Target Lock8348 Julie's Blessing (Rank 1)8349 Fire Nova (Rank 1)8350 Fire Nova (Rank 1)8351 Fire Nova (Rank 1)8352 Adjust Attitude8353 Calm Hostility8354 Incite Hostility8355 Exploit Weakness8356 TEST - JESSE (afsadf)8357 Perm. Illusion Shade8358 Mana Spike8359 Left for Dead8360 Perm. Illusion Dreaming Whelp8361 Purity8362 Renew8363 Parasite8364 Blizzard8365 Enlarge8366 Ironforge Chain8367 Ironforge Breastplate8368 Ironforge Gauntlets8369 Ironforge Chain8370 Ironforge Breastplate8371 Ironforge Gauntlets8372 Summon Aqua Guardian8373 Mana Shield (PT)8374 Arcing Smash8376 Earthgrab Totem8377 Earthgrab8378 Earthgrab Totem8379 Disarm8380 Sunder Armor (Rank 3)8381 Sunder Armor (Rank 3)8382 Leech Poison8383 Burning Tenacity8384 Pure Water8385 Swift Wind8386 Attacking8387 Find Herbs (Rank 2)8388 Find Minerals (Rank 2)8389 Find Minerals (Rank 2)

Page 213: Mangos Bible 2 1 3

8390 Find Herbs (Rank 2)8391 Ravage8392 Hyper Coward8393 Barbs8394 Striped Frostsaber8395 Emerald Raptor8396 Summon Ivory Tallstrider8397 Uther's Light (Rank 1)8398 Frostbolt Volley8399 Sleep8400 Fireball (Rank 5)8401 Fireball (Rank 6)8402 Fireball (Rank 7)8403 Fireball (Rank 5)8404 Fireball (Rank 6)8405 Fireball (Rank 7)8406 Frostbolt (Rank 5)8407 Frostbolt (Rank 6)8408 Frostbolt (Rank 7)8409 Frostbolt (Rank 5)8410 Frostbolt (Rank 6)8411 Frostbolt (Rank 7)8412 Fire Blast (Rank 4)8413 Fire Blast (Rank 5)8414 Fire Blast (Rank 4)8415 Fire Blast (Rank 5)8416 Arcane Missiles (Rank 4)8417 Arcane Missiles (Rank 5)8418 Arcane Missiles (Rank 5)8419 Arcane Missiles (Rank 4)8420 Arcane Missiles (Rank 4)8421 Arcane Missiles (Rank 5)8422 Flamestrike (Rank 3)8423 Flamestrike (Rank 4)8425 Flamestrike (Rank 3)8426 Flamestrike (Rank 4)8427 Blizzard (Rank 3)8428 Blizzard (Rank 3)8433 Leech Pulse8434 Leech Pulse8435 Forked Lightning (Rank 1)8437 Arcane Explosion (Rank 2)8438 Arcane Explosion (Rank 3)8439 Arcane Explosion (Rank 4)8440 Arcane Explosion (Rank 2)8441 Arcane Explosion (Rank 3)

Page 214: Mangos Bible 2 1 3

8442 Arcane Explosion (Rank 4)8443 Fire Nova (Rank 1)8444 Scorch (Rank 2)8445 Scorch (Rank 3)8446 Scorch (Rank 4)8447 Scorch (Rank 2)8448 Scorch (Rank 3)8449 Scorch (Rank 4)8450 Dampen Magic (Rank 2)8451 Dampen Magic (Rank 3)8452 Dampen Magic (Rank 2)8453 Dampen Magic (Rank 3)8455 Amplify Magic (Rank 2)8456 Amplify Magic (Rank 2)8457 Fire Ward (Rank 2)8458 Fire Ward (Rank 3)8459 Fire Ward (Rank 2)8460 Fire Ward (Rank 3)8461 Frost Ward (Rank 2)8462 Frost Ward (Rank 3)8463 Frost Ward (Rank 2)8464 Frost Ward (Rank 3)8465 Simple Dress8466 Simple Dress8467 White Woolen Dress8468 White Woolen Dress8483 White Swashbuckler's Shirt8489 Red Swashbuckler's Shirt8490 White Swashbuckler's Shirt8491 Red Swashbuckler's Shirt8492 Cone of Cold (Rank 2)8493 Cone of Cold (Rank 2)8494 Mana Shield (Rank 2)8495 Mana Shield (Rank 3)8496 Mana Shield (Rank 2)8497 Mana Shield (Rank 3)8498 Fire Nova Totem (Rank 2)8499 Fire Nova Totem (Rank 3)8500 Fire Nova Totem (Rank 2)8501 Fire Nova Totem (Rank 3)8502 Fire Nova (Rank 2)8503 Fire Nova (Rank 3)8504 Fire Nova (Rank 2)8505 Fire Nova (Rank 3)8506 Fire Nova (Rank 2)8507 Fire Nova (Rank 3)

Page 215: Mangos Bible 2 1 3

8508 Fire Nova (Rank 2)8509 Fire Nova (Rank 3)8510 Large Seaforium Backfire8511 Small Seaforium Backfire8512 Windfury Totem (Rank 1)8513 Windfury Totem (Rank 1)8514 Windfury Totem Effect (Rank 1)8515 Windfury Totem Passive (Rank 1)8516 Windfury Attack (Rank 1)8517 Opening Strongbox8532 Aquadynamic Fish Lens8552 Curse of Weakness8553 Barleybrew Scalder8554 Drinking Barleybrew Scalder8555 Left for Dead8593 Symbol of Life (Rank 1)8594 Summon Moonstalker Runt8595 Healing Tongue8596 Heal Visual (DND) (Rank 1)8598 Lightning Blast (Rank 3)8599 Enrage8600 Fevered Plague8601 Slowing Poison8602 Vengeance8603 Thistlefur Death8604 Herb Baked Egg8605 Recipe: Herb Baked Egg8606 Summon Cyclonian8607 Smoked Bear Meat8608 Recipe: Smoked Bear Meat8609 Cyclone Visual Spawn (DND)8611 Phase Shift8612 Phase Shift8613 Skinning (Apprentice)8615 Apprentice Skinning8616 Path of the Berserker (Rank 1)8617 Skinning (Journeyman)8618 Skinning (Expert)8619 Journeyman Skinning8620 Expert Skinning8621 Sinister Strike (Rank 6)8622 Sinister Strike (Rank 6)8623 Eviscerate (Rank 5)8624 Eviscerate (Rank 6)8625 Eviscerate (Rank 5)8626 Eviscerate (Rank 6)

Page 216: Mangos Bible 2 1 3

8627 Backstab (TEST) (Rank 1)8629 Gouge (Rank 3)8630 Gouge (Rank 3)8631 Garrote (Rank 2)8632 Garrote (Rank 3)8633 Garrote (Rank 4)8634 Garrote (Rank 2)8635 Garrote (Rank 3)8636 Garrote (Rank 4)8637 Feint (Rank 3)8638 Feint (Rank 3)8639 Rupture (Rank 2)8640 Rupture (Rank 3)8641 Rupture (Rank 2)8642 Rupture (Rank 3)8643 Kidney Shot (Rank 2)8644 Kidney Shot (Rank 2)8645 Send Fray Combatant8646 Snap Kick8647 Expose Armor (Rank 1)8648 Expose Armor (Rank 1)8649 Expose Armor (Rank 2)8650 Expose Armor (Rank 3)8651 Expose Armor (Rank 2)8652 Expose Armor (Rank 3)8654 Fray Spectator Converse8655 Riverpaw Death8656 Summon Crawler8672 Challenger is Dazed8673 Gain Whirlwind Weapon8674 Summon Succubus (Rank 1)8675 Warlock Channeling8676 Ambush (Rank 1)8677 Summon Effect8678 Ambush (Rank 1)8679 Instant Poison (Rank 1)8680 Instant Poison (Rank 1)8681 Instant Poison (Rank 1)8682 Fake Shot (Rank 1)8685 Instant Poison II (Rank 2)8686 Instant Poison II (Rank 2)8687 Instant Poison II (Rank 2)8688 Instant Poison III (Rank 3)8689 Instant Poison III (Rank 3)8690 Hearthstone8691 Instant Poison III (Rank 3)

Page 217: Mangos Bible 2 1 3

8692 Mind-numbing Poison II (Rank 2)8693 Mind-numbing Poison II (Rank 2)8694 Mind-numbing Poison II (Rank 2)8695 Mind-numbing Poison (Rank 2)8696 Sprint (Rank 2)8697 Sprint (Rank 2)8699 Unholy Frenzy8700 Instant Poison (Rank 1)8701 Instant Poison (Rank 2)8712 Summon Felhunter (Rank 1)8713 Overwhelming Musk8714 Overwhelming Musk8715 Terrifying Howl8716 Low Swipe8717 Summon Felhunter (Summon)8721 Backstab (Rank 5)8722 Summon Succubus8723 Backstab (Rank 5)8724 Ambush (Rank 2)8725 Ambush (Rank 3)8727 Ambush (Rank 2)8728 Ambush (Rank 3)8732 Thunderclap8733 Blessing of Blackfathom8734 Blackfathom Channeling8735 Blackfathom Teleport8736 Conjure Food (Rank 1)8737 Mail8738 Mail8747 Swimming Speed8758 Azure Silk Pants8759 Azure Silk Pants8760 Azure Silk Hood8761 Azure Silk Hood8762 Silk Headband8763 Silk Headband8764 Earthen Vest8765 Earthen Vest8766 Azure Silk Belt8767 Azure Silk Belt8768 Iron Buckle8769 Iron Buckle8770 Robe of Power8771 Robe of Power8772 Crimson Silk Belt8773 Crimson Silk Belt

Page 218: Mangos Bible 2 1 3

8774 Green Silken Shoulders8775 Green Silken Shoulders8776 Linen Belt8777 Linen Belt8778 Boots of Darkness8779 Pattern: Boots of Darkness8780 Hands of Darkness8781 Pattern: Hands of Darkness8782 Truefaith Gloves8783 Pattern: Truefaith Gloves8784 Green Silk Armor8785 Pattern: Green Silk Armor8786 Azure Silk Cloak8787 Pattern: Azure Silk Cloak8788 Lightning Shield (Rank 4)8789 Crimson Silk Cloak8790 Pattern: Crimson Silk Cloak8791 Crimson Silk Vest8793 Crimson Silk Shoulders8794 Pattern: Crimson Silk Shoulders8795 Azure Shoulders8796 Pattern: Azure Shoulders8797 Earthen Silk Belt8798 Pattern: Earthen Silk Belt8799 Crimson Silk Pantaloons8800 Dynamite8801 Crimson Silk Pantaloons8802 Crimson Silk Robe8803 Pattern: Crimson Silk Robe8804 Crimson Silk Gloves8805 Crimson Silk Gloves8806 Poisoned Shot8807 Crimson Silk Vest8809 Slave Drain8810 Instant Poison (Rank 3)8812 Heal (Rank 4)8813 Summon Kurzen Mindslave8814 Flame Spike8816 Summon Panthers8817 Smoke Bomb8818 Garrote (Rank 4)8820 Slam (Rank 2)8821 Slam (Rank 2)8822 Stealth8823 Crusader Strike (Rank 2)8824 Crusader Strike (Rank 3)

Page 219: Mangos Bible 2 1 3

8825 Crusader Strike (Rank 2)8826 Crusader Strike (Rank 3)8832 Ward of Zanzil8833 Ward of Zanzil Passive8834 Ward of Zanzil Effect8835 Grace of Air Totem (Rank 1)8836 Grace of Air (Rank 1)8837 Grace of Air Totem (Rank 1)8838 Azure Silk Gloves8852 Moss Hide8853 Summon Skeleton8854 Bending Shinbone8855 Bending Shinbone8856 Bending Shinbone8857 Summon Fen Dweller8858 Bomb8872 Perm. Illusion FelGuard8873 Flame Breath8874 Stealth (TEST) (Rank 1)8875 Tamed Pet Passive (DND)8876 Thrash8880 Copper Dagger8881 Copper Dagger8892 Goblin Rocket Boots8893 Rocket Boots Malfunction8894 Stromgarde Death8895 Goblin Rocket Boots8896 Schematic: Goblin Rocket Boots8897 Destroy Rocket Boots8898 Sapta Sight8899 Sapta Sight8900 Sapta Sight8901 Gas Bomb8902 Gas Bomb8903 Healing Touch (Rank 7)8904 Healing Touch (Rank 7)8905 Wrath (Rank 7)8906 Wrath (Rank 7)8907 Mark of the Wild (Rank 5)8908 Mark of the Wild (Rank 5)8909 Unholy Shield8910 Rejuvenation (Rank 7)8911 Rejuvenation (Rank 7)8912 Forge Verigan's Fist8913 Sacred Cleansing8914 Thorns (Rank 4)

Page 220: Mangos Bible 2 1 3

8915 Thorns (Rank 4)8916 Remove Unholy Shield8917 Opening8918 Tranquility (Rank 2)8919 Fill Jennea's Flask8920 Tranquility (Rank 2)8921 Moonfire (Rank 1)8922 Moonfire (Rank 1)8924 Moonfire (Rank 2)8925 Moonfire (Rank 3)8926 Moonfire (Rank 4)8927 Moonfire (Rank 5)8928 Moonfire (Rank 6)8929 Moonfire (Rank 7)8930 Moonfire (Rank 2)8931 Moonfire (Rank 3)8932 Moonfire (Rank 4)8933 Moonfire (Rank 5)8934 Moonfire (Rank 6)8935 Moonfire (Rank 7)8936 Regrowth (Rank 1)8937 Regrowth (Rank 1)8938 Regrowth (Rank 2)8939 Regrowth (Rank 3)8940 Regrowth (Rank 4)8941 Regrowth (Rank 5)8942 Regrowth (Rank 2)8943 Regrowth (Rank 3)8944 Regrowth (Rank 4)8945 Regrowth (Rank 5)8946 Cure Poison8947 Cure Poison8949 Starfire (Rank 2)8950 Starfire (Rank 3)8951 Starfire (Rank 4)8952 Starfire (Rank 2)8953 Starfire (Rank 3)8954 Starfire (Rank 4)8955 Soothe Animal (Rank 2)8956 Soothe Animal (Rank 2)8972 Maul (Rank 4)8973 Maul (Rank 4)8980 Skeletal Horse8981 Immolate8983 Bash (Rank 3)8984 Bash (Rank 3)

Page 221: Mangos Bible 2 1 3

8985 Summon Fire Elemental8986 Summon Illusionary Phantasm8988 Silence (Rank 1)8989 Whirlwind (Rank 1)8990 Retribution Aura (Rank 1)8992 Shred (Rank 3)8993 Shred (Rank 3)8994 Banish8995 Shoot (Rank 1)8996 Shoot (Rank 1)8997 Shoot (Rank 1)8998 Cower (Rank 1)8999 Cower (Rank 1)9000 Cower (Rank 2)9001 Cower (Rank 2)9002 Coarse Dynamite9003 Coarse Dynamite9004 Coarse Dynamite9005 Pounce (Rank 1)9006 Pounce (Rank 1)9007 Pounce Bleed (Rank 1)9008 Shoot (Rank 1)9009 Coarse Dynamite9010 Create Filled Containment Coffer9012 Attract Rift Spawn9032 Self Stun - 30 seconds9033 Shapeshift Form Effect9034 Immolate9035 Hex of Weakness (Rank 1)9036 Ghost9052 Fill Deino's Flask9053 Fireball9055 Create Witherbark Totem Bundle9056 Bolt Charge Bramble9057 Firebolt (Rank 1)9058 Handstitched Leather Cloak9059 Handstitched Leather Bracers9060 Light Leather Quiver9061 Light Leather Quiver9062 Small Leather Ammo Pouch9063 Small Leather Ammo Pouch9064 Rugged Leather Pants9065 Light Leather Bracers9066 Light Leather Bracers9067 Rugged Leather Pants9068 Light Leather Pants

Page 222: Mangos Bible 2 1 3

9069 Light Leather Pants9070 Black Whelp Cloak9071 Black Whelp Cloak9072 Red Whelp Gloves9073 Red Whelp Gloves9074 Nimble Leather Gloves9075 Nimble Leather Gloves9077 Leather9078 Cloth9079 Create Rift9080 Hamstring9081 Shadow Bolt Volley9082 Create Containment Coffer9084 Magic Stone Helmet9092 Flesh Eating Worm9093 Rift Spawn Invisibility9095 Cantation of Manifestation9096 Rift Spawn Manifestation9097 Summon Demon of the Orb9098 Increased Agility 089099 Increased Agility 099100 Increased Agility 109101 Increased Agility 119102 Increased Agility 129103 Increased Strength 089104 Increased Intellect 089105 Increased Intellect 099106 Increased Intellect 109107 Increased Intellect 119108 Increased Intellect 129109 Increased Spirit 089110 Increased Spirit 099111 Increased Spirit 109112 Increased Spirit 119113 Increased Spirit 129114 Increased Stamina 089115 Increased Stamina 099116 Shield9117 Increased Stamina 109118 Increased Stamina 119119 Increased Stamina 129120 Increased Strength 099121 Increased Strength 109122 Increased Strength 119123 Increased Strength 129124 Buckler

Page 223: Mangos Bible 2 1 3

9125 Generic9127 Transform: Peasant w/ wood9128 Battle Shout9132 Increased Critical 1 (Rank 1)9133 Lockpicking 59134 Herbalism9135 Choose Random Powers9136 Attack Power 029137 Attack Power 049138 Attack Power 069139 Attack Power 089140 Attack Power 109141 Attack Power 129142 Attack Power 149143 Bomb9144 Crushridge Death9145 Fletcher's Gloves9146 Herbalist's Gloves9147 Earthen Leather Shoulders9148 Pilferer's Gloves9149 Heavy Earthen Gloves9150 Fletcher's Gloves9151 Pattern: Herbalist's Gloves9152 Pattern: Earthen Leather Shoulders9153 Pattern: Pilferer's Gloves9154 Pattern: Heavy Earthen Gloves9155 Pattern: Dark Leather Gloves9156 Create Mage's Orb9157 Create Mage's Robe9159 Sleep9160 Sleep9162 zzOLDFrost Shield9163 Heal Self9172 Lift Seal9173 Anubisath Guardian AOE9174 Rage9175 Running Speed9176 Holy Sunder9177 Tigule and Foror's Strawberry Ice Cream9178 Brain Freeze9179 Stun9192 "Plucky" Resumes Human Form (Shapeshift)9193 Heavy Quiver9194 Heavy Leather Ammo Pouch9195 Dusky Leather Leggings9196 Dusky Leather Armor

Page 224: Mangos Bible 2 1 3

9197 Green Whelp Armor9198 Frost Leather Cloak9199 Attack Power %9200 Create Sapta (Rank 1)9201 Dusky Bracers9202 Green Whelp Bracers9204 Hate to Zero9205 Hate to Zero9206 Dusky Belt9207 Dusky Boots9208 Swift Boots9209 Heavy Quiver9210 Heavy Leather Ammo Pouch9211 Dusky Leather Armor9212 Frost Leather Cloak9213 Dusky Bracers9214 Dusky Belt9215 Pattern: Dusky Leather Leggings9216 Pattern: Green Whelp Armor9217 Pattern: Green Whelp Bracers9218 Pattern: Dusky Boots9219 Pattern: Swift Boots9220 "Plucky" Resumes Chicken Form (Shapeshift)9221 Summon Voidwalker (Rank 1)9222 Summon Voidwalker (Rank 1)9223 Summon Succubus (Rank 1)9224 Summon Succubus (Rank 1)9232 Scarlet Resurrection9233 Firebolt9234 Armor Debuff (TEST) (Rank 1)9235 Scarlet Resurrected9252 Replenish Mana I9253 Replenish Mana II9256 Deep Sleep9257 Lay on Hands (Rank 2)9258 Increased Agility 139259 Increased Agility 149260 Increased Intellect 139261 Increased Intellect 149262 Increased Spirit 139263 Increased Spirit 149264 Increased Stamina 139265 Increased Stamina 149266 Increased Strength 139267 Increased Strength 149268 Teleport to Darnassus - Event

Page 225: Mangos Bible 2 1 3

9269 Gnomish Universal Remote9270 Schematic: Gnomish Universal Remote9271 Aquadynamic Fish Attractor9272 Aquadynamic Fish Attractor9273 Goblin Jumper Cables9274 Schematic: Goblin Jumper Cables9275 Immolate9276 Immolate9294 Increase Fire Dam 169295 Increase Fire Dam 179296 Increase Fire Dam 199297 Increase Fire Dam 209298 Increase Fire Dam 219304 Increase Frost Dam 169305 Increase Frost Dam 179306 Increase Frost Dam 199307 Increase Frost Dam 209308 Increase Frost Dam 219314 Increase Healing 249315 Increase Healing 269316 Increase Healing 299317 Increase Healing 319318 Increase Healing 339324 Increase Shadow Dam 169325 Increase Shadow Dam 179326 Increase Shadow Dam 199327 Increase Shadow Dam 209328 Increase Shadow Dam 219329 Attack Power 169330 Attack Power 189331 Attack Power 209332 Attack Power 229333 Attack Power 489334 Attack Power 269335 Attack Power 289336 Attack Power 309342 Increase Spell Dam 139343 Increase Spell Dam 149344 Increase Spell Dam 159345 Increase Spell Dam 169346 Increase Spell Dam 189347 Mortal Strike9357 Increase Nature Dam 169358 Increase Nature Dam 179359 Increase Nature Dam 199360 Increase Nature Dam 20

Page 226: Mangos Bible 2 1 3

9361 Increase Nature Dam 219372 Bear Enters Auberdine9373 Soul Siphon9392 Increase Spell Dam 19393 Increase Spell Dam 29394 Increase Spell Dam 49395 Increase Spell Dam 59396 Increase Spell Dam 69397 Increase Spell Dam 79398 Increase Spell Dam 89399 Increase Fire Dam 119400 Increase Fire Dam 139401 Increase Fire Dam 149402 Increase Frost Dam 119403 Increase Frost Dam 139404 Increase Frost Dam 149405 Increased Critical 59406 Increase Healing 189407 Increase Healing 209408 Increase Healing 229409 Increase Nature Dam 119410 Increase Nature Dam 139411 Increase Nature Dam 149412 Increase Shadow Dam 119413 Increase Shadow Dam 139414 Increase Shadow Dam 149415 Increase Spell Dam 99416 Increase Spell Dam 119417 Increase Spell Dam 129433 Arcane Explosion (Rank 4)9435 Detonation9436 Invisibility Detection9437 Placing Bear Trap9438 Arcane Bubble9439 Bear Captured in Trap9440 Pattern: Green Leather Armor9452 Vindication (Rank 1)9453 Unyielding Faith (Rank 1)9454 Freeze9455 Thistle Bear Death Touch9456 Tharnariun Cure 19457 Tharnariun's Heal9458 Smoke Cloud9459 Corrosive Ooze9460 Corrosive Ooze9461 Summon Swamp Ooze

Page 227: Mangos Bible 2 1 3

9462 Mirefin Fungus9463 Mirefin Fungus9464 Barbs9472 Flash Heal (Rank 2)9473 Flash Heal (Rank 3)9474 Flash Heal (Rank 4)9475 Flash Heal (Rank 2)9476 Flash Heal (Rank 3)9477 Flash Heal (Rank 4)9478 Invis Placing Bear Trap9481 Holy Smite (Rank 6)9482 Amplify Flames9483 Boulder9484 Shackle Undead (Rank 1)9485 Shackle Undead (Rank 2)9486 Shackle Undead (Rank 2)9487 Fireball9488 Fireball9489 Create Scrying Bowl9490 Demoralizing Roar (Rank 3)9491 Demoralizing Roar (Rank 3)9492 Rip (Rank 2)9493 Rip (Rank 3)9494 Rip (Rank 2)9495 Rip (Rank 3)9512 Restore Energy9513 Thistle Tea9514 Recipe: Thistle Tea9515 Summon Tracking Hound9532 Lightning Bolt9552 Searing Flames9572 Onin's Camouflage9573 Flame Breath9574 Flame Buffet9575 Self Detonation9576 Lock Down9577 Uldaman Key Staff9578 Fade (Rank 2)9579 Fade (Rank 3)9580 Fade (Rank 2)9581 Fade (Rank 3)9582 Filling9583 Water Sample9584 Water Sample9586 Water Sample9587 Magic Potion

Page 228: Mangos Bible 2 1 3

9590 Stealth 19591 Acid Spit9592 Fade (Rank 4)9593 Fade (Rank 4)9594 Attach Medallion to Shaft9595 Attach Shaft to Medallion9596 Schematic: Gnomish Cloaking Device9612 Ink Spray9613 Shadow Bolt9614 Rift Beacon9615 Summon Rift Traveler9616 Wild Regeneration9617 Ghost Visual9632 Bladestorm (Rank 1)9633 Whirlwind (Rank 1)9634 Dire Bear Form (Shapeshift)9635 Dire Bear Form (Passive) (Passive)9636 Summon Swamp Spirit9653 Summon Gelkis Rumbler9654 Jumping Lightning9657 Shadow Shell9658 Flame Buffet9672 Frostbolt9712 Thaumaturgy Channel9733 Arantir's Anger (Rank 1)9734 Holy Smite9735 Sapta Sight9736 Arantir's Deception (Rank 1)9737 Arantir's Anger Effect (Rank 1)9738 Rift Spawn Becomes Visible9739 Wrath9740 Arantir's Deception (Rank 1)9741 Arantir's Rage (Rank 1)9743 Delete Me9744 Jarkal's Translation9745 Maul (Rank 5)9746 Maul (Rank 5)9747 Demoralizing Roar (Rank 4)9748 Demoralizing Roar (Rank 4)9749 Faerie Fire (Rank 3)9750 Regrowth (Rank 6)9751 Regrowth (Rank 6)9752 Rip (Rank 4)9753 Rip (Rank 4)9754 Swipe (Rank 4)9755 Swipe (Rank 4)

Page 229: Mangos Bible 2 1 3

9756 Thorns (Rank 5)9757 Thorns (Rank 5)9758 Healing Touch (Rank 8)9759 Healing Touch (Rank 8)9760 Increased Armor 109761 Increased Armor 209762 Increased Armor 309763 Increased Armor 409764 Increased Armor 509765 Increased Armor 609766 Increased Armor 709767 Increased Armor 809768 Increased Armor 909769 Radiation9770 Radiation9771 Radiation Bolt9772 Defias Tower I9773 Defias Tower II9774 Immune Root9775 Irradiated9776 Irradiated9777 Self Healing9778 Proc Self Heal 229779 Defias Tower III9781 Mithril Shield Spike9782 Mithril Shield Spike9783 Mithril Spurs9784 Iron Shield Spike9785 Blacksmithing (Artisan)9786 Artisan Blacksmith9787 Weaponsmith (Artisan)9788 Armorsmith (Artisan)9789 Artisan Weaponsmith9790 Artisan Armorsmith9791 Head Crack9795 Talvash's Necklace Repair9796 Blight9798 Radiation9799 Eye for an Eye (Rank 1)9800 Holy Shield9806 Phantom Strike9810 Touch of Zanzil9811 Barbaric Iron Shoulders9812 Plans: Barbaric Iron Shoulders9813 Barbaric Iron Breastplate9814 Barbaric Iron Helm

Page 230: Mangos Bible 2 1 3

9815 Plans: Barbaric Iron Helm9817 Plans: Barbaric Iron Breastplate9818 Barbaric Iron Boots9819 Plans: Barbaric Iron Boots9820 Barbaric Iron Gloves9821 Dash (Rank 2)9822 Dash (Rank 2)9823 Pounce (Rank 2)9824 Pounce Bleed (Rank 2)9825 Pounce (Rank 2)9826 Pounce Bleed (Rank 3)9827 Pounce (Rank 3)9828 Pounce (Rank 3)9829 Shred (Rank 4)9830 Shred (Rank 5)9831 Shred (Rank 4)9832 Shred (Rank 5)9833 Moonfire (Rank 8)9834 Moonfire (Rank 9)9835 Moonfire (Rank 10)9836 Moonfire (Rank 8)9837 Moonfire (Rank 9)9838 Moonfire (Rank 10)9839 Rejuvenation (Rank 8)9840 Rejuvenation (Rank 9)9841 Rejuvenation (Rank 10)9842 Rejuvenation (Rank 8)9843 Rejuvenation (Rank 9)9844 Rejuvenation (Rank 10)9845 Tiger's Fury (Rank 3)9846 Tiger's Fury (Rank 4)9847 Tiger's Fury (Rank 3)9848 Tiger's Fury (Rank 4)9849 Claw (Rank 4)9850 Claw (Rank 5)9851 Claw (Rank 5)9852 Entangling Roots (Rank 5)9853 Entangling Roots (Rank 6)9854 Entangling Roots (Rank 5)9855 Entangling Roots (Rank 6)9856 Regrowth (Rank 7)9857 Regrowth (Rank 8)9858 Regrowth (Rank 9)9859 Regrowth (Rank 7)9860 Regrowth (Rank 8)9861 Regrowth (Rank 9)

Page 231: Mangos Bible 2 1 3

9862 Tranquility (Rank 3)9863 Tranquility (Rank 4)9864 Tranquility (Rank 3)9865 Tranquility (Rank 4)9866 Ravage (Rank 3)9867 Ravage (Rank 4)9868 Ravage (Rank 3)9869 Ravage (Rank 4)9874 Self Destruct9875 Starfire (Rank 5)9876 Starfire (Rank 6)9877 Starfire (Rank 5)9878 Starfire (Rank 6)9879 Self Destruct9880 Maul (Rank 6)9881 Maul (Rank 7)9882 Maul (Rank 6)9883 Maul (Rank 7)9884 Mark of the Wild (Rank 6)9885 Mark of the Wild (Rank 7)9886 Mark of the Wild (Rank 6)9887 Mark of the Wild (Rank 7)9888 Healing Touch (Rank 9)9889 Healing Touch (Rank 10)9890 Healing Touch (Rank 9)9891 Healing Touch (Rank 10)9892 Cower (Rank 3)9893 Cower (Rank 3)9894 Rip (Rank 5)9895 Rip (Rank 5)9896 Rip (Rank 6)9897 Rip (Rank 6)9898 Demoralizing Roar (Rank 5)9899 Demoralizing Roar (Rank 5)9900 Sharpen Blade IV9901 Soothe Animal (Rank 3)9902 Soothe Animal (Rank 3)9903 Enhance Blunt Weapon IV9904 Rake (Rank 4)9905 Rake (Rank 4)9906 Reflection9907 Faerie Fire (Rank 4)9908 Swipe (Rank 5)9909 Swipe (Rank 5)9910 Thorns (Rank 6)9911 Wrath (Rank 8)

Page 232: Mangos Bible 2 1 3

9912 Wrath (Rank 8)9913 Prowl (Rank 3)9914 Prowl (Rank 3)9915 Frost Nova (Rank 3)9916 Steel Breastplate9917 Steel Breastplate9918 Solid Sharpening Stone9920 Solid Grinding Stone9921 Solid Weightstone9922 Solid Grinding Stone9924 Solid Sharpening Stone9925 Solid Weightstone9926 Heavy Mithril Shoulder9927 Heavy Mithril Shoulder9928 Heavy Mithril Gauntlet9929 Heavy Mithril Gauntlet9930 Empathy of Stone9931 Mithril Scale Pants9932 Mithril Scale Pants9933 Heavy Mithril Pants9934 Plans: Heavy Mithril Pants9935 Steel Plate Helm9936 Steel Plate Helm9937 Mithril Scale Bracers9938 Plans: Mithril Scale Bracers9939 Mithril Shield Spike9940 Plans: Mithril Shield Spike9941 Spell Reflection9942 Mithril Scale Gloves9943 Spell Reflection9944 Plans: Mithril Scale Gloves9945 Ornate Mithril Pants9946 Plans: Ornate Mithril Pants9949 Thieves' Tool Rack Conjure9950 Ornate Mithril Gloves9951 Plans: Ornate Mithril Gloves9952 Ornate Mithril Shoulders9953 Plans: Ornate Mithril Shoulders9954 Truesilver Gauntlets9955 Truesilver Gauntlets9956 Drink Potion9957 Orcish War Leggings9958 Plans: Orcish War Leggings9959 Heavy Mithril Breastplate9960 Heavy Mithril Breastplate9961 Mithril Coif

Page 233: Mangos Bible 2 1 3

9962 Mithril Coif9964 Mithril Spurs9965 Plans: Mithril Spurs9966 Mithril Scale Shoulders9967 Plans: Mithril Scale Shoulders9968 Heavy Mithril Boots9969 Heavy Mithril Boots9970 Heavy Mithril Helm9971 Plans: Heavy Mithril Helm9972 Ornate Mithril Breastplate9973 Plans: Ornate Mithril Breastplate9974 Truesilver Breastplate9976 Polly Eats the E.C.A.C. (Rank 1)9977 Conjure E.C.A.C9978 Truesilver Breastplate9979 Ornate Mithril Boots9980 Ornate Mithril Helm9981 Plans: Ornate Mithril Boots9982 Plans: Ornate Mithril Helm9983 Copper Claymore9984 Copper Claymore9985 Bronze Warhammer9986 Bronze Greatsword9987 Bronze Battle Axe9988 Bronze Warhammer9989 Bronze Greatsword9990 Bronze Battle Axe9991 Touch of Zanzil9992 Dizzy9993 Heavy Mithril Axe9994 Heavy Mithril Axe9995 Blue Glittering Axe9996 Plans: Blue Glittering Axe9997 Wicked Mithril Blade9998 Summon Polly Jr.9999 Touch of Zanzil Cure10000 Plans: Wicked Mithril Blade10001 Big Black Mace10002 Big Black Mace10003 The Shatterer10004 The Shatterer10005 Dazzling Mithril Rapier10006 Plans: Dazzling Mithril Rapier10007 Phantom Blade10008 Phantom Blade10009 Runed Mithril Hammer

Page 234: Mangos Bible 2 1 3

10010 Plans: Runed Mithril Hammer10011 Blight10012 Blight10013 Ebon Shiv10014 Plans: Ebon Shiv10015 Truesilver Champion10016 Truesilver Champion10017 Frost Hold (Rank 3)10018 Rat Nova (Rank 3)10019 Barbaric Iron Breastplate10020 Plans: Barbaric Iron Gloves10021 100% Block10022 Deadly Poison10032 Uber Stealth10052 Replenish Mana (Rank 2)10053 Conjure Mana Citrine10054 Conjure Mana Ruby10055 Conjure Mana Citrine10056 Conjure Mana Ruby10057 Replenish Mana (Rank 3)10058 Replenish Mana (Rank 4)10059 Portal: Stormwind10060 Power Infusion10061 Summon Obsidian Shard10072 Splintered Obsidian10073 dmg310074 Spell Reflection10092 Sand Storm10093 Harsh Winds10094 Sand Storms10095 Hate to Zero10096 Shrink10097 Smelt Mithril10098 Smelt Truesilver10099 Smelt Mithril10100 Smelt Truesilver10101 Knock Away10113 Flare10132 Sand Storms10134 Sand Storm10136 Magenta Cap Sickness10137 Fizzule's Folly10138 Conjure Water (Rank 5)10139 Conjure Water (Rank 6)10140 Conjure Water (Rank 7)10141 Conjure Water (Rank 5)

Page 235: Mangos Bible 2 1 3

10142 Conjure Water (Rank 6)10143 Conjure Water (Rank 7)10144 Conjure Food (Rank 5)10145 Conjure Food (Rank 6)10146 Conjure Food (Rank 5)10147 Conjure Food (Rank 6)10148 Fireball (Rank 8)10149 Fireball (Rank 9)10150 Fireball (Rank 10)10151 Fireball (Rank 11)10152 Fireball (Rank 8)10153 Fireball (Rank 9)10154 Fireball (Rank 10)10155 Fireball (Rank 11)10156 Arcane Intellect (Rank 4)10157 Arcane Intellect (Rank 5)10158 Arcane Intellect (Rank 5)10159 Cone of Cold (Rank 3)10160 Cone of Cold (Rank 4)10161 Cone of Cold (Rank 5)10162 Cone of Cold (Rank 3)10163 Cone of Cold (Rank 4)10164 Cone of Cold (Rank 5)10165 Khadgar's Unlocking (Rank 3)10166 Khadgar's Unlocking (Rank 4)10169 Amplify Magic (Rank 3)10170 Amplify Magic (Rank 4)10171 Amplify Magic (Rank 3)10172 Amplify Magic (Rank 4)10173 Dampen Magic (Rank 4)10174 Dampen Magic (Rank 5)10175 Dampen Magic (Rank 4)10176 Dampen Magic (Rank 5)10177 Frost Ward (Rank 4)10178 Frost Ward (Rank 4)10179 Frostbolt (Rank 8)10180 Frostbolt (Rank 9)10181 Frostbolt (Rank 10)10182 Frostbolt (Rank 8)10183 Frostbolt (Rank 9)10184 Frostbolt (Rank 10)10185 Blizzard (Rank 4)10186 Blizzard (Rank 5)10187 Blizzard (Rank 6)10188 Blizzard (Rank 4)10189 Blizzard (Rank 5)

Page 236: Mangos Bible 2 1 3

10190 Blizzard (Rank 6)10191 Mana Shield (Rank 4)10192 Mana Shield (Rank 5)10193 Mana Shield (Rank 6)10194 Mana Shield (Rank 4)10195 Mana Shield (Rank 5)10196 Mana Shield (Rank 6)10197 Fire Blast (Rank 6)10198 Fire Blast (Rank 6)10199 Fire Blast (Rank 7)10200 Fire Blast (Rank 7)10201 Arcane Explosion (Rank 5)10202 Arcane Explosion (Rank 6)10203 Arcane Explosion (Rank 5)10204 Arcane Explosion (Rank 6)10205 Scorch (Rank 5)10206 Scorch (Rank 6)10207 Scorch (Rank 7)10208 Scorch (Rank 5)10209 Scorch (Rank 6)10210 Scorch (Rank 7)10211 Arcane Missiles (Rank 6)10212 Arcane Missiles (Rank 7)10213 Arcane Missiles (Rank 6)10214 Arcane Missiles (Rank 7)10215 Flamestrike (Rank 5)10216 Flamestrike (Rank 6)10217 Flamestrike (Rank 5)10218 Flamestrike (Rank 6)10219 Ice Armor (Rank 3)10220 Ice Armor (Rank 4)10221 Ice Armor (Rank 3)10222 Ice Armor (Rank 4)10223 Fire Ward (Rank 4)10224 Fire Ward (Rank 4)10225 Fire Ward (Rank 5)10226 Fire Ward (Rank 5)10227 Beast Tracking10228 Greater Invisibility10230 Frost Nova (Rank 4)10231 Frost Nova (Rank 4)10236 Humanoid Tracking10237 Humanoid Tracking10238 Demon Tracking10239 Demon Tracking10240 Undead Tracking

Page 237: Mangos Bible 2 1 3

10241 Dragon Tracking10242 Elemental Tracking10244 Dragon Tracking10245 Elemental Tracking10246 Undead Tracking10247 Summon Zul'Farrak Zombies10248 Mining (Artisan)10249 Artisan Miner10250 Drink10251 Biletoad Infection10252 Awaken Earthen Guardians10253 Chemical Peel10254 Stone Dwarf Awaken Visual10255 Stoned10256 Food10257 Food10258 Awaken Vault Warder10259 Awaken Earthen Dwarf10260 Reconstruct10263 Self Visual - Sleep 90s (DND)10264 Archaedas Dies10265 Juggler Vein Rupture10266 Lung Puncture10267 Slush10268 Decimate10273 Arcane Missiles (Rank 6)10274 Arcane Missiles (Rank 7)10276 Wisdom Aura (Rank 4)10277 Throw10278 Blessing of Protection (Rank 3)10279 Blessing of Protection (Rank 3)10290 Devotion Aura (Rank 2)10291 Devotion Aura (Rank 4)10292 Devotion Aura (Rank 6)10293 Devotion Aura (Rank 7)10294 Devotion Aura (Rank 2)10295 Devotion Aura (Rank 4)10296 Devotion Aura (Rank 6)10297 Devotion Aura (Rank 7)10298 Retribution Aura (Rank 2)10299 Retribution Aura (Rank 3)10300 Retribution Aura (Rank 4)10301 Retribution Aura (Rank 5)10302 Retribution Aura (Rank 2)10303 Retribution Aura (Rank 3)10304 Retribution Aura (Rank 4)

Page 238: Mangos Bible 2 1 3

10305 Retribution Aura (Rank 5)10308 Hammer of Justice (Rank 4)10309 Hammer of Justice (Rank 4)10310 Lay on Hands (Rank 3)10311 Lay on Hands (Rank 3)10312 Exorcism (Rank 4)10313 Exorcism (Rank 5)10314 Exorcism (Rank 6)10315 Exorcism (Rank 4)10316 Exorcism (Rank 5)10317 Exorcism (Rank 6)10318 Holy Wrath (Rank 2)10320 Holy Wrath (Rank 2)10321 Judgement10322 Redemption (Rank 2)10323 Redemption (Rank 2)10324 Redemption (Rank 3)10325 Redemption (Rank 3)10326 Turn Undead (Rank 3)10327 Turn Undead (Rank 3)10328 Holy Light (Rank 7)10329 Holy Light (Rank 8)10330 Holy Light (Rank 7)10331 Holy Light (Rank 8)10336 Crusader Strike (Rank 4)10337 Crusader Strike (Rank 5)10338 Crusader Strike (Rank 4)10339 Crusader Strike (Rank 5)10340 Uldaman Boss Agro10341 Radiation Cloud10342 Guardian Effect10343 Thorns (Rank 6)10344 Armor +3210345 Rebuild10346 Machine Gun10347 Archaedas Awaken Visual (DND)10348 Tune Up10351 Basilisk Skin10368 Uther's Light Effect (Rank 1)10369 Scooby Snack Effect10370 Lacerations10371 Slow10373 Fatal Wound10387 Lightning Surge10388 Summon Prismatic Exile10389 Spawn Smoke

Page 239: Mangos Bible 2 1 3

10390 Gate Failure10391 Lightning Bolt (Rank 7)10392 Lightning Bolt (Rank 8)10393 Lightning Bolt (Rank 7)10394 Lightning Bolt (Rank 8)10395 Healing Wave (Rank 8)10396 Healing Wave (Rank 9)10397 Healing Wave (Rank 8)10398 Healing Wave (Rank 9)10399 Rockbiter Weapon (Rank 4)10400 Rockbiter Weapon (Passive) (Rank 1)10401 Rockbiter Weapon (Rank 4)10402 Rockbiter Weapon (Rank 5)10403 Stoneskin (Rank 4)10404 Stoneskin (Rank 5)10405 Stoneskin (Rank 6)10406 Stoneskin Totem (Rank 4)10407 Stoneskin Totem (Rank 5)10408 Stoneskin Totem (Rank 6)10409 Stoneskin Totem (Rank 4)10410 Stoneskin Totem (Rank 5)10411 Stoneskin Totem (Rank 6)10412 Earth Shock (Rank 5)10413 Earth Shock (Rank 6)10414 Earth Shock (Rank 7)10415 Earth Shock (Rank 5)10416 Earth Shock (Rank 6)10417 Earth Shock (Rank 7)10418 Arugal spawn-in spell10423 Stoneclaw Totem Effect (Rank 5)10424 Stoneclaw Totem Effect (Rank 6)10425 Stoneclaw Totem Passive (Rank 5)10426 Stoneclaw Totem Passive (Rank 6)10427 Stoneclaw Totem (Rank 5)10428 Stoneclaw Totem (Rank 6)10429 Stoneclaw Totem (Rank 5)10430 Stoneclaw Totem (Rank 6)10431 Lightning Shield (Rank 6)10432 Lightning Shield (Rank 7)10433 Lightning Shield (Rank 6)10434 Lightning Shield (Rank 7)10435 Attack (Rank 5)10436 Attack (Rank 6)10437 Searing Totem (Rank 5)10438 Searing Totem (Rank 6)10439 Searing Totem (Rank 5)

Page 240: Mangos Bible 2 1 3

10440 Searing Totem (Rank 6)10441 Strength of Earth (Rank 4)10442 Strength of Earth Totem (Rank 4)10443 Strength of Earth Totem (Rank 4)10444 Flametongue Attack10445 Flametongue Weapon Proc (Rank 4)10446 Flametongue Weapon (Rank 4)10447 Flame Shock (Rank 4)10448 Flame Shock (Rank 5)10449 Flame Shock (Rank 4)10450 Flame Shock (Rank 5)10451 Implosion10452 Flame Buffet10454 Into the Rift10455 Minor Tremor10456 Frostbrand Weapon (Rank 3)10457 Frostbrand Weapon (Rank 3)10458 Frostbrand Attack (Rank 3)10459 Sacrifice Spinneret10460 Healing Stream (Rank 4)10461 Healing Stream (Rank 5)10462 Healing Stream Totem (Rank 4)10463 Healing Stream Totem (Rank 5)10464 Healing Stream Totem (Rank 4)10465 Healing Stream Totem (Rank 5)10466 Lesser Healing Wave (Rank 4)10467 Lesser Healing Wave (Rank 5)10468 Lesser Healing Wave (Rank 6)10469 Lesser Healing Wave (Rank 4)10470 Lesser Healing Wave (Rank 5)10471 Lesser Healing Wave (Rank 6)10472 Frost Shock (Rank 3)10473 Frost Shock (Rank 4)10474 Frost Shock (Rank 3)10475 Frost Shock (Rank 4)10476 Frost Resistance (Rank 2)10477 Frost Resistance (Rank 3)10478 Frost Resistance Totem (Rank 2)10479 Frost Resistance Totem (Rank 3)10480 Frost Resistance Totem (Rank 2)10481 Frost Resistance Totem (Rank 3)10482 Cured Thick Hide10484 Windfury Attack (Rank 3)10485 Cured Thick Hide10486 Windfury Weapon (Rank 3)10487 Thick Armor Kit

Page 241: Mangos Bible 2 1 3

10488 Windfury Weapon (Rank 3)10490 Comfortable Leather Hat10491 Mana Spring (Rank 2)10492 Pattern: Comfortable Leather Hat10493 Mana Spring (Rank 3)10494 Mana Spring (Rank 4)10495 Mana Spring Totem (Rank 2)10496 Mana Spring Totem (Rank 3)10497 Mana Spring Totem (Rank 4)10499 Nightscape Tunic10500 Nightscape Tunic10507 Nightscape Headband10508 Nightscape Headband10509 Turtle Scale Gloves10510 Pattern: Turtle Scale Gloves10511 Turtle Scale Breastplate10512 Mana Spring Totem (Rank 2)10513 Turtle Scale Breastplate10514 Mana Spring Totem (Rank 3)10515 Mana Spring Totem (Rank 4)10516 Nightscape Shoulders10517 Pattern: Nightscape Shoulders10518 Turtle Scale Bracers10519 Turtle Scale Bracers10520 Big Voodoo Robe10521 Flametongue Totem Effect (Rank 3)10522 Pattern: Big Voodoo Robe10523 Flametongue Totem Proc (Rank 3)10524 Flametongue Totem Passive (Rank 3)10525 Tough Scorpid Breastplate10526 Flametongue Totem (Rank 3)10527 Pattern: Tough Scorpid Breastplate10528 Flametongue Totem (Rank 3)10529 Wild Leather Shoulders10530 Pattern: Wild Leather Shoulders10531 Big Voodoo Mask10532 Pattern: Big Voodoo Mask10533 Tough Scorpid Bracers10534 Fire Resistance (Rank 2)10535 Fire Resistance (Rank 3)10536 Pattern: Tough Scorpid Bracers10537 Fire Resistance Totem (Rank 2)10538 Fire Resistance Totem (Rank 3)10540 Fire Resistance Totem (Rank 2)10541 Fire Resistance Totem (Rank 3)10542 Tough Scorpid Gloves

Page 242: Mangos Bible 2 1 3

10543 Pattern: Tough Scorpid Gloves10544 Wild Leather Vest10545 Pattern: Wild Leather Vest10546 Wild Leather Helmet10547 Pattern: Wild Leather Helmet10548 Nightscape Pants10549 Nightscape Pants10550 Nightscape Cloak10551 Nightscape Cloak10552 Turtle Scale Helm10553 Turtle Scale Helm10554 Tough Scorpid Boots10555 Pattern: Tough Scorpid Boots10556 Turtle Scale Leggings10557 Turtle Scale Leggings10558 Nightscape Boots10559 Nightscape Boots10560 Big Voodoo Pants10561 Pattern: Big Voodoo Pants10562 Big Voodoo Cloak10563 Pattern: Big Voodoo Cloak10564 Tough Scorpid Shoulders10565 Pattern: Tough Scorpid Shoulders10566 Wild Leather Boots10567 Pattern: Wild Leather Boots10568 Tough Scorpid Leggings10569 Pattern: Tough Scorpid Leggings10570 Tough Scorpid Helm10571 Pattern: Tough Scorpid Helm10572 Wild Leather Leggings10573 Pattern: Wild Leather Leggings10574 Wild Leather Cloak10575 Pattern: Wild Leather Cloak10576 Piercing Howl10577 Heal10578 Fireball10579 Magma Totem (Rank 2)10580 Magma Totem (Rank 3)10581 Magma Totem (Rank 4)10582 Magma Totem Passive (Rank 2)10583 Magma Totem Passive (Rank 3)10584 Magma Totem Passive (Rank 4)10585 Magma Totem (Rank 2)10586 Magma Totem (Rank 3)10587 Magma Totem (Rank 4)10588 Magma Totem (Rank 2)

Page 243: Mangos Bible 2 1 3

10589 Magma Totem (Rank 3)10590 Magma Totem (Rank 4)10593 Lightning Shock (Rank 2)10594 Lightning Shock (Rank 3)10595 Nature Resistance Totem (Rank 1)10596 Nature Resistance (Rank 1)10597 Nature Resistance Totem (Rank 1)10598 Nature Resistance (Rank 2)10599 Nature Resistance (Rank 3)10600 Nature Resistance Totem (Rank 2)10601 Nature Resistance Totem (Rank 3)10602 Nature Resistance Totem (Rank 2)10603 Nature Resistance Totem (Rank 3)10604 Destroy Earthen Guards10605 Chain Lightning (Rank 4)10607 Windfury Totem Effect (Rank 2)10608 Windfury Attack (Rank 2)10609 Windfury Totem Passive (Rank 2)10610 Windfury Attack (Rank 3)10611 Windfury Totem Effect (Rank 3)10612 Windfury Totem Passive (Rank 3)10613 Windfury Totem (Rank 2)10614 Windfury Totem (Rank 3)10615 Windfury Totem (Rank 2)10616 Windfury Totem (Rank 3)10617 Release Rageclaw10618 Elemental Protection10619 Dragonscale Gauntlets10620 Dragonscale Gauntlets10621 Wolfshead Helm10622 Chain Heal (Rank 2)10623 Chain Heal (Rank 3)10624 Chain Heal (Rank 2)10625 Chain Heal (Rank 3)10626 Grace of Air (Rank 2)10627 Grace of Air Totem (Rank 2)10628 Grace of Air Totem (Rank 2)10629 Wolfshead Helm10630 Gauntlets of the Sea10631 Gauntlets of the Sea10632 Helm of Fire10633 Helm of Fire10647 Feathered Breastplate10648 Feathered Breastplate10650 Dragonscale Breastplate10651 Curse of the Eye

Page 244: Mangos Bible 2 1 3

10652 Dragonscale Breastplate10653 Curse of the Eye10654 TEST - DBUCKLER10655 Thick Armor Kit10656 Dragonscale Leatherworking10657 Dragonscale Leatherworking10658 Elemental Leatherworking10659 Elemental Leatherworking10660 Tribal Leatherworking10661 Tribal Leatherworking10662 Leatherworking (Artisan)10663 Artisan Leatherworking10664 Pattern: Nightscape Cloak10665 Water Walk10666 Earthen Guards Destroyed10667 Rage of Ages10668 Spirit of Boar10669 Strike of the Scorpok10670 Rage of Ages10671 Spirit of Boar10672 Strike of the Scorpok10673 Summon Bombay10674 Summon Cornish Rex10675 Summon Maine Coon10676 Summon Orange Tabby10677 Summon Siamese10678 Summon Silver Tabby10679 Summon White Kitten10680 Summon Cockatiel10681 Summon Cockatoo10682 Summon Hyacinth Macaw10683 Summon Green Wing Macaw10684 Summon Senegal10685 Summon Ancona10686 Summon Prairie Chicken10687 Summon White Plymouth Rock10688 Summon Cockroach10689 Knockback10690 Infallible Mind10691 Spiritual Domination10692 Infallible Mind10693 Spiritual Domination10694 Disenchant (PT)10695 Summon Dark Whelpling10696 Summon Azure Whelpling10697 Summon Crimson Whelpling

Page 245: Mangos Bible 2 1 3

10698 Summon Emerald Whelpling10699 Summon Bronze Whelpling10700 Summon Faeling10701 Summon Dart Frog10702 Summon Island Frog10703 Summon Wood Frog10704 Summon Tree Frog10705 Summon Eagle Owl10706 Summon Hawk Owl10707 Summon Great Horned Owl10708 Summon Snowy Owl10709 Summon Prairie Dog10710 Summon Cottontail Rabbit10711 Summon Snowshoe Rabbit10712 Summon Spotted Rabbit10713 Summon Albino Snake10714 Summon Black Kingsnake10715 Summon Blue Racer10716 Summon Brown Snake10717 Summon Crimson Snake10718 Summon Green Water Snake10719 Summon Ribbon Snake10720 Summon Scarlet Snake10721 Summon Elven Wisp10722 Silithid Swarm10723 Touch of Zanzil Cure10727 Ball10729 Feather Fall10730 Pacify10731 Awaken Zul'Farrak Zombie10732 Supercharge10733 Flame Spray10734 Hail Storm10737 Hail Storm10738 Unlocking10747 Announce Zul'Farrak Zombie10767 Rising Spirit10768 Skinning (Artisan)10769 Artisan Skinning10770 Create Weegli's Barrel10771 Soul Shatter10772 Create Weegli's Barrel10787 Panther10788 Leopard10789 Spotted Frostsaber10790 Tiger

Page 246: Mangos Bible 2 1 3

10792 Spotted Panther10793 Striped Nightsaber10794 Spirit Shock10795 Ivory Raptor10796 Turquoise Raptor10797 Starshards (Rank 1)10798 Obsidian Raptor10799 Violet Raptor10800 Summon Brown Tallstrider10801 Summon Gray Tallstrider10802 Summon Pink Tallstrider10803 Summon Purple Tallstrider10804 Summon Turquoise Tallstrider10805 Shackle Shatter10807 Ghost Dance10828 Soul Explosion10829 Mechano-Frostwalker Revert10830 Mechano-Frostwalker Revert Passive10831 Reflection Field10832 Mass Nullify10833 Arcane Blast10834 Shackle Shatter10835 Shackle Shatter10836 Shackle Shatter10837 Goblin Land Mine10838 First Aid (Rank 7)10839 First Aid (Rank 8)10840 Mageweave Bandage10841 Heavy Mageweave Bandage10842 Mageweave Bandage10843 Heavy Mageweave Bandage10844 Powerful Smelling Salts10845 Powerful Smelling Salts10846 First Aid (Artisan)10847 Artisan First Aid10848 Shroud of Death10849 Form of the Moonstalker (no invis)10850 Powerful Smelling Salts10851 Grab Weapon10852 Battle Net10853 Spirit of Kirith10854 Flames of Chaos10855 Lag10856 Link Dead10857 Flames of Chaos10858 Summon Dupe Bug

Page 247: Mangos Bible 2 1 3

10859 Create Divino-matic Rod10860 Patch10861 Raptor Riding (Passive)10863 Raptor Riding10864 Razelikh's Tear I10865 Call of Ilifar10866 Razelikh's Tear II10867 Call of Felcular10868 Frost Vulnerable10869 Summon Embers10870 Summon Burning Servant10872 Abolish Disease Effect10873 Red Mechanostrider10874 Mana Burn (Rank 3)10875 Mana Burn (Rank 4)10876 Mana Burn (Rank 5)10877 Mana Burn (Rank 3)10878 Mana Burn (Rank 4)10879 Mana Burn (Rank 5)10880 Resurrection (Rank 3)10881 Resurrection (Rank 4)10882 Resurrection (Rank 3)10883 Resurrection (Rank 4)10887 Crowd Pummel (Rank 3)10888 Psychic Scream (Rank 3)10889 Psychic Scream (Rank 3)10890 Psychic Scream (Rank 4)10891 Psychic Scream (Rank 4)10892 Shadow Word: Pain (Rank 6)10893 Shadow Word: Pain (Rank 7)10894 Shadow Word: Pain (Rank 8)10895 Shadow Word: Pain (Rank 6)10896 Shadow Word: Pain (Rank 7)10897 Shadow Word: Pain (Rank 8)10898 Power Word: Shield (Rank 7)10899 Power Word: Shield (Rank 8)10900 Power Word: Shield (Rank 9)10901 Power Word: Shield (Rank 10)10902 Power Word: Shield (Rank 7)10903 Power Word: Shield (Rank 8)10904 Power Word: Shield (Rank 9)10905 Power Word: Shield (Rank 10)10906 Undead Horsemanship (Passive)10907 Mechanostrider Piloting (Passive)10908 Mechanostrider Piloting10909 Mind Vision (Rank 2)

Page 248: Mangos Bible 2 1 3

10910 Mind Vision (Rank 2)10911 Mind Control (Rank 2)10912 Mind Control (Rank 3)10913 Mind Control (Rank 2)10914 Mind Control (Rank 3)10915 Flash Heal (Rank 5)10916 Flash Heal (Rank 6)10917 Flash Heal (Rank 7)10918 Flash Heal (Rank 5)10919 Flash Heal (Rank 6)10920 Flash Heal (Rank 7)10921 Skeletal Horse Riding10927 Renew (Rank 7)10928 Renew (Rank 8)10929 Renew (Rank 9)10930 Renew (Rank 7)10931 Renew (Rank 8)10932 Renew (Rank 9)10933 Smite (Rank 7)10934 Smite (Rank 8)10935 Smite (Rank 7)10936 Smite (Rank 8)10937 Power Word: Fortitude (Rank 5)10938 Power Word: Fortitude (Rank 6)10939 Power Word: Fortitude (Rank 5)10940 Power Word: Fortitude (Rank 6)10941 Fade (Rank 5)10942 Fade (Rank 6)10943 Fade (Rank 5)10944 Fade (Rank 6)10945 Mind Blast (Rank 7)10946 Mind Blast (Rank 8)10947 Mind Blast (Rank 9)10948 Mind Blast (Rank 7)10949 Mind Blast (Rank 8)10950 Mind Blast (Rank 9)10951 Inner Fire (Rank 5)10952 Inner Fire (Rank 6)10953 Mind Soothe (Rank 3)10954 Mind Soothe (Rank 3)10955 Shackle Undead (Rank 3)10956 Shackle Undead (Rank 3)10957 Shadow Protection (Rank 2)10958 Shadow Protection (Rank 3)10959 Shadow Protection (Rank 3)10960 Prayer of Healing (Rank 3)

Page 249: Mangos Bible 2 1 3

10961 Prayer of Healing (Rank 4)10962 Prayer of Healing (Rank 4)10963 Greater Heal (Rank 2)10964 Greater Heal (Rank 3)10965 Greater Heal (Rank 4)10966 Uppercut10967 Echoing Roar10968 Demoralizing Roar10969 Blue Mechanostrider10987 Geyser11007 Weak Alcohol11008 Standard Alcohol11009 Strong Alcohol11010 Hover11011 Stone Watcher of Norgannon Passive11012 Stone Watcher of Norgannon Spawn11013 Sneak11014 Flow of the Northspring11015 Blood Leech11016 Soul Bite11017 Summon Witherbark Felhunter11018 Summon Witherbark Bloodlings11019 Wing Flap11020 Petrify11021 Flamespit11023 Summon Hazzali Parasites11024 Call of Thund11025 Inner Fire (Rank 5)11026 Inner Fire (Rank 6)11027 Knockback 50011048 Perm. Illusion Bishop Tyriona11067 Perm. Illusion Tyrion11068 Frost Focus (Rank 1)11069 Improved Fireball (Rank 1)11070 Improved Frostbolt (Rank 1)11071 Frostbite (Rank 1)11078 Improved Fire Blast (Rank 1)11080 Improved Fire Blast (Rank 2)11082 Megavolt11083 Burning Soul (Rank 1)11084 Shock11085 Chain Bolt (Rank 1)11086 Ward of Zum'rah11087 Ward of Zum'rah Passive11088 Ward of Zum'rah11089 Theka Transform

Page 250: Mangos Bible 2 1 3

11094 Improved Fire Ward (Rank 1)11095 Improved Scorch (Rank 1)11100 Flame Throwing (Rank 1)11103 Impact (Rank 1)11108 Improved Flamestrike (Rank 1)11113 Blast Wave (Rank 1)11115 Critical Mass (Rank 1)11119 Ignite (Rank 1)11120 Ignite (Rank 2)11124 Fire Power (Rank 1)11129 Combustion11130 Knock Away11131 Icicle11132 Teach Orcish War Leggings11147 Blessed Anvil11151 Piercing Ice (Rank 1)11160 Frost Channeling (Rank 1)11165 Improved Frost Nova (Rank 1)11170 Shatter (Rank 1)11175 Permafrost (Rank 1)11180 Winter's Chill (Rank 1)11185 Improved Blizzard (Rank 1)11189 Improved Frost Ward11190 Improved Cone of Cold (Rank 1)11195 Blow Zul'Farrak Door11196 Recently Bandaged11197 Expose Armor (Rank 4)11198 Expose Armor (Rank 5)11199 Expose Armor (Rank 4)11200 Expose Armor (Rank 5)11201 Crippling Poison (Rank 2)11202 Crippling Poison (Rank 2)11203 Teach Ornate Mithril Helm11204 Teach Ornate Mithril Boots11205 Teach Ornate Mithril Breastplate11206 Uldaman Boss Object Visual11207 Ice Shards (Rank 1)11209 Summon Smithing Hammer (Rank 1)11210 Arcane Subtlety (Rank 1)11213 Arcane Concentration (Rank 1)11222 Arcane Focus (Rank 1)11232 Arcane Mind (Rank 1)11237 Improved Arcane Missiles (Rank 1)11242 Improved Arcane Explosion (Rank 1)11247 Improved Dampen Magic (Rank 1)11252 Improved Mana Shield (Rank 1)

Page 251: Mangos Bible 2 1 3

11255 Improved Counterspell (Rank 1)11262 Improved Blink (Rank 1)11264 Ice Blast11267 Ambush (Rank 4)11268 Ambush (Rank 5)11269 Ambush (Rank 6)11270 Ambush (Rank 4)11271 Ambush (Rank 5)11272 Ambush (Rank 6)11273 Rupture (Rank 4)11274 Rupture (Rank 5)11275 Rupture (Rank 6)11276 Rupture (Rank 4)11277 Rupture (Rank 5)11278 Rupture (Rank 6)11279 Backstab (Rank 6)11280 Backstab (Rank 7)11281 Backstab (Rank 8)11282 Backstab (Rank 6)11283 Backstab (Rank 7)11284 Backstab (Rank 8)11285 Gouge (Rank 4)11286 Gouge (Rank 5)11287 Gouge (Rank 4)11288 Gouge (Rank 5)11289 Garrote (Rank 5)11290 Garrote (Rank 6)11291 Garrote (Rank 5)11292 Garrote (Rank 6)11293 Sinister Strike (Rank 7)11294 Sinister Strike (Rank 8)11295 Sinister Strike (Rank 7)11296 Sinister Strike (Rank 8)11297 Sap (Rank 3)11298 Sap (Rank 3)11299 Eviscerate (Rank 7)11300 Eviscerate (Rank 8)11301 Eviscerate (Rank 7)11302 Eviscerate (Rank 8)11303 Feint (Rank 4)11304 Feint (Rank 4)11305 Sprint (Rank 3)11306 Fire Nova (Rank 4)11307 Fire Nova (Rank 5)11308 Fire Nova (Rank 4)11309 Fire Nova (Rank 5)

Page 252: Mangos Bible 2 1 3

11310 Fire Nova (Rank 4)11311 Fire Nova (Rank 5)11312 Fire Nova (Rank 4)11313 Fire Nova (Rank 5)11314 Fire Nova Totem (Rank 4)11315 Fire Nova Totem (Rank 5)11316 Fire Nova Totem (Rank 4)11317 Fire Nova Totem (Rank 5)11318 Sprint (Rank 3)11319 Water Walking11327 Vanish (Rank 1)11328 Agility11329 Vanish (Rank 2)11330 Agility11331 Strength11332 Great Strength11333 Greater Agility11334 Greater Agility11335 Instant Poison IV (Rank 4)11336 Instant Poison V (Rank 5)11337 Instant Poison VI (Rank 6)11338 Instant Poison IV (Rank 4)11339 Instant Poison V (Rank 5)11340 Instant Poison VI (Rank 6)11341 Instant Poison IV (Rank 4)11342 Instant Poison V (Rank 5)11343 Instant Poison VI (Rank 6)11344 Instant Poison (Rank 4)11345 Instant Poison (Rank 5)11346 Instant Poison (Rank 6)11348 Greater Armor11349 Armor11350 Fire Shield11351 Fire Shield11352 Red Firework for trap11353 Deadly Poison III (Rank 3)11354 Deadly Poison IV (Rank 4)11355 Deadly Poison III (Rank 3)11356 Deadly Poison IV (Rank 4)11357 Deadly Poison III (Rank 3)11358 Deadly Poison IV (Rank 4)11359 Restoration (Rank 1)11360 Deadly Poison (Rank 3)11361 Deadly Poison (Rank 4)11362 Teleport to Gnomeregan11363 Resistance

Page 253: Mangos Bible 2 1 3

11364 Resistance11365 Bly's Band's Escape11366 Pyroblast (Rank 1)11367 Critical Mass (Rank 2)11368 Critical Mass (Rank 3)11369 Critical Mass (Rank 4)11370 Critical Mass (Rank 5)11371 Gift of Arthas (Rank 1)11374 Gift of Arthas11387 Wildvine Potion11389 Detect Undead11390 Arcane Elixir11391 Roach Shift11392 Invisibility11393 Intellect11394 Greater Intellect11395 Greater Intellect11396 Greater Intellect11397 Diseased Shot11398 Mind-numbing Poison III (Rank 3)11399 Mind-numbing Poison III (Rank 3)11400 Mind-numbing Poison III (Rank 3)11401 Mind-numbing Poison (Rank 3)11402 Shay's Bell11403 Dream Vision (Summon)11404 Great Strength11405 Elixir of the Giants11406 Elixir of Demonslaying11407 Detect Demon11409 Teleport to Booty Bay11410 Whirling Barrage11416 Portal: Ironforge11417 Portal: Orgrimmar11418 Portal: Undercity11419 Portal: Darnassus11420 Portal: Thunder Bluff11421 Portal: Ironforge11422 Portal: Darnassus11423 Portal: Orgrimmar11424 Portal: Thunder Bluff11425 Portal: Undercity11426 Ice Barrier (Rank 1)11427 Cleave11428 Knockdown11430 Slam11431 Healing Touch

Page 254: Mangos Bible 2 1 3

11433 Death & Decay11434 Gong Zul'Farrak Gong11435 Create Mallet of Zul'Farrak11436 Slow11437 Opening Chest11438 Join Map Fragments11440 Quest - Blow Pirate Ship11441 Withered Touch11442 Withered Touch11443 Cripple11444 Shackle Undead11445 Bone Armor11446 Mind Control11447 Elixir of Waterwalking11448 Greater Mana Potion11449 Elixir of Agility11450 Elixir of Greater Defense11451 Oil of Immolation11452 Restorative Potion11453 Magic Resistance Potion11454 Inlaid Mithril Cylinder11456 Goblin Rocket Fuel11457 Superior Healing Potion11458 Wildvine Potion11459 Philosophers' Stone11460 Elixir of Detect Undead11461 Arcane Elixir11462 Summon Pirate Treasure and Trigger Mob11463 Summon Treasure Hunting Pirate11464 Invisibility Potion11465 Elixir of Greater Intellect11466 Gift of Arthas11467 Elixir of Greater Agility11468 Elixir of Dream Vision11469 Deadly Toxin IV (Rank 4)11470 Deadly Toxin III (Rank 3)11471 Deadly Toxin II (Rank 2)11472 Elixir of Giants11473 Ghost Dye11474 Shadow Power11475 Summon Stormwind City Guard11476 Elixir of Shadow Power11477 Elixir of Demonslaying11478 Elixir of Detect Demon11479 Transmute: Iron to Gold11480 Transmute: Mithril to Truesilver

Page 255: Mangos Bible 2 1 3

11481 TWEEP11482 Elixir of Waterwalking11483 Elixir of Agility11484 Elixir of Greater Defense11485 Summon Treasure Hunting Bucanneer11486 Oil of Immolation11487 Summon Treasure Hunting Swashbuckler11488 Greater Mana Potion11490 Goblin Rocket Fuel11491 Superior Healing Potion11492 Philosophers' Stone11493 Transmute: Iron to Gold11494 Transmute: Mithril to Truesilver11495 Elixir of Detect Undead11496 Arcane Elixir11497 Elixir of Greater Intellect11498 Elixir of Greater Agility11499 Ghost Dye11500 Elixir of Shadow Power11501 Elixir of Detect Demon11503 Recipe: Magic Resistance Potion11504 Walking Bomb Effect11505 Recipe: Wildvine11506 Recipe: Invisibility Potion11507 Recipe: Gift of Arthas11508 Recipe: Elixir of Dream Vision11509 Recipe: Elixir of Giants11510 Recipe: Elixir of Demonslaying11511 Activate Bomb A11512 Create Yellow Punch Card11513 Empty Phial11515 Test cancel aura11518 Activate Bomb 0111519 Teach Summon Succubus (Summon)11520 Teach Summon Voidwalker (Summon)11521 Activate Bomb 0211522 Restorative Potion11523 Activate Bomb 0311524 Activate Bomb 0411525 Create Blue Punch Card11526 Activate Bomb 0511527 Activate Bomb 0611528 Create Red Punch Card11529 Recipe: Philosophers' Stone11530 Recipe: Ghost Dye11531 Recipe: Elixir of Shadow Power

Page 256: Mangos Bible 2 1 3

11532 Recipe: Transmute Iron to Gold11533 Recipe: Transmute Mithril to Truesilver11534 Leper Cure!11535 Opening Safe11536 Elixir of Minor Fortitude11537 Charge Stave of Equinex11538 Frostbolt11539 Deadly Toxin (Rank 1)11540 Blue Firework11541 Green Firework11542 Red Streaks Firework11543 Red, White and Blue Firework11544 Yellow Rose Firework11545 Create Prismatic Punch Card11547 Drive Nimboya's Laden Pike11548 Summon Spider God11549 Battle Shout (Rank 4)11550 Battle Shout (Rank 5)11551 Battle Shout (Rank 6)11552 Battle Shout (Rank 5)11553 Battle Shout (Rank 6)11554 Demoralizing Shout (Rank 3)11555 Demoralizing Shout (Rank 4)11556 Demoralizing Shout (Rank 5)11557 Demoralizing Shout (Rank 3)11558 Demoralizing Shout (Rank 4)11559 Demoralizing Shout (Rank 5)11562 Inner Rage (Rank 2)11563 Inner Rage (Rank 3)11564 Heroic Strike (Rank 5)11565 Heroic Strike (Rank 6)11566 Heroic Strike (Rank 7)11567 Heroic Strike (Rank 8)11568 Uldaman Sub-Boss Agro11570 Heroic Strike (Rank 7)11571 Heroic Strike (Rank 8)11572 Rend (Rank 5)11573 Rend (Rank 6)11574 Rend (Rank 7)11575 Rend (Rank 5)11576 Rend (Rank 6)11577 Rend (Rank 7)11578 Charge (Rank 3)11579 Charge (Rank 3)11580 Thunder Clap (Rank 5)11581 Thunder Clap (Rank 6)

Page 257: Mangos Bible 2 1 3

11582 Thunder Clap (Rank 5)11583 Thunder Clap (Rank 6)11584 Overpower (Rank 3)11585 Overpower (Rank 4)11586 Overpower (Rank 3)11587 Overpower (Rank 4)11591 Share Twin Information11592 Twin Empathy11593 Wyatt Test11594 Dire Bear Form (Shapeshift)11595 Discombobulator Ray11596 Sunder Armor (Rank 4)11597 Sunder Armor (Rank 5)11598 Sunder Armor (Rank 4)11599 Sunder Armor (Rank 5)11600 Revenge (Rank 4)11601 Revenge (Rank 5)11602 Revenge (Rank 4)11603 Revenge (Rank 5)11604 Slam (Rank 3)11605 Slam (Rank 4)11606 Slam (Rank 3)11607 Slam (Rank 4)11608 Cleave (Rank 3)11609 Cleave (Rank 4)11610 Gammerita Turtle Camera11611 Alchemy (Artisan)11612 Artisan Alchemist11629 Potent Alcohol11632 Summon Orgrimmar Grunt11633 Summon Thunderbluff Brave11634 Summon Darnassus Sentinel11635 Summon Ironforge Mountaineer11636 Summon Undercity Deathguard11637 Empty Heavy Phial11638 Radiation Poisoning11639 Shadow Word: Pain11640 Renew11641 Hex11642 Heal11643 Golden Scale Gauntlets11644 Plans: Golden Scale Gauntlets11645 Summon Mulgore Protector11647 Power Word: Shield11649 Detect Invisibility11650 Head Butt

Page 258: Mangos Bible 2 1 3

11654 Call of Sul'thraze11657 Jang'thraze11658 Sul'thraze11659 Shadow Bolt (Rank 7)11660 Shadow Bolt (Rank 8)11661 Shadow Bolt (Rank 9)11662 Shadow Bolt (Rank 7)11663 Shadow Bolt (Rank 8)11664 Shadow Bolt (Rank 9)11665 Immolate (Rank 5)11666 Immolate (Rank 5)11667 Immolate (Rank 6)11668 Immolate (Rank 7)11669 Immolate (Rank 6)11670 Immolate (Rank 7)11671 Corruption (Rank 5)11672 Corruption (Rank 6)11673 Corruption (Rank 5)11674 Corruption (Rank 6)11675 Drain Soul (Rank 4)11676 Drain Soul (Rank 4)11677 Rain of Fire (Rank 3)11678 Rain of Fire (Rank 4)11679 Rain of Fire (Rank 3)11680 Rain of Fire (Rank 4)11681 Hellfire Effect (Rank 2)11682 Hellfire Effect (Rank 3)11683 Hellfire (Rank 2)11684 Hellfire (Rank 3)11685 Hellfire (Rank 2)11686 Hellfire (Rank 3)11687 Life Tap (Rank 4)11688 Life Tap (Rank 5)11689 Life Tap (Rank 6)11690 Life Tap (Rank 4)11691 Life Tap (Rank 5)11692 Life Tap (Rank 6)11693 Health Funnel (Rank 5)11694 Health Funnel (Rank 6)11695 Health Funnel (Rank 7)11696 Health Funnel (Rank 5)11697 Health Funnel (Rank 6)11698 Health Funnel (Rank 7)11699 Drain Life (Rank 5)11700 Drain Life (Rank 6)11701 Drain Life (Rank 5)

Page 259: Mangos Bible 2 1 3

11702 Drain Life (Rank 6)11703 Drain Mana (Rank 3)11704 Drain Mana (Rank 4)11705 Drain Mana (Rank 3)11706 Drain Mana (Rank 4)11707 Curse of Weakness (Rank 5)11708 Curse of Weakness (Rank 6)11709 Curse of Weakness (Rank 5)11710 Curse of Weakness (Rank 6)11711 Curse of Agony (Rank 4)11712 Curse of Agony (Rank 5)11713 Curse of Agony (Rank 6)11714 Curse of Agony (Rank 4)11715 Curse of Agony (Rank 5)11716 Curse of Agony (Rank 6)11717 Curse of Recklessness (Rank 4)11718 Curse of Recklessness (Rank 4)11719 Curse of Tongues (Rank 2)11720 Curse of Tongues (Rank 2)11721 Curse of the Elements (Rank 2)11722 Curse of the Elements (Rank 3)11723 Curse of the Elements (Rank 2)11724 Curse of the Elements (Rank 3)11725 Enslave Demon (Rank 2)11726 Enslave Demon (Rank 3)11727 Enslave Demon (Rank 2)11728 Enslave Demon (Rank 3)11729 Create Healthstone (Greater)11730 Create Healthstone (Major)11731 Create Healthstone (Major)11732 Major Healthstone11733 Demon Armor (Rank 3)11734 Demon Armor (Rank 4)11735 Demon Armor (Rank 5)11736 Demon Armor (Rank 3)11737 Demon Armor (Rank 4)11738 Demon Armor (Rank 5)11739 Shadow Ward (Rank 2)11740 Shadow Ward (Rank 3)11741 Shadow Ward (Rank 2)11742 Shadow Ward (Rank 3)11743 Detect Greater Invisibility11755 Summon Sen'jin Guardian11756 Summon Gordunni chest (COBALT)11757 Digging for Cobalt11758 Dowsing

Page 260: Mangos Bible 2 1 3

11759 Basilisk Sample11760 Hyena Sample11761 Scorpid Sample11762 Firebolt (Rank 6)11763 Firebolt (Rank 7)11764 Firebolt (Rank 6)11765 Firebolt (Rank 7)11766 Blood Pact (Rank 4)11767 Blood Pact (Rank 5)11768 Blood Pact (Rank 4)11769 Blood Pact (Rank 5)11770 Fire Shield (Rank 4)11771 Fire Shield (Rank 5)11772 Fire Shield (Rank 4)11773 Fire Shield (Rank 5)11774 Torment (Rank 5)11775 Torment (Rank 6)11776 Torment (Rank 5)11777 Torment (Rank 6)11778 Lash of Pain (Rank 4)11779 Lash of Pain (Rank 5)11780 Lash of Pain (Rank 6)11781 Lash of Pain (Rank 4)11782 Lash of Pain (Rank 5)11783 Lash of Pain (Rank 6)11784 Soothing Kiss (Rank 3)11785 Soothing Kiss (Rank 4)11786 Soothing Kiss (Rank 3)11787 Soothing Kiss (Rank 4)11788 Detect Greater Invisibility11789 Water Breathing11790 Poison Cloud11791 Puncture Armor11792 Opening Cage11794 Summon Horde Guard11795 Activate Bomb B11796 Activate Bomb 01B11797 Activate Bomb 02B11798 Activate Bomb 03B11799 Activate Bomb 04B11800 Activate Bomb 05B11801 Activate Bomb 06B11802 Dark Iron Land Mine11803 Summon Astranaar Sentinel11804 Summon Auberdine Sentinel11815 Detonation

Page 261: Mangos Bible 2 1 3

11816 Land Mine Arming11817 Land Mine Arming11818 Spell Reflection11819 Summon Mechanized Sentries11820 Electrified Net11821 dmg411822 Summon Silverpine Deathguard11823 Summon Thelsamar Mountaineer11824 Shock11825 Electrified Net11826 Electromagnetic Gigaflux Reactivator11828 Forked Lighting11829 Flamestrike11830 Walking Bomb Passive Proc (100%)11831 Frost Nova11835 Power Word: Shield11836 Freeze Solid11837 Wide Slash (Rank 1)11838 Hate to Zero11839 Fireball11840 Summon Edana Hatetalon11841 Static Barrier11855 Summon Protector of the People11876 War Stomp11877 Capture Treant11878 Capture Treant Despawn11879 Disarm11884 Create Treant Muisak11885 Capture Treant11886 Capture Wildkin11887 Capture Hippogryph11888 Capture Faerie Dragon11889 Capture Mountain Giant11890 Antu'sul's Salvation11891 Antu'sul Blast11892 Shrink11893 Warder Despawn11894 Antu'sul's Minion11895 Healing Wave of Antu'sul11898 Blood Leech11899 Healing Ward11900 Healing Aura11901 Healing Ward V Passive11902 Gahz'rilla Slam11903 Restore Mana11904 Summon Sandfury Slave

Page 262: Mangos Bible 2 1 3

11918 Poison11919 Poison Proc11920 Net Guard11921 Fireball11922 Entangling Roots11923 Repair the Blade of Heroes11939 Summon Imp11958 Ice Block11959 Poison Proc11960 Curse of the Dreadmaul11961 Curse of the Dreadmaul11962 Immolate11963 Enfeeble11964 Fevered Fatigue11966 Fire Shield11968 Fire Shield11969 Fire Nova11970 Fire Nova11971 Sunder Armor11972 Shield Bash11974 Power Word: Shield11975 Arcane Explosion11976 Strike11977 Rend11978 Kick11980 Curse of Weakness11981 Mana Burn11983 Steam Jet11984 Immolate11985 Fireball11986 Healing Wave11988 Fireball Volley11989 Fireball Volley11990 Rain of Fire11992 Detect Gahz'ridian11993 Herb Gathering (Artisan)11994 Artisan Herbalist11998 Strike12001 Plague Cloud12002 Plague Cloud12018 Summon Oozeling12019 Increase Spell Dam 18 Random12020 Call of the Grave12021 Fixate12022 Admiral's Hat12023 Web

Page 263: Mangos Bible 2 1 3

12024 Net12038 Dark Plague12039 Heal12040 Shadow Shield12042 Arcane Power12043 Presence of Mind12044 Simple Linen Pants12045 Simple Linen Boots12046 Simple Kilt12047 Colorful Kilt12048 Black Mageweave Vest12049 Black Mageweave Leggings12050 Black Mageweave Robe12051 Evocation12052 Shadoweave Pants12053 Black Mageweave Gloves12054 Rend12055 Shadoweave Robe12056 Red Mageweave Vest12057 Strike12058 Chain Lightning12059 White Bandit Mask12060 Red Mageweave Pants12061 Orange Mageweave Shirt12062 Stormcloth Pants12063 Stormcloth Gloves12064 Orange Martial Shirt12065 Mageweave Bag12066 Red Mageweave Gloves12067 Dreamweave Gloves12068 Stormcloth Vest12069 Cindercloth Robe12070 Dreamweave Vest12071 Shadoweave Gloves12072 Black Mageweave Headband12073 Black Mageweave Boots12074 Black Mageweave Shoulders12075 Lavender Mageweave Shirt12076 Shadoweave Shoulders12077 Simple Black Dress12078 Red Mageweave Shoulders12079 Red Mageweave Bag12080 Pink Mageweave Shirt12081 Admiral's Hat12082 Shadoweave Boots12083 Stormcloth Headband

Page 264: Mangos Bible 2 1 3

12084 Red Mageweave Headband12085 Tuxedo Shirt12086 Shadoweave Mask12087 Stormcloth Shoulders12088 Cindercloth Boots12089 Tuxedo Pants12090 Stormcloth Boots12091 White Wedding Dress12092 Dreamweave Circlet12093 Tuxedo Jacket12094 Volatile Infection12095 Summon Atal'ai Deathwalker's Spirit12096 Fear12097 Pierce Armor12098 Sleep12099 Shield Spike12100 Black Mageweave Vest12101 Black Mageweave Leggings12102 Black Mageweave Robe12103 Shadoweave Pants12104 Black Mageweave Gloves12105 Shadoweave Robe12106 Orange Mageweave Shirt12109 Orange Martial Shirt12110 Mageweave Bag12111 Dreamweave Gloves12112 Cindercloth Robe12113 Dreamweave Vest12114 Shadoweave Gloves12115 Black Mageweave Headband12116 Black Mageweave Boots12117 Black Mageweave Shoulders12118 Simple Linen Pants12119 Simple Linen Boots12120 Simple Kilt12121 Shadoweave Shoulders12122 Simple Black Dress12123 Red Mageweave Bag12124 Pink Mageweave Shirt12125 Admiral's Hat12126 Shadoweave Boots12127 Tuxedo Shirt12128 Shadoweave Mask12129 Cindercloth Boots12130 Tuxedo Pants12131 White Wedding Dress

Page 265: Mangos Bible 2 1 3

12132 Dreamweave Circlet12133 Lavender Mageweave Shirt12134 Atal'ai Corpse Eat12135 Tuxedo Jacket12136 Pattern: Red Mageweave Vest12137 Pattern: White Bandit Mask12138 Pattern: Red Mageweave Pants12139 Consume Corpse12140 Pattern: Stormcloth Pants12141 Pattern: Stormcloth Gloves12142 Pattern: Colorful Kilt12143 Pattern: Red Mageweave Gloves12145 Pattern: Stormcloth Vest12146 Pattern: Red Mageweave Shoulders12147 Pattern: Stormcloth Headband12148 Pattern: Red Mageweave Headband12149 Copy of Pattern: Stormcloth Shoulders12150 Pattern: Stormcloth Boots12151 Summon Atal'ai Skeleton12158 Explosion12159 Explosion12160 Rejuvenation12161 Maul12162 Deep Wounds (Rank 1)12163 Two-Handed Weapon Specialization (Rank 1)12165 Polearm Specialization (Rank 1)12166 Muscle Tear12167 Lightning Bolt12168 Dark Iron Steelshifter Surprise12169 Shield Block12170 Revenge12171 Pattern: Orange Martial Shirt12172 Pattern: Lavender Mageweave Shirt12173 Pattern: Pink Mageweave Shirt12174 Agility (Rank 4)12175 Armor (Rank 4)12176 Intellect (Rank 4)12177 Spirit (Rank 4)12178 Stamina (Level 4)12179 Strength (Rank 4)12180 Tailoring (Artisan)12181 Artisan Tailor12182 Pattern: Admiral's Hat12183 Pattern: Tuxedo Shirt12184 Pattern: Tuxedo Pants12185 Pattern: White Wedding Dress

Page 266: Mangos Bible 2 1 3

12186 Pattern: Tuxedo Jacket12187 Disease Cloud12188 Disease Cloud12189 Summon Echeyakee12198 Marksman Hit (Rank 1)12199 Summon Ishamuhale12218 Man Down!12241 Twin Colossals Teleport12242 Twin Colossals Teleport12243 Summon Mechanical Chicken12244 Poof12245 Infected Spine12246 Infected Spine12248 Amplify Damage12250 Summon Oozeling12251 Virulent Poison12252 Web Spray12253 Dowse Eternal Flame12254 Virulent Poison Proc12255 Curse of Tuten'kash12256 Add Moogly Radius (PT)12257 Breath of Fire12258 Summon Shadowcaster12259 Silvered Bronze Leggings12260 Rough Copper Vest12261 Plans: Silvered Bronze Leggings12278 Breath of Fire12279 Curse of Blood12280 Acid of Hakkar12281 Sword Specialization (Rank 1)12282 Improved Heroic Strike (Rank 1)12283 Xiggs Signal Flare12284 Mace Specialization (Rank 1)12285 Improved Charge (Rank 1)12286 Improved Rend (Rank 1)12287 Improved Thunder Clap (Rank 1)12288 Improved Pummel (Rank 1)12289 Improved Hamstring (Rank 1)12290 Improved Overpower (Rank 1)12292 Sweeping Strikes12294 Mortal Strike (Rank 1)12295 Tactical Mastery (Rank 1)12296 Anger Management12297 Anticipation (Rank 1)12298 Shield Specialization (Rank 1)12299 Toughness (Rank 1)

Page 267: Mangos Bible 2 1 3

12300 Iron Will (Rank 1)12301 Improved Bloodrage (Rank 1)12302 Improved Taunt (Rank 1)12303 Defiance (Rank 1)12304 Drawing Kit12307 Improved Shield Block (Rank 2)12308 Improved Sunder Armor (Rank 1)12310 Combat Endurance12311 Improved Shield Bash (Rank 1)12312 Improved Shield Wall (Rank 1)12313 Improved Disarm (Rank 1)12317 Enrage (Rank 1)12318 Improved Battle Shout (Rank 1)12319 Flurry (Rank 1)12320 Cruelty (Rank 1)12321 Booming Voice (Rank 1)12322 Unbridled Wrath (Rank 1)12323 Piercing Howl12324 Improved Demoralizing Shout (Rank 1)12325 Improved Inner Rage (Rank 1)12326 Improved Intimidating Shout (Rank 1)12327 Improved Challenging Shout (Rank 1)12328 Death Wish12329 Improved Cleave (Rank 1)12330 Improved Slam (Rank 2)12331 Bloodthirst12332 Lathoric the Black12338 Improved Fireball (Rank 2)12339 Improved Fireball (Rank 3)12340 Improved Fireball (Rank 4)12341 Improved Fireball (Rank 5)12342 Improved Fire Blast (Rank 3)12343 Improved Fire Blast (Rank 4)12344 Improved Fire Blast (Rank 5)12345 Pattern: Shadoweave Mask12346 Awaken the Soulflayer12347 Raze Attack12348 Atal'ai Altar Light Visual (DND)12349 Improved Flamestrike (Rank 2)12350 Improved Flamestrike (Rank 3)12351 Burning Soul (Rank 2)12352 Burning Soul (Rank 3)12353 Flame Throwing (Rank 2)12354 Flame of Hakkar12355 Impact (Rank 1)12357 Impact (Rank 2)

Page 268: Mangos Bible 2 1 3

12358 Impact (Rank 3)12359 Impact (Rank 4)12360 Impact (Rank 5)12378 Fire Power (Rank 2)12379 Scorch Talent Test (PT)12380 Shadow Channeling12398 Fire Power (Rank 3)12399 Fire Power (Rank 4)12400 Fire Power (Rank 5)12418 Stealth Detection12419 Solid Dynamite12420 Summon Skeletal Servant12421 Mithril Frag Bomb12438 Slow Fall12458 Evil God Counterspell12459 Deadly Scope12460 Sniper Scope12461 Backhand12463 Improved Arcane Missiles (Rank 2)12464 Improved Arcane Missiles (Rank 3)12466 Fireball12467 Improved Arcane Explosion (Rank 2)12468 Flamestrike12469 Improved Arcane Explosion (Rank 3)12470 Fire Nova12471 Shadow Bolt12472 Cold Snap12473 Improved Frostbolt (Rank 2)12475 Improved Frost Nova (Rank 2)12479 Hex of Jammal'an12480 Hex of Jammal'an12483 Hex of Jammal'an12484 Chilled (Rank 1)12485 Chilled (Rank 2)12486 Chilled (Rank 3)12487 Improved Blizzard (Rank 2)12488 Improved Blizzard (Rank 3)12489 Improved Cone of Cold (Rank 2)12490 Improved Cone of Cold (Rank 3)12491 Healing Wave12492 Healing Wave12493 Curse of Weakness12494 Frostbite (Rank 1)12495 Eranikus the Chained Invisiibility12496 Frostbite (Rank 2)12497 Frostbite (Rank 3)

Page 269: Mangos Bible 2 1 3

12498 Frostbite (Rank 4)12499 Frostbite (Rank 5)12500 Arcane Mind (Rank 2)12501 Arcane Mind (Rank 3)12502 Arcane Mind (Rank 4)12503 Arcane Mind (Rank 5)12504 Summon Atal'ai Skeleton12505 Pyroblast (Rank 2)12506 Atal'ai Skeleton Totem12507 Atal'ai Skeleton Totem12508 Water Channeling12509 Teleport to Azshara Tower12510 Teleport to Azshara Tower12511 Torch Combine12512 Kalaran Conjures Torch12518 Frost Channeling (Rank 2)12519 Frost Channeling (Rank 3)12520 Teleport from Azshara Tower12521 Teleport from Azshara Tower12522 Pyroblast (Rank 3)12523 Pyroblast (Rank 4)12524 Pyroblast (Rank 5)12525 Pyroblast (Rank 6)12526 Pyroblast (Rank 7)12528 Silence12529 Chilling Touch12530 Frailty12531 Chilling Touch12533 Acid Breath12534 Flames of Retribution12535 Shade of Eranikus Passive Visual12536 Clearcasting12537 Quest - Summon Treant12538 Ravenous Claw12539 Ghoul Rot12540 Gouge12541 Ghoul Rot12542 Fear12543 Hi-Explosive Bomb12544 Frost Armor12545 Spitelash12546 Spitelash12548 Frost Shock12549 Forked Lightning12550 Lightning Shield12551 Frost Shot

Page 270: Mangos Bible 2 1 3

12552 Cripple12553 Shock12554 Summon Treasure Horde12555 Pummel12556 Frost Armor12557 Cone of Cold12559 Improved Fire Ward12560 Mining12561 Fire Protection (Rank 1)12562 The Big One12564 Summon Treasure Horde Visual12565 Wyatt Test12566 Plainsrunning12567 Plainsrunning12568 Plainsrunning12569 Permafrost (Rank 2)12570 Permafrost (Rank 4)12571 Permafrost (Rank 3)12573 Permafrost (Rank 5)12574 Arcane Concentration (Rank 2)12575 Arcane Concentration (Rank 3)12576 Arcane Concentration (Rank 4)12577 Arcane Concentration (Rank 5)12578 Create Oathstone of Ysera's Dragonflight12579 Winter's Chill (Rank 2)12580 Winter's Chill (Rank 3)12584 Gold Power Core12585 Solid Blasting Powder12586 Solid Dynamite12587 Bright-Eye Goggles12589 Mithril Tube12590 Gyromatic Micro-Adjustor12591 Unstable Trigger12592 Arcane Subtlety (Rank 2)12593 Arcane Subtlety (Rank 3)12594 Fire Goggles12595 Mithril Blunderbuss12596 Hi-Impact Mithril Slugs12597 Deadly Scope12598 Improved Counterspell (Rank 2)12599 Mithril Casing12600 Improved Counterspell (Rank 3)12601 Improved Counterspell (Rank 4)12602 Improved Counterspell (Rank 5)12603 Mithril Frag Bomb12604 Improved Blink (Rank 2)

Page 271: Mangos Bible 2 1 3

12605 Improved Mana Shield (Rank 2)12606 Improved Dampen Magic (Rank 2)12607 Catseye Ultra Goggles12608 Stealth Detection12609 Catseye Elixir12610 Catseye Elixir12611 Cone of Cold12612 Stomp12613 Dark Iron Taskmaster Death12614 Mithril Heavy-bore Rifle12615 Spellpower Goggles Xtreme12616 Parachute Cloak12617 Deepdive Helmet12618 Rose Colored Goggles12619 Hi-Explosive Bomb12620 Sniper Scope12621 Mithril Gyro-Shot12622 Green Lens12623 Suppression12624 Mithril Mechanical Dragonling12625 Disease Cloud12626 Disease Cloud12627 Disease Cloud12628 Gold Power Core12629 Solid Blasting Powder12630 Solid Dynamite12631 Gyromatic Micro-Adjustor12632 Mithril Tube12633 Unstable Trigger12634 Fire Goggles12635 Mithril Blunderbuss12636 Hi-Impact Mithril Slugs12637 Mithril Casing12638 Mithril Frag Bomb12639 Summon Hakkar12640 Rose Colored Goggles12641 Hi-Explosive Bomb12642 Summon Frost Spectres12643 Mithril Gyro-Shot12644 Green Lens12645 Schematic: Bright-Eye Goggles12646 Schematic: Deadly Scope12647 Schematic: Catseye Ultra Goggles12648 Schematic: Mithril Heavy-bore Rifle12649 Schematic: Spellpower Goggles Xtreme12650 Schematic: Parachute Cloak

Page 272: Mangos Bible 2 1 3

12651 Schematic: Deepdive Helmet12652 Schematic: Sniper Scope12653 Schematic: Mithril Mechanical Dragonling12654 Ignite12655 Enlightenment12656 Engineering (Artisan)12657 Artisan Engineer12658 Improved Rend (Rank 2)12659 Improved Rend (Rank 3)12660 Banish Frost Spectres12663 Improved Heroic Strike (Rank 2)12664 Improved Heroic Strike (Rank 3)12665 Improved Thunder Clap (Rank 2)12666 Improved Thunder Clap (Rank 3)12667 Soul Consumption12668 Improved Hamstring (Rank 2)12670 Summon Frost Spectres12671 Summon Frost Spectres12672 Ice Shards (Rank 2)12674 Frost Nova12675 Frostbolt12676 Tactical Mastery (Rank 2)12677 Tactical Mastery (Rank 3)12678 Tactical Mastery (Rank 4)12679 Tactical Mastery (Rank 5)12680 Journeyman Gemology12681 Gemology - Copper (DND)12682 Gemology - Tin (DND)12683 Journeyman Gemologist12684 Kadrak's Flag12685 Fade12686 Enrage12687 Expert Gemology12688 Expert Gemologist12689 Gemology - Iron (DND)12690 Gemology - Mithril (DND)12691 Artisan Gemology12692 Artisan Gemologist12693 Drain Life12694 Idol Room Spawn A12695 Charge Rage Bonus Effect (Rank 1)12696 Charge Rage Bonus Effect (Rank 2)12697 Improved Charge (Rank 2)12699 Summon Screecher Spirit12700 Axe Specialization (Rank 1)12701 Mace Specialization (Rank 2)

Page 273: Mangos Bible 2 1 3

12702 Mace Specialization (Rank 3)12703 Mace Specialization (Rank 4)12704 Mace Specialization (Rank 5)12705 Long Daze (Rank 1)12706 Recipe: Goblin Rocket Fuel12707 Improved Pummel (Rank 2)12708 Improved Pummel (Rank 3)12709 Collecting Fallout12710 Gem Explosion12711 Two-Handed Weapon Specialization (Rank 2)12712 Two-Handed Weapon Specialization (Rank 3)12713 Two-Handed Weapon Specialization (Rank 4)12714 Two-Handed Weapon Specialization (Rank 5)12715 Goblin Rocket Fuel Recipe12716 Goblin Mortar12717 Goblin Mining Helmet12718 Goblin Construction Helmet12719 Explosive Arrow12720 Goblin "Boom" Box12721 Deep Wound12722 Goblin Radio12723 Sweeping Strikes (Rank 1)12724 Shield Specialization (Rank 2)12725 Shield Specialization (Rank 3)12726 Shield Specialization (Rank 4)12727 Shield Specialization (Rank 5)12728 Belnistrasz Dummy12730 Intimidating Shout12731 Strength of Stone12732 Shard of Afrasa12733 Fearless12734 Ground Smash12735 Fill the Egg of Hakkar12736 Summon Mithril Dragonling12737 Frostbolt12738 Amplify Damage12739 Shadow Bolt12740 Summon Infernal Servant12741 Curse of Weakness12742 Immolate12743 Immolation12744 Immolation12745 Mana Burn12746 Summon Voidwalker12747 Entangling Roots12748 Frost Nova

Page 274: Mangos Bible 2 1 3

12749 Mithril Mechanical Dragonling12750 Anticipation (Rank 2)12751 Anticipation (Rank 3)12752 Anticipation (Rank 4)12753 Anticipation (Rank 5)12754 The Big One12755 Goblin Bomb Dispenser12758 Goblin Rocket Helmet12759 Gnomish Death Ray12760 Goblin Sapper Charge12761 Toughness (Rank 2)12762 Toughness (Rank 3)12763 Toughness (Rank 4)12764 Toughness (Rank 5)12765 Improved Taunt (Rank 2)12766 Poison Cloud12767 Goblin Rocket Fuel Recipe12768 Goblin Mortar12769 Goblin Mining Helmet12770 Goblin Construction Helmet12771 Goblin Sapper Charge12772 Explosive Arrow12773 Goblin "Boom" Box12774 (DND) Belnistrasz Idol Shutdown Visual12775 Goblin Radio12776 Goblin Rocket Boots12777 Goblin Bomb Dispenser12778 The Big One12779 Gnomish Death Ray12780 Goblin Rocket Helmet12781 Axe Specialization (Rank 2)12782 Shield Spike12783 Axe Specialization (Rank 3)12784 Axe Specialization (Rank 4)12785 Axe Specialization (Rank 5)12787 Thrash12788 Defiance (Rank 2)12789 Defiance (Rank 3)12790 Hukku's Guardians12791 Defiance (Rank 4)12792 Defiance (Rank 5)12795 Enrage12796 Flames12797 Improved Revenge (Rank 1)12798 Revenge Stun (Rank 1)12799 Improved Revenge (Rank 2)

Page 275: Mangos Bible 2 1 3

12800 Improved Revenge (Rank 3)12802 Getting Tide Pool Sample #112803 Improved Shield Wall (Rank 2)12804 Improved Disarm (Rank 2)12805 Getting Tide Pool Sample #212806 Getting Tide Pool Sample #312807 Improved Disarm (Rank 3)12808 Getting Tide Pool Sample #412809 Concussion Blow12810 Improved Sunder Armor (Rank 2)12811 Improved Sunder Armor (Rank 3)12812 Sword Specialization (Rank 2)12813 Sword Specialization (Rank 3)12814 Sword Specialization (Rank 4)12815 Sword Specialization (Rank 5)12816 Idom Rool Camera Shake12818 Improved Bloodrage (Rank 2)12821 Plainsrunning (Rank 1)12822 Demon Slaying 1812823 Demon Slaying 3612824 Polymorph (Rank 2)12825 Polymorph (Rank 3)12826 Polymorph (Rank 4)12827 Polymorph (Rank 2)12828 Polymorph (Rank 3)12829 Polymorph (Rank 4)12830 Polearm Specialization (Rank 2)12831 Polearm Specialization (Rank 3)12832 Polearm Specialization (Rank 4)12833 Polearm Specialization (Rank 5)12834 Deep Wounds (Rank 1)12835 Booming Voice (Rank 2)12836 Booming Voice (Rank 3)12837 Booming Voice (Rank 4)12838 Booming Voice (Rank 5)12839 Arcane Focus (Rank 2)12840 Arcane Focus (Rank 3)12841 Arcane Focus (Rank 4)12842 Arcane Focus (Rank 5)12843 Mordresh's Shield12844 Remove All Effects12845 Lesser Invisibility12846 Ignite (Rank 3)12847 Ignite (Rank 4)12848 Ignite (Rank 5)12849 Deep Wounds (Rank 2)

Page 276: Mangos Bible 2 1 3

12850 Deep Wounds (Rank 2)12851 Release the Hounds12852 Cruelty (Rank 2)12853 Cruelty (Rank 3)12854 Spell Focus (Rank 1)12855 Cruelty (Rank 4)12856 Cruelty (Rank 5)12857 Improved Battle Shout (Rank 2)12858 Improved Battle Shout (Rank 3)12860 Improved Battle Shout (Rank 4)12861 Improved Battle Shout (Rank 5)12862 Improved Slam (Rank 1)12863 Improved Inner Rage (Rank 2)12864 Improved Inner Rage (Rank 3)12865 Improved Inner Rage (Rank 4)12866 Improved Inner Rage (Rank 5)12867 Deep Wounds (Rank 3)12868 Deep Wounds (Rank 3)12872 Improved Scorch (Rank 2)12873 Improved Scorch (Rank 3)12874 Improved Scorch (Rank 4)12875 Improved Scorch (Rank 5)12876 Improved Demoralizing Shout (Rank 2)12877 Improved Demoralizing Shout (Rank 3)12878 Improved Demoralizing Shout (Rank 4)12879 Improved Demoralizing Shout (Rank 5)12880 Enrage (Rank 1)12881 Poison State12882 Wing Flap12883 Longsight12884 Acid Breath12885 Teleport to Razelikh12886 Improved Challenging Shout (Rank 2)12887 Sweeping Slam12888 Cause Insanity12889 Curse of Tongues12890 Deep Slumber12891 Acid Breath12894 Recipe: Inlaid Mithril Cylinder12895 Inlaid Mithril Cylinder Plans12896 Helboar12897 Gnomish Goggles12898 Smoke Aura Visual12899 Gnomish Shrink Ray12900 Mobile Alarm12901 Pattern: Black Swashbucklers Shirt

Page 277: Mangos Bible 2 1 3

12902 Gnomish Net-o-Matic Projector12903 Gnomish Harm Prevention Belt12904 Gnomish Ham Radio12905 Gnomish Rocket Boots12906 Gnomish Battle Chicken12907 Gnomish Mind Control Cap12908 Goblin Dragon Gun12909 Inlaid Mithril Cylinder12910 Gnomish Goggles12911 Gnomish Shrink Ray12912 Mobile Alarm12913 Gnomish Net-o-Matic Projector12914 Gnomish Harm Prevention Belt12915 Gnomish Ham Radio12916 Gnomish Rocket Boots12917 Gnomish Battle Chicken12918 Gnomish Mind Control Cap12919 Goblin Dragon Gun12938 Fel Curse12939 Polymorph Heal Effect12941 Fel Curse Effect12942 Fell Curse Effect12943 Fell Curse Effect12944 Improved Shield Block (Rank 3)12945 Improved Shield Block (Rank 1)12946 Putrid Stench12947 Withered Touch12948 Avatar of Hakkar is summoned12949 Idol Room Spawn End Boss12950 Improved Cleave (Rank 2)12952 Piercing Ice (Rank 2)12953 Piercing Ice (Rank 3)12954 Piercing Ice (Rank 4)12956 Demon Armor (Rank 1)12957 Piercing Ice (Rank 5)12958 Improved Shield Bash (Rank 2)12959 Iron Will (Rank 2)12960 Iron Will (Rank 3)12961 Iron Will (Rank 4)12962 Iron Will (Rank 5)12963 Improved Overpower (Rank 2)12964 Unbridled Wrath Effect (Rank 1)12966 Flurry (Rank 1)12967 Flurry (Rank 2)12968 Flurry (Rank 3)12969 Flurry (Rank 4)

Page 278: Mangos Bible 2 1 3

12970 Flurry (Rank 5)12971 Flurry (Rank 2)12972 Flurry (Rank 3)12973 Flurry (Rank 4)12974 Flurry (Rank 5)12975 Last Stand12976 Last Stand12980 Simple Teleport12981 Undead Slayer 3912982 Shatter (Rank 2)12983 Shatter (Rank 3)12984 Shatter (Rank 4)12985 Shatter (Rank 5)12998 Create Yeh'kinya's Scroll12999 Unbridled Wrath (Rank 2)13000 Unbridled Wrath (Rank 3)13001 Unbridled Wrath (Rank 4)13002 Unbridled Wrath (Rank 5)13003 Shrink Ray13004 Grow13005 Hammer of Justice13006 Shrink Ray13007 Divine Protection13008 Retribution Aura13009 Amnennar's Wrath13010 Shrink13011 Pyroblast (Rank 3)13012 Pyroblast (Rank 4)13013 Dissolve Armor13014 Pyroblast (Rank 5)13015 Pyroblast (Rank 6)13016 Pyroblast (Rank 7)13017 Pyroblast (Rank 8)13018 Blast Wave (Rank 2)13019 Blast Wave (Rank 3)13020 Blast Wave (Rank 4)13021 Blast Wave (Rank 5)13022 Fire and Arcane Reflect13023 Blast Wave (Rank 2)13024 Blast Wave (Rank 3)13025 Blast Wave (Rank 4)13026 Blast Wave (Rank 5)13027 Hemorrhage (Rank 3)13028 Goldthorn Tea13029 Goldthorn Tea13030 Mighty Troll's Blood Potion

Page 279: Mangos Bible 2 1 3

13031 Ice Barrier (Rank 2)13032 Ice Barrier (Rank 3)13033 Ice Barrier (Rank 4)13037 Ice Barrier (Rank 2)13038 Ice Barrier (Rank 3)13039 Ice Barrier (Rank 4)13043 Improved Fire Ward (Rank 2)13044 Teleport to Ground13045 Enrage (Rank 2)13046 Enrage (Rank 3)13047 Enrage (Rank 4)13048 Enrage (Rank 5)13049 Dragon's Call13058 Improved Intimidating Shout (Rank 2)13059 Improved Intimidating Shout (Rank 3)13078 Bloodthirst (Rank 1)13099 Net-o-Matic13119 Net-o-Matic13120 Net-o-Matic13138 Net-o-Matic13139 Net-o-Matic13140 Fireball13141 Gnomish Rocket Boots13142 Teleport to Razelikh13143 Summon Razelikh13158 Rocket Boots Malfunction13159 Aspect of the Pack13160 Aspect of the Pack13161 Aspect of the Beast13162 Aspect of the Beast13163 Aspect of the Monkey13164 Aspect of the Monkey13165 Aspect of the Hawk (Rank 1)13166 Battle Chicken13167 Suicide13168 Chicken Fury13169 Plans: Solid Iron Maul13180 Gnomish Mind Control Cap13181 Gnomish Mind Control Cap13183 Goblin Dragon Gun13184 Goblin Dragon Gun13198 Increased Strength 1513218 Wound Poison (Rank 1)13219 Wound Poison (Rank 1)13220 Wound Poison (Rank 1)13221 Wound Poison (Rank 1)

Page 280: Mangos Bible 2 1 3

13222 Wound Poison (Rank 2)13223 Wound Poison (Rank 3)13224 Wound Poison (Rank 4)13225 Wound Poison (Rank 2)13226 Wound Poison (Rank 3)13227 Wound Poison (Rank 4)13228 Wound Poison II (Rank 2)13229 Wound Poison III (Rank 3)13230 Wound Poison IV (Rank 4)13231 Wound Poison (Rank 2)13232 Wound Poison (Rank 3)13233 Wound Poison (Rank 4)13234 Harm Prevention Belt13235 Forcefield Collapse13236 Nature Channeling13237 Goblin Mortar13238 Goblin Mortar13239 Reload Explode13240 The Mortar: Reloaded13241 Goblin Sapper Charge13258 Summon Goblin Bomb13259 Explosion13260 Pet Bomb Passive13261 Malfunction Explosion13262 Disenchant13278 Gnomish Death Ray13279 Gnomish Death Ray13280 Gnomish Death Ray13281 Earth Shock13298 Poison13299 Poison Proc13318 Rend13319 Malfunction13320 Malfunction13321 Mana Burn13322 Frostbolt13323 Polymorph13325 Transponder Summon13326 Arcane Intellect13327 Reckless Charge13338 Curse of Tongues13339 Fire Blast13340 Fire Blast13341 Fire Blast13342 Fire Blast13358 Defensive State (DND)

Page 281: Mangos Bible 2 1 3

13360 Knockdown13361 Greater Magic Essence13362 Lesser Magic Essence13363 Lesser Intellect13364 Lesser Agility13365 Agility13366 Intellect13368 Spirit13369 Lesser Stamina13370 Stamina13371 Lesser Strength13372 Strength13373 Enchant Chest - Minor Absorption13374 Fire Blast13375 Fireball13376 Fire Shield13377 Fire Shield13378 Enchant Shield - Minor Stamina13380 Enchant 2H Weapon - Lesser Spirit13381 Torch13382 Torch13383 Increased Defense13384 Increased Defense13385 Increased Defense13386 Increased Defense13387 Increased Defense13388 Increased Defense13389 Increased Defense13390 Increased Defense13391 Enchant Boots - Minor Stamina13392 Enchant Shield - Minor Stamina13393 Formula: Enchant 2H Weapon - Spirit13398 Throw Wrench13399 Cultivate Packet of Seeds13418 Minor Stealth13419 Enchant Cloak - Minor Agility13420 Formula: Enchant Cloak - Minor Agility13421 Enchant Cloak - Lesser Protection13422 Enchant Cloak - Lesser Protection13424 Faerie Fire (Rank 1)13438 Fireball13439 Frostbolt13440 Shadow Bolt13441 Firebolt13442 Firebolt13443 Rend

Page 282: Mangos Bible 2 1 3

13444 Sunder Armor13445 Rend13446 Strike13459 Decimate13461 Go Home13462 Minor Blocking13463 Summon Bloodpetal Mini Pests13464 Enchant Shield - Lesser Protection13465 Formula: Enchant Shield - Lesser Protection13466 Goblin Dragon Gun13478 Open Relic Coffer13479 Goblin Dragon Gun13480 Shadow Bolt13481 Tame Beast13482 Lightning Bolt (Rank 1)13483 Wither Touch13484 Plant Gor'tesh Head13485 Enchant Shield - Lesser Spirit13486 Wound13487 Create Relic Coffer Chest13488 Firegut Fear Storm13489 Burning Spirit13490 Howling Blade (Rank 1)13491 Pummel (Rank 1)13492 Beast Slaying 6313493 Gnomish Death Ray13494 Haste13496 Dazed13497 Greater Astral Essence13498 Lesser Astral Essence13499 Enchant Shield - Lesser Spirit13500 Increased 1H Axe13501 Enchant Bracer - Lesser Stamina13502 Enchant Bracer - Lesser Stamina13503 Enchant Weapon - Lesser Striking13504 Enchant Weapon - Lesser Striking13518 Poison13519 Holy Smite13520 Quiet Suicide (Frost)13522 Enchant Cloak - Lesser Shadow Resistance13523 Lesser Resistance - Shadow13524 Curse of Stalvan13525 Formula: Enchant Cloak - Lesser Shadow Resistance13526 Corrosive Poison13527 Lightning Bolt (Rank 1)13528 Decayed Strength

Page 283: Mangos Bible 2 1 3

13529 Enchant 2H Weapon - Lesser Impact13530 Corruption13531 Enchant 2H Weapon - Lesser Impact13532 Thunder Clap (Rank 1)13533 Haste13534 Disarm13535 Tame Beast13536 Enchant Bracer - Lesser Strength13537 Formula: Enchant Bracer - Lesser Strength13538 Enchant Chest - Lesser Absorption13539 Enchant Chest - Lesser Absorption13540 Green Channeling13541 Knockback 500 Triggers13542 Mend Pet (Rank 5)13543 Mend Pet (Rank 6)13544 Mend Pet (Rank 7)13545 Mend Pet (Rank 5)13546 Mend Pet (Rank 6)13547 Mend Pet (Rank 7)13548 Summon Farm Chicken13549 Serpent Sting (Rank 2)13550 Serpent Sting (Rank 3)13551 Serpent Sting (Rank 4)13552 Serpent Sting (Rank 5)13553 Serpent Sting (Rank 6)13554 Serpent Sting (Rank 7)13555 Serpent Sting (Rank 8)13556 Serpent Sting (Rank 2)13557 Serpent Sting (Rank 3)13558 Serpent Sting (Rank 4)13559 Serpent Sting (Rank 5)13560 Serpent Sting (Rank 6)13561 Serpent Sting (Rank 7)13562 Serpent Sting (Rank 8)13563 Summon Chicken Egg13564 Open Dark Keeper Coffer13565 Open Secure Safe13566 Knockback 500 Triggers13567 Dummy Trigger13578 Jadefire13579 Gouge13582 Deadly Poison13583 Curse of the Deadwood13584 Strike13585 Lightning Shield13586 Aqua Jet

Page 284: Mangos Bible 2 1 3

13587 Mount Speed13589 Haste Aura13590 Increase Arcane Dam 113591 Increase Arcane Dam 313592 Increase Arcane Dam 413593 Increase Arcane Dam 613594 Increase Arcane Dam 713595 Increase Arcane Dam 913596 Increase Arcane Dam 1013597 Increase Arcane Dam 1113598 Increase Arcane Dam 1313599 Increase Arcane Dam 1413601 Increase Arcane Dam 1613602 Increase Arcane Dam 1713603 Increase Arcane Dam 1913604 Increase Arcane Dam 2013605 Increase Arcane Dam 2113606 Mana13607 Enchant Chest - Mana13608 Hooked Net13609 Enchant Chest - Mana13611 Mining13612 Enchant Gloves - Mining13613 Formula: Enchant Gloves - Mining13614 Herbalism13615 Fishing13616 Wracking Pains Proc13617 Enchant Gloves - Herbalism13618 Formula: Enchant Gloves - Herbalism13619 Wracking Pains13620 Enchant Gloves - Fishing13621 Formula: Enchant Gloves - Fishing13622 Enchant Bracer - Lesser Intellect13623 Enchant Bracer - Lesser Intellect13624 Minor Stats13625 Lesser Stats13626 Enchant Chest - Minor Stats13627 Enchant Chest - Minor Stats13628 Runed Golden Rod13629 Runed Golden Rod13630 Scraping13631 Enchant Shield - Lesser Stamina13632 Greater Mystic Essence13633 Lesser Mystic Essence13634 Enchant Shield - Lesser Stamina13635 Enchant Cloak - Defense

Page 285: Mangos Bible 2 1 3

13636 Enchant Cloak - Defense13637 Enchant Boots - Lesser Agility13638 Enchant Boots - Lesser Agility13639 Greater Health13640 Enchant Chest - Greater Health13641 Enchant Chest - Greater Health13642 Enchant Bracer - Spirit13643 Enchant Bracer - Spirit13644 Enchant Boots - Lesser Stamina13645 Enchant Boots - Lesser Stamina13646 Enchant Bracer - Lesser Deflection13647 Formula: Enchant Bracer - Lesser Deflection13648 Enchant Bracer - Stamina13649 Enchant Bracer - Stamina13650 Lesser Beast Slayer13651 Lesser Elemental Slayer13652 Resistance - Fire13653 Enchant Weapon - Lesser Beastslayer13654 Formula: Enchant Weapon - Lesser Beastslayer13655 Enchant Weapon - Lesser Elemental Slayer13656 Formula: Enchant Weapon - Lesser Elemental Slayer13657 Enchant Cloak - Fire Resistance13658 Enchant Cloak - Fire Resistance13659 Enchant Shield - Spirit13660 Enchant Shield - Spirit13661 Enchant Bracer - Strength13662 Enchant Bracer - Strength13663 Enchant Chest - Greater Mana13664 Greater Mana13665 Increased Parry 113666 Enchant Chest - Greater Mana13667 Increased Parry 213668 Increased Parry 313669 Increased Dodge 113670 Increased Dodge 213671 Increased Dodge 313672 Increased Dodge 413673 Increased Dodge 513674 Increased Block 113675 Increased Block 213676 Increased Block 313677 Increased Block 413678 Increased Block 613687 Enchant Boots - Lesser Spirit13688 Formula: Enchant Boots - Lesser Spirit13689 Enchant Shield - Lesser Block

Page 286: Mangos Bible 2 1 3

13690 Lesser Blocking13691 Formula: Enchant Shield - Lesser Blocking13692 Dire Growl13693 Enchant Weapon - Striking13694 Enchant Weapon - Striking13695 Enchant 2H Weapon - Impact13696 Enchant 2H Weapon - Impact13697 Skinning13698 Enchant Gloves - Skinning13699 Formula: Enchant Gloves - Skinning13700 Enchant Chest - Lesser Stats13701 Enchant Chest - Lesser Stats13702 Runed Truesilver Rod13703 Runed Truesilver Rod13704 Psychic Scream13705 Precision (Rank 1)13706 Dagger Specialization (Rank 1)13707 Fist Weapon Specialization (Rank 1)13709 Mace Specialization (Rank 1)13710 Throwing Weapon Specialization (Rank 1)13712 Lightning Reflexes (Rank 1)13713 Deflection (Rank 1)13714 Create Samophlange Manual13715 Dual Wield Specialization (Rank 1)13716 AOD13727 Break Samophlange13728 Earth Shock13729 Flame Shock13730 Demoralizing Shout13732 Improved Sinister Strike (Rank 1)13733 Improved Backstab (Rank 1)13735 Increased Agility 1513736 Whirlwind13737 Mortal Strike13738 Rend13739 Greater Nether Essence13740 Lesser Nether Essence13741 Improved Gouge (Rank 1)13742 Improved Evasion (Rank 1)13743 Improved Sprint (Rank 1)13744 Blazing Emblem (Rank 1)13745 Arcane Explosion13746 Enchant Cloak - Greater Defense13747 Slow13748 Arcane Bolt13749 Enchant Cloak - Greater Defense

Page 287: Mangos Bible 2 1 3

13750 Adrenaline Rush13752 Faerie Fire (Rank 2)13754 Improved Kick (Rank 1)13767 Hate to Zero13787 Demon Armor13788 Lightning Reflexes (Rank 2)13789 Lightning Reflexes (Rank 3)13790 Lightning Reflexes (Rank 4)13791 Lightning Reflexes (Rank 5)13792 Improved Gouge (Rank 3)13793 Improved Gouge (Rank 2)13794 Enchant Cloak - Resistance13795 Immolation Trap (Rank 1)13796 Resistance13797 Immolation Trap Effect (Rank 1)13798 Enchant Cloak - Resistance13799 Immolation Trap (Rank 1)13800 Mace Specialization (Rank 2)13801 Mace Specialization (Rank 3)13802 Mace Specialization (Rank 4)13803 Mace Specialization (Rank 5)13804 Dagger Specialization (Rank 2)13805 Dagger Specialization (Rank 3)13806 Dagger Specialization (Rank 4)13807 Dagger Specialization (Rank 5)13808 M73 Frag Grenade13809 Frost Trap13810 Frost Trap Aura13811 Frost Trap13812 Explosive Trap Effect (Rank 1)13813 Explosive Trap (Rank 1)13814 Explosive Trap (Rank 1)13815 Enchant Gloves - Agility13816 Enchant Gloves - Agility13817 Enchant Shield - Stamina13818 Formula: Enchant Shield - Stamina13819 Summon Warhorse (Summon)13820 Summon Warhorse (Summon)13821 Goblin Rocket Helmet13822 Enchant Bracer - Intellect13823 Greater Agility13824 Stats13825 Greater Intellect13826 Greater Spirit13827 Greater Stamina13828 Greater Strength

Page 288: Mangos Bible 2 1 3

13829 Enchant Bracer - Intellect13830 Increase Fire Dam 2913831 Increase Frost Dam 2913832 Precision (Rank 2)13835 Unkillable Off (Rank 1)13836 Enchant Boots - Stamina13837 Enchant Boots - Stamina13838 Advanced Mining13839 Advanced Herbalism13840 Lesser Stealth13841 Enchant Gloves - Advanced Mining13842 Formula: Enchant Gloves - Advanced Mining13843 Precision (Rank 3)13844 Precision (Rank 4)13845 Precision (Rank 5)13846 Enchant Bracer - Greater Spirit13847 Recklessness13848 Dual Wield Specialization (Rank 2)13849 Dual Wield Specialization (Rank 3)13850 Formula: Enchant Bracer - Greater Spirit13851 Dual Wield Specialization (Rank 4)13852 Dual Wield Specialization (Rank 5)13853 Deflection (Rank 2)13854 Deflection (Rank 3)13855 Deflection (Rank 4)13856 Deflection (Rank 5)13857 Prayer of Healing13858 Enchant Chest - Superior Health13859 Throwing Weapon Specialization (Rank 2)13860 Mind Blast13861 Enchant Chest - Superior Health13862 Superior Health13863 Improved Sinister Strike (Rank 2)13864 Power Word: Fortitude13865 Improved Backstab (Rank 2)13866 Improved Backstab (Rank 3)13867 Improved Kick (Rank 2)13868 Enchant Gloves - Advanced Herbalism13869 Formula: Enchant Gloves - Advanced Herbalism13872 Improved Evasion (Rank 2)13874 Divine Shield13875 Improved Sprint (Rank 2)13876 Improved Sprint (Rank 3)13877 Blade Flurry13878 Scorch13879 Magma Splash

Page 289: Mangos Bible 2 1 3

13880 Magma Splash13881 Increase Spell Dam 2913882 Enchant Cloak - Lesser Agility13883 Formula: Enchant Cloak - Lesser Agility13884 Withering Poison13886 Withering Poison Proc13887 Enchant Gloves - Strength13888 Enchant Gloves - Strength13889 Minor Speed13890 Enchant Boots - Minor Speed13891 Enchant Boots - Minor Speed13895 Summon Spawn of Bael'Gar13896 Feedback (Rank 1)13897 Fiery Weapon13898 Enchant Weapon - Fiery Weapon13899 Fire Storm13900 Fiery Burst13901 Arcane Bolt13902 Fist of Ragnaros13903 Seal of Sacrifice13904 Formula: Enchant Weapon - Fiery Weapon13905 Enchant Shield - Greater Spirit13906 Enchant Shield - Greater Spirit13907 Smite Demon13908 Desperate Prayer (Rank 1)13909 Create Elemental Totem13910 Force Create Elemental Totem13912 Princess Summons Portal13913 Blazerunner's Aura13914 Blazerunner's Aura13915 Enchant Weapon - Demonslaying13916 Formula: Enchant Weapon - Demonslaying13917 Enchant Chest - Superior Mana13918 Superior Mana13919 Enchant Chest - Superior Mana13920 Enchanting (Artisan)13921 Artisan Enchanting13922 Deflection13923 Frost Resistance13927 Minor Mount Speed13928 Minor Haste13930 Lesser Deflection13931 Enchant Bracer - Deflection13932 Formula: Enchant Bracer - Deflection13933 Enchant Shield - Frost Resistance13934 Formula: Enchant Shield - Frost Resistance

Page 290: Mangos Bible 2 1 3

13935 Enchant Boots - Agility13936 Enchant Boots - Agility13937 Enchant 2H Weapon - Greater Impact13938 Enchant 2H Weapon - Greater Impact13939 Enchant Bracer - Greater Strength13940 Enchant Bracer - Greater Strength13941 Enchant Chest - Stats13942 Enchant Chest - Stats13943 Enchant Weapon - Greater Striking13944 Enchant Weapon - Greater Striking13945 Enchant Bracer - Greater Stamina13946 Formula: Enchant Bracer - Greater Stamina13947 Enchant Gloves - Riding Skill13948 Enchant Gloves - Minor Haste13949 Formula: Enchant Gloves - Minor Riding13950 Enchant Gloves - Minor Haste13951 Rebuild13952 Holy Light13953 Holy Strike13954 NPC PORT TEST13958 Master of Deception (Rank 1)13959 Electrostatic Charge13960 Sword Specialization (Rank 1)13961 Sword Specialization (Rank 2)13962 Sword Specialization (Rank 3)13963 Sword Specialization (Rank 4)13964 Sword Specialization (Rank 5)13965 Create Krom'zar's Banner13966 Fist Weapon Specialization (Rank 2)13967 Fist Weapon Specialization (Rank 3)13968 Fist Weapon Specialization (Rank 4)13969 Fist Weapon Specialization (Rank 5)13970 Master of Deception (Rank 2)13971 Master of Deception (Rank 3)13972 Master of Deception (Rank 4)13973 Master of Deception (Rank 5)13974 Rapid Concealment (Rank 1)13975 Camouflage (Rank 1)13976 Initiative (Rank 1)13977 Initiative (Rank 1)13978 Summon Aquementas13979 Initiative (Rank 2)13980 Initiative (Rank 3)13981 Elusiveness (Rank 1)13982 Bael'Gar's Fiery Essence13983 Setup (Rank 1)

Page 291: Mangos Bible 2 1 3

14008 Miblon's Bait14027 Attack Power 2414030 Hooked Net14032 Shadow Word: Pain14033 Mana Burn14034 Fireball14047 Increase Spell Dam 2314048 Increased 1H Axe14049 Attack Power 4014050 Quest Suicide14051 Increased Dagger14052 Attack Power 6014053 Heal14054 Increase Spell Dam 2714055 Increase Spell Dam 3514056 Attack Power 5014057 Opportunity (Rank 1)14058 Rapid Concealment (Rank 2)14059 Rapid Concealment (Rank 3)14060 Rapid Concealment (Rank 4)14061 Rapid Concealment (Rank 5)14062 Camouflage (Rank 2)14063 Camouflage (Rank 3)14064 Camouflage (Rank 4)14065 Camouflage (Rank 5)14066 Elusiveness (Rank 2)14067 Elusiveness (Rank 3)14068 Elusiveness (Rank 4)14069 Elusiveness (Rank 5)14070 Setup (Rank 2)14071 Setup (Rank 3)14072 Opportunity (Rank 2)14073 Opportunity (Rank 3)14074 Opportunity (Rank 4)14075 Opportunity (Rank 5)14076 Improved Sap (Rank 1)14077 Improved Garrote (Rank 1)14078 Improved Garrote (Rank 2)14079 Improved Ambush (Rank 1)14080 Improved Ambush (Rank 2)14081 Improved Ambush (Rank 3)14082 Improved Cheap Shot (Rank 1)14083 Improved Cheap Shot (Rank 2)14084 Improved Distract (Rank 1)14085 Improved Distract (Rank 2)14087 Rend

Page 292: Mangos Bible 2 1 3

14088 Improved Vanish (Rank 1)14089 Attack Power 3614091 Improved Vanish (Rank 2)14092 Improved Vanish (Rank 3)14093 Vanished (Rank 1)14094 Improved Sap (Rank 2)14095 Improved Sap (Rank 3)14097 Demon Slaying 4514098 Demon Slaying 11714099 Mighty Blow14100 Terrifying Roar14102 Head Smash14103 Firebolt14104 Spikes14105 Frost Blast14106 Shadow Bolt14108 Venomhide Poison14109 Lightning Bolt (Rank 1)14110 Bloodpetal Poison14111 Bloodpetal Poison Proc14112 Flaying Vine14113 Improved Instant Poison (Rank 1)14114 Improved Instant Poison (Rank 2)14115 Improved Instant Poison (Rank 3)14116 Improved Instant Poison (Rank 4)14117 Improved Instant Poison (Rank 5)14118 Rend14119 Lightning Bolt (Rank 1)14120 Tunneler Acid14121 Increased 1H Sword14122 Shadow Bolt14124 Increased 2H Mace14125 Open Secret Safe14126 Wound14127 Increase Spell Dam 2814128 Lethality (Rank 1)14129 Item - Purify14130 Muculent Fever14132 Lethality (Rank 2)14133 Muculent Fever Proc14134 Item - Purify14135 Lethality (Rank 3)14136 Lethality (Rank 4)14137 Lethality (Rank 5)14138 Malice (Rank 1)14139 Malice (Rank 2)

Page 293: Mangos Bible 2 1 3

14140 Malice (Rank 3)14141 Malice (Rank 4)14142 Malice (Rank 5)14143 Remorseless (Rank 1)14144 Remorseless Attacks (Rank 1)14145 Fire Blast14146 Clone14147 Acid Slime14148 Remorseless Attacks (Rank 2)14149 Remorseless (Rank 2)14150 Remorseless Attacks (Rank 3)14151 Remorseless (Rank 3)14152 Remorseless Attacks (Rank 4)14153 Remorseless (Rank 4)14154 Remorseless Attacks (Rank 5)14155 Remorseless (Rank 5)14156 Ruthlessness (Rank 1)14157 Ruthlessness (Rank 1)14158 Murder (Rank 1)14159 Murder (Rank 2)14160 Ruthlessness (Rank 2)14161 Ruthlessness (Rank 3)14162 Improved Eviscerate (Rank 1)14163 Improved Eviscerate (Rank 2)14164 Improved Eviscerate (Rank 3)14165 Improved Slice and Dice (Rank 1)14166 Improved Slice and Dice (Rank 2)14167 Improved Slice and Dice (Rank 3)14168 Improved Expose Armor (Rank 1)14169 Improved Expose Armor (Rank 2)14170 Improved Expose Armor (Rank 3)14171 Improved Rupture (Rank 1)14172 Improved Rupture (Rank 2)14173 Improved Rupture (Rank 3)14174 Improved Kidney Shot (Rank 1)14175 Improved Kidney Shot (Rank 2)14176 Improved Kidney Shot (Rank 3)14177 Cold Blood14178 Sticky Tar14179 Relentless Strikes14180 Sticky Tar14181 Relentless Strikes Effect (Rank 1)14183 Premeditation14185 Preparation14186 Seal Fate (Rank 1)14189 Seal Fate

Page 294: Mangos Bible 2 1 3

14190 Seal Fate (Rank 2)14193 Seal Fate (Rank 3)14194 Seal Fate (Rank 4)14195 Seal Fate (Rank 5)14198 Beast Slaying 2714199 Create Samophlange Manual14200 Chained Bolt14201 Enrage (Rank 2)14202 Enrage (Rank 3)14203 Enrage (Rank 4)14204 Enrage (Rank 5)14205 Gorishi Egg14206 Summon Gorishi Grub14207 Frost Trap Effect14208 JD Explosion14209 Signing14210 Signing14227 Signing14247 Blazerunner Dispel14248 Increase Spell Dam 2114249 Increased Defense14250 Capture Grark14251 Riposte14252 Summon Enraged Felbat14253 Abolish Poison (Rank 1)14254 Increase Spell Dam 1914255 Improved Deadly Poison (Rank 1)14256 Improved Deadly Poison (Rank 2)14257 Improved Deadly Poison (Rank 3)14258 Improved Deadly Poison (Rank 4)14259 Improved Deadly Poison (Rank 5)14260 Raptor Strike (Rank 2)14261 Raptor Strike (Rank 3)14262 Raptor Strike (Rank 4)14263 Raptor Strike (Rank 5)14264 Raptor Strike (Rank 6)14265 Raptor Strike (Rank 7)14266 Raptor Strike (Rank 8)14267 Wing Clip (Rank 2)14268 Wing Clip (Rank 3)14269 Mongoose Bite (Rank 2)14270 Mongoose Bite (Rank 3)14271 Mongoose Bite (Rank 4)14272 Disengage (Rank 2)14273 Disengage (Rank 3)14274 Distracting Shot (Rank 2)

Page 295: Mangos Bible 2 1 3

14275 Scorpid Sting (Rank 2)14276 Scorpid Sting (Rank 3)14277 Scorpid Sting (Rank 4)14278 Ghostly Strike14279 Viper Sting (Rank 2)14280 Viper Sting (Rank 3)14281 Arcane Shot (Rank 2)14282 Arcane Shot (Rank 3)14283 Arcane Shot (Rank 4)14284 Arcane Shot (Rank 5)14285 Arcane Shot (Rank 6)14286 Arcane Shot (Rank 7)14287 Arcane Shot (Rank 8)14288 Multi-Shot (Rank 2)14289 Multi-Shot (Rank 3)14290 Multi-Shot (Rank 4)14291 Anubisath Guardian Targeted14292 Fling Torch14293 Lesser Magic Wand14294 Volley (Rank 2)14295 Volley (Rank 3)14296 Black Arrow (Rank 2)14297 Shadow Storm14298 Immolation Trap Effect (Rank 2)14299 Immolation Trap Effect (Rank 3)14300 Immolation Trap Effect (Rank 4)14301 Immolation Trap Effect (Rank 5)14302 Immolation Trap (Rank 2)14303 Immolation Trap (Rank 3)14304 Immolation Trap (Rank 4)14305 Immolation Trap (Rank 5)14307 Summon Enraged Wyvern14308 Freezing Trap Effect (Rank 2)14309 Freezing Trap Effect (Rank 3)14310 Freezing Trap (Rank 2)14311 Freezing Trap (Rank 3)14313 Summon Enraged Gryphon14314 Explosive Trap Effect (Rank 2)14315 Explosive Trap Effect (Rank 3)14316 Explosive Trap (Rank 2)14317 Explosive Trap (Rank 3)14318 Aspect of the Hawk (Rank 2)14319 Aspect of the Hawk (Rank 3)14320 Aspect of the Hawk (Rank 4)14321 Aspect of the Hawk (Rank 5)14322 Aspect of the Hawk (Rank 6)

Page 296: Mangos Bible 2 1 3

14323 Hunter's Mark (Rank 2)14324 Hunter's Mark (Rank 3)14325 Hunter's Mark (Rank 4)14326 Scare Beast (Rank 2)14327 Scare Beast (Rank 3)14329 Summon Enraged Hippogryph14330 Increased Agility 1614331 Vicious Rend14332 Raptor Strike (Rank 2)14333 Raptor Strike (Rank 3)14334 Raptor Strike (Rank 4)14335 Raptor Strike (Rank 5)14336 Raptor Strike (Rank 6)14337 Raptor Strike (Rank 7)14338 Raptor Strike (Rank 8)14339 Wing Clip (Rank 2)14340 Wing Clip (Rank 3)14341 Mongoose Bite (Rank 2)14342 Mongoose Bite (Rank 3)14343 Mongoose Bite (Rank 4)14344 Disengage (Rank 2)14345 Disengage (Rank 3)14346 Distracting Shot (Rank 2)14347 Scorpid Sting (Rank 2)14348 Scorpid Sting (Rank 3)14349 Scorpid Sting (Rank 4)14350 Viper Sting (Rank 2)14351 Viper Sting (Rank 3)14352 Arcane Shot (Rank 2)14353 Arcane Shot (Rank 3)14354 Arcane Shot (Rank 4)14355 Arcane Shot (Rank 5)14356 Arcane Shot (Rank 6)14357 Arcane Shot (Rank 7)14358 Arcane Shot (Rank 8)14359 Multi-Shot (Rank 3)14360 Multi-Shot (Rank 4)14361 Volley (Rank 2)14362 Volley (Rank 3)14363 Black Arrow (Rank 2)14364 Immolation Trap (Rank 2)14365 Immolation Trap (Rank 3)14366 Immolation Trap (Rank 4)14367 Immolation Trap (Rank 5)14368 Freezing Trap (Rank 2)14369 Increased Agility 17

Page 297: Mangos Bible 2 1 3

14370 Freezing Trap (Rank 3)14371 Increased Agility 1814372 Explosive Trap (Rank 2)14373 Explosive Trap (Rank 3)14374 Aspect of the Hawk (Rank 2)14375 Aspect of the Hawk (Rank 3)14376 Aspect of the Hawk (Rank 4)14377 Aspect of the Hawk (Rank 5)14378 Aspect of the Hawk (Rank 6)14379 Golden Rod14380 Truesilver Rod14381 Golden Rod14382 Truesilver Rod14383 Increased Agility 1914384 Increased Agility 2014385 Increased Agility 2114386 Increased Agility 2214387 Increased Agility 2314388 Increased Agility 2414389 Increased Agility 2514390 Increased Agility 2614391 Increased Agility 2714392 Increased Agility 2814393 Increased Agility 2914394 Increased Agility 3014395 Increased Agility 3114396 Increased Agility 3214397 Increased Agility 3314398 Increased Agility 3414399 Increased Agility 3514400 Increased Agility 3614401 Increased Agility 3714402 Increased Agility 3814403 Increased Agility 3914404 Increased Agility 4014405 Increased Intellect 1514406 Increased Intellect 1614407 Increased Intellect 1714408 Increased Intellect 1814409 Increased Intellect 1914410 Increased Intellect 2014411 Increased Intellect 2114412 Increased Intellect 2214413 Increased Intellect 2314414 Increased Intellect 2414415 Increased Intellect 25

Page 298: Mangos Bible 2 1 3

14416 Increased Intellect 2614417 Increased Intellect 2714418 Increased Intellect 2814419 Increased Intellect 2914420 Increased Intellect 3014421 Increased Intellect 3114422 Increased Intellect 3214423 Increased Intellect 3314424 Increased Intellect 3414425 Increased Intellect 3514426 Increased Intellect 3614427 Increased Intellect 3714428 Increased Intellect 3814429 Increased Intellect 3914430 Increased Intellect 4014431 Hunter's Mark (Rank 2)14432 Hunter's Mark (Rank 3)14433 Increased Spirit 1514434 Hunter's Mark (Rank 4)14435 Increased Spirit 1614436 Increased Spirit 1714437 Increased Spirit 1814438 Increased Spirit 1914439 Increased Spirit 2014440 Increased Spirit 2114441 Increased Spirit 2214442 Increased Spirit 2314443 Multi-Shot14444 Increased Spirit 2414445 Scare Beast (Rank 2)14446 Scare Beast (Rank 3)14447 Increased Spirit 2514448 Increased Spirit 2614449 Increased Spirit 2714450 Increased Spirit 2814451 Increased Spirit 2914452 Increased Spirit 3014453 Increased Spirit 3114454 Increased Spirit 3214455 Increased Spirit 3314456 Increased Spirit 3414457 Increased Spirit 3614458 Increased Spirit 3714459 Increased Spirit 3814460 Increased Spirit 3914461 Increased Spirit 40

Page 299: Mangos Bible 2 1 3

14462 Increased Stamina 1514463 Increased Stamina 1614464 Increased Stamina 1714465 Increased Stamina 1814466 Increased Stamina 1914467 Increased Stamina 2014468 Increased Stamina 2114469 Increased Stamina 2214470 Increased Stamina 2314471 Increased Stamina 2414472 Increased Stamina 2514473 Increased Stamina 2614474 Increased Stamina 2714475 Increased Stamina 2814476 Increased Stamina 2914477 Increased Stamina 3014478 Increased Stamina 3114479 Increased Stamina 3214480 Increased Stamina 3314481 Increased Stamina 3414482 Increased Stamina 3514483 Increased Stamina 3614484 Increased Stamina 3714485 Increased Stamina 3814486 Increased Stamina 3914487 Increased Stamina 4014488 Increased Strength 1614489 Increased Strength 1714490 Increased Strength 1814491 Increased Strength 1914492 Increased Strength 2014493 Increased Strength 2114494 Increased Strength 2214495 Increased Strength 2314496 Increased Strength 2414497 Increased Strength 2514498 Increased Strength 2614499 Increased Strength 2714500 Increased Strength 2814501 Increased Strength 2914502 Increased Strength 3014503 Increased Strength 3114504 Increased Strength 3214505 Increased Strength 3314506 Increased Strength 3414507 Increased Strength 35

Page 300: Mangos Bible 2 1 3

14508 Increased Strength 3614509 Increased Strength 3714510 Increased Strength 3814511 Increased Strength 3914512 Increased Strength 4014514 Blink14515 Dominate Mind14516 Strike14517 Crusader Strike14518 Crusader Strike14520 Mental Agility (Rank 1)14521 Meditation (Rank 1)14522 Unbreakable Will (Rank 1)14523 Silent Resolve (Rank 1)14524 Wand Specialization (Rank 1)14525 Wand Specialization (Rank 2)14526 Wand Specialization (Rank 3)14527 Wand Specialization (Rank 4)14528 Wand Specialization (Rank 5)14530 Speed14531 Martyrdom (Rank 1)14532 Creeper Venom14533 Disjunction14534 Barbed Sting14535 Dredge Sickness14537 Six Demon Bag14538 Aural Shock14539 Putrid Enzyme14540 Increased Fire Resist 0114541 Increased Frost Resist 0114542 Increased Frost Resist 0214543 Increased Frost Resist 0614544 Increased Frost Resist 0314545 Increased Frost Resist 0414546 Increased Frost Resist 0514547 Increased Frost Resist 0714548 Increased Frost Resist 0814549 Increased Frost Resist 0914550 Increased Frost Resist 1014551 Increased Frost Resist 1114552 Increased Frost Resist 1214553 Increased Frost Resist 1414554 Increased Frost Resist 1314555 Increased Frost Resist 1514556 Increased Frost Resist 1614557 Increased Frost Resist 17

Page 301: Mangos Bible 2 1 3

14558 Increased Frost Resist 1914559 Increased Frost Resist 2014560 Increased Frost Resist 2114561 Increased Frost Resist 2214562 Increased Frost Resist 2314563 Increased Frost Resist 2514564 Increased Frost Resist 2614565 Beast Slaying 3014566 Increased Frost Resist 2714567 Increased Frost Resist 2814568 Increased Frost Resist 2914569 Increased Frost Resist 3014570 Increased Frost Resist 3114571 Increased Frost Resist 3214572 Increased Frost Resist 3314573 Increased Frost Resist 3414574 Increased Frost Resist 3514575 Increased Frost Resist 3614576 Increased Frost Resist 3714577 Increased Frost Resist 3814578 Increased Frost Resist 3914579 Increased Frost Resist 4014580 Increased Frost Resist 1814581 Increased Frost Resist 2414582 Increased Fire Resist 0214583 Increased Fire Resist 0314584 Increased Fire Resist 0414585 Increased Fire Resist 0514586 Increased Fire Resist 0614587 Increased Fire Resist 0714588 Increased Fire Resist 0814589 Increased Fire Resist 0914590 Increased Fire Resist 1014591 Increased Fire Resist 1114592 Increased Fire Resist 1214593 Increased Fire Resist 1314594 Increased Fire Resist 1414595 Increased Fire Resist 1514596 Increased Fire Resist 1614597 Increased Fire Resist 1714598 Increased Fire Resist 1814599 Increased Fire Resist 1914600 Increased Fire Resist 2014601 Increased Fire Resist 2114602 Increased Fire Resist 2214603 Increased Fire Resist 23

Page 302: Mangos Bible 2 1 3

14604 Increased Fire Resist 2414605 Increased Fire Resist 2514606 Increased Fire Resist 2614607 Increased Fire Resist 2714608 Increased Fire Resist 2814609 Increased Fire Resist 2914610 Increased Fire Resist 3014611 Increased Fire Resist 3114612 Increased Fire Resist 3214613 Increased Fire Resist 3314614 Increased Fire Resist 3414615 Increased Fire Resist 3514616 Increased Fire Resist 3614617 Increased Fire Resist 3714618 Increased Fire Resist 3814619 Increased Fire Resist 3914620 Increased Fire Resist 4014621 Polymorph14622 Increased Nature Resist 0114623 Increased Nature Resist 0214624 Increased Nature Resist 0314625 Increased Nature Resist 0414626 Increased Nature Resist 0514627 Increased Nature Resist 0714628 Increased Nature Resist 0814629 Increased Nature Resist 0914630 Increased Nature Resist 1014631 Increased Nature Resist 0614632 Increased Nature Resist 1114633 Increased Nature Resist 1214634 Increased Nature Resist 1314635 Increased Nature Resist 1414636 Increased Nature Resist 1514637 Increased Nature Resist 1614638 Increased Nature Resist 1714639 Increased Nature Resist 1814640 Increased Nature Resist 1914641 Increased Nature Resist 2014642 Summon Felhound Minion14643 Increased Nature Resist 2114644 Increased Nature Resist 2214645 Increased Nature Resist 2314646 Increased Nature Resist 2414647 Increased Nature Resist 2514648 Increased Nature Resist 2614649 Increased Nature Resist 27

Page 303: Mangos Bible 2 1 3

14650 Increased Nature Resist 2814651 Increased Nature Resist 2914652 Increased Nature Resist 3014653 Increased Nature Resist 3114654 Increased Nature Resist 3214655 Increased Nature Resist 3314656 Increased Nature Resist 3414657 Increased Nature Resist 3514658 Increased Nature Resist 3614659 Increased Nature Resist 3714660 Increased Nature Resist 3814661 Increased Nature Resist 3914662 Increased Nature Resist 4014663 Increased Shadow Resist 0114664 Increased Arcane Resist 0114665 Increased Shadow Resist 0214666 Increased Shadow Resist 0314667 Increased Shadow Resist 0414668 Increased Shadow Resist 0514669 Increased Shadow Resist 0614670 Increased Shadow Resist 0714671 Increased Shadow Resist 0814672 Increased Shadow Resist 0914673 Increased Shadow Resist 1014674 Increased Shadow Resist 1114675 Increased Shadow Resist 1214676 Increased Shadow Resist 1314677 Increased Shadow Resist 1414678 Increased Shadow Resist 1514679 Increased Shadow Resist 1614680 Increased Shadow Resist 1714681 Increased Shadow Resist 1814682 Increased Shadow Resist 1914683 Increased Shadow Resist 2014684 Increased Shadow Resist 2114685 Increased Shadow Resist 2214686 Increased Shadow Resist 2314687 Increased Shadow Resist 2414688 Increased Shadow Resist 2514689 Increased Shadow Resist 2614690 Increased Shadow Resist 2714691 Increased Shadow Resist 2814692 Increased Shadow Resist 2914693 Increased Shadow Resist 3014694 Increased Shadow Resist 3114695 Increased Shadow Resist 32

Page 304: Mangos Bible 2 1 3

14696 Increased Shadow Resist 3314697 Increased Shadow Resist 3514698 Increased Shadow Resist 3614699 Increased Shadow Resist 3714700 Increased Shadow Resist 3814701 Increased Shadow Resist 3914702 Increased Shadow Resist 4014703 Increased Shadow Resist 3414704 Increased Arcane Resist 0214705 Increased Arcane Resist 0314706 Increased Arcane Resist 0414707 Increased Arcane Resist 0514708 Increased Arcane Resist 0614709 Increased Arcane Resist 0714710 Increased Arcane Resist 0814711 Increased Arcane Resist 0914712 Increased Arcane Resist 1014713 Increased Arcane Resist 1114714 Increased Arcane Resist 1214715 Increased Arcane Resist 1314716 Increased Arcane Resist 1414717 Increased Arcane Resist 1514718 Increased Arcane Resist 1614719 Increased Arcane Resist 1714720 Increased Arcane Resist 1814721 Increased Arcane Resist 1914722 Increased Arcane Resist 2014723 Increased Arcane Resist 2114724 Increased Arcane Resist 2214725 Increased Arcane Resist 2314726 Increased Arcane Resist 2414727 Increased Arcane Resist 2514728 Increased Arcane Resist 2614729 Increased Arcane Resist 2714730 Increased Arcane Resist 2814731 Increased Arcane Resist 2914732 Increased Arcane Resist 3014733 Increased Arcane Resist 3114734 Increased Arcane Resist 3214735 Increased Arcane Resist 3314736 Increased Arcane Resist 3414737 Increased Arcane Resist 3514738 Increased Arcane Resist 3614739 Increased Arcane Resist 3714740 Increased Arcane Resist 3814741 Increased Arcane Resist 39

Page 305: Mangos Bible 2 1 3

14742 Increased Arcane Resist 4014743 Focused Casting (Rank 1)14744 Burning Spirit14747 Improved Inner Fire (Rank 1)14748 Improved Power Word: Shield (Rank 1)14749 Improved Power Word: Fortitude (Rank 1)14750 Improved Mana Burn (Rank 1)14751 Inner Focus14752 Divine Spirit (Rank 1)14767 Improved Power Word: Fortitude (Rank 2)14768 Improved Power Word: Shield (Rank 2)14769 Improved Power Word: Shield (Rank 3)14770 Improved Inner Fire (Rank 2)14771 Improved Inner Fire (Rank 3)14772 Improved Mana Burn (Rank 2)14774 Martyrdom (Rank 2)14775 Stilled14776 Meditation (Rank 2)14777 Meditation (Rank 3)14780 Mental Agility (Rank 2)14781 Mental Agility (Rank 3)14782 Mental Agility (Rank 4)14783 Mental Agility (Rank 5)14784 Silent Resolve (Rank 2)14785 Silent Resolve (Rank 3)14786 Silent Resolve (Rank 4)14787 Silent Resolve (Rank 5)14788 Unbreakable Will (Rank 2)14789 Unbreakable Will (Rank 3)14790 Unbreakable Will (Rank 4)14791 Unbreakable Will (Rank 5)14792 Venomhide Poison14793 Increase Shadow Dam 2314794 Increase Shadow Dam 2414795 Venomhide Poison14796 Burning Tar14797 Burning Tar14798 Increase Spell Dam 3014799 Increase Spell Dam 2014801 Idol Room Spawn C14802 Idol Room Spawn B14803 Increased Armor 20014804 Copy of Release Rageclaw14805 Lesser Magic Wand14806 Bloodpetal Zapper14807 Greater Magic Wand

Page 306: Mangos Bible 2 1 3

14808 Greater Magic Wand14809 Lesser Mystic Wand14810 Greater Mystic Wand14811 Lesser Mystic Wand14812 Greater Mystic Wand14813 Dark Iron Drunk Mug14814 Throw Dark Iron Ale14816 Empathy14817 Increased 2H Axe14818 Divine Spirit (Rank 2)14819 Divine Spirit (Rank 3)14820 Divine Spirit (Rank 3)14821 Self Stun - 15 seconds14822 Drunken Rage14823 Drinking14824 Haste14825 Haste14826 Haste14827 Haste14828 Haste14829 Haste14847 Test Enchant Fire Weapon14867 Untalent Visual Effect14868 Curse of Agony14869 Drunken Stupor14870 Drunken Stupor14871 Shadow Bolt Misfire14872 Drunken Rage14873 Sinister Strike14874 Rupture14875 Curse of Agony14887 Shadow Bolt Volley14888 Arei Transform14889 Holy Specialization (Rank 1)14890 Dismounting Blow14891 Smelt Dark Iron14892 Inspiration (Rank 1)14893 Inspiration (Rank 1)14894 Smelt Dark Iron14895 Overpower14897 Slowing Poison14898 Spiritual Healing (Rank 1)14900 Chain Heal14901 Spiritual Guidance (Rank 1)14902 Cheap Shot14903 Rupture

Page 307: Mangos Bible 2 1 3

14904 Master Healer (Rank 1)14907 Frost Nova14908 Improved Renew (Rank 1)14909 Searing Light (Rank 1)14911 Improved Prayer of Healing (Rank 1)14912 Improved Healing (Rank 1)14913 Healing Focus (Rank 1)14914 Holy Fire (Rank 1)14915 Self Visual - Sleep Until Cancelled (DND)14916 Growl (Rank 2)14917 Growl (Rank 3)14918 Growl (Rank 4)14919 Growl (Rank 5)14920 Growl (Rank 6)14921 Growl (Rank 7)14922 Growl (Rank 2)14923 Growl (Rank 3)14924 Growl (Rank 4)14925 Growl (Rank 5)14926 Growl (Rank 6)14927 Growl (Rank 7)14928 Nagmara's Love Potion14929 Fill Nagmara's Vial14930 Quickdraw Quiver14931 Quickdraw Quiver14932 Thick Leather Ammo Pouch14933 Thick Leather Ammo Pouch14934 Increased Spirit 3514935 Increased Agility 4114936 Increased Agility 4214937 Increased Agility 4314938 Increased Agility 4414939 Increased Agility 4514940 Increased Agility 4614941 Increased Intellect 4114942 Increased Intellect 4214943 Increased Intellect 4314944 Increased Intellect 4414945 Increased Intellect 4514946 Increased Intellect 4614947 Increased Spirit 4114948 Increased Spirit 4214949 Increased Spirit 4314950 Increased Spirit 4414951 Increased Spirit 4514952 Increased Spirit 46

Page 308: Mangos Bible 2 1 3

14953 Increased Stamina 4114954 Increased Stamina 4214955 Increased Stamina 4314956 Increased Stamina 4414957 Increased Stamina 4514958 Increased Stamina 4614959 Increased Strength 4114960 Increased Strength 4214961 Increased Strength 4314962 Increased Strength 4414963 Increased Strength 4514964 Increased Strength 4614965 Increased Arcane Resist 4114966 Increased Arcane Resist 4214967 Increased Arcane Resist 4314968 Increased Arcane Resist 4414969 Increased Arcane Resist 4514970 Increased Arcane Resist 4614971 Increased Fire Resist 4114972 Increased Fire Resist 4214973 Increased Fire Resist 4314974 Increased Fire Resist 4414975 Increased Fire Resist 4514976 Increased Fire Resist 4614977 Increased Frost Resist 4114978 Increased Frost Resist 4214979 Increased Frost Resist 4314980 Increased Frost Resist 4414981 Increased Frost Resist 4514982 Increased Frost Resist 4614983 Vigor14984 Increased Nature Resist 4114985 Increased Nature Resist 4214986 Increased Nature Resist 4314987 Increased Nature Resist 4414988 Increased Nature Resist 4514989 Increased Nature Resist 4614990 Increased Shadow Resist 4114991 Increased Shadow Resist 4214992 Increased Shadow Resist 4314993 Increased Shadow Resist 4414994 Increased Shadow Resist 4514995 Increased Shadow Resist 4615007 Resurrection Sickness15008 Holy Specialization (Rank 2)15009 Holy Specialization (Rank 3)

Page 309: Mangos Bible 2 1 3

15010 Holy Specialization (Rank 4)15011 Holy Specialization (Rank 5)15012 Improved Flash Heal (Rank 2)15013 Improved Healing (Rank 2)15014 Improved Healing (Rank 3)15017 Searing Light (Rank 2)15018 Improved Prayer of Healing (Rank 2)15019 Improved Prayer of Healing (Rank 3)15020 Improved Renew (Rank 2)15024 Master Healer (Rank 2)15025 Master Healer (Rank 3)15026 Master Healer (Rank 4)15027 Master Healer (Rank 5)15028 Spiritual Guidance (Rank 2)15029 Spiritual Guidance (Rank 3)15030 Spiritual Guidance (Rank 4)15031 Spiritual Guidance (Rank 5)15033 Summon Ancient Spirits15036 Flametongue Totem Effect (Rank 4)15037 Attack15038 Scorching Totem15039 Flame Shock15040 Molten Blast15041 Fire Ward15042 Curse of Blood15043 Frostbolt15044 Frost Ward15047 Ice Shards (Rank 3)15048 Summon Bomb15049 Summon Robot15050 Psychometry15051 Distract Move15052 Ice Shards (Rank 4)15053 Ice Shards (Rank 5)15054 Distract Test15055 Distract Test15056 Distract Move15057 Mechanical Patch Kit15058 Arcane Instability (Rank 1)15059 Arcane Instability (Rank 2)15060 Arcane Instability (Rank 3)15061 Enrage15062 Shield Wall15063 Frost Nova15064 Nagmara + Rocknot15065 Create Tablet Transcript

Page 310: Mangos Bible 2 1 3

15066 Create PX83-Enigmatron15067 Summon Sprite Darter Hatchling15068 TEST Heal Self15087 Evasion15088 Flurry15089 Frost Shock15090 Dispel Magic15091 Blast Wave15092 Summon Voidwalkers15093 Summon Voidwalkers15094 Summon Voidwalkers15095 Molten Blast15096 Flame Shock15097 Enrage15107 Windwall Totem (Rank 1)15108 Windwall (Rank 1)15109 Windwall (Rank 2)15110 Windwall (Rank 3)15111 Windwall Totem (Rank 2)15112 Windwall Totem (Rank 3)15113 Windwall Totem (Rank 1)15114 Summon Illusionary Dreamwatchers15115 Windwall Totem (Rank 2)15116 Windwall Totem (Rank 3)15117 Chain Lightning15118 Place Threshadon Carcass15119 Apply Seduction Gland15120 Cenarion Beacon15122 Counterspell15123 Resist Fire15124 Arcane Bolt15125 Scarshield Portal15126 Summon Burning Imp15127 Summon Burning Imp15128 Mark of Flames15147 Growl (Rank 3)15148 Growl (Rank 4)15149 Growl (Rank 5)15150 Growl (Rank 6)15151 Growl (Rank 7)15167 Windsor's Frenzy15187 Create Sparkling Stone15207 Lightning Bolt (Rank 9)15208 Lightning Bolt (Rank 10)15209 Lightning Bolt (Rank 9)15210 Lightning Bolt (Rank 10)

Page 311: Mangos Bible 2 1 3

15211 Create Pylon User's Manual15228 Fireball15229 Crystal Restore15230 Arcane Bolt15231 Crystal Force15232 Shadow Bolt15233 Crystal Ward15234 Lightning Bolt15235 Crystal Yield15236 Shock15237 Holy Nova (Rank 1)15238 Holy Smite15239 Crystal Charge15241 Scorch15242 Fireball15243 Fireball Volley15244 Cone of Cold15245 Shadow Bolt Volley15247 Conjure Fel Salve15248 Shank15249 Machine Gun15250 Setup15252 Keg Trap15253 Arcane Explosion15254 Arcane Bolt15255 Mechanical Repair Kit15256 Mechanical Repair Kit15257 Shadow Weaving (Rank 1)15258 Shadow Vulnerability (Rank 1)15259 Darkness (Rank 1)15260 Shadow Focus (Rank 1)15261 Holy Fire (Rank 8)15262 Holy Fire (Rank 2)15263 Holy Fire (Rank 3)15264 Holy Fire (Rank 4)15265 Holy Fire (Rank 5)15266 Holy Fire (Rank 6)15267 Holy Fire (Rank 7)15268 Blackout (Rank 1)15269 Blackout (Rank 1)15270 Spirit Tap (Rank 1)15271 Spirit Tap (Rank 1)15272 Shadow Affinity (Rank 2)15273 Improved Mind Blast (Rank 1)15274 Improved Fade (Rank 1)15275 Improved Shadow Word: Pain (Rank 1)

Page 312: Mangos Bible 2 1 3

15276 Open Bar Door15277 Seal of Reckoning15278 Seal of Reckoning Effect15279 Crystal Spire15280 Cleave Armor15281 Encage Emberseer15282 Encaged Emberseer15283 Stunning Blow15284 Cleave15285 Fireball Volley15286 Vampiric Embrace15288 Fury of Ragnaros15290 Vampiric Embrace15292 Dark Iron Pulverizer15293 Dark Iron Mail15294 Dark Iron Sunderer15295 Dark Iron Shoulders15296 Dark Iron Plate15297 Plans: Dark Iron Pulverizer15298 Plans: Dark Iron Sunderer15299 Plans: Dark Iron Plate15301 Plans: Dark Iron Mail15302 Plans: Dark Iron Shoulders15303 DEBUG Create Samophlange Manual15304 DEBUG Create Samophlange Manual15305 Chain Lightning15306 Shock15307 Darkness (Rank 2)15308 Darkness (Rank 3)15309 Darkness (Rank 4)15310 Darkness (Rank 5)15311 Improved Fade (Rank 2)15312 Improved Mind Blast (Rank 2)15313 Improved Mind Blast (Rank 3)15314 Improved Mind Blast (Rank 4)15316 Improved Mind Blast (Rank 5)15317 Improved Shadow Word: Pain (Rank 2)15318 Shadow Affinity (Rank 1)15320 Shadow Affinity (Rank 3)15323 Blackout (Rank 2)15324 Blackout (Rank 3)15325 Blackout (Rank 4)15326 Blackout (Rank 5)15327 Shadow Focus (Rank 2)15328 Shadow Focus (Rank 3)15329 Shadow Focus (Rank 4)

Page 313: Mangos Bible 2 1 3

15330 Shadow Focus (Rank 5)15331 Shadow Weaving (Rank 2)15332 Shadow Weaving (Rank 3)15333 Shadow Weaving (Rank 4)15334 Shadow Weaving (Rank 5)15335 Spirit Tap (Rank 2)15336 Spirit Tap (Rank 3)15337 Spirit Tap (Rank 4)15338 Spirit Tap (Rank 5)15340 Lesser Arcane Amalgamation15341 Nagmara's Vanish15342 Create Windblossom Berries15343 Create Whipper Root Tubers15344 Create Night Dragon's Breath15345 Item +Mana Leg R115346 Seal of Reckoning15347 Seal of Reckoning Effect15349 Spiritual Healing (Rank 2)15354 Spiritual Healing (Rank 3)15355 Spiritual Healing (Rank 4)15356 Spiritual Healing (Rank 5)15357 Inspiration (Rank 2)15359 Inspiration (Rank 3)15360 zzOLDInspiration (Rank 4)15361 zzOLDInspiration (Rank 5)15362 Inspiration (Rank 2)15363 Inspiration (Rank 3)15366 Songflower Serenade15367 Increased Armor 13015388 Item +HP Leg R115389 Lesser Arcane Amalgamation15390 Item +AC Leg R115391 Lesser Arcane Amalgamation15392 Improved Psychic Scream (Rank 1)15393 Item +FR Leg R115394 Lesser Arcane Amalgamation15396 Item +STR Leg R115397 Lesser Arcane Amalgamation15398 Psychic Scream15399 Item +STA Leg R115400 Lesser Arcane Amalgamation15401 Item +AGI Leg R115402 Lesser Arcane Amalgamation15403 Item +INT Leg R115404 Lesser Arcane Amalgamation15405 Item +SPI Leg R1

Page 314: Mangos Bible 2 1 3

15406 Lesser Arcane Amalgamation15407 Mind Flay (Rank 1)15408 Item +MANA/FR Leg R215427 Greater Arcane Amalgamation15428 Item +HP/FR Leg R215429 Greater Arcane Amalgamation15430 Holy Nova (Rank 2)15431 Holy Nova (Rank 3)15434 Holy Nova (Rank 3)15437 Item +AC/FR Leg R215438 Thorns (Rank 1)15439 Greater Arcane Amalgamation15440 Item +STR/FR Leg R215441 Greater Arcane Amalgamation15442 Item +STA/FR Leg R215444 Greater Arcane Amalgamation15445 Item +AGI/FR Leg R215446 Greater Arcane Amalgamation15447 Item +INT/FR Leg R215448 Improved Psychic Scream (Rank 2)15449 Greater Arcane Amalgamation15450 Improved Psychic Scream (Rank 3)15451 Arcane Bolt15452 Holy Fire (Rank 2)15453 Arcane Explosion15454 Holy Fire (Rank 3)15455 Holy Fire (Rank 4)15456 Item +SPI/FR Leg R215457 Holy Fire (Rank 5)15458 Greater Arcane Amalgamation15459 Holy Fire (Rank 6)15460 Holy Fire (Rank 7)15461 Item +STR/STA Leg R315462 Item +AC/FR Leg R315463 Legendary Arcane Amalgamation15464 Increased Hit Chance 115465 Increased Hit Chance 215466 Increased Hit Chance 315467 Increased Hit Chance 415468 Increased Hit Chance 515470 Curse of Tongues15471 Enveloping Web15472 Shadow Bolt15473 Shadowform15474 Web Explosion15475 Baneful Poison

Page 315: Mangos Bible 2 1 3

15487 Silence15488 Item +MANA/FR Leg R315489 Item +INT/SPI Leg R315490 Legendary Arcane Amalgamation15491 Collect Blessed Water15493 Holy Light15494 Fury of Forgewright15495 Explosive Shot15496 Cleave15497 Frostbolt15498 Holy Smite15499 Frost Shock15500 Shock15501 Earth Shock15502 Sunder Armor15503 Drink Healing Potion15504 Drink Healing Potion15505 Immolate15506 Immolate15507 Lightning Shield15508 Increased Armor 12015529 Gout of Flame15530 Frostbolt15531 Frost Nova15532 Frost Nova15533 Stoned - Channel Cast Visual15534 Polymorph15535 Enveloping Winds (Rank 1)15536 Fireball15537 Shadow Bolt15538 Gout of Flame15539 Conjure Staff of Command15547 Shoot15548 Thunderclap15549 Chained Bolt15550 Trample15567 Rockbiter Weapon (Passive) (Rank 2)15568 Rockbiter Weapon (Passive) (Rank 3)15569 Rockbiter Weapon (Passive) (Rank 4)15570 Immolate15571 Dazed15572 Sunder Armor15573 Fire Blast15574 Fire Blast15575 Flame Cannon15576 Whirlwind

Page 316: Mangos Bible 2 1 3

15577 Whirlwind15578 Whirlwind15579 Cleave15580 Strike15581 Sinister Strike15582 Backstab15583 Rupture15584 Cleave15585 Prayer of Healing15586 Heal15587 Mind Blast15588 Thunderclap15589 Whirlwind15590 Fist Weapons15591 Revive Ringo15592 Firebolt15593 War Stomp15594 Force of Will15595 Force of Will15596 Smoking Heart of the Mountain15597 Formula: Smoking Heart of the Mountain15598 Firebolt (Rank 1)15599 Firebolt15600 Hand of Justice15601 Hand of Justice15602 Lord General's Sword15604 Second Wind15605 Shock15607 Throw15608 Ravenous Claw15609 Hooked Net15610 Kick15611 Lizard Bolt15612 Lizard Bolt15613 Cleave15614 Kick15615 Pummel15616 Flame Shock15617 Shank15618 Snap Kick15619 Throw Wrench15620 Shoot15621 Skull Crack15622 Cleave15623 Cleave15627 Applying the Lure

Page 317: Mangos Bible 2 1 3

15628 Pet Bombling15629 Distracting Shot (Rank 3)15630 Distracting Shot (Rank 4)15631 Distracting Shot (Rank 5)15632 Distracting Shot (Rank 6)15633 Lil' Smoky15634 Schematic: Pet Bombling15635 Schematic: Lil' Smoky15636 Avatar of Flame15637 Distracting Shot (Rank 3)15638 Distracting Shot (Rank 4)15639 Distracting Shot (Rank 5)15640 Distracting Shot (Rank 6)15641 Ironfoe15642 Ironfoe15643 Flames15646 Burst of Knowledge (Rank 1)15647 Summon Common Kitten15648 Summon Corrupted Kitten15649 Collect Corrupted Water15650 Flame Attack Visual15651 Flame Attack Visual Effect15652 Head Smash15653 Acid Spit15654 Shadow Word: Pain15655 Shield Slam15656 Poisonous Stab15657 Backstab15658 Wake Up Princess15659 Chain Lightning15660 Princess Saved15661 Immolate15662 Fireball15663 Cleave15664 Venom Spit15665 Fireball15666 Increased Armor 10015667 Sinister Strike15668 Fiery Burst15687 Increased Armor 25015688 Beast Slaying 4215689 Beast Slaying 10515690 Mind Control15691 Eviscerate15692 Eviscerate15693 Increased Armor 150

Page 318: Mangos Bible 2 1 3

15694 Increased 1H Mace15695 Mana Drain15696 Increase Healing 5315698 Filling Empty Jar15699 Filling Empty Jar15700 Whipper Root Tuber15701 Night Dragon's Breath15702 Filling Empty Jar15708 Mortal Strike15709 Cowardice15710 Summon Flamekin Torcher15711 Summon Flamekin Rager15712 Linken's Boomerang15713 Boomerang15714 Increase Spell Dam 2215715 Increase Spell Dam 2515716 Enrage15717 Increased Dagger15727 Demoralizing Roar15728 Plague Cloud15729 Remove Curse15730 Curse of Mending15731 Curse of Mending15732 Immolate15733 Immolate15734 Summon15735 Arcane Missiles15736 Arcane Missiles15737 Arena Flash15739 Arena Flash15740 Arena Flash15741 Arena Flash15742 Ashcrombe's Teleport (Rank 1)15743 Flamecrack15744 Blast Wave15745 Summon Rookery Whelp15746 Disturb Rookery Egg15748 Freeze Rookery Egg15749 Shield Charge15750 Rookery Whelp Spawn-in Spell15752 Disarm15753 Knockdown15754 Cleave15755 Plans: Hardened Iron Shortsword15756 Plans: Moonsteel Broadsword15757 Plans: Massive Iron Axe

Page 319: Mangos Bible 2 1 3

15758 Increased 1H Axe15759 Increased 1H Axe15760 Increased 1H Mace15761 Increased 1H Mace15762 Increased 1H Mace15763 Increased 1H Sword15764 Increased 1H Sword15765 Increased 1H Sword15766 Increased 2H Axe15767 Increased 2H Axe15768 Increased 2H Axe15769 Increased 2H Sword15770 Increased 2H Sword15771 Increased 2H Sword15772 Increased 2H Sword15773 Increased 2H Mace15774 Increased 2H Mace15775 Increased 2H Mace15776 Increased Dagger15777 Increased Dagger15778 Increased Dagger15779 White Mechanostrider15780 Green Mechanostrider15781 Steel Mechanostrider15782 Frostsaber Cub Death15783 Blizzard15784 Frost Armor15785 Mana Burn15786 Earthbind Totem15787 Moonflare Totem15788 Moonflare15789 Moonflare15790 Arcane Missiles15791 Arcane Missiles15792 Summon Blackhand Veteran15793 Maul15794 Summon Blackhand Dreadweaver15795 Throw15797 Lightning Breath15798 Moonfire15799 Chain Heal15800 Mana Burn15801 Lightning Bolt15802 Shrink15804 Increased Defense15805 Increased Armor 1000

Page 320: Mangos Bible 2 1 3

15806 Attack Power 3415807 Attack Power 3215808 Attack Power 3815809 Attack Power 4215810 Attack Power 4415811 Attack Power 4615812 Attack Power 5215813 Attack Power 5415814 Attack Power 5615815 Attack Power 5815816 Attack Power 6215817 Attack Power 6415818 Attack Power 6615819 Attack Power 6815820 Attack Power 7015821 Attack Power 7215822 Dreamless Sleep15823 Attack Power 7415824 Attack Power 7615825 Attack Power 7815826 Attack Power 8015827 Attack Power 8215828 Attack Power 8415829 Attack Power 8615830 Attack Power 8815831 Attack Power 9015832 Attack Power 9215833 Dreamless Sleep Potion15834 Dreamless Sleep Potion15847 Tail Sweep15848 Festering Rash15849 Chill Wind15850 Chilled15851 Dragonbreath Chili15852 Dragonbreath Chili15853 Lean Wolf Steak15854 Recipe: Lean Wolf Steak15855 Roast Raptor15856 Hot Wolf Ribs15857 Recipe: Roast Raptor15858 Recipe: Hot Wolf Ribs15859 Dominate Mind15860 Impale15861 Jungle Stew15862 Recipe: Jungle Stew15863 Carrion Surprise

Page 321: Mangos Bible 2 1 3

15864 Recipe: Carrion Surprise15865 Mystery Stew15866 Recipe: Mystery Stew15867 Flame Buffet Totem15869 Superior Healing Ward15870 Healing Aura15871 Increased 1H Axe15872 Superior Healing Ward Passive15873 Increased 1H Axe15874 Increased 1H Axe15875 Increased 1H Axe15876 Ice Blast15877 Increased 1H Axe15878 Ice Blast15879 Increased 1H Axe15880 Increased 1H Axe15881 Increased 1H Axe15882 Increased 1H Axe15883 Increased 1H Axe15884 Increased 1H Axe15885 Increased 1H Axe15886 Increased 1H Mace15887 Increased 1H Mace15888 Increased 1H Mace15889 Increased 1H Mace15890 Increased 1H Mace15891 Increased 1H Mace15892 Increased 1H Mace15893 Increased 1H Mace15894 Increased 1H Mace15895 Increased 1H Mace15896 Increased 1H Sword15897 Increased 1H Sword15898 Increased 1H Sword15899 Increased 1H Sword15900 Increased 1H Sword15901 Increased 1H Sword15902 Increased 1H Sword15903 Increased 1H Sword15904 Increased 1H Sword15905 Increased 1H Sword15906 Dragonbreath Chili15907 Increased 2H Axe15908 Recipe: Dragonbreath Chili15909 Increased 2H Axe15910 Heavy Kodo Stew

Page 322: Mangos Bible 2 1 3

15911 Recipe: Heavy Kodo Stew15912 Increased 2H Axe15913 Increased 2H Axe15914 Increased 2H Axe15915 Spiced Chili Crab15916 Increased 2H Axe15917 Increased 2H Axe15918 Spiced Chili Crab15919 Increased 2H Axe15920 Increased 2H Axe15921 Increased 2H Axe15922 Increased 2H Mace15923 Increased 2H Mace15924 Increased 2H Mace15925 Increased 2H Mace15926 Increased 2H Mace15927 Increased 2H Mace15928 Increased 2H Mace15929 Increased 2H Mace15930 Increased 2H Mace15931 Increased 2H Mace15933 Monster Omelet15934 Monster Omelet15935 Crispy Bat Wing15936 Recipe: Crispy Bat Wing15937 Increased 2H Sword15938 Increased 2H Sword15939 Increased 2H Sword15940 Increased 2H Sword15941 Increased 2H Sword15942 Increased 2H Sword15943 Increased 2H Sword15944 Increased 2H Sword15945 Increased 2H Sword15946 Increased 2H Sword15947 Increased Bow15948 Increased Dagger15949 Increased Dagger15950 Increased Dagger15951 Increased Dagger15952 Increased Dagger15953 Increased Dagger15954 Increased Dagger15955 Increased Dagger15956 Fishing Skill +315957 Increased Armor 300

Page 323: Mangos Bible 2 1 3

15958 Collect Rookery Egg15967 Increased Magic Resist 1015968 Lash of Pain15969 Lash of Pain15970 Sleep15971 Demoralizing Roar15972 Glinting Steel Dagger15973 Searing Golden Blade15974 Glinting Steel Dagger15975 Plans: Searing Golden Blade15976 Puncture15978 Puncture15979 Arcane Bolt15980 Mana Burn15981 Rejuvenation15982 Healing Wave15983 Two-Handed Swords15984 One-Handed Axes15985 Two-Handed Axes15986 One-Handed Maces15987 Two-Handed Maces15988 Daggers15989 Staves15990 Spears15991 Polearms15992 Fist Weapons15993 Bijou Vanish15994 Bows15995 Crossbows15996 Guns15997 Thrown15998 Capture Worg Pup15999 Summon Worg Pup16000 Throw16001 Impale16002 Summon Burning Felhound16003 Immolate Visual Passive16004 Summon Burning Felguard16005 Rain of Fire16006 Chain Lightning16007 Draco-Incarcinatrix 90016027 Create Broodling Essence16028 Freeze Rookery Egg - Prototype16029 Create Eggscilliscope16031 Releasing Corrupt Ooze16032 Merging Oozes

Page 324: Mangos Bible 2 1 3

16033 Chain Lightning16034 Shock16035 Concussion (Rank 1)16036 Improved Lightning Bolt (Rank 1)16037 Mind Probe16038 Call of Flame (Rank 1)16039 Convection (Rank 1)16040 Reverberation (Rank 1)16041 Call of Thunder (Rank 1)16043 Improved Stoneclaw Totem (Rank 1)16044 Cleave16045 Encage16046 Blast Wave16047 Emberseer Full Strength16048 Emberseer Growing16049 Emberseer Growing16050 Slowing Ooze16051 Barrier of Light16052 Emberseer Transform16053 Dominion of Soul16054 Flames of the Black Flight16055 Nightsaber16056 Frostsaber16057 Place Unforged Seal16058 Primal Leopard16059 Tawny Sabercat16060 Golden Sabercat16067 Arcane Blast16068 Encage16069 Nefarius Attack 00116070 Nefarius Attack 00016071 Curse of the Firebrand16072 Purify and Place Food16073 Filling16074 Burning Felguard Spawn16075 Throw Axe16076 War Master Voone Unarmed Passive16077 Filling16078 Emberseer Despawn16079 Fire Nova16080 Red Wolf16081 Arctic Wolf16082 Palomino Stallion16083 White Stallion16084 Mottled Red Raptor16085 Improved Searing Totem (Rank 1)

Page 325: Mangos Bible 2 1 3

16086 Improved Fire Nova Totem (Rank 1)16088 Improved Magma Totem (Rank 1)16089 Elemental Fury16090 Improved Chain Lightning (Rank 1)16092 Defensive State (DND)16093 Self Visual - Sleep Until Cancelled (DND)16094 Frost Breath16095 Vicious Rend16096 Cowering Roar16097 Hex16098 Curse of Blood16099 Frost Breath16100 Shoot16101 Fireball16102 Flamestrike16103 Summon Spire Spiderling16104 Crystallize16105 Concussion (Rank 2)16106 Concussion (Rank 3)16107 Concussion (Rank 4)16108 Concussion (Rank 5)16109 Convection (Rank 2)16110 Convection (Rank 3)16111 Convection (Rank 4)16112 Convection (Rank 5)16113 Reverberation (Rank 2)16114 Reverberation (Rank 3)16115 Reverberation (Rank 4)16116 Reverberation (Rank 5)16117 Call of Thunder (Rank 2)16118 Call of Thunder (Rank 3)16119 Call of Thunder (Rank 4)16120 Call of Thunder (Rank 5)16121 Phasing16122 Phasing16123 Improved Chain Lightning (Rank 2)16127 Improved Searing Totem (Rank 2)16128 Infected Bite16129 Improved Magma Totem (Rank 2)16130 Improved Stoneclaw Totem (Rank 2)16131 Improved Stoneclaw Totem (Rank 3)16132 Improved Stoneclaw Totem (Rank 4)16133 Improved Stoneclaw Totem (Rank 5)16134 Blackhand Summoner Presummon Emote16135 Blackhand Summoner Presummon Emote16136 Summoning Portal

Page 326: Mangos Bible 2 1 3

16138 Sharpen Blade V16139 Summoning Portal16140 Exploding Cadaver16141 Exploding Cadaver16142 Cadaver Worms16143 Cadaver Worms16144 Fire Blast16145 Sunder Armor16146 Burning Ravaged Cadaver16147 Burning Flesh16153 Smelt Thorium16154 Smelt Thorium16156 Improved Lightning Bolt (Rank 2)16157 Improved Lightning Bolt (Rank 3)16158 Improved Lightning Bolt (Rank 4)16159 Improved Lightning Bolt (Rank 5)16160 Call of Flame (Rank 2)16161 Call of Flame (Rank 3)16162 Call of Flame (Rank 4)16163 Call of Flame (Rank 5)16164 Elemental Focus16166 Elemental Mastery16167 Rend Blackhand Mounts16168 Flame Buffet16169 Arcing Smash16170 Bloodlust16171 Empower Will16172 Head Crack16173 Totemic Focus (Rank 1)16176 Ancestral Healing (Rank 1)16177 Ancestral Fortitude (Rank 1)16178 Purification (Rank 1)16179 Tidal Focus (Rank 1)16180 Eventide (Rank 1)16181 Improved Lesser Healing Wave (Rank 1)16182 Improved Healing Wave (Rank 1)16183 Improved Chain Heal (Rank 1)16184 Improved Reincarnation (Rank 1)16185 Improved Healing Stream Totem (Rank 1)16186 Fevered Plague16187 Improved Mana Spring Totem (Rank 1)16188 Nature's Swiftness16189 Combat Endurance16190 Mana Tide Totem (Rank 1)16191 Mana Tide (Rank 1)16192 Mana Tide (Rank 1)

Page 327: Mangos Bible 2 1 3

16193 Mana Tide (Rank 1)16194 Tidal Mastery (Rank 1)16195 Create Knucklebone Pouch16196 Eventide (Rank 2)16197 Empty Charm Pouch16198 Eventide (Rank 3)16199 Eventide (Rank 4)16200 Eventide (Rank 5)16201 Improved Healing Stream Totem (Rank 2)16202 Improved Healing Stream Totem (Rank 3)16203 Improved Healing Stream Totem (Rank 4)16204 Improved Healing Stream Totem (Rank 5)16205 Improved Mana Spring Totem (Rank 2)16206 Improved Mana Spring Totem (Rank 3)16207 Improved Mana Spring Totem (Rank 4)16208 Improved Mana Spring Totem (Rank 5)16209 Improved Reincarnation (Rank 2)16210 Purification (Rank 2)16211 Purification (Rank 3)16212 Purification (Rank 4)16213 Purification (Rank 5)16214 Tidal Focus (Rank 2)16215 Tidal Focus (Rank 3)16216 Tidal Focus (Rank 4)16217 Tidal Focus (Rank 5)16218 Tidal Mastery (Rank 2)16219 Tidal Mastery (Rank 3)16220 Tidal Mastery (Rank 4)16221 Tidal Mastery (Rank 5)16222 Totemic Focus (Rank 2)16223 Totemic Focus (Rank 3)16224 Totemic Focus (Rank 4)16225 Totemic Focus (Rank 5)16226 Improved Healing Wave (Rank 2)16227 Improved Healing Wave (Rank 3)16228 Improved Healing Wave (Rank 4)16229 Improved Healing Wave (Rank 5)16230 Improved Lesser Healing Wave (Rank 2)16231 Curse of Recklessness16232 Improved Lesser Healing Wave (Rank 3)16233 Improved Lesser Healing Wave (Rank 4)16234 Improved Lesser Healing Wave (Rank 5)16235 Ancestral Healing (Rank 2)16236 Ancestral Fortitude (Rank 2)16237 Ancestral Fortitude (Rank 3)16238 Ancestral Fortitude (Rank 4)

Page 328: Mangos Bible 2 1 3

16239 Ancestral Fortitude (Rank 5)16240 Ancestral Healing (Rank 3)16241 Ancestral Healing (Rank 4)16242 Ancestral Healing (Rank 5)16243 Ribbon of Souls16244 Demoralizing Shout16245 Freeze Anim16246 Clearcasting16247 Curse of Thorns16248 Curse of Thorns16249 Frostbolt16250 Fireball Volley16251 Totemic Wrath (Rank 1)16252 Toughness (Rank 1)16253 Shield Specialization (Rank 1)16254 Anticipation (Rank 1)16255 Thundering Strikes (Rank 1)16256 Flurry (Rank 1)16257 Flurry (Rank 1)16258 Improved Stoneskin Totem (Rank 1)16259 Improved Strength of Earth Totem (Rank 1)16260 Improved Grace of Air Totem (Rank 1)16261 Improved Lightning Shield (Rank 1)16262 Improved Ghost Wolf (Rank 1)16263 Improved Flametongue Weapon (Rank 1)16264 Improved Frostbrand Weapon (Rank 1)16265 Improved Rockbiter Weapon (Rank 1)16266 Improved Windfury Weapon (Rank 1)16268 Parry16269 Two-Handed Axes and Maces16271 Anticipation (Rank 2)16272 Anticipation (Rank 3)16273 Anticipation (Rank 4)16274 Anticipation (Rank 5)16277 Flurry (Rank 2)16278 Flurry (Rank 3)16279 Flurry (Rank 4)16280 Flurry (Rank 5)16281 Flurry (Rank 2)16282 Flurry (Rank 3)16283 Flurry (Rank 4)16284 Flurry (Rank 5)16285 Improved Flametongue Weapon (Rank 2)16286 Improved Frostbrand Weapon (Rank 2)16287 Improved Ghost Wolf (Rank 2)16288 Improved Grace of Air Totem (Rank 2)

Page 329: Mangos Bible 2 1 3

16289 Improved Grace of Air Totem (Rank 3)16290 Improved Lightning Shield (Rank 2)16291 Improved Lightning Shield (Rank 3)16292 Improved Rockbiter Weapon (Rank 2)16293 Improved Stoneskin Totem (Rank 2)16294 Improved Stoneskin Totem (Rank 3)16295 Improved Strength of Earth Totem (Rank 2)16296 Improved Strength of Earth Totem (Rank 3)16297 Improved Windfury Weapon (Rank 2)16298 Shield Specialization (Rank 2)16299 Shield Specialization (Rank 3)16300 Shield Specialization (Rank 4)16301 Shield Specialization (Rank 5)16302 Thundering Strikes (Rank 2)16303 Thundering Strikes (Rank 3)16304 Thundering Strikes (Rank 4)16305 Thundering Strikes (Rank 5)16306 Toughness (Rank 2)16307 Toughness (Rank 3)16308 Toughness (Rank 4)16309 Toughness (Rank 5)16310 Cadaver Stun16311 Rockbiter Weapon (Passive) (Rank 5)16312 Rockbiter Weapon (Passive) (Rank 6)16313 Rockbiter Weapon (Passive) (Rank 7)16314 Rockbiter Weapon (Rank 5)16315 Rockbiter Weapon (Rank 6)16316 Rockbiter Weapon (Rank 7)16317 Rockbiter Weapon (Rank 6)16318 Rockbiter Weapon (Rank 7)16319 Touch of Vaelastrasz16320 Plate Mail16321 Juju Escape16322 Juju Flurry16323 Juju Power16324 Summon Broken Cadaver16325 Juju Chill16326 Juju Ember16327 Juju Guile16328 Summon Rend Blackhand16329 Juju Might16331 Incorporeal Defense16332 Divine Touch of Vaelastrasz16333 Debilitating Touch16334 Summon Spiteful Phantom16335 Summon Wrath Phantom

Page 330: Mangos Bible 2 1 3

16336 Haunting Phantoms16337 Chromatic Chaos16339 Flametongue Weapon (Rank 4)16340 Frost Breath16341 Flametongue Weapon (Rank 5)16342 Flametongue Weapon (Rank 6)16343 Flametongue Weapon Proc (Rank 5)16344 Flametongue Weapon Proc (Rank 6)16345 Disease Cloud16346 Disease Cloud16347 Flametongue Weapon (Rank 5)16348 Flametongue Weapon (Rank 6)16349 Call of Vaelastrasz16350 Freeze16351 Create Cache of Mau'ari16352 Frostbrand Attack (Rank 4)16353 Frostbrand Attack (Rank 5)16354 Vaelastrasz Spawn16355 Frostbrand Weapon (Rank 4)16356 Frostbrand Weapon (Rank 5)16357 Frostbrand Weapon (Rank 4)16358 Frostbrand Weapon (Rank 5)16359 Corrosive Acid Breath16361 Windfury Attack (Rank 4)16362 Windfury Weapon (Rank 4)16363 Windfury Weapon (Rank 4)16364 Rend Calls For Buff16365 Rend Calls For Buff16366 Enlarge16367 Chain Heal16368 Flametongue Attack16369 Bugs16370 Maggots16371 Rats16372 Chromatic Protection16373 Chromatic Protection: Fire16375 Drain Life16378 Temperature Reading16379 Ozzie Explodes16380 Greater Invisibility16381 Summon Rockwing Gargoyles16387 Flametongue Totem (Rank 4)16388 Flametongue Totem Passive (Rank 4)16389 Flametongue Totem Proc (Rank 4)16390 Flame Breath16391 Chromatic Protection: Nature

Page 331: Mangos Bible 2 1 3

16392 Chromatic Protection: Frost16393 Rend16394 Flametongue Totem (Rank 4)16395 Totemic Wrath (Rank 2)16396 Flame Breath16397 Totemic Wrath (Rank 3)16398 Totemic Wrath (Rank 4)16399 Totemic Wrath (Rank 5)16400 Poison16401 Poison16402 Corruption16403 Rend16404 Banishment of Scale16405 Wound16406 Rend16407 Frost Blast16408 Shadow Bolt16409 Shadow Bolt16410 Shadow Bolt16411 Fatal Wound16412 Fireball16413 Fireball16414 Drain Life16415 Fireball16416 Summon Spire Spiderling16418 Crypt Scarabs16419 Flamestrike16420 Crypt Scarab Confuse16421 Vaelastrasz Dragon Form16423 Crypt Scarab Suicide Passive16424 Crypt Scarab Suicide16426 Alien kill Sire16427 Virulent Poison16428 Virulent Poison Proc16429 Piercing Shadow16430 Soul Tap16431 Bone Armor16432 Plague Mist16433 Wound16447 Spawn Challenge to Urok16448 Black Rot16449 Maggot Slime16450 Summon Smolderweb16451 Judge's Gavel16452 Kill Urok Minion16453 Summon Spire Spiderling

Page 332: Mangos Bible 2 1 3

16454 Searing Blast16455 Lava16456 Slime16457 Call Friends16458 Ghoul Plague16459 Sword Specialization16460 Festering Bites16461 Slime Dysentery16462 Deflection (Rank 1)16463 Deflection (Rank 2)16464 Deflection (Rank 3)16465 Deflection (Rank 4)16466 Deflection (Rank 5)16467 Kirtonos Transform16468 Mother's Milk16469 Web Explosion16470 Gift of Stone16472 Wicked Milking16473 Summoned Urok16474 Create Rookery Spawner16487 Blood Craze (Rank 1)16488 Blood Craze16489 Blood Craze (Rank 2)16490 Blood Craze16491 Blood Craze16492 Blood Craze (Rank 3)16493 Impale (Rank 1)16494 Impale (Rank 2)16495 Fatal Bite16496 Shoot16497 Stun Bomb16498 Faerie Fire16499 Thistle Kinship16502 Release Winna's Kitten16503 Initiative (Rank 4)16504 Initiative (Rank 5)16507 Corrupted Saber Trap16508 Intimidating Roar16509 Rend16510 Corrupted Saber Visual (DND)16511 Hemorrhage (Rank 1)16513 Vile Poisons (Rank 1)16514 Vile Poisons (Rank 2)16515 Vile Poisons (Rank 3)16527 Worg Sentry16528 Numbing Pain

Page 333: Mangos Bible 2 1 3

16529 Destroy Totems (PT)16530 Smolderweb Protection16531 Summon Frail Skeleton16532 Emberseer Object Visual16533 Emberseer Start16534 Emberseer Bonus Damage16536 Flame Buffet16537 Immature Venom Sac16538 One-Handed Weapon Specialization (Rank 1)16539 One-Handed Weapon Specialization (Rank 2)16540 One-Handed Weapon Specialization (Rank 3)16541 One-Handed Weapon Specialization (Rank 4)16542 One-Handed Weapon Specialization (Rank 5)16544 Improved Fire Nova Totem (Rank 2)16546 Improved Grounding Totem (Rank 1)16547 Improved Grounding Totem (Rank 2)16548 Goretooth's Orders16549 Wound16550 Bonespike (Rank 1)16551 Felstriker16552 Venom Spit16553 Ravenous Claw16554 Toxic Bolt16555 Drowning Death16556 Disturb Rookery Egg (FAST)16557 Destroy Spear16558 Destroy Spear16559 Flame Wrath16560 Flame Wrath16561 Regrowth16562 Urok Minions Vanish16563 Drowning Death16564 Gargoyle Strike16565 Banshee Wail16566 Net-o-Matic16567 Tainted Mind16568 Mind Flay16569 Health Funnel16570 Charged Arcane Bolt16572 Shoot (Rank 1)16573 Putrid Bile16574 Putrid Bile16575 Putrid Bile16576 Piercing Screech16577 Disease Cloud16578 Lightning Mastery (Rank 1)

Page 334: Mangos Bible 2 1 3

16579 Lightning Mastery (Rank 2)16580 Lightning Mastery (Rank 3)16581 Lightning Mastery (Rank 4)16582 Lightning Mastery (Rank 5)16583 Shadow Shock16587 Dark Whispers16588 Dark Mending16589 Noggenfogger Elixir16590 Summon Zombie16591 Noggenfogger Elixir16592 Shadowform16593 Noggenfogger Elixir16594 Crypt Scarabs16595 Noggenfogger Elixir16596 Flames of Shahram16597 Curse of Shahram16598 Will of Shahram16599 Blessing of Shahram16600 Might of Shahram16601 Fist of Shahram16602 Shahram16603 Demonfork (Rank 1)16604 Shahram16606 Shahram16608 Drain Life16609 Warchief's Blessing16610 Razorhide16611 Demon Forged Breastplate16612 Agamaggan's Strength16613 Displacing Temporal Rift16614 Lightning Strike16615 Add Lightning Dam - Weap 0316617 Lionheart (Rank 1)16618 Spirit of the Wind16619 Quest - Temporal Parasite Death Summon16620 Proc Self Invulnerability16621 Self Invulnerability16622 Enhance Blunt Weapon V16623 Thorium Shield Spike16624 Thorium Shield Spike16627 Capture Felhound Spirit16628 Capture Infernal Spirit16629 Attuned Dampener16630 Quest - Temporal Parasite Summon #216631 Quest - Temporal Parasite Summon #316633 Create Item Visual (DND)

Page 335: Mangos Bible 2 1 3

16634 Vaelan Spawns16635 Fire Nova16636 Berserker Charge16637 Mend Dragon16638 Increase Nature Dam 3416639 Dense Grinding Stone16640 Dense Weightstone16641 Dense Sharpening Stone16642 Thorium Armor16643 Thorium Belt16644 Thorium Bracers16645 Radiant Belt16646 Imperial Plate Shoulders16647 Imperial Plate Belt16648 Radiant Breastplate16649 Imperial Plate Bracers16650 Wildthorn Mail16651 Thorium Shield Spike16652 Thorium Boots16653 Thorium Helm16654 Radiant Gloves16655 Fiery Plate Gauntlets16656 Radiant Boots16657 Imperial Plate Boots16658 Imperial Plate Helm16659 Radiant Circlet16660 Dawnbringer Shoulders16661 Storm Gauntlets16662 Thorium Leggings16663 Imperial Plate Chest16664 Runic Plate Shoulders16665 Runic Plate Boots16666 Demonic Rune16667 Demon Forged Breastplate16668 Dense Grinding Stone16669 Dense Sharpening Stone16670 Dense Weightstone16671 Plans: Thorium Armor16672 Plans: Thorium Belt16673 Plans: Thorium Bracers16674 Plans: Radiant Belt16675 Plans: Imperial Plate Shoulders16676 Plans: Imperial Plate Belt16677 Plans: Radiant Breastplate16678 Plans: Imperial Plate Bracers16679 Plans: Wildthorn Mail

Page 336: Mangos Bible 2 1 3

16680 Plans: Thorium Shield Spike16681 Plans: Thorium Boots16682 Plans: Thorium Helm16683 Plans: Radiant Gloves16684 Plans: Demon Forged Breastplate16685 Plans: Radiant Boots16686 Plans: Dawnbringer Shoulders16687 Plans: Fiery Plate Gauntlets16688 Plans: Imperial Plate Boots16689 Nature's Grasp (Rank 1)16690 Plans: Imperial Plate Helm16691 Plans: Radiant Circlet16692 Plans: Storm Gauntlets16693 Plans: Thorium Leggings16694 Plans: Imperial Plate Chest16695 Plans: Runic Plate Shoulders16696 Plans: Runic Plate Boots16697 Cower (Rank 6)16698 Cower (Rank 6)16707 Hex16708 Hex16709 Hex16710 Finkle is Einhorn16711 Grow16712 Special Brew16713 Ghostly16714 Smokey16715 Smokey16716 Launch16717 Launch16718 Finkle's Skinner16719 Vile Poisons (Rank 4)16720 Vile Poisons (Rank 5)16721 Summon Finkle Generator16722 Durability Damage (PT)16723 Hold Rifle (Rank 1)16724 Whitesoul Helm16725 Radiant Leggings16726 Runic Plate Helm16727 War Stomp16728 Helm of the Great Chief16729 Lionheart Helm16730 Imperial Plate Leggings16731 Runic Breastplate16732 Runic Plate Leggings16734 Arcane Mastery (Rank 1)

Page 337: Mangos Bible 2 1 3

16735 Arcane Mastery (Rank 2)16736 Arcane Mastery (Rank 3)16737 Arcane Mastery (Rank 4)16738 Arcane Mastery (Rank 5)16739 Orb of Deception16740 War Stomp16741 Stronghold Gauntlets16742 Enchanted Thorium Helm16743 Finkle Questgiver On16744 Enchanted Thorium Leggings16745 Enchanted Thorium Breastplate16746 Invulnerable Mail16747 Plans: Whitesoul Helm16748 Plans: Radiant Leggings16749 Plans: Runic Plate Helm16750 Plans: Helm of the Great Chief16751 Plans: Lionheart Helm16752 Plans: Imperial Plate Leggings16753 Plans: Runic Breastplate16754 Plans: Runic Plate Leggings16755 Plans: Stronghold Gauntlets16756 Unsheathe Rifle (Rank 1)16757 Arctic Reach (Rank 1)16758 Arctic Reach (Rank 2)16759 Plans: Enchanted Thorium Helm16760 Plans: Enchanted Thorium Leggings16761 Plans: Enchanted Thorium Breastplate16762 Plans: Invulnerable Mail16763 Improved Frostbolt (Rank 3)16765 Improved Frostbolt (Rank 4)16766 Improved Frostbolt (Rank 5)16767 Shoot (Rank 1)16768 Shoot (Rank 1)16769 Improved Arcane Missiles (Rank 4)16770 Improved Arcane Missiles (Rank 5)16771 Warosh Tickle16772 Shoot (Rank 1)16775 Shoot (Rank 1)16776 Shoot (Rank 1)16777 Shoot (Rank 1)16778 Shoot (Rank 1)16779 Shoot (Rank 1)16780 Shoot (Rank 1)16781 Combining Charms16782 Lightning Bolt16783 Shadow Bolt

Page 338: Mangos Bible 2 1 3

16784 Shadow Bolt16785 Flamebreak16786 Mortar Shot16787 Warosh's Teleport16788 Fireball16789 Rage16790 Knockdown16791 Furious Anger16792 Furious Anger16793 Draining Blow16794 Transformation16795 Crypt Scarabs16796 Summon Shy-Rotam16798 Enchanting Lullaby16799 Frostbolt16800 Ghoul Rot16801 Warosh's Transform16803 Flash Freeze16804 Flame Shock16805 Conflagration16806 Conflagration16807 Copy of Simple Teleport16809 Spawn Bile Slime16810 Nature's Grasp (Rank 2)16811 Nature's Grasp (Rank 3)16812 Nature's Grasp (Rank 4)16813 Nature's Grasp (Rank 5)16814 Improved Wrath (Rank 1)16815 Improved Wrath (Rank 2)16816 Improved Wrath (Rank 3)16817 Improved Wrath (Rank 4)16818 Improved Wrath (Rank 5)16819 Nature's Reach (Rank 1)16820 Nature's Reach (Rank 2)16821 Improved Moonfire (Rank 1)16822 Improved Moonfire (Rank 2)16823 Improved Moonfire (Rank 3)16824 Improved Moonfire (Rank 4)16825 Improved Moonfire (Rank 5)16827 Claw (Rank 1)16828 Claw (Rank 2)16829 Claw (Rank 3)16830 Claw (Rank 4)16831 Claw (Rank 5)16832 Claw (Rank 6)16833 Natural Shapeshifter (Rank 1)

Page 339: Mangos Bible 2 1 3

16834 Natural Shapeshifter (Rank 2)16835 Natural Shapeshifter (Rank 3)16836 Improved Thorns (Rank 1)16838 Banshee Shriek16839 Improved Thorns (Rank 2)16840 Improved Thorns (Rank 3)16843 Crimson Fury16844 Crimson Fury16845 Moonglow (Rank 1)16846 Moonglow (Rank 2)16847 Moonglow (Rank 3)16850 Improved Starfire (Rank 1)16856 Mortal Strike16857 Faerie Fire (Feral) (Rank 1)16858 Feral Aggression (Rank 1)16859 Feral Aggression (Rank 2)16860 Feral Aggression (Rank 3)16861 Feral Aggression (Rank 4)16862 Feral Aggression (Rank 5)16864 Omen of Clarity16865 Spawn Bile Slimes16866 Venom Spit16867 Banshee Curse16868 Banshee Wail16869 Ice Tomb16870 Clearcasting16871 Bleakwood Curse16872 Raid Buffs16873 Holy Word: Fortitude (Rank 6)16874 Shadow Protection (Rank 3)16875 Divine Spirit (Rank 3)16876 Arcane Intellect (Rank 5)16877 Thorns (Rank 6)16878 Mark of the Wild (Rank 7)16880 Nature's Grace16881 Water Breathing16882 Detect Greater Invisibility16883 Elixir of the Giants16884 Health II16885 Agility VIII16886 Nature's Grace16887 Armor IV16888 Intellect IX16889 Greater Arcane Elixir16890 Regeneration IV16891 Shadow Protection (Rank 3)

Page 340: Mangos Bible 2 1 3

16892 Holy Protection (Rank 1)16893 Nature Protection (Rank 5)16894 Fire Protection (Rank 4)16895 Frost Protection (Rank 5)16896 Moonfury (Rank 1)16897 Moonfury (Rank 2)16898 Blaze16899 Moonfury (Rank 3)16900 Moonfury (Rank 4)16901 Moonfury (Rank 5)16902 Natural Weapons (Rank 1)16903 Natural Weapons (Rank 2)16904 Natural Weapons (Rank 3)16905 Natural Weapons (Rank 4)16906 Natural Weapons (Rank 5)16908 Dispel Magic16909 Vengeance (Rank 1)16910 Vengeance (Rank 2)16911 Vengeance (Rank 3)16912 Vengeance (Rank 4)16913 Vengeance (Rank 5)16914 Hurricane (Rank 1)16915 Hurricane (Rank 2)16916 Strength of the Champion16918 Improved Entangling Roots (Rank 1)16919 Improved Entangling Roots (Rank 2)16920 Improved Entangling Roots (Rank 3)16921 Chain Lightning16922 Starfire Stun16923 Improved Starfire (Rank 2)16924 Improved Starfire (Rank 3)16925 Improved Starfire (Rank 4)16926 Improved Starfire (Rank 5)16927 Chilled16928 Armor Shatter16929 Thick Hide (Rank 1)16930 Thick Hide (Rank 2)16931 Thick Hide (Rank 3)16932 Thick Hide (Rank 4)16933 Thick Hide (Rank 5)16934 Ferocity (Rank 1)16935 Ferocity (Rank 2)16936 Ferocity (Rank 3)16937 Ferocity (Rank 4)16938 Ferocity (Rank 5)16939 Ancestor's Vengeance

Page 341: Mangos Bible 2 1 3

16940 Brutal Impact (Rank 1)16941 Brutal Impact (Rank 2)16942 Sharpened Claws (Rank 1)16943 Sharpened Claws (Rank 2)16944 Sharpened Claws (Rank 3)16947 Feral Instinct (Rank 1)16948 Feral Instinct (Rank 2)16949 Feral Instinct (Rank 3)16950 Feral Instinct (Rank 4)16951 Feral Instinct (Rank 5)16952 Blood Frenzy (Rank 1)16953 Blood Frenzy16954 Blood Frenzy (Rank 2)16958 Primal Fury (Rank 1)16959 Primal Fury (Rank 1)16960 Thorium Greatsword16961 Primal Fury (Rank 2)16965 Bleakwood Hew16966 Improved Shred (Rank 1)16967 Inlaid Thorium Hammer16968 Improved Shred (Rank 2)16969 Ornate Thorium Handaxe16970 Dawn's Edge16971 Huge Thorium Battleaxe16972 Predatory Strikes (Rank 1)16973 Enchanted Battlehammer16974 Predatory Strikes (Rank 2)16975 Predatory Strikes (Rank 3)16978 Blazing Rapier16979 Feral Charge16980 Rune Edge16982 Orb of Fire (Rank 1)16983 Serenity16984 Volcanic Hammer16985 Corruption16986 Blood Talon16987 Darkspear16988 Hammer of the Titans16989 Planting Banner16990 Arcanite Champion16991 Annihilator16992 Frostguard16993 Masterwork Stormhammer16994 Arcanite Reaper16995 Heartseeker16996 Incendia Powder

Page 342: Mangos Bible 2 1 3

16997 Gargoyle Strike16998 Savage Fury (Rank 1)16999 Savage Fury (Rank 2)17002 Feline Swiftness17003 Heart of the Wild (Rank 1)17004 Heart of the Wild (Rank 2)17005 Heart of the Wild (Rank 3)17006 Heart of the Wild (Rank 4)17007 Leader of the Pack17008 Drain Mana17009 Voodoo17010 Freezing Claw17011 Freezing Claw17012 Devour Magic17013 Agamaggan's Agility17014 Bone Shards17015 Destroy Tent17016 Placing Beacon Torch17017 Plans: Thorium Greatsword17018 Plans: Bleakwood Hew17019 Plans: Inlaid Thorium Hammer17020 Plans: Ornate Thorium Handaxe17021 Plans: Dawn's Edge17022 Plans: Huge Thorium Battleaxe17023 Plans: Enchanted Battlehammer17024 Plans: Blazing Rapier17025 Plans: Rune Edge17026 Plans: Serenity17027 Plans: Volcanic Hammer17028 Plans: Corruption17029 Plans: Blood Talon17030 Plans: Darkspear17031 Plans: Hammer of the Titans17032 Plans: Arcanite Champion17033 Plans: Annihilator17034 Plans: Frostguard17035 Plans: Masterwork Stormhammer17036 Plans: Arcanite Reaper17037 Plans: Heartseeker17038 Winterfall Firewater17039 Master Swordsmith17040 Master Hammersmith17041 Master Axesmith17042 Master Swordsmith17043 Master Axesmith17044 Master Hammersmith

Page 343: Mangos Bible 2 1 3

17045 Dawn's Gambit17047 Increase Reputation17048 Soul Claim17050 Improved Mark of the Wild (Rank 1)17051 Improved Mark of the Wild (Rank 2)17052 Decay17053 Improved Mark of the Wild (Rank 3)17054 Improved Mark of the Wild (Rank 4)17055 Improved Mark of the Wild (Rank 5)17056 Furor (Rank 1)17057 Furor17058 Furor (Rank 2)17059 Furor (Rank 3)17060 Furor (Rank 4)17061 Furor (Rank 5)17063 Nature's Focus (Rank 1)17064 Summon Rotting Worms17065 Nature's Focus (Rank 2)17066 Nature's Focus (Rank 3)17067 Nature's Focus (Rank 4)17068 Nature's Focus (Rank 5)17069 Improved Healing Touch (Rank 1)17070 Improved Healing Touch (Rank 2)17071 Improved Healing Touch (Rank 3)17072 Improved Healing Touch (Rank 4)17073 Improved Healing Touch (Rank 5)17074 Improved Regrowth (Rank 1)17075 Improved Regrowth (Rank 2)17076 Improved Regrowth (Rank 3)17077 Improved Regrowth (Rank 4)17078 Improved Regrowth (Rank 5)17079 Improved Enrage (Rank 1)17080 Improved Enrage (Rank 1)17081 Improved Enrage (Rank 2)17082 Improved Enrage (Rank 2)17085 Player Released Thistle Bear17086 Breath17087 Breath17088 Breath17089 Breath17090 Breath17091 Breath17092 Breath17093 Breath17094 Breath17095 Breath

Page 344: Mangos Bible 2 1 3

17097 Breath17099 Furor17104 Gift of Nature (Rank 1)17105 Banshee Curse17106 Reflection (Rank 1)17107 Reflection (Rank 2)17108 Reflection (Rank 3)17111 Improved Rejuvenation (Rank 1)17112 Improved Rejuvenation (Rank 2)17113 Improved Rejuvenation (Rank 3)17114 Improved Rejuvenation (Rank 4)17115 Improved Rejuvenation (Rank 5)17116 Nature's Swiftness17117 Magatha Incendia Powder17118 Subtlety (Rank 1)17119 Subtlety (Rank 2)17120 Subtlety (Rank 3)17121 Subtlety (Rank 4)17122 Subtlety (Rank 5)17123 Improved Tranquility (Rank 1)17124 Improved Tranquility (Rank 2)17131 Hover17132 Pamela's Doll Trap17133 Create Pamela's Doll17134 Musty Tome Trap17136 Onyxia Trans17137 Flash Heal17138 Flash Heal17139 Power Word: Shield17140 Holy Fire17141 Holy Fire17142 Holy Fire17143 Holy Strike17144 Wrath17145 Blast Wave17146 Shadow Word: Pain17147 Exorcism17148 Brain Hacker17149 Exorcism17150 Arcane Might17151 Shadow Barrier17152 Destiny17153 Rend17154 The Green Tower (Rank 1)17155 Sprinkling Purified Water17156 Maul

Page 345: Mangos Bible 2 1 3

17157 Lightning Breath17158 Venom Spit17159 Port to Haleh17160 Port to Mazthoril17161 Taking Moon Well Sample17162 Summon Water Elemental17163 Unsummon Mechanical Yeti17164 Summon Scarlet Hound17165 Mind Flay17166 Release Umi's Yeti17167 Blue Flight17168 Haleh's Will17169 Summon Carrion Scarab17170 Fatal Sting17171 Shadow Shot17172 Hex17173 Drain Life17174 Concussive Shot17175 Resist Arcane17176 Panther Cage Key17177 Seal of Protection17178 Alex's Audacity17179 Boon of Life17180 Enchanted Thorium17181 Enchanted Leather17182 Enchanted Leather17183 Poison17184 Enchanted Thorium17186 Ras Becomes a Boy!17187 Transmute: Arcanite17188 Recipe: Transmute Arcanite17189 Frostwhisper's Lifeblood17190 Ras Frostwhisper Visual Dummy17191 Improved Renew (Rank 3)17194 Mind Blast17195 Scorch17196 Seeping Willow17197 Maggot Goo17198 Overpower17199 Fire Cannon17200 Call of the Hero17201 Dispel Magic17202 Avenge17203 Fireball Volley17204 Summon Skeleton17205 Winterfall Firewater

Page 346: Mangos Bible 2 1 3

17206 Tamed Pet Passive (DND)17207 Whirlwind17208 Tamed Pet Passive (DND)17209 Tamed Pet Passive (DND)17210 Tamed Pet Passive (DND)17211 Tamed Pet Passive (DND)17212 Tamed Pet Passive (DND)17213 Curse of Vengeance17214 Tamed Pet Passive (DND)17215 Tamed Pet Passive (DND)17216 Tamed Pet Passive (DND)17217 Tamed Pet Passive (DND)17218 Tamed Pet Passive (DND)17219 Tamed Pet Passive (DND)17220 Tamed Pet Passive (DND)17221 Tamed Pet Passive (DND)17222 Tamed Pet Passive (DND)17223 Tamed Pet Passive (DND)17224 Upgrade Zigguraut17225 Upgrade Zigguraut17226 Upgrade Zigguraut17227 Curse of Weakness17228 Shadow Bolt Volley17229 Winterspring Frostsaber17230 Infected Wound17231 Summon Illusory Wraith17232 Devotion Aura17233 Lay on Hands (Rank 1)17234 Shadow Shock17235 Raise Undead Scarab17236 Upgrade Zigguraut17237 Upgrade Zigguraut17238 Drain Life17239 Upgrade Zigguraut17240 Upgrade Zigguraut17241 Upgrade Zigguraut17242 Upgrade Zigguraut17243 Drain Mana17244 Possess17245 Improved Nature's Grasp (Rank 1)17246 Possessed17247 Improved Nature's Grasp (Rank 2)17248 Improved Nature's Grasp (Rank 3)17249 Improved Nature's Grasp (Rank 4)17250 Possess17251 Spirit Healer Res

Page 347: Mangos Bible 2 1 3

17252 Mark of the Dragon Lord17253 Bite (Rank 1)17254 Bite (Rank 1)17255 Bite (Rank 2)17256 Bite (Rank 3)17257 Bite (Rank 4)17258 Bite (Rank 5)17259 Bite (Rank 6)17260 Bite (Rank 7)17261 Bite (Rank 8)17262 Bite (Rank 2)17263 Bite (Rank 3)17264 Bite (Rank 4)17265 Bite (Rank 5)17266 Bite (Rank 6)17267 Bite (Rank 7)17268 Bite (Rank 8)17269 Create Resonating Skull17270 Create Bone Dust17271 Test Fetid Skull17272 Summon17273 Pyroblast17274 Pyroblast17275 Heart of the Scale17276 Scald17277 Blast Wave17278 Cannon Fire17279 Summon Crimson Rifleman17280 Increase Spell Dam 4317281 Crusader Strike17283 Smokey's Lighter17284 Holy Strike17285 Enchant Annals of Darrowshire17286 Crusader's Hammer17287 Mind Blast17288 Balnazzar Transform17289 Shadow Shock17290 Fireball17291 Stratholme Holy Water17292 Poison17293 Burning Winds17294 Flame Breath17307 Knockout17308 Stun17310 Summon Darrowshire Spirit17311 Mind Flay (Rank 2)

Page 348: Mangos Bible 2 1 3

17312 Mind Flay (Rank 3)17313 Mind Flay (Rank 4)17314 Mind Flay (Rank 5)17315 Puncture Armor17316 Mind Flay (Rank 3)17317 Mind Flay (Rank 4)17318 Mind Flay (Rank 5)17319 Undead Slayer 8117320 Increase Healing 8417321 Spirit Spawn-in17322 Shadow Reach (Rank 1)17323 Shadow Reach (Rank 2)17324 Beast Slaying 13217325 Shadow Reach (Rank 3)17327 Spirit Particles17328 Aura of Penitence17329 Nature's Grasp (Rank 6)17330 Poison17331 Fang of the Crystal Spider17332 Spider's Kiss17333 Spider's Kiss (Rank 1)17334 Portal Effect: Stormwind17347 Hemorrhage (Rank 2)17348 Hemorrhage (Rank 3)17350 Argent Dawn17351 Argent Dawn (Rank 1)17352 Argent Avenger17353 Shoot17354 Mana Tide Totem (Rank 2)17355 Mana Tide (Rank 2)17356 Mana Tide (Rank 2)17357 Mana Tide (Rank 2)17358 Mana Tide (Rank 3)17359 Mana Tide Totem (Rank 3)17360 Mana Tide (Rank 3)17361 Mana Tide (Rank 3)17362 Mana Tide Totem (Rank 2)17363 Mana Tide Totem (Rank 3)17364 Stormstrike (Rank 1)17366 Fire Nova17367 Increase Spell Dam 3217368 Egan's Blaster17369 Increased Bow17370 Soul Freed17371 Increase Healing 4417372 Egan's Blaster Effect

Page 349: Mangos Bible 2 1 3

17373 Nature's Grasp (Rank 3)17374 Nature's Grasp (Rank 4)17375 Nature's Grasp (Rank 5)17376 Nature's Grasp (Rank 6)17390 Faerie Fire (Feral) (Rank 2)17391 Faerie Fire (Feral) (Rank 3)17392 Faerie Fire (Feral) (Rank 4)17393 Shadow Bolt17396 Faerie Fire (Feral) (Rank 3)17397 Faerie Fire (Feral) (Rank 4)17398 Balnazzar Transform Stun17399 Shadow Shock17400 Perm. Illusion DeathKnight17401 Hurricane (Rank 2)17402 Hurricane (Rank 3)17403 Pattern: Raptor Hide Belt17404 Pattern: Raptor Hide Belt17405 Domination17406 Hurricane (Rank 3)17407 Wound17408 Summon Freed Soul17427 Combat Endurance (Rank 1)17428 Combat Endurance (Rank 2)17429 Combat Endurance (Rank 3)17430 Summon Anubisath Swarmguard17431 Summon Anubisath Warrior17432 Open Stratholme Postbox17433 Schematic: Lovingly Crafted Boomstick17434 Shadow Bolt17435 Shadow Bolt17436 Schematic: Ice Deflector17437 Schematic: Accurate Scope17438 Schematic: Mechanical Dragonling17439 Shadow Shock17441 Air Bubbles17442 Air Bubbles17443 Air Bubbles17445 Bone Smelt17446 The Black Sleep17447 Circle of Flame17448 Testament of Hope17449 Summon Oracle Sphere17450 Ivory Raptor17451 Reputation - Armorsmithing17452 Reputation - Weaponsmithing17453 Green Mechanostrider

Page 350: Mangos Bible 2 1 3

17454 Unpainted Mechanostrider17455 Purple Mechanostrider17456 Red & Blue Mechanostrider17457 Undead Slayer 7517458 Fluorescent Green Mechanostrider17459 Icy Blue Mechanostrider17460 Frost Ram17461 Black Ram17462 Red Skeletal Horse17463 Blue Skeletal Horse17464 Brown Skeletal Horse17465 Green Skeletal Warhorse17466 Unholy Aura17467 Unholy Aura17468 Pet Fish17469 Pet Stone17470 Ravenous Claw17471 Death Pact17472 Death Pact17473 Raise Dead17474 Find Relic Fragment17475 Raise Dead17476 Raise Dead17477 Raise Dead17478 Raise Dead17479 Raise Dead17480 Raise Dead17481 Deathcharger17482 Beast Slaying 4817483 Shadow Bolt17484 Skullforge Brand17485 Ancestral Knowledge (Rank 1)17486 Ancestral Knowledge (Rank 2)17487 Ancestral Knowledge (Rank 3)17488 Ancestral Knowledge (Rank 4)17489 Ancestral Knowledge (Rank 5)17490 Summon Skeleton17492 Hand of Thaurissan17493 Increase Spell Dam 4417494 Slavedriver's Cane17495 Crest of Retribution17496 Crest of Retribution17498 Speed17499 Surge of Strength17500 Malown's Slam17501 Cannon Fire

Page 351: Mangos Bible 2 1 3

17503 Frostbolt17504 Rend17505 Curse of Timmy17506 Soul Breaker17507 Passive Root17508 Undead Slayer 10817509 Shadow Bolt17510 Corruption17511 Poison17512 Piccolo of the Flaming Fire17513 Increased Defense17527 Mighty Rage Potion17528 Mighty Rage17529 Vitreous Focuser17530 Restore Mana17531 Restore Mana17533 Perm. Illusion Pig17534 Healing Potion17535 Elixir of the Sages17536 Awaken Kerlonian17537 Elixir of Brute Force17538 Elixir of the Mongoose17539 Greater Arcane Elixir17540 Greater Stoneshield17543 Fire Protection17544 Frost Protection17545 Holy Protection (Rank 6)17546 Nature Protection17547 Mortal Strike17548 Shadow Protection17549 Arcane Protection17550 Purification17551 Stonescale Oil17552 Mighty Rage Potion17553 Superior Mana Potion17554 Elixir of Superior Defense17555 Elixir of the Sages17556 Major Healing Potion17557 Elixir of Brute Force17559 Transmute: Air to Fire17560 Transmute: Fire to Earth17561 Transmute: Earth to Water17562 Transmute: Water to Air17563 Transmute: Undeath to Water17564 Transmute: Water to Undeath17565 Transmute: Life to Earth

Page 352: Mangos Bible 2 1 3

17566 Transmute: Earth to Life17567 Summon Blood Parrot17570 Greater Stoneshield Potion17571 Elixir of the Mongoose17572 Purification Potion17573 Greater Arcane Elixir17574 Greater Fire Protection Potion17575 Greater Frost Protection Potion17576 Greater Nature Protection Potion17577 Greater Arcane Protection Potion17578 Greater Shadow Protection Potion17579 Greater Holy Protection Potion17580 Major Mana Potion17581 Stonescale Oil17582 Recipe: Mighty Rage Potion17583 Recipe: Superior Mana Potion17584 Recipe: Elixir of Superior Defense17585 Recipe: Elixir of the Sages17586 Recipe: Major Healing Potion17587 Recipe: Elixir of Brute Force17588 Recipe: Transmute Air to Fire17589 Recipe: Transmute Fire to Earth17590 Recipe: Transmute Earth to Water17591 Recipe: Transmute Water to Air17592 Recipe: Transmute Undeath to Water17593 Recipe: Transmute Water to Undeath17594 Recipe: Transmute Life to Earth17595 Recipe: Transmute Earth to Life17596 Recipe: Greater Stoneshield Potion17597 Recipe: Elixir of the Mongoose17598 Recipe: Purification Potion17599 Recipe: Greater Arcane Elixir17600 Recipe: Greater Fire Protection Potion17601 Recipe: Greater Frost Protection Potion17602 Recipe: Greater Nature Protection Potion17603 Recipe: Greater Arcane Protection Potion17604 Recipe: Greater Shadow Protection Potion17605 Recipe: Greater Holy Protection Potion17606 Recipe: Major Mana Potion17607 Portal Effect: Ironforge17608 Portal Effect: Darnassus17609 Portal Effect: Orgrimmar17610 Portal Effect: Thunder Bluff17611 Portal Effect: Undercity17613 Dark Mending17615 Mana Burn

Page 353: Mangos Bible 2 1 3

17616 Corpse Explosion17617 Increased Armor 40017618 Summon Risen Lackey17619 Alchemists Stone17620 Drain Life17621 Reputation - Caer Darrow17622 Caer Darrow Ghosts17623 Visions of the Past17624 Petrification17625 Unholy Aura17626 Flask of the Titans17627 Distilled Wisdom17628 Supreme Power17629 Chromatic Resistance17630 Mana Burn17631 Wail of Souls17632 Alchemist's Stone17633 Arcane Focus17634 Flask of Petrification17635 Flask of the Titans17636 Flask of Distilled Wisdom17637 Flask of Supreme Power17638 Flask of Chromatic Resistance17639 Wail of the Banshee17640 Recipe: Alchemist's Stone17641 Recipe: Flask of Petrification17642 Recipe: Flask of the Titans17643 Recipe: Flask of Distilled Wisdom17644 Recipe: Flask of Supreme Power17645 Recipe: Flask of Chromatic Resistance17646 Summon Onyxia Whelp17647 Create Onyxia Spawner17648 Surrender17649 Accept Surrender17650 Altered Cauldron Toxin17651 Image Projection17652 Image Projection17653 Summon Spectral Projections17667 Light On Fire17668 Ramstein's Lightning Bolts17669 Ramstein's Lightning Bolts17670 Argent Dawn Commission17671 Mortar Disturb17672 Summon Spectral Essence17673 Shade Form Visual17674 Immune: Physical

Page 354: Mangos Bible 2 1 3

17675 Lava Trap 117676 Lava Trap 317677 Lava Trap 417678 Despawn Spectral Combatants17679 Shellfish Trap17680 Spirit Spawn-out17681 Reputation - Caer Darrow17682 Drain Mana17683 Full Heal17684 Increase Fire Dam 3917685 Cleave17686 Deadly Acid17687 Flurry17688 Deadly Acid17689 Disease Burst17690 Disease Burst17691 Time Out17692 Marduk's Curse17694 Summon Darrowshire Poltergeist (DND)17695 Defiling Aura17697 Defiling Aura17698 Death Pact17707 Summon Panda17708 Summon Diablo17709 Summon Zergling17710 Dark Iron Mail17711 Dark Iron Shoulders17712 Lifestone Healing17713 Increased Critical 1017715 Consuming Shadows17716 Consuming Shadows17727 Create Spellstone (Greater)17728 Create Spellstone (Major)17729 Greater Spellstone17730 Major Spellstone17731 Eruption17732 Create Spellstone (Greater)17733 Create Spellstone (Major)17734 Fool's Curse17735 Suffering (Rank 1)17736 Suffering (Rank 1)17737 Language Gutterspeak17738 Curse of the Plague Rat17739 Disease17740 Mana Shield17741 Mana Shield

Page 355: Mangos Bible 2 1 3

17742 Cloud of Disease17743 Peon Sleeping17744 Force Target - Kick17745 Diseased Spit17746 Stealth 517747 Increase Fire Dam 2317748 Kick Peon17749 Kick Peon Prologue17750 Suffering (Rank 2)17751 Suffering (Rank 3)17752 Suffering (Rank 4)17753 Suffering (Rank 2)17754 Suffering (Rank 3)17755 Suffering (Rank 4)17767 Consume Shadows (Rank 1)17768 Wolfshead Helm17769 Wolfshead Helm Rage17770 Wolfshead Helm Energy17771 Curse of Agony17772 Spread17773 Summon Illusions17774 Spread17775 Air Bubbles17776 Consume Shadows (Rank 1)17777 Create Commission17778 Cataclysm (Rank 1)17779 Cataclysm (Rank 2)17780 Cataclysm (Rank 3)17781 Cataclysm (Rank 4)17782 Cataclysm (Rank 5)17783 Fel Concentration (Rank 1)17784 Fel Concentration (Rank 2)17785 Fel Concentration (Rank 3)17786 Fel Concentration (Rank 4)17787 Fel Concentration (Rank 5)17788 Bane (Rank 1)17789 Bane (Rank 2)17790 Bane (Rank 3)17791 Bane (Rank 4)17792 Bane (Rank 5)17793 Improved Shadow Bolt (Rank 1)17794 Shadow Vulnerability17796 Improved Shadow Bolt (Rank 2)17797 Shadow Vulnerability17798 Shadow Vulnerability17799 Shadow Vulnerability

Page 356: Mangos Bible 2 1 3

17800 Shadow Vulnerability17801 Improved Shadow Bolt (Rank 3)17802 Improved Shadow Bolt (Rank 4)17803 Improved Shadow Bolt (Rank 5)17804 Improved Drain Life (Rank 1)17805 Improved Drain Life (Rank 2)17806 Improved Drain Life (Rank 3)17807 Improved Drain Life (Rank 4)17808 Improved Drain Life (Rank 5)17809 Lesser Firestone Attack17810 Improved Corruption (Rank 1)17811 Improved Corruption (Rank 2)17812 Improved Corruption (Rank 3)17813 Improved Corruption (Rank 4)17814 Improved Corruption (Rank 5)17815 Improved Immolate (Rank 1)17816 Sharp Dresser17818 Increased Bow17819 Increase Nature Dam 2917820 Veil of Shadow17821 Increase Arcane Dam 2317822 Increase Arcane Dam 2417823 Increase Arcane Dam 2617824 Increase Arcane Dam 2717825 Increase Arcane Dam 2917826 Increase Arcane Dam 3017827 Increase Arcane Dam 3117828 Increase Arcane Dam 3317829 Increase Arcane Dam 3417830 Increase Arcane Dam 3617831 Call of the Grave17832 Increase Arcane Dam 3717833 Improved Immolate (Rank 2)17834 Improved Immolate (Rank 3)17835 Improved Immolate (Rank 4)17836 Improved Immolate (Rank 5)17837 Increase Arcane Dam 3917838 Increase Arcane Dam 4017839 Increase Arcane Dam 4117840 Increase Arcane Dam 4317841 Increase Arcane Dam 4417842 Increase Arcane Dam 4617843 Flash Heal17844 Increase Arcane Dam 4717845 Increase Arcane Dam 4917846 Increase Arcane Dam 50

Page 357: Mangos Bible 2 1 3

17847 Increase Arcane Dam 5117848 Increase Arcane Dam 5317849 Increase Arcane Dam 5417850 Consume Shadows (Rank 2)17851 Consume Shadows (Rank 3)17852 Consume Shadows (Rank 4)17853 Consume Shadows (Rank 5)17854 Consume Shadows (Rank 6)17855 Consume Shadows (Rank 2)17856 Consume Shadows (Rank 3)17857 Consume Shadows (Rank 4)17859 Consume Shadows (Rank 5)17860 Consume Shadows (Rank 6)17862 Curse of Shadow (Rank 1)17863 Shadow Portal17864 Improved Drain Mana (Rank 1)17865 Curse of Shadow (Rank 1)17866 Increase Fire Dam 2417867 Increase Fire Dam 2617868 Increase Fire Dam 2717869 Increase Fire Dam 3017870 Increase Fire Dam 3117871 Increase Fire Dam 3317872 Increase Fire Dam 3417873 Increase Fire Dam 3617874 Increase Fire Dam 3717875 Increase Fire Dam 4017876 Increase Fire Dam 4117877 Shadowburn (Rank 1)17878 Increase Fire Dam 4317879 Increase Fire Dam 4417880 Increase Fire Dam 4617881 Increase Fire Dam 4717882 Increase Fire Dam 4917883 Immolate17884 Increase Fire Dam 5017885 Increase Fire Dam 5117886 Increase Fire Dam 5317887 Increase Fire Dam 5417889 Increase Frost Dam 2317890 Increase Frost Dam 2417891 Increase Frost Dam 2617892 Increase Frost Dam 2717893 Increase Frost Dam 3017894 Increase Frost Dam 3117895 Increase Frost Dam 33

Page 358: Mangos Bible 2 1 3

17896 Increase Frost Dam 3417897 Increase Frost Dam 3617898 Increase Frost Dam 3717899 Increase Frost Dam 3917900 Increase Frost Dam 4017901 Increase Frost Dam 4117902 Increase Frost Dam 4317903 Increase Frost Dam 4417904 Decrease Mana Cost - Fire17905 Increase Frost Dam 4617906 Increase Frost Dam 4717907 Increase Frost Dam 4917908 Increase Frost Dam 5017909 Increase Frost Dam 5117910 Increase Frost Dam 5317911 Increase Frost Dam 5417912 Decrease Mana Cost - Shadow17913 Decrease Mana Cost - Nature17914 Decrease Mana Cost - Frost17915 Decrease Mana Cost - Arcane17916 Decrease Mana Cost - Shadow17917 Destructive Reach (Rank 1)17918 Destructive Reach (Rank 2)17919 Searing Pain (Rank 2)17920 Searing Pain (Rank 3)17921 Searing Pain (Rank 4)17922 Searing Pain (Rank 5)17923 Searing Pain (Rank 6)17924 Soul Fire (Rank 2)17925 Death Coil (Rank 2)17926 Death Coil (Rank 3)17927 Improved Searing Pain (Rank 1)17928 Howl of Terror (Rank 2)17929 Improved Searing Pain (Rank 2)17930 Improved Searing Pain (Rank 3)17931 Improved Searing Pain (Rank 4)17932 Improved Searing Pain (Rank 5)17933 Firestone Attack17934 Greater Firestone Attack17935 Major Firestone Attack17936 Firestone Effect17937 Curse of Shadow (Rank 2)17938 Curse of Shadow (Rank 2)17939 Shadow Portal17940 Greater Firestone Effect17941 Shadow Trance

Page 359: Mangos Bible 2 1 3

17942 Major Firestone Effect17943 Shadow Portal17944 Shadow Portal17945 Firestone Passive (Rank 2)17946 Shadow Portal17947 Firestone Passive (Rank 3)17948 Shadow Portal17949 Firestone Passive (Rank 4)17950 Shadow Portal17951 Create Firestone17952 Create Firestone (Greater)17953 Create Firestone (Major)17954 Emberstorm (Rank 1)17955 Emberstorm (Rank 2)17956 Emberstorm (Rank 3)17957 Emberstorm (Rank 4)17958 Emberstorm (Rank 5)17959 Ruin (Rank 1)17960 Kodo Bones Trap17961 Scarlet Illusion17962 Conflagrate (Rank 1)17963 Sundering Cleave17987 Increase Nature Dam 2317988 Increase Nature Dam 2417989 Increase Nature Dam 2617990 Increase Nature Dam 2717991 Increase Nature Dam 3017992 Increase Nature Dam 3117993 Increase Nature Dam 3317994 Increase Nature Dam 3617995 Increase Nature Dam 3717996 Increase Nature Dam 3917997 Increase Nature Dam 4017998 Increase Nature Dam 4117999 Increase Nature Dam 4318000 Increase Nature Dam 4418001 Increase Nature Dam 4618002 Increase Nature Dam 4718003 Increase Nature Dam 4918004 Increase Nature Dam 5018005 Increase Nature Dam 5118006 Increase Nature Dam 5318007 Increase Nature Dam 5418008 Increase Shadow Dam 2618009 Increase Shadow Dam 2718010 Increase Shadow Dam 29

Page 360: Mangos Bible 2 1 3

18011 Increase Shadow Dam 3018012 Increase Shadow Dam 3118013 Increase Shadow Dam 3318014 Increase Shadow Dam 3418015 Increase Shadow Dam 3618016 Increase Shadow Dam 3718017 Increase Shadow Dam 3918018 Increase Shadow Dam 4018019 Increase Shadow Dam 4118020 Increase Shadow Dam 4318021 Increase Shadow Dam 4418022 Increase Shadow Dam 4618023 Increase Shadow Dam 4718024 Increase Shadow Dam 4918025 Increase Shadow Dam 5018026 Increase Shadow Dam 5118027 Increase Shadow Dam 5318028 Increase Shadow Dam 5418029 Increase Healing 3518030 Increase Healing 3718031 Increase Healing 4018032 Increase Healing 4218033 Increase Healing 4618034 Increase Healing 4818035 Increase Healing 5118036 Increase Healing 5518037 Increase Healing 5718038 Increase Healing 5918039 Increase Healing 6218040 Increase Healing 6418041 Increase Healing 6618042 Increase Healing 6818043 Increase Healing 7018044 Increase Healing 7318045 Increase Healing 7518046 Increase Healing 7718047 Increase Healing 7918048 Increase Healing 8118049 Increase Spell Dam 2618050 Increase Spell Dam 3318052 Increase Spell Dam 3418053 Increase Spell Dam 3618054 Increase Spell Dam 3718055 Increase Spell Dam 3918056 Increase Spell Dam 4018057 Increase Spell Dam 41

Page 361: Mangos Bible 2 1 3

18058 Increase Spell Dam 4218060 Attack Power 20018061 Increased 1H Sword18062 Increased Dodge 818063 Increased Parry 518064 Increased Block 2018066 Increased Hit Chance 1018067 Beast Slaying 4518068 Increased Armor 27018069 Increased Armor 16018070 Earthborer Acid18071 Enriched Manna Biscuit18072 Uppercut18073 Pyroclasm (Rank 2)18074 Undead Slayer 3018075 Rend18076 Beast Slaying 7218077 Poison18078 Rend18079 Demon Slaying 3318080 Beast Slaying 2118081 Lightning Bolt (Rank 1)18082 Fireball18083 Firebolt18084 Drain Life18085 Frost Blast18086 Firebolt18087 Demon Slaying 7818088 Corruption18089 Lightning Bolt (Rank 1)18090 Wound18091 Arcane Blast18092 Frost Blast18093 Pyroclasm18094 Nightfall (Rank 1)18095 Nightfall (Rank 2)18096 Pyroclasm (Rank 1)18097 The Green Tower18098 Undead Slayer 4518099 Chill Nova18100 Frost Armor18101 Chilled (Rank 1)18103 Backhand18104 Wrath18105 Fireball18106 Rend

Page 362: Mangos Bible 2 1 3

18107 Wound18108 Fireball18109 Beast Slaying 3918110 Transform Viewing Room Students18111 Shadow Bolt18112 Firebolt18113 Manifestation Cleansing18114 Resist All18115 Viewing Room Student Transform - Effect18116 Kirtonos Gargoyle Passive18118 Aftermath18119 Aftermath (Rank 1)18120 Aftermath (Rank 2)18121 Aftermath (Rank 3)18122 Aftermath (Rank 4)18123 Aftermath (Rank 5)18124 Blessed Sunfruit18125 Blessed Sunfruit18126 Improved Firebolt (Rank 1)18127 Improved Firebolt (Rank 2)18128 Improved Lash of Pain (Rank 1)18129 Improved Lash of Pain (Rank 2)18130 Devastation (Rank 1)18131 Devastation (Rank 2)18132 Devastation (Rank 3)18133 Devastation (Rank 4)18134 Devastation (Rank 5)18135 Intensity (Rank 1)18136 Intensity (Rank 2)18137 Shadowguard (Rank 1)18138 Shadow Bolt18140 Blessed Sunfruit Juice18141 Blessed Sunfruit Juice18142 Peasant Transform18144 Swoop18145 Force Target - Kick with impact18146 Chilling Touch18147 Static Field18148 Static Field18149 Volatile Infection18150 Volatile Infection18151 Noxious Catalyst18152 Draining Touch18153 Kodo Kombobulator18154 Searing Pain (Rank 2)18155 Searing Pain (Rank 3)

Page 363: Mangos Bible 2 1 3

18156 Searing Pain (Rank 4)18157 Searing Pain (Rank 5)18158 Searing Pain (Rank 6)18159 Curse of the Fallen Magram18160 Soul Fire (Rank 2)18161 Death Coil (Rank 2)18162 Death Coil (Rank 3)18163 Strength of Arko'narin18164 Shadow Bolt18165 Holy Fire18166 Summon Magram Ravager18167 Holy Fire18169 Howl of Terror (Rank 2)18170 Create Firestone (Greater)18171 Create Firestone (Major)18172 Kodo Kombobulator18173 Burning Adrenaline18174 Suppression (Rank 1)18175 Suppression (Rank 2)18176 Suppression (Rank 3)18177 Suppression (Rank 4)18178 Suppression (Rank 5)18179 Improved Curse of Weakness (Rank 1)18180 Improved Curse of Weakness (Rank 2)18181 Improved Curse of Weakness (Rank 3)18182 Improved Life Tap (Rank 1)18183 Improved Life Tap (Rank 2)18184 Sire's Suicide18185 Increased Defense18186 Firebolt18187 Firebolt (Rank 1)18188 Increased Armor 18018189 TEST Arcane Concentration (Rank 5)18190 Increased Armor 14018191 Increased Stamina18192 Increased Agility18193 Increased Spirit18194 Mana Regeneration18195 Increased Armor 22018196 Increased Defense18197 Poison18198 Undead Slayer 6618199 Fireball18200 Rend18201 Beast Slaying 2418202 Rend

Page 364: Mangos Bible 2 1 3

18203 Poison18204 Frost Blast18205 Shadow Bolt18206 Fatal Wound18207 Beast Slaying 6018208 Poison18209 Test Grow18210 Test Shrink18211 Shadow Bolt18212 Demon Slaying 9918213 Improved Drain Soul (Rank 1)18214 Shadow Bolt18217 Shadow Bolt18218 Grim Reach (Rank 1)18219 Grim Reach (Rank 2)18220 Dark Pact (Rank 1)18222 Health Regeneration18223 Curse of Exhaustion18229 Food18230 Food18231 Food18232 Food18233 Food18234 Food18238 Spotted Yellowtail18239 Cooked Glossy Mightfish18240 Grilled Squid18241 Filet of Redgill18242 Hot Smoked Bass18243 Nightfin Soup18244 Poached Sunscale Salmon18245 Lobster Stew18246 Mightfish Steak18247 Baked Salmon18248 Fishing (Artisan)18249 Artisan Fishing18250 Recipe: Spotted Yellowtail18251 Recipe: Cooked Glossy Mightfish18252 Recipe: Filet of Redgill18253 Recipe: Grilled Squid18254 Recipe: Hot Smoked Bass18255 Recipe: Nightfin Soup18256 Recipe: Poached Sunscale Salmon18257 Recipe: Lobster Stew18258 Recipe: Mightfish Steak18259 Recipe: Baked Salmon

Page 365: Mangos Bible 2 1 3

18260 Cooking (Artisan)18261 Artisan Cook18262 Call Bloodshot18264 Headmaster's Charge18265 Siphon Life (Rank 1)18266 Curse of Agony18267 Curse of Weakness18268 Fire Shield18269 Kodo Kombobulator18270 Dark Plague18271 Shadow Mastery (Rank 1)18272 Shadow Mastery (Rank 2)18273 Shadow Mastery (Rank 3)18274 Shadow Mastery (Rank 4)18275 Shadow Mastery (Rank 5)18276 Frost Blast18277 Curse of Agony18278 Silence (Rank 1)18280 Curse of Agony Dummy (Rank 1)18281 Increased Armor 21018282 Dummy Spell18288 Amplify Curse18289 Creeping Mold18307 Death by Peasant18308 Death by Peasant18309 Bear Form (Shapeshift)18310 Improved Curse of Exhaustion (Rank 1)18311 Improved Curse of Exhaustion (Rank 2)18312 Improved Curse of Exhaustion (Rank 3)18313 Improved Curse of Exhaustion (Rank 4)18327 Silence18328 Incapacitating Shout18347 Haunted18348 Poltergeist Periodic Schedule (DND)18349 Poltergeist Periodic (DND)18350 Dummy Trigger18351 Breath18352 Breath18353 Breath18354 Breath18355 Breath18356 Breath18357 Breath18358 Breath18359 Breath18360 Breath

Page 366: Mangos Bible 2 1 3

18361 Breath18362 Kodo Kombobulator18363 Riding Kodo18364 Cloak of Fire18367 Create Dawn's Gambit18368 Strike18369 Increased Defense18371 Soul Siphon18372 Improved Drain Soul (Rank 2)18373 Aynasha's Root18374 Cloak of Fire18375 Aynasha's Arrow18376 Corruption18377 Kodo Kombobulator18378 Increased Mana Regen18379 Increased Mana Regen18380 Poltergeist Despawn (DND)18381 Cripple (Rank 1)18382 Increased Critical Spell18383 Poltergeist Despawn Schedule (DND)18384 Increased Critical Spell18385 Replenish Mana18386 Heal Pet18387 Onyxia18388 Quick Fade18389 dmg518390 dmg618391 Speed Burst18392 Fireball18393 Improved Drain Mana (Rank 2)18394 Drain Mana (Rank 1)18395 Dismounting Shot18396 Dismounting Blast18397 Filling18398 Frost Blast18399 Flamestrike18400 Piccolo of the Flaming Fire18401 Bolt of Runecloth18402 Runecloth Belt18403 Frostweave Tunic18404 Frostweave Robe18405 Runecloth Bag18406 Runecloth Robe18407 Runecloth Tunic18408 Cindercloth Vest18409 Runecloth Cloak

Page 367: Mangos Bible 2 1 3

18410 Ghostweave Belt18411 Frostweave Gloves18412 Cindercloth Gloves18413 Ghostweave Gloves18414 Brightcloth Robe18415 Brightcloth Gloves18416 Ghostweave Vest18417 Runecloth Gloves18418 Cindercloth Cloak18419 Felcloth Pants18420 Brightcloth Cloak18421 Wizardweave Leggings18422 Cloak of Fire18423 Runecloth Boots18424 Frostweave Pants18425 Kick - Silenced18427 Aggression (Rank 1)18428 Aggression (Rank 2)18429 Aggression (Rank 3)18430 Onyxia Hover18431 Bellowing Roar18432 Fire Nova18433 Dummy Trigger 218434 Cindercloth Pants18435 Flame Breath18436 Robe of Winter Night18437 Felcloth Boots18438 Runecloth Pants18439 Brightcloth Pants18440 Mooncloth Leggings18441 Ghostweave Pants18442 Felcloth Hood18443 Safe Fall18444 Runecloth Headband18445 Mooncloth Bag18446 Wizardweave Robe18447 Mooncloth Vest18448 Mooncloth Shoulders18449 Runecloth Shoulders18450 Wizardweave Turban18451 Felcloth Robe18452 Mooncloth Circlet18453 Felcloth Shoulders18454 Gloves of Spell Mastery18455 Bottomless Bag18456 Truefaith Vestments

Page 368: Mangos Bible 2 1 3

18457 Robe of the Archmage18458 Robe of the Void18459 Incinerate (Rank 1)18460 Incinerate (Rank 2)18461 Vanish Purge18462 Arcane Meditation (Rank 1)18463 Arcane Meditation (Rank 2)18464 Arcane Meditation (Rank 3)18465 Arcane Meditation (Rank 4)18466 Arcane Meditation (Rank 5)18467 Improved Arcane Explosion (Rank 4)18468 Improved Arcane Explosion (Rank 5)18469 Counterspell - Silenced18470 Bolt of Runecloth18471 Runecloth Belt18472 Pattern: Frostweave Tunic18473 Pattern: Frostweave Robe18474 Pattern: Runecloth Bag18475 Pattern: Runecloth Robe18476 Summon Minion18477 Pattern: Runecloth Tunic18478 Pattern: Cindercloth Vest18479 Pattern: Runecloth Cloak18480 Pattern: Ghostweave Belt18481 Pattern: Frostweave Gloves18482 Pattern: Cindercloth Gloves18487 Pattern: Ghostweave Gloves18488 Pattern: Brightcloth Robe18489 Pattern: Brightcloth Gloves18490 Pattern: Ghostweave Vest18491 Pattern: Runecloth Gloves18492 Pattern: Cindercloth Cloak18493 Pattern: Felcloth Pants18494 Pattern: Brightcloth Cloak18495 Pattern: Wizardweave Leggings18496 Pattern: Cloak of Fire18497 Pattern: Runecloth Boots18498 Shield Bash - Silenced18499 Berserker Rage18500 Wing Buffet18501 Enrage18502 Curse of Hakkar18503 Hex18507 Pattern: Frostweave Pants18508 Pattern: Cindercloth Pants18509 Pattern: Robe of Winter Night

Page 369: Mangos Bible 2 1 3

18510 Pattern: Felcloth Boots18511 Pattern: Runecloth Pants18512 Pattern: Brightcloth Pants18513 Pattern: Mooncloth Leggings18514 Pattern: Ghostweave Pants18515 Pattern: Felcloth Hood18516 Pattern: Runecloth Headband18517 Pattern: Mooncloth Bag18518 Pattern: Wizardweave Robe18519 Pattern: Mooncloth Vest18520 Charisma18521 Pattern: Mooncloth Shoulders18522 Pattern: Runecloth Shoulders18524 Pattern: Wizardweave Turban18525 Pattern: Felcloth Robe18526 Pattern: Mooncloth Circlet18527 Pattern: Felcloth Shoulders18528 Pattern: Gloves of Spell Mastery18529 Pattern: Bottomless Bag18530 Divine Fury (Rank 1)18531 Divine Fury (Rank 2)18532 Pattern: Truefaith Vestments18533 Divine Fury (Rank 3)18534 Divine Fury (Rank 4)18535 Divine Fury (Rank 5)18536 Pattern: Robe of the Archmage18537 Pattern: Robe of the Void18540 Ritual of Doom18541 Ritual of Doom Effect18542 Immolate18543 Flame Lash18544 Force of Will (Rank 1)18545 Scorpid Sting18546 Overdrive18547 Force of Will (Rank 2)18548 Force of Will (Rank 3)18549 Force of Will (Rank 4)18550 Force of Will (Rank 5)18551 Mental Strength (Rank 1)18552 Mental Strength (Rank 2)18553 Mental Strength (Rank 3)18554 Mental Strength (Rank 4)18555 Mental Strength (Rank 5)18556 Berserker Rage18557 Drain Life18559 Demon Pick

Page 370: Mangos Bible 2 1 3

18560 Mooncloth18561 Shoot18562 Innervate18563 Ritual: Mooncloth18564 Breath18565 Breath18566 Breath18567 Breath18568 Breath18569 Breath18570 Breath18571 Breath18572 Breath18573 Breath18574 Breath18575 Breath18576 Breath18578 Breath18579 Breath18580 Breath18581 Breath18582 Breath18583 Breath18584 Breath18585 Breath18586 Breath18587 Breath18588 Breath18589 Breath18590 Breath18591 Breath18592 Breath18593 Breath18594 Breath18595 Breath18596 Breath18597 Breath18598 Breath18599 Breath18600 Breath18601 Breath18602 Breath18603 Breath18604 Breath18605 Breath18606 Breath

Page 371: Mangos Bible 2 1 3

18607 Breath18608 First Aid (Rank 9)18609 Breath18610 First Aid (Rank 10)18611 Breath18612 Breath18613 Breath18614 Breath18615 Breath18616 Breath18617 Breath18618 Breath18619 Breath18620 Breath18621 Breath18622 Breath18623 Breath18624 Breath18625 Breath18626 Breath18627 Breath18628 Breath18629 Runecloth Bandage18630 Heavy Runecloth Bandage18631 Runecloth Bandage18632 Heavy Runecloth Bandage18633 Weakening Disease18634 Target Dummy - Event 00118647 Banish (Rank 2)18648 Banish (Rank 2)18649 Shadow Shot18650 Summon Marduk the Black18651 Multi-Shot18652 Siphon Health18653 Siphon Health18654 Siphon Health18655 Mortar Animate18656 Corruption18657 Hibernate (Rank 2)18658 Hibernate (Rank 3)18659 Hibernate (Rank 2)18660 Hibernate (Rank 3)18661 Araj's Phylactery18662 Curse of Doom Effect18663 Shadow Shock18664 Pattern: Bright Yellow Shirt

Page 372: Mangos Bible 2 1 3

18665 Pattern: Enchanter's Cowl18666 Corrupt Redpath18667 Recipe: Frost Oil18668 Pattern: Gem-studded Leather Belt18669 Schematic: Minor Recombobulator18670 Knock Away18671 Curse of Agony18672 Increased All Resist 0118673 Increased All Resist 0218674 Increased All Resist 0318675 Increased All Resist 0418676 Increased All Resist 0518677 Increased All Resist 0618678 Increased All Resist 0718679 Increased All Resist 0818680 Increased All Resist 0918681 Increased All Resist 1018682 Increased All Resist 1118683 Increased All Resist 1218684 Increased All Resist 1318685 Increased All Resist 1418686 Increased All Resist 1518687 Increased All Resist 1618688 Increased All Resist 1718689 Increased All Resist 1818690 Increased All Resist 1918691 Increased All Resist 2018692 Improved Healthstone (Rank 1)18693 Improved Healthstone (Rank 2)18694 Improved Imp (Rank 1)18695 Improved Imp (Rank 2)18696 Improved Imp (Rank 3)18697 Demonic Embrace (Rank 1)18698 Demonic Embrace (Rank 2)18699 Demonic Embrace (Rank 3)18700 Demonic Embrace (Rank 4)18701 Demonic Embrace (Rank 5)18702 Curse of the Darkmaster18703 Improved Health Funnel (Rank 1)18704 Improved Health Funnel (Rank 2)18705 Improved Voidwalker (Rank 1)18706 Improved Voidwalker (Rank 2)18707 Improved Voidwalker (Rank 3)18708 Fel Domination18709 Master Summoner (Rank 1)18710 Master Summoner (Rank 2)

Page 373: Mangos Bible 2 1 3

18711 Forging18727 Tamed Pet Passive (DND)18728 Tamed Pet Passive (DND)18729 Tamed Pet Passive (DND)18730 Tamed Pet Passive (DND)18731 Fel Intellect (Rank 1)18733 Air Bubbles18735 Tamed Pet Passive (DND)18736 Tamed Pet Passive (DND)18737 Tamed Pet Passive (DND)18738 Tamed Pet Passive (DND)18739 Tamed Pet Passive (DND)18740 Tamed Pet Passive (DND)18741 Tamed Pet Passive (DND)18742 Tamed Pet Passive (DND)18743 Fel Intellect (Rank 2)18744 Fel Intellect (Rank 3)18745 Fel Intellect (Rank 4)18746 Fel Intellect (Rank 5)18747 Blue Dragon Immunity (PT)18748 Fel Stamina (Rank 1)18749 Fel Stamina (Rank 2)18750 Fel Stamina (Rank 3)18751 Fel Stamina (Rank 4)18752 Fel Stamina (Rank 5)18753 Curse of Doom18754 Improved Succubus (Rank 1)18755 Improved Succubus (Rank 2)18756 Improved Succubus (Rank 3)18757 Master Conjuror (Rank 1)18758 Master Conjuror (Rank 2)18759 Swallow Soul18761 Swallow Soul18762 Hand of Iruxos18763 Freeze18764 Fungal Regrowth (Rank 1)18765 Sweeping Strikes18767 Improved Firestone (Rank 1)18768 Improved Firestone (Rank 2)18769 Unholy Power (Rank 1)18770 Unholy Power (Rank 2)18771 Unholy Power (Rank 3)18772 Unholy Power (Rank 4)18773 Unholy Power (Rank 5)18774 Improved Spellstone (Rank 1)18775 Improved Spellstone (Rank 2)

Page 374: Mangos Bible 2 1 3

18787 Heaven's Blessing18788 Demonic Sacrifice18789 Burning Wish18790 Fel Stamina18791 Touch of Shadow18792 Fel Energy18793 Kodo Kombobulator18794 Young Tirion18795 Peon Sleeping (Stun emote)18796 Fireball18797 Flurry Axe18798 Freeze18799 Freeze18800 Light Test18801 TESTT18802 Frost Shot18803 Focus18804 Eruption18805 Recombobulate18806 Holy Fire (Rank 8)18807 Mind Flay (Rank 6)18808 Mind Flay (Rank 6)18809 Pyroblast (Rank 8)18810 Taelan's Suffering18811 Taelan's Suffering Effect18812 Knockdown18813 Knock Away18814 Soul Link18815 Drain Life18816 Flamestrike18817 Drain Life18818 Flamestrike18819 Holy Cleave18820 Insight18821 Improved Enslave Demon (Rank 1)18822 Improved Enslave Demon (Rank 2)18823 Improved Enslave Demon (Rank 3)18824 Improved Enslave Demon (Rank 4)18825 Improved Enslave Demon (Rank 5)18826 Savior's Sacrifice18827 Improved Curse of Agony (Rank 1)18828 Bone Armor18829 Improved Curse of Agony (Rank 2)18830 Improved Curse of Agony (Rank 3)18831 Conjure Lily Root (Rank 1)18832 Lily Root

Page 375: Mangos Bible 2 1 3

18833 Firebolt18847 Fevered Fatigue18848 Parry (Passive)18849 Parry18867 Shadowburn (Rank 2)18868 Shadowburn (Rank 3)18869 Shadowburn (Rank 4)18870 Shadowburn (Rank 5)18871 Shadowburn (Rank 6)18872 Shadowburn (Rank 2)18873 Diablo18874 Diablo18875 Shadowburn (Rank 3)18876 Shadowburn (Rank 4)18877 Shadowburn (Rank 5)18878 Shadowburn (Rank 6)18879 Siphon Life (Rank 2)18880 Siphon Life (Rank 3)18881 Siphon Life (Rank 4)18887 Create Nimboya's Laden Pike18907 Target Dummy - Event 00218908 Dissipate Sand Storm18927 Siphon Life (Rank 2)18928 Siphon Life (Rank 3)18929 Siphon Life (Rank 4)18930 Conflagrate (Rank 2)18931 Conflagrate (Rank 3)18932 Conflagrate (Rank 4)18933 Conflagrate (Rank 2)18934 Conflagrate (Rank 3)18935 Conflagrate (Rank 4)18936 Trigger Silithid18937 Dark Pact (Rank 2)18938 Dark Pact (Rank 3)18939 Dark Pact (Rank 2)18940 Dark Pact (Rank 3)18941 Double Attack18942 Fire Protection18943 Double Attack18944 Smash18945 Knock Away18946 The Lion Horn of Stormwind18947 Inferno Dummy Effect18948 Dark Energy18949 Atal'ai Poison18950 Invisibility and Stealth Detection

Page 376: Mangos Bible 2 1 3

18951 Spirit Particles (green)18952 Opening Termite Barrel18953 Ranshalla Waiting18954 Ranshalla Despawn18955 Ranshalla's Torch Trap18956 Restore Life18957 Restore Life18958 Flame Lash18959 Rat Aggro Clear18960 Teleport: Moonglade18967 Rat Aggro Clear18968 Fire Shield18969 Taelan Death18970 Self Stun - (Visual only)18971 Message to Grand Inquisitor18972 Slow18973 Tirion Message to Isillien18974 Summon Lunaclaw18975 Summon Ice Totem18976 Self Resurrection18977 Frost18978 Ice Totem18979 Lightning18980 Lightning (Rank 1)18983 Heal on Kill18984 Heal on Kill (Rank 1)18985 Resist Silence (Rank 1)18986 Lunaclaw Spirit18987 Create Relic Bundle18988 Create Relic Bundle18989 Gray Kodo18990 Brown Kodo18991 Green Kodo18992 Teal Kodo18993 Ranshalla's Altar Trap18994 Ranshalla - Bind Wildkin18995 Kodo Riding (Passive)18996 Kodo Riding18997 Tirion Message to Isillien 00219007 Tamed Pet Passive (DND)19027 Teleport: Moonglade19028 Soul Link19029 Create Coagulated Rot19030 Bear Form (Shapeshift)19031 Summon Human Skull19032 Throw Human Skull

Page 377: Mangos Bible 2 1 3

19033 Blighthound Call19047 Cured Rugged Hide19048 Heavy Scorpid Bracers19049 Wicked Leather Gauntlets19050 Green Dragonscale Breastplate19051 Heavy Scorpid Vest19052 Wicked Leather Bracers19053 Chimeric Gloves19054 Red Dragonscale Breastplate19055 Runic Leather Gauntlets19057 Armor +4019058 Rugged Armor Kit19059 Volcanic Leggings19060 Green Dragonscale Leggings19061 Living Shoulders19062 Ironfeather Shoulders19063 Chimeric Boots19064 Heavy Scorpid Gauntlets19065 Runic Leather Bracers19066 Frostsaber Boots19067 Stormshroud Pants19068 Warbear Harness19069 Plant Magic Beans19070 Heavy Scorpid Belt19071 Wicked Leather Headband19072 Runic Leather Belt19073 Chimeric Leggings19074 Frostsaber Leggings19075 Heavy Scorpid Leggings19076 Volcanic Breastplate19077 Blue Dragonscale Breastplate19078 Living Leggings19079 Stormshroud Armor19080 Warbear Woolies19081 Chimeric Vest19082 Runic Leather Headband19083 Wicked Leather Pants19084 Devilsaur Gauntlets19085 Black Dragonscale Breastplate19086 Ironfeather Breastplate19087 Frostsaber Gloves19088 Heavy Scorpid Helm19089 Blue Dragonscale Shoulders19090 Stormshroud Shoulders19091 Runic Leather Pants19092 Wicked Leather Belt

Page 378: Mangos Bible 2 1 3

19093 Onyxia Scale Cloak19094 Black Dragonscale Shoulders19095 Living Breastplate19096 Summon Conquered Soul19097 Devilsaur Leggings19098 Wicked Leather Armor19099 Blizzard19100 Heavy Scorpid Shoulders19101 Volcanic Shoulders19102 Runic Leather Armor19103 Runic Leather Shoulders19104 Frostsaber Tunic19105 MHTest01 Effect19106 Onyxia Scale Breastplate19107 Black Dragonscale Leggings19108 MHTest0219109 MHTest02 Effect19127 Xabraxxis Demon Bag19128 Knockdown19129 Massive Tremor19130 Revenge19131 Shield Charge19132 Mighty Blow19133 Frost Shock19134 Intimidating Shout19135 Avatar19136 Stormbolt19137 Slow19138 Summon Lunaclaw19147 Cured Rugged Hide19148 Rugged Armor Kit19149 Pattern: Heavy Scorpid Bracers19150 Musty Tome Trap19151 Humanoid Slaying (Rank 1)19152 Humanoid Slaying (Rank 2)19153 Humanoid Slaying (Rank 3)19156 Pattern: Wicked Leather Gauntlets19157 Pattern: Green Dragonscale Breastplate19158 Pattern: Heavy Scorpid Vest19159 Savage Strikes (Rank 1)19160 Savage Strikes (Rank 2)19161 Pattern: Wicked Leather Bracers19164 Pattern: Chimeric Gloves19166 Pattern: Red Dragonscale Breastplate19167 Pattern: Runic Leather Gauntlets19168 Lightning Reflexes (Rank 1)

Page 379: Mangos Bible 2 1 3

19169 Pattern: Volcanic Leggings19170 Pattern: Green Dragonscale Leggings19171 Pattern: Living Shoulders19172 Pattern: Ironfeather Shoulders19173 Pattern: Chimeric Boots19174 Pattern: Heavy Scorpid Gauntlets19175 Pattern: Runic Leather Bracers19176 Pattern: Frostsaber Boots19177 Pattern: Stormshroud Pants19178 Pattern: Warbear Harness19179 Bear Form (Shapeshift)19180 Lightning Reflexes (Rank 2)19181 Lightning Reflexes (Rank 3)19184 Entrapment (Rank 1)19185 Entrapment19186 Pattern: Heavy Scorpid Belt19187 Pattern: Wicked Leather Headband19188 Pattern: Runic Leather Belt19189 Pattern: Chimeric Leggings19190 Pattern: Frostsaber Leggings19191 Pattern: Heavy Scorpid Leggings19192 Pattern: Volcanic Breastplate19193 Pattern: Blue Dragonscale Breastplate19194 Double Attack19195 Hate to 90%19196 Surge19197 Pattern: Living Leggings19198 Pattern: Stormshroud Armor19199 Tea with Sugar19200 Pattern: Warbear Woolies19201 Pattern: Chimeric Vest19202 Pattern: Runic Leather Headband19203 Pattern: Wicked Leather Pants19204 Pattern: Devilsaur Gauntlets19205 Pattern: Black Dragonscale Breastplate19206 Pattern: Ironfeather Breastplate19207 Pattern: Frostsaber Gloves19208 Pattern: Heavy Scorpid Helm19209 Pattern: Blue Dragonscale Shoulders19210 Pattern: Stormshroud Shoulders19211 Pattern: Runic Leather Pants19212 Pattern: Wicked Leather Belt19213 Pattern: Onyxia Scale Cloak19214 Pattern: Black Dragonscale Shoulders19215 Pattern: Living Breastplate19216 Pattern: Devilsaur Leggings

Page 380: Mangos Bible 2 1 3

19217 Pattern: Wicked Leather Armor19218 Pattern: Heavy Scorpid Shoulders19219 Pattern: Volcanic Shoulders19220 Pattern: Runic Leather Armor19221 Pattern: Runic Leather Shoulders19222 Pattern: Frostsaber Tunic19223 Surge 219224 Pattern: Onyxia Scale Breastplate19225 Pattern: Black Dragonscale Leggings19226 Zergling19227 Zergling19228 Improved Wing Clip (Rank 1)19229 Improved Wing Clip19230 Panda19231 Panda19232 Improved Wing Clip (Rank 2)19233 Improved Wing Clip (Rank 3)19234 Improved Wing Clip (Rank 4)19235 Improved Wing Clip (Rank 5)19236 Desperate Prayer (Rank 2)19237 Smokey's Explosion19238 Desperate Prayer (Rank 3)19239 Clever Traps (Rank 1)19240 Desperate Prayer (Rank 4)19241 Desperate Prayer (Rank 5)19242 Desperate Prayer (Rank 6)19243 Desperate Prayer (Rank 7)19244 Spell Lock (Rank 1)19245 Clever Traps (Rank 2)19249 Touch of Weakness (Rank 2)19250 Placing Smokey's Explosives19251 Touch of Weakness (Rank 3)19252 Touch of Weakness (Rank 4)19253 Touch of Weakness (Rank 5)19254 Touch of Weakness (Rank 6)19255 Survivalist (Rank 1)19256 Survivalist (Rank 2)19257 Survivalist (Rank 3)19258 Survivalist (Rank 4)19259 Survivalist (Rank 5)19260 Frost Blast19261 Touch of Weakness (Rank 2)19262 Touch of Weakness (Rank 3)19263 Deterrence19264 Touch of Weakness (Rank 4)19265 Touch of Weakness (Rank 5)

Page 381: Mangos Bible 2 1 3

19266 Touch of Weakness (Rank 6)19267 Feedback (Rank 2)19268 Feedback (Rank 3)19269 Feedback (Rank 4)19270 Feedback (Rank 5)19271 Feedback (Rank 2)19272 Lava Breath19273 Feedback (Rank 3)19274 Feedback (Rank 4)19275 Feedback (Rank 5)19276 Devouring Plague (Rank 2)19277 Devouring Plague (Rank 3)19278 Devouring Plague (Rank 4)19279 Devouring Plague (Rank 5)19280 Devouring Plague (Rank 6)19281 Hex of Weakness (Rank 2)19282 Hex of Weakness (Rank 3)19283 Hex of Weakness (Rank 4)19284 Hex of Weakness (Rank 5)19285 Hex of Weakness (Rank 6)19286 Improved Feign Death (Rank 1)19287 Improved Feign Death (Rank 2)19289 Elune's Grace (Rank 2)19290 Surefooted (Rank 1)19291 Elune's Grace (Rank 3)19292 Elune's Grace (Rank 4)19293 Elune's Grace (Rank 5)19294 Surefooted (Rank 2)19295 Deflection (Rank 1)19296 Starshards (Rank 2)19297 Deflection (Rank 2)19298 Deflection (Rank 3)19299 Starshards (Rank 3)19300 Deflection (Rank 5)19301 Deflection (Rank 4)19302 Starshards (Rank 4)19303 Starshards (Rank 5)19304 Starshards (Rank 6)19305 Starshards (Rank 7)19306 Counterattack (Rank 1)19307 Crystal of Zin-Malor19308 Shadowguard (Rank 2)19309 Shadowguard (Rank 3)19310 Shadowguard (Rank 4)19311 Shadowguard (Rank 5)19312 Shadowguard (Rank 6)

Page 382: Mangos Bible 2 1 3

19313 Devouring Plague (Rank 2)19314 Devouring Plague (Rank 3)19315 Devouring Plague (Rank 4)19316 Devouring Plague (Rank 5)19317 Devouring Plague (Rank 6)19318 Touch of Weakness (Rank 1)19319 Vicious Bite19320 Touch of Weakness (Rank 2)19321 Touch of Weakness (Rank 3)19322 Touch of Weakness (Rank 4)19323 Touch of Weakness (Rank 5)19324 Touch of Weakness (Rank 6)19325 Hex of Weakness (Rank 1)19326 Hex of Weakness (Rank 2)19327 Hex of Weakness (Rank 3)19328 Hex of Weakness (Rank 4)19329 Hex of Weakness (Rank 5)19330 Hex of Weakness (Rank 6)19331 Shadowguard (Rank 1)19332 Shadowguard (Rank 2)19333 Shadowguard (Rank 3)19334 Shadowguard (Rank 4)19335 Shadowguard (Rank 5)19336 Shadowguard (Rank 6)19337 Fear Ward19338 Desperate Prayer (Rank 1)19339 Desperate Prayer (Rank 2)19340 Desperate Prayer (Rank 3)19341 Desperate Prayer (Rank 4)19342 Desperate Prayer (Rank 5)19343 Desperate Prayer (Rank 6)19344 Desperate Prayer (Rank 7)19345 Feedback (Rank 1)19346 Feedback (Rank 2)19347 Feedback (Rank 3)19348 Feedback (Rank 4)19349 Feedback (Rank 5)19350 Starshards (Rank 1)19351 Starshards (Rank 2)19352 Starshards (Rank 3)19353 Starshards (Rank 4)19354 Starshards (Rank 5)19355 Starshards (Rank 6)19356 Starshards (Rank 7)19357 Elune's Grace (Rank 1)19358 Elune's Grace (Rank 2)

Page 383: Mangos Bible 2 1 3

19359 Elune's Grace (Rank 3)19360 Elune's Grace (Rank 4)19361 Elune's Grace (Rank 5)19362 MHTest0319363 Summon Mechanical Yeti19364 Ground Stomp19365 Ancient Dread19366 Cauterizing Flames19367 Withering Heat19368 Summon Infected Mossflayer19369 Ancient Despair19370 Killer Instinct (Rank 1)19371 Killer Instinct (Rank 2)19372 Ancient Hysteria19373 Killer Instinct (Rank 3)19376 Trap Mastery (Rank 1)19377 Trap Mastery (Rank 2)19380 Beast Slaying 3319381 Melee Specialization (Rank 1)19382 Melee Specialization (Rank 2)19383 Melee Specialization (Rank 3)19384 Melee Specialization (Rank 4)19385 Melee Specialization (Rank 5)19386 Wyvern Sting (Rank 1)19387 Entrapment (Rank 2)19388 Entrapment (Rank 3)19389 Entrapment (Rank 4)19390 Entrapment (Rank 5)19391 Fireball19392 Summon Lava Spawn19393 Soul Burn19394 Summon Gordunni chest (JUNK)19395 Gordunni Trap19396 Incinerate19397 Incinerate19407 Improved Concussive Shot (Rank 1)19408 Panic19409 Bone Armor19410 Improved Concussive Shot19411 Lava Bomb19412 Improved Concussive Shot (Rank 2)19413 Improved Concussive Shot (Rank 3)19414 Improved Concussive Shot (Rank 4)19415 Improved Concussive Shot (Rank 5)19416 Efficiency (Rank 1)19417 Efficiency (Rank 2)

Page 384: Mangos Bible 2 1 3

19418 Efficiency (Rank 3)19419 Efficiency (Rank 4)19420 Efficiency (Rank 5)19421 Improved Hunter's Mark (Rank 1)19422 Improved Hunter's Mark (Rank 2)19423 Improved Hunter's Mark (Rank 3)19424 Improved Hunter's Mark (Rank 4)19425 Improved Hunter's Mark (Rank 5)19426 Lethal Shots (Rank 1)19427 Lethal Shots (Rank 2)19428 Conflagration19429 Lethal Shots (Rank 3)19430 Lethal Shots (Rank 4)19431 Lethal Shots (Rank 5)19432 Tamed Pet Passive (DND)19433 Tamed Pet Passive (DND)19434 Aimed Shot (Rank 1)19435 Mooncloth Boots19436 Lava Bomb Despawn19437 Mooncloth Boots19438 Sacrifice (Rank 2)19439 Sacrifice (Rank 2)19440 Sacrifice (Rank 3)19441 Sacrifice (Rank 4)19442 Sacrifice (Rank 5)19443 Sacrifice (Rank 6)19444 Sacrifice (Rank 3)19445 Sacrifice (Rank 4)19446 Sacrifice (Rank 5)19447 Sacrifice (Rank 6)19448 Poison19449 Magma Spit19450 Magma Spit19451 Frenzy19452 Toxic Spit19453 Hive'Zora Egg19454 Improved Arcane Shot (Rank 1)19455 Improved Arcane Shot (Rank 2)19456 Improved Arcane Shot (Rank 3)19457 Improved Arcane Shot (Rank 4)19458 Improved Arcane Shot (Rank 5)19459 Hive'Zora Wasp19460 Shadow Shock19461 Barrage (Rank 1)19462 Barrage (Rank 2)19463 Corrosive Acid Spit

Page 385: Mangos Bible 2 1 3

19464 Improved Serpent Sting (Rank 1)19465 Improved Serpent Sting (Rank 2)19466 Improved Serpent Sting (Rank 3)19467 Improved Serpent Sting (Rank 4)19468 Improved Serpent Sting (Rank 5)19469 Poison Mind19470 Gem of the Serpent19471 Berserker Charge19472 Sinister Strike19473 Naga Statue Spell19474 Rain of Fire (Rank 1)19475 Rain of Fire (Rank 1)19476 Dispel Magic (Rank 1)19477 Dispel Magic (Rank 1)19478 Tainted Blood (Rank 1)19479 Tainted Blood Effect (Rank 1)19480 Paranoia19481 Paranoia19482 War Stomp (Rank 1)19483 Immolation (Rank 1)19484 Majordomo Teleport Visual19485 Mortal Shots (Rank 1)19486 Improved Scorpid Sting19487 Mortal Shots (Rank 2)19488 Mortal Shots (Rank 3)19489 Mortal Shots (Rank 4)19490 Mortal Shots (Rank 5)19491 Improved Scorpid Sting (Rank 1)19492 Antimagic Pulse19493 Improved Scorpid Sting (Rank 2)19494 Improved Scorpid Sting (Rank 3)19496 Magma Shackles19497 Eruption19498 Hawk Eye (Rank 1)19499 Hawk Eye (Rank 2)19500 Hawk Eye (Rank 3)19502 Sickly Critter Aura19503 Scatter Shot19505 Devour Magic (Rank 1)19506 Trueshot Aura (Rank 1)19507 Ranged Weapon Specialization (Rank 1)19508 Ranged Weapon Specialization (Rank 2)19509 Ranged Weapon Specialization (Rank 3)19510 Ranged Weapon Specialization (Rank 4)19511 Ranged Weapon Specialization (Rank 5)19512 Apply Salve

Page 386: Mangos Bible 2 1 3

19513 Lightning Cloud19514 Lightning Shield19515 Enrage Trigger19516 Enrage19527 Majordomo Teleport19548 Tame Ice Claw Bear19549 Improved Aspect of the Monkey (Rank 1)19550 Improved Aspect of the Monkey (Rank 2)19551 Improved Aspect of the Monkey (Rank 3)19552 Improved Aspect of the Hawk (Rank 1)19553 Improved Aspect of the Hawk (Rank 2)19554 Improved Aspect of the Hawk (Rank 3)19555 Improved Aspect of the Hawk (Rank 4)19556 Improved Aspect of the Hawk (Rank 5)19557 Improved Eyes of the Beast (Rank 1)19558 Improved Eyes of the Beast (Rank 2)19559 Pathfinding (Rank 1)19560 Pathfinding (Rank 2)19561 Summon Gnashjaw19564 Draw Water Sample19565 Draw Water Sample19566 Salt Shaker19567 Salt Shaker19568 Salt Shaker19569 Split19570 Split19571 Destroy Ghost Magnet19572 Improved Mend Pet (Rank 1)19573 Improved Mend Pet (Rank 2)19574 Bestial Wrath19575 Improved Revive Pet (Rank 2)19577 Intimidation19578 Spirit Bond (Rank 1)19579 Spirit Bond (Rank 1)19580 Tamed Pet Passive (DND)19581 Tamed Pet Passive (DND)19582 Tamed Pet Passive (DND)19583 Endurance Training (Rank 1)19584 Endurance Training (Rank 2)19585 Endurance Training (Rank 3)19586 Endurance Training (Rank 4)19587 Endurance Training (Rank 5)19588 Place Ghost Magnet19589 Tamed Pet Passive (DND)19590 Bestial Discipline (Rank 1)19591 Tamed Pet Passive (DND)

Page 387: Mangos Bible 2 1 3

19592 Bestial Discipline (Rank 2)19593 Egg Explosion19594 Plague Effect19595 Shadow and Frost Reflect19596 Bestial Swiftness19597 Tame Ice Claw Bear19598 Ferocity (Rank 1)19599 Ferocity (Rank 2)19600 Ferocity (Rank 3)19601 Ferocity (Rank 4)19602 Ferocity (Rank 5)19603 Bestial Fury (Rank 1)19604 Bestial Fury Effect19605 Bestial Fury (Rank 2)19606 Bestial Fury (Rank 3)19607 Bestial Fury (Rank 4)19608 Bestial Fury (Rank 5)19609 Thick Hide (Rank 1)19610 Thick Hide (Rank 2)19612 Thick Hide (Rank 3)19614 Despawn Caster19615 Frenzy Effect (Rank 1)19616 Unleashed Fury (Rank 1)19617 Unleashed Fury (Rank 2)19618 Unleashed Fury (Rank 3)19619 Unleashed Fury (Rank 4)19620 Unleashed Fury (Rank 5)19621 Frenzy (Rank 1)19622 Frenzy (Rank 2)19623 Frenzy (Rank 3)19624 Frenzy (Rank 4)19625 Frenzy (Rank 5)19626 Fire Shield19627 Fire Shield19628 Flames19629 Summon Flames19630 Cone of Fire19631 Melt Armor19632 Cleave19633 Knock Away19634 Mana Rejuvenation19635 Incite Flames19636 Fire Blossom19637 Fire Blossom19638 Prismstone19639 Pummel

Page 388: Mangos Bible 2 1 3

19640 Pummel19641 Pyroclast Barrage19642 Cleave19643 Mortal Strike19644 Strike19645 Anti-Magic Shield19646 Silver Skeleton Key19647 Spell Lock (Rank 2)19648 Spell Lock (Rank 1)19649 Golden Skeleton Key19650 Spell Lock (Rank 2)19651 Truesilver Skeleton Key19652 Tainted Blood Effect (Rank 2)19653 Tainted Blood Effect (Rank 3)19654 Tainted Blood Effect (Rank 4)19655 Tainted Blood (Rank 2)19656 Tainted Blood (Rank 3)19657 Arcanite Skeleton Key19658 Devour Magic Effect (Rank 1)19659 Ignite Mana19660 Tainted Blood (Rank 4)19661 Tainted Blood (Rank 1)19662 Tainted Blood (Rank 2)19663 Tainted Blood (Rank 3)19664 Tainted Blood (Rank 4)19665 Ignite Mana19666 Silver Skeleton Key19667 Golden Skeleton Key19668 Truesilver Skeleton Key19669 Arcanite Skeleton Key19670 Silver Skeleton Key19671 Golden Skeleton Key19672 Truesilver Skeleton Key19673 Arcanite Skeleton Key19674 Tame Large Crag Boar19675 Feral Charge Effect19676 Tame Snow Leopard19677 Tame Large Crag Boar19678 Tame Adult Plainstrider19679 Tame Prairie Stalker19680 Tame Swoop19681 Tame Dire Mottled Boar19682 Tame Surf Crawler19683 Tame Armored Scorpid19684 Tame Webwood Lurker19685 Tame Nightsaber Stalker

Page 389: Mangos Bible 2 1 3

19686 Tame Strigid Screecher19687 Tame Snow Leopard19688 Tame Adult Plainstrider19689 Tame Prairie Stalker19690 Scarlet Illusion19691 Beast Slaying 1819692 Tame Swoop19693 Tame Webwood Lurker19694 Tame Dire Mottled Boar19695 Inferno19696 Tame Surf Crawler19697 Tame Armored Scorpid19698 Inferno19699 Tame Nightsaber Stalker19700 Tame Strigid Screecher19701 Boulder19702 Impending Doom19703 Lucifron's Curse19704 Summon Earth Elemental19705 Well Fed19706 Well Fed19707 Hate to 50%19708 Well Fed19709 Well Fed19710 Well Fed19711 Well Fed19712 Arcane Explosion19713 Shazzrah's Curse19714 Deaden Magic19715 Counterspell19716 Gehennas' Curse19717 Rain of Fire19718 zzOLDRiposte19719 Use Bauble19720 Combine Pendants19721 Resurrect Trooper19722 Summon Scarlet Trooper19723 Advanced Target Dummy - Event 00319725 Turn Undead19726 Resistance Aura19727 Aquatic Miasma19728 Shadow Bolt19729 Shadow Bolt19730 Strike19731 Devour Magic (Rank 2)19732 Devour Magic Effect (Rank 2)

Page 390: Mangos Bible 2 1 3

19733 Devour Magic Effect (Rank 3)19734 Devour Magic (Rank 3)19735 Devour Magic Effect (Rank 4)19736 Devour Magic (Rank 4)19737 Devour Magic (Rank 2)19738 Devour Magic (Rank 3)19739 Devour Magic (Rank 4)19740 Blessing of Might (Rank 1)19741 Blessing of Might (Rank 1)19742 Blessing of Wisdom (Rank 1)19743 Blessing of Wisdom (Rank 1)19746 Concentration Aura19747 Concentration Aura19748 Charismatic Aura19749 Trooper Ping19750 Flash of Light (Rank 1)19751 Flash of Light (Rank 1)19752 Divine Intervention19753 Divine Intervention19754 Divine Intervention19755 Frightalon19767 Aynasha's Bow19768 Gizelton Caravan19769 Thorium Grenade19770 Gizelton Caravan19771 Serrated Bite19772 Summon Lifelike Toad19773 Elemental Fire19774 Summon Ragnaros19775 Dark Mending19776 Shadow Word: Pain19777 Dark Strike19778 Demoralizing Shout19779 Inspire19780 Hand of Ragnaros19781 Flame Spear19784 Dark Iron Bomb19785 Throw19786 Resist Silence19787 Increased Armor 11019788 Dense Blasting Powder19790 Thorium Grenade19791 Thorium Widget19792 Thorium Rifle19793 Lifelike Mechanical Toad19794 Spellpower Goggles Xtreme Plus

Page 391: Mangos Bible 2 1 3

19795 Thorium Tube19796 Dark Iron Rifle19797 Conjure Torch of Retribution19798 Earthquake19799 Dark Iron Bomb19800 Thorium Shells19801 Tranquilizing Shot19802 Summon Arcanite Dragonling19804 Arcanite Dragonling19805 Masterwork Target Dummy19806 Injure Self19808 Masterwork Target Dummy Effect19809 Masterwork Target Dummy Passive19810 Injure Self on Spawn19811 Annihilate19812 Frenzy19813 Knockback19814 Masterwork Target Dummy19815 Delicate Arcanite Converter19816 Fireball19817 Double Attack19818 Double Attack19819 Voice Amplification Modulator19820 Mangle19821 Arcane Bomb19822 Play Dead19823 Fire Nova Visual19824 Summon Blackwing Legionnaires19825 Master Engineer's Goggles19826 Summon Blackwing Legionnaire19827 Summon Blackwing Mage19828 Summon Death Talon Dragonspawn19829 Summon Guardian of Nefarian19830 Arcanite Dragonling19831 Arcane Bomb19832 Possess19833 Flawless Arcanite Rifle19834 Blessing of Might (Rank 2)19835 Blessing of Might (Rank 3)19836 Blessing of Might (Rank 4)19837 Blessing of Might (Rank 5)19838 Blessing of Might (Rank 6)19839 Blessing of Might (Rank 2)19840 Blessing of Might (Rank 3)19841 Blessing of Might (Rank 4)19842 Blessing of Might (Rank 5)

Page 392: Mangos Bible 2 1 3

19843 Blessing of Might (Rank 6)19844 Dense Blasting Powder19845 Schematic: Thorium Grenade19846 Schematic: Thorium Widget19847 Schematic: Thorium Rifle19848 Schematic: Lifelike Mechanical Toad19849 Schematic: Spellpower Goggles Xtreme Plus19850 Blessing of Wisdom (Rank 2)19851 Schematic: Masterwork Target Dummy19852 Blessing of Wisdom (Rank 3)19853 Blessing of Wisdom (Rank 4)19854 Blessing of Wisdom (Rank 5)19855 Blessing of Wisdom (Rank 2)19856 Blessing of Wisdom (Rank 3)19857 Blessing of Wisdom (Rank 4)19858 Blessing of Wisdom (Rank 5)19859 Schematic: Thorium Tube19860 Schematic: Dark Iron Rifle19861 Schematic: Dark Iron Bomb19862 Schematic: Thorium Shells19863 Schematic: Delicate Arcanite Converter19864 Schematic: Voice Amplification Modulator19865 Schematic: Master Engineer's Goggles19866 Schematic: Arcanite Dragonling19867 Schematic: Arcane Bomb19868 Schematic: Flawless Arcanite Rifle19869 Dragon Orb19870 Improved Intimidating Shout (Rank 1)19871 Improved Intimidating Shout (Rank 2)19872 Calm Dragonkin19873 Destroy Egg19874 Lightning Bolt (Rank 1)19876 Shadow Resistance Aura (Rank 1)19877 Tranquilizing Shot19878 Track Demons19879 Track Dragonkin19880 Track Elementals19881 Shoot (TEST)19882 Track Giants19883 Track Humanoids19884 Track Undead19885 Track Hidden19886 Expert Cook19887 Artisan Cook19888 Frost Resistance Aura (Rank 1)19889 Expert Fishing

Page 393: Mangos Bible 2 1 3

19890 Artisan Fishing19891 Fire Resistance Aura (Rank 1)19892 Shadow Resistance Aura (Rank 1)19893 Frost Resistance Aura (Rank 1)19894 Fire Resistance Aura (Rank 1)19895 Shadow Resistance Aura (Rank 2)19896 Shadow Resistance Aura (Rank 3)19897 Frost Resistance Aura (Rank 2)19898 Frost Resistance Aura (Rank 3)19899 Fire Resistance Aura (Rank 2)19900 Fire Resistance Aura (Rank 3)19901 dmg719902 Artisan First Aid19903 Expert First Aid19904 Shadow Resistance Aura (Rank 2)19905 Shadow Resistance Aura (Rank 3)19906 Frost Resistance Aura (Rank 2)19907 Frost Resistance Aura (Rank 3)19908 Fire Resistance Aura (Rank 2)19909 Fire Resistance Aura (Rank 3)19927 Test Enchant Weapon Flame19932 Test Enchhelp Cloak - Fire Resistance19937 Illusion: Black Dragonkin19938 Awaken Peon19939 Flash of Light (Rank 2)19940 Flash of Light (Rank 3)19941 Flash of Light (Rank 4)19942 Flash of Light (Rank 5)19943 Flash of Light (Rank 6)19944 Flash of Light (Rank 2)19945 Flash of Light (Rank 3)19946 Flash of Light (Rank 4)19947 Flash of Light (Rank 5)19948 Flash of Light (Rank 6)19949 Recipe: Spiced Chili Crab19950 Recipe: Monster Omelet19951 Pacify Self19952 Heal Ragnaros19953 Enrage19968 Holy Light19970 Entangling Roots (Rank 6)19971 Entangling Roots (Rank 5)19972 Entangling Roots (Rank 4)19973 Entangling Roots (Rank 3)19974 Entangling Roots (Rank 2)19975 Entangling Roots (Rank 1)

Page 394: Mangos Bible 2 1 3

19977 Blessing of Light (Rank 1)19978 Blessing of Light (Rank 2)19979 Blessing of Light (Rank 3)19980 Holy Light19981 Holy Light19982 Holy Light19983 Cleave19984 Superior Strength19985 Superior Stamina19986 Superior Spirit19987 Superior Intellect19988 Greater Stats19989 Superior Agility19990 Major Health19991 Major Mana19992 Greater Resistance19993 Flash of Light19995 Blessing of Light (Rank 1)19996 Blessing of Light (Rank 2)19997 Blessing of Light (Rank 3)20000 Windsor Dismisses Horse DND20001 Mercutio Horse Dummy DND20002 Intellect 1520003 Spirit 1520004 Life Steal20005 Chilled20006 Unholy Curse20007 Holy Strength20008 Enchant Bracer - Greater Intellect20009 Enchant Bracer - Superior Spirit20010 Enchant Bracer - Superior Strength20011 Enchant Bracer - Superior Stamina20012 Enchant Gloves - Greater Agility20013 Enchant Gloves - Greater Strength20014 Enchant Cloak - Greater Resistance20015 Enchant Cloak - Superior Defense20016 Enchant Shield - Superior Spirit20017 Enchant Shield - Greater Stamina20018 Create Healthstone (Major)20019 Engulfing Flames20020 Enchant Boots - Greater Stamina20021 Engulfing Flames20022 Create Soulstone20023 Enchant Boots - Greater Agility20024 Enchant Boots - Spirit20025 Enchant Chest - Greater Stats

Page 395: Mangos Bible 2 1 3

20026 Enchant Chest - Major Health20027 Immune Effect: Taunt20028 Enchant Chest - Major Mana20029 Enchant Weapon - Icy Chill20030 Enchant 2H Weapon - Superior Impact20031 Enchant Weapon - Superior Striking20032 Enchant Weapon - Lifestealing20033 Enchant Weapon - Unholy Weapon20034 Enchant Weapon - Crusader20035 Enchant 2H Weapon - Major Spirit20036 Enchant 2H Weapon - Major Intellect20037 Explode Orb Effect20038 Explosion20039 Greater Eternal Essence20040 Lesser Eternal Essence20041 Tammra Sapling20042 Improved Blessing of Might (Rank 1)20043 Aspect of the Wild (Rank 1)20044 Aspect of the Wild (Rank 1)20045 Improved Blessing of Might (Rank 2)20046 Improved Blessing of Might (Rank 3)20047 Improved Blessing of Might (Rank 4)20048 Improved Blessing of Might (Rank 5)20049 Vengeance (Rank 1)20050 Vengeance20051 Runed Arcanite Rod20052 Vengeance20053 Vengeance20054 Vengeance20055 Vengeance20056 Vengeance (Rank 2)20057 Vengeance (Rank 3)20058 Vengeance (Rank 4)20059 Vengeance (Rank 5)20060 Deflection (Rank 1)20061 Deflection (Rank 2)20062 Deflection (Rank 3)20063 Deflection (Rank 4)20064 Deflection (Rank 5)20065 Formula: Enchant Bracer - Greater Intellect20066 Repentance20067 Formula: Enchant Boots - Greater Stamina20068 Formula: Enchant Cloak - Greater Resistance20069 Formula: Enchant Shield - Greater Stamina20070 Formula: Enchant Bracer - Superior Spirit20071 Formula: Enchant Gloves - Greater Agility

Page 396: Mangos Bible 2 1 3

20072 Formula: Enchant Boots - Spirit20073 Formula: Enchant Chest - Major Health20074 Formula: Enchant Shield - Superior Spirit20075 Formula: Enchant Weapon - Icy Chill20076 Formula: Enchant Cloak - Superior Defense20077 Formula: Enchant Chest - Major Mana20078 Formula: Runed Arcanite Rod20079 Formula: Enchant Gloves - Greater Strength20080 Formula: Enchant Boots - Greater Agility20081 Formula: Enchant Bracer - Superior Strength20082 Formula: Enchant Weapon - Superior Impact20083 Formula: Enchant Weapon - Unholy20084 Formula: Enchant 2H Weapon - Major Intellect20085 Formula: Enchant Weapon - Superior Striking20086 Formula: Enchant Bracer - Superior Stamina20087 Formula: Enchant Weapon - Crusader20088 Formula: Enchant Chest - Greater Stats20089 Formula: Enchant Weapon - Lifestealer20090 Formula: Enchant 2H Weapon - Major Spirit20091 Improved Retribution Aura (Rank 1)20092 Improved Retribution Aura (Rank 2)20096 Anticipation (Rank 1)20097 Anticipation (Rank 2)20098 Anticipation (Rank 3)20099 Anticipation (Rank 4)20100 Anticipation (Rank 5)20101 Benediction (Rank 1)20102 Benediction (Rank 2)20103 Benediction (Rank 3)20104 Benediction (Rank 4)20105 Benediction (Rank 5)20111 Two-Handed Weapon Specialization (Rank 1)20112 Two-Handed Weapon Specialization (Rank 2)20113 Two-Handed Weapon Specialization (Rank 3)20116 Consecration (Rank 2)20117 Conviction (Rank 1)20118 Conviction (Rank 2)20119 Conviction (Rank 3)20120 Conviction (Rank 4)20121 Conviction (Rank 5)20127 Redoubt (Rank 1)20128 Redoubt20130 Redoubt (Rank 2)20131 Redoubt20132 Redoubt20133 Redoubt

Page 397: Mangos Bible 2 1 3

20134 Redoubt20135 Redoubt (Rank 3)20136 Redoubt (Rank 4)20137 Redoubt (Rank 5)20138 Improved Devotion Aura (Rank 1)20139 Improved Devotion Aura (Rank 2)20140 Improved Devotion Aura (Rank 3)20141 Improved Devotion Aura (Rank 4)20142 Improved Devotion Aura (Rank 5)20143 Toughness (Rank 1)20144 Toughness (Rank 2)20145 Toughness (Rank 3)20146 Toughness (Rank 4)20147 Toughness (Rank 5)20148 Shield Specialization (Rank 1)20149 Shield Specialization (Rank 2)20150 Shield Specialization (Rank 3)20153 Immolation (Rank 1)20154 Seal of Righteousness (Rank 1)20155 Track Demons20156 Track Dragonkin20157 Track Elementals20158 Track Giants20159 Track Hidden20160 Track Humanoids20161 Track Undead20162 Seal of the Crusader (Rank 2)20164 Seal of Justice20165 Seal of Light (Rank 1)20166 Seal of Wisdom (Rank 1)20167 Seal of Light (Rank 1)20168 Seal of Wisdom (Rank 1)20170 Stun (Rank 1)20171 Summon Onyxian Whelps20172 Summon Onyxian Whelp20173 Raid Buff Fire20174 Guardian's Favor (Rank 1)20175 Guardian's Favor (Rank 2)20177 Reckoning (Rank 1)20178 Reckoning20179 Reckoning (Rank 2)20180 Reckoning (Rank 4)20181 Reckoning (Rank 3)20182 Reckoning (Rank 5)20183 zzOLDJudgement of Fury (Rank 1)20184 Judgement of Justice (Rank 1)

Page 398: Mangos Bible 2 1 3

20185 Judgement of Light (Rank 1)20186 Judgement of Wisdom (Rank 1)20187 Judgement of Righteousness (Rank 1)20188 Judgement of the Crusader (Rank 2)20189 Precision (Rank 1)20190 Aspect of the Wild (Rank 2)20191 Aspect of the Wild (Rank 2)20192 Precision (Rank 2)20193 Precision (Rank 3)20194 Improved Blessing of Salvation (Rank 1)20195 Improved Blessing of Salvation (Rank 2)20196 One-Handed Weapon Specialization (Rank 1)20197 One-Handed Weapon Specialization (Rank 2)20198 One-Handed Weapon Specialization (Rank 3)20199 One-Handed Weapon Specialization (Rank 4)20200 One-Handed Weapon Specialization (Rank 5)20201 Arcanite Rod20202 Arcanite Rod20203 Fire Nova20205 Spiritual Focus (Rank 1)20206 Spiritual Focus (Rank 2)20207 Spiritual Focus (Rank 3)20208 Spiritual Focus (Rank 5)20209 Spiritual Focus (Rank 4)20210 Illumination (Rank 1)20211 Illumination Effect20212 Illumination (Rank 2)20213 Illumination (Rank 3)20214 Illumination (Rank 4)20215 Illumination (Rank 5)20216 Divine Favor20217 Blessing of Kings20218 Sanctity Aura20219 Gnomish Engineer20220 Gnomish Engineering20221 Goblin Engineering20222 Goblin Engineer20223 Magic Reflection20224 Improved Seal of Righteousness (Rank 1)20225 Improved Seal of Righteousness (Rank 2)20226 Aggro20228 Pyroblast20229 Blast Wave20230 Retaliation20233 Lay on Hands (Rank 1)20234 Improved Lay on Hands (Rank 1)

Page 399: Mangos Bible 2 1 3

20235 Improved Lay on Hands (Rank 2)20236 Lay on Hands (Rank 2)20237 Healing Light (Rank 1)20238 Healing Light (Rank 2)20239 Healing Light (Rank 3)20240 Retaliation20243 Devastate (Rank 1)20244 Improved Blessing of Wisdom (Rank 1)20245 Improved Blessing of Wisdom (Rank 2)20249 Improved Flash of Light (Rank 1)20250 Improved Flash of Light (Rank 2)20251 Improved Flash of Light (Rank 3)20252 Intercept (Rank 1)20253 Intercept Stun (Rank 1)20254 Improved Concentration Aura (Rank 1)20255 Improved Concentration Aura (Rank 2)20256 Improved Concentration Aura (Rank 3)20257 Divine Intellect (Rank 1)20258 Divine Intellect (Rank 2)20259 Divine Intellect (Rank 3)20260 Divine Intellect (Rank 4)20261 Divine Intellect (Rank 5)20262 Divine Strength (Rank 1)20263 Divine Strength (Rank 2)20264 Divine Strength (Rank 3)20265 Divine Strength (Rank 4)20266 Divine Strength (Rank 5)20267 Judgement of Light (Rank 1)20268 Judgement of Wisdom (Rank 1)20269 Enchanted Gaea Seed20270 Firebolt (Rank 2)20271 Judgement20272 Illumination20273 Windsor's Inspriation DND20274 Capturing Termites20275 Windsor's Inspiration Effect DND20276 Knockdown20277 Fist of Ragnaros20279 Summon Player20280 Judgement of Righteousness (Rank 2)20281 Judgement of Righteousness (Rank 3)20282 Judgement of Righteousness (Rank 4)20283 Judgement of Righteousness (Rank 5)20284 Judgement of Righteousness (Rank 6)20285 Judgement of Righteousness (Rank 7)20286 Judgement of Righteousness (Rank 8)

Page 400: Mangos Bible 2 1 3

20287 Seal of Righteousness (Rank 2)20288 Seal of Righteousness (Rank 3)20289 Seal of Righteousness (Rank 4)20290 Seal of Righteousness (Rank 5)20291 Seal of Righteousness (Rank 6)20292 Seal of Righteousness (Rank 7)20293 Seal of Righteousness (Rank 8)20294 Immolate20295 Lightning Bolt20296 Flamestrike20297 Frostbolt20298 Shadow Bolt20299 Forked Lightning20300 Judgement of the Crusader (Rank 3)20301 Judgement of the Crusader (Rank 4)20302 Judgement of the Crusader (Rank 5)20303 Judgement of the Crusader (Rank 6)20304 zzOLDJudgement of the Crusader (Rank 6)20305 Seal of the Crusader (Rank 3)20306 Seal of the Crusader (Rank 4)20307 Seal of the Crusader (Rank 5)20308 Seal of the Crusader (Rank 6)20310 Stun20311 Summon Player20312 Firebolt (Rank 3)20313 Firebolt (Rank 4)20314 Firebolt (Rank 5)20315 Firebolt (Rank 6)20316 Firebolt (Rank 7)20317 Torment (Rank 2)20318 Blood Pact (Rank 2)20319 Blood Pact (Rank 3)20320 Blood Pact (Rank 4)20321 Blood Pact (Rank 5)20322 Fire Shield (Rank 1)20323 Fire Shield (Rank 2)20324 Fire Shield (Rank 3)20326 Fire Shield (Rank 4)20327 Fire Shield (Rank 5)20329 Phase Shift20330 Improved Seal of Righteousness (Rank 3)20331 Improved Seal of Righteousness (Rank 4)20332 Improved Seal of Righteousness (Rank 5)20333 Seal of Light (Rank 2)20334 Seal of Light (Rank 3)20335 Improved Seal of the Crusader (Rank 1)

Page 401: Mangos Bible 2 1 3

20336 Improved Seal of the Crusader (Rank 2)20337 Improved Seal of the Crusader (Rank 3)20340 Seal of Light (Rank 4)20341 Judgement of Light (Rank 2)20342 Judgement of Light (Rank 3)20343 Judgement of Light (Rank 4)20344 Judgement of Light (Rank 2)20345 Judgement of Light (Rank 3)20346 Judgement of Light (Rank 4)20347 Seal of Light (Rank 2)20348 Seal of Light (Rank 3)20349 Seal of Light (Rank 4)20350 Seal of Wisdom (Rank 2)20351 Seal of Wisdom (Rank 3)20352 Judgement of Wisdom (Rank 2)20353 Judgement of Wisdom (Rank 3)20354 Judgement of Wisdom (Rank 2)20355 Judgement of Wisdom (Rank 3)20356 Seal of Wisdom (Rank 2)20357 Seal of Wisdom (Rank 3)20358 Windsor Reading Tablets DND20359 Lasting Judgement (Rank 1)20360 Lasting Judgement (Rank 2)20361 Lasting Judgement (Rank 3)20364 Bury Samuel's Remains20367 Tag: Purple Cloud20368 Tag: Red Skulls20369 Tag: Purple Ball20370 Tag: Red Glow20371 Tag: Green Glow20372 Tag: Hearts20373 Tag: Sleep20374 Tag: Arrow20375 Seal of Command (Rank 1)20376 Reduced Frost Cost20377 Torment (Rank 3)20378 Torment (Rank 4)20379 Torment (Rank 5)20380 Torment (Rank 6)20381 Sacrifice (Rank 1)20382 Sacrifice (Rank 2)20383 Sacrifice (Rank 3)20384 Sacrifice (Rank 4)20385 Sacrifice (Rank 5)20386 Sacrifice (Rank 6)20387 Consume Shadows (Rank 1)

Page 402: Mangos Bible 2 1 3

20388 Consume Shadows (Rank 2)20389 Consume Shadows (Rank 3)20390 Consume Shadows (Rank 4)20391 Consume Shadows (Rank 5)20392 Consume Shadows (Rank 6)20393 Suffering (Rank 1)20394 Suffering (Rank 2)20395 Suffering (Rank 3)20396 Suffering (Rank 4)20397 Blood Pact (Rank 1)20398 Lash of Pain (Rank 2)20399 Lash of Pain (Rank 3)20400 Lash of Pain (Rank 4)20401 Lash of Pain (Rank 5)20402 Lash of Pain (Rank 6)20403 Soothing Kiss (Rank 1)20404 Soothing Kiss (Rank 2)20405 Soothing Kiss (Rank 3)20406 Soothing Kiss (Rank 4)20407 Seduction20408 Lesser Invisibility20409 Lady Prestor Transforms DND20410 Tag: Clear20411 zzOLDJudgement of Fury (Rank 2)20412 zzOLDJudgement of Fury (Rank 3)20413 zzOLDJudgement of Fury (Rank 4)20414 zzOLDJudgement of Fury (Rank 5)20420 Fireball20424 Seal of Command20425 Judgement of Command (Rank 1)20426 Devour Magic (Rank 2)20427 Devour Magic (Rank 3)20428 Devour Magic (Rank 4)20429 Tainted Blood (Rank 1)20430 Tainted Blood (Rank 2)20431 Tainted Blood (Rank 3)20432 Tainted Blood (Rank 4)20433 Spell Lock (Rank 1)20434 Spell Lock (Rank 2)20435 Paranoia20436 Drunken Pit Crew20437 Seal of Righteousness (Rank 2)20438 Seal of Righteousness (Rank 3)20439 Seal of Righteousness (Rank 4)20440 Seal of Righteousness (Rank 5)20441 Seal of Righteousness (Rank 6)

Page 403: Mangos Bible 2 1 3

20442 Seal of Righteousness (Rank 7)20443 Seal of Righteousness (Rank 8)20444 Seal of the Crusader (Rank 2)20445 Seal of the Crusader (Rank 3)20446 Seal of the Crusader (Rank 4)20447 Seal of the Crusader (Rank 5)20448 Seal of the Crusader (Rank 6)20449 Teleport20450 Righteous Fury20451 Seal of Fury (Rank 2)20452 Seal of Fury (Rank 3)20453 Seal of Fury (Rank 4)20454 Seal of Fury (Rank 5)20455 Seal of Light (Rank 1)20456 Seal of Light (Rank 2)20457 Seal of Light (Rank 3)20458 Seal of Light (Rank 4)20459 Seal of Wisdom (Rank 1)20460 Seal of Wisdom (Rank 2)20461 Seal of Wisdom (Rank 3)20462 Seal of Justice20463 Shoot20464 Summon Skeleton20465 Windsor Death DND20466 Lady Prestor Despawns DND20467 Judgement of Command (Rank 1)20468 Improved Righteous Fury (Rank 1)20469 Improved Righteous Fury (Rank 2)20470 Improved Righteous Fury (Rank 3)20473 Holy Shock (Rank 1)20474 Lava Bomb20475 Living Bomb20476 Explosion20477 Summon Player20478 Armageddon20479 Armageddon20480 Birth20481 Garr Armor Debuff20482 Firesworn Eruption Trigger20483 Massive Eruption20484 Rebirth (Rank 1)20485 Rebirth (Rank 1)20487 Improved Hammer of Justice (Rank 1)20488 Improved Hammer of Justice (Rank 2)20489 Improved Hammer of Justice (Rank 3)20492 Resonite Crystal

Page 404: Mangos Bible 2 1 3

20493 Ritual of Doom Trigger Effect20494 Summon Lava Bomb 120495 Summon Lava Bomb 220496 Improved Cleave (Rank 3)20497 Improved Slam (Rank 3)20498 Improved Slam (Rank 4)20499 Improved Slam (Rank 5)20500 Improved Berserker Rage (Rank 1)20501 Improved Berserker Rage (Rank 2)20502 Improved Execute (Rank 1)20503 Improved Execute (Rank 2)20504 Improved Intercept (Rank 1)20505 Improved Intercept (Rank 2)20506 Summon Magmakin20507 Magmakin Confuse20508 Charge20509 TEST AVATAR20510 TEST AVATAR FORM20511 Intimidating Shout20512 Creeping Plague20513 Enchanted Resonite Crystal20514 Ruul Snowhoof Shapechange (DND)20527 Eruption20528 Mor'rogal Enchant20529 Bind Chapter 120530 Bind Chapter 220531 Bind Chapter 320532 Intense Heat20533 Intense Heat20534 Teleport20535 Lightning Breath20536 Lightning Breath20537 Counterspell20538 Hate to Zero20539 Fatal Bite20540 Ashenvale Outrunner Sneak (Rank 1)20541 Fetch!20542 Static Conduit20543 Lightning Breath20544 Attract Rager20545 Lightning Shield20546 Infernal Spawn Trigger20547 Fun Bomb20548 Root Self20549 War Stomp (Racial)20550 Endurance (Racial Passive)

Page 405: Mangos Bible 2 1 3

20551 Nature Resistance (Racial Passive)20552 Cultivation (Racial Passive)20553 Golemagg's Trust20554 Berserking (Racial)20555 Regeneration (Racial Passive)20556 Golemagg's Trust20557 Beast Slaying (Racial Passive)20558 Throwing Specialization (Racial Passive)20559 Mocking Blow (Rank 4)20560 Mocking Blow (Rank 5)20561 Mocking Blow (Rank 4)20562 Mocking Blow (Rank 5)20563 Elemental Fire20564 Elemental Fire20565 Magma Blast20566 Wrath of Ragnaros20567 Ragnaros Submerge Visual20568 Ragnaros Emerge20569 Cleave (Rank 5)20570 Superheated Flames20571 Cleave (Rank 5)20572 Blood Fury (Racial)20573 Hardiness (Racial Passive)20574 Axe Specialization (Racial Passive)20575 Command (Racial Passive)20576 Command (Racial Passive)20577 Cannibalize (Racial)20578 Cannibalize20579 Shadow Resistance (Racial Passive)20580 Shadowmeld (Racial)20582 Quickness (Racial Passive)20583 Nature Resistance (Racial Passive)20584 Ghost20585 Wisp Spirit (Racial Passive)20586 Windreaper20587 Ragged John's Neverending Cup20589 Escape Artist (Racial)20590 Ragged John's Neverending Cup20591 Expansive Mind (Racial Passive)20592 Arcane Resistance (Racial Passive)20593 Engineering Specialization (Racial Passive)20594 Stoneform (Racial)20595 Gun Specialization (Racial Passive)20596 Frost Resistance (Racial Passive)20597 Sword Specialization (Racial Passive)20598 The Human Spirit (Racial Passive)

Page 406: Mangos Bible 2 1 3

20599 Diplomacy (Racial Passive)20600 Perception (Racial)20602 Fire Nova20603 Shadow Shock20604 Dominate Mind20605 Cleave20606 Undead Slayer 1520607 Increased Staff20608 Reincarnation (Passive)20609 Ancestral Spirit (Rank 2)20610 Ancestral Spirit (Rank 3)20611 Intercept (Rank 1)20612 Stoneform20613 Reincarnation20614 Intercept Stun (Rank 2)20615 Intercept Stun (Rank 3)20616 Intercept (Rank 2)20617 Intercept (Rank 3)20618 Teleport20619 Magic Reflection20620 Aegis of Ragnaros20621 Intercept (Rank 2)20622 Intercept (Rank 3)20623 Fire Blast20624 Test Mod Water Breathing (PT)20625 Ritual of Doom Sacrifice20626 Undermine Clam Chowder20627 Lightning Breath20628 Recipe: Undermine Clam Chowder20629 Corrosive Venom Spit20630 Lightning Breath20631 Furbolg Medicine Pouch (Rank 1)20647 Execute20648 Medium Leather20649 Heavy Leather20650 Thick Leather20651 Medium Leather20652 Heavy Leather20653 Thick Leather20654 Entangling Roots20655 Barkskin20656 Faerie Fire20657 Acid Spit20658 Execute (Rank 2)20660 Execute (Rank 3)20661 Execute (Rank 4)

Page 407: Mangos Bible 2 1 3

20662 Execute (Rank 5)20663 Sleep20664 Rejuvenation20665 Regrowth20666 Cleave20667 Corrosive Acid Breath20668 Sleepwalk20669 Sleep20671 Summon Phantim Illusion20672 Fade20676 Intense Heat20677 Cleave20678 Fireball20679 Fire Blast20680 Blizzard20681 Summon Water Elementals20682 Teleport20683 Highlord's Justice20684 Cleave20685 Storm Bolt20686 Knock Away20687 Starfall20688 Searing Arrow20690 Moonfire20691 Cleave20692 Fireball20693 Summon Lost Amulet20694 Holy Nova20695 Holy Smite20696 Holy Smite20697 Power Word: Shield20698 Wrath20699 Entangling Roots20700 Ritual of Doom20701 Rejuvenation20702 Summon Treant Allies20703 Execute (Rank 4)20704 Execute (Rank 5)20705 Power Shield 50020706 Power Word: Shield 500 (Rank 7)20707 Soulstone Resurrection20708 Emote State Ready20709 Arcanite Skeleton Key20710 Inner Courage 2020711 Spirit of Redemption20712 Flame Breath

Page 408: Mangos Bible 2 1 3

20713 ZZOLDSpirit of Redemption20714 Fireball20715 Emote - SpellCastOmni20716 Sand Breath20717 Sand Breath20718 Emote - SpellCastDirected20719 Feline Grace (Passive)20720 Arcane Bolt20721 ZZOLDSpirit of Redemption20722 Feline Grace (Passive)20723 ZZOLDSpirit of Redemption20724 Retaliation20725 Greater Dragon Slayer 2520726 Greater Dragon Slayer 2520729 Blessing of Sacrifice (Rank 2)20730 Blessing of Sacrifice (Rank 2)20731 Beast Slaying 1520732 Attack Power 1520733 Black Arrow20734 Black Arrow20735 Multi-Shot20736 Distracting Shot (Rank 1)20737 Summon Karang's Banner20738 Distracting Shot (Rank 1)20739 Rebirth (Rank 2)20740 Dominate Mind20741 Shadow Bolt Volley20742 Rebirth (Rank 3)20743 Drain Life20744 Rebirth (Rank 2)20745 Rebirth (Rank 3)20746 Summon Karang's Banner Aura20747 Rebirth (Rank 4)20748 Rebirth (Rank 5)20749 Rebirth (Rank 4)20750 Rebirth (Rank 5)20751 Maul20752 Create Soulstone (Lesser)20753 Demoralizing Roar20754 Rain of Fire20755 Create Soulstone20756 Create Soulstone (Greater)20757 Create Soulstone (Major)20758 Use Soulstone20759 Use Soulstone20760 Use Soulstone

Page 409: Mangos Bible 2 1 3

20761 Use Soulstone20762 Soulstone Resurrection20763 Soulstone Resurrection20764 Soulstone Resurrection20765 Soulstone Resurrection20766 Create Soulstone (Lesser)20767 Create Soulstone20768 Create Soulstone (Greater)20769 Create Soulstone (Major)20770 Resurrection (Rank 5)20771 Resurrection (Rank 5)20772 Redemption (Rank 4)20773 Redemption (Rank 5)20774 Redemption (Rank 4)20775 Redemption (Rank 5)20776 Ancestral Spirit (Rank 4)20777 Ancestral Spirit (Rank 5)20778 Ancestral Spirit (Rank 2)20779 Ancestral Spirit (Rank 3)20780 Ancestral Spirit (Rank 4)20781 Ancestral Spirit (Rank 5)20782 Tamed Pet Passive (DND)20783 Destroy Karang's Banner20784 Tamed Pet Passive (DND)20785 Charm Tolerance (DND)20786 Destroy Karang's Banner20787 Immolate20788 Counterspell20789 Detonate20790 Healing Touch20791 Shadow Bolt20792 Frostbolt20793 Fireball20794 Flamestrike20795 Fire Blast20797 Fireball20798 Demon Skin20799 Inferno (Rank 1)20800 Immolate20801 Firebolt20802 Lightning Bolt20804 Triage20805 Lightning Bolt20806 Frostbolt20807 Shadow Bolt20808 Fireball

Page 410: Mangos Bible 2 1 3

20809 Vampiric Aura20810 Vampiric Aura20811 Fireball20812 Cripple20813 Flamestrike20814 Collect Dire Water20815 Fireball20816 Shadow Bolt20817 Mana Burn20818 Summon Foulweald Totem Basket20819 Frostbolt20820 Holy Smite20821 Acid Spit20822 Frostbolt20823 Fireball20824 Lightning Bolt20825 Shadow Bolt20826 Immolate20827 Flamestrike20828 Cone of Cold20829 Arcane Bolt20830 Mind Blast20831 Chain Lightning20832 Fire Blast20847 The Lion Horn of Stormwind20848 Flarecore Mantle20849 Flarecore Gloves20850 Pattern: Flarecore Mantle20851 Pattern: Flarecore Gloves20852 Pattern: Corehound Boots20853 Corehound Boots20854 Molten Helm20855 Black Dragonscale Boots20856 Pattern: Molten Helm20857 Pattern: Black Dragonscale Boots20858 Demon Slaying 3020859 Rockbiter Weapon Taunt20860 Rockbiter Weapon Proc (Rank 1)20861 Muglash Waiting20862 Muglash Despawn20863 Muglash's Brazier Trap20864 Mace Specialization (Racial Passive)20865 Rockbiter Weapon Proc (Rank 2)20866 Rockbiter Weapon Proc (Rank 3)20867 Rockbiter Weapon Proc (Rank 4)20868 Rockbiter Weapon Proc (Rank 5)

Page 411: Mangos Bible 2 1 3

20869 Frost Blast20870 Rockbiter Weapon Proc (Rank 6)20871 Rockbiter Weapon Proc (Rank 7)20872 Fiery Chain Girdle20873 Fiery Chain Shoulders20874 Dark Iron Bracers20875 Rumsey Rum20876 Dark Iron Leggings20877 Beast Slaying 1520878 Plans: Fiery Chain Girdle20879 Plans: Fiery Chain Shoulders20880 Plans: Dark Iron Bracers20881 Plans: Dark Iron Leggings20882 Enslave Demon20883 Arcane Blast20884 Stun 1% for 1 sec20885 Vitality (Rank 1)20886 Thorns Dmg +3 (Rank 1)20887 Thorns Dmg +2 (Rank 1)20888 Thorns Dmg +1 (Rank 1)20889 Thorns Dmg +4 (Rank 1)20890 Dark Iron Reaver20891 Greater Beast Slayer 2520893 Greater Beast Slayer 2520894 zzOLDSpirit Bond Effect (Rank 3)20895 Spirit Bond (Rank 2)20897 Dark Iron Destroyer20898 Plans: Dark Iron Reaver20899 Plans: Dark Iron Destroyer20900 Aimed Shot (Rank 2)20901 Aimed Shot (Rank 3)20902 Aimed Shot (Rank 4)20903 Aimed Shot (Rank 5)20904 Aimed Shot (Rank 6)20905 Trueshot Aura (Rank 2)20906 Trueshot Aura (Rank 3)20909 Counterattack (Rank 2)20910 Counterattack (Rank 3)20911 Blessing of Sanctuary (Rank 1)20912 Blessing of Sanctuary (Rank 2)20913 Blessing of Sanctuary (Rank 3)20914 Blessing of Sanctuary (Rank 4)20915 Seal of Command (Rank 2)20916 Mithril Headed Trout20917 Spirit Bond (Rank 2)20918 Seal of Command (Rank 3)

Page 412: Mangos Bible 2 1 3

20919 Seal of Command (Rank 4)20920 Seal of Command (Rank 5)20921 Recipe: Mithril Head Trout20922 Consecration (Rank 3)20923 Consecration (Rank 4)20924 Consecration (Rank 5)20925 Holy Shield (Rank 1)20926 Spirit Bond (Rank 3)20927 Holy Shield (Rank 2)20928 Holy Shield (Rank 3)20929 Holy Shock (Rank 2)20930 Holy Shock (Rank 3)20931 Aimed Shot (Rank 2)20932 Aimed Shot (Rank 3)20933 Aimed Shot (Rank 4)20934 Aimed Shot (Rank 5)20935 Aimed Shot (Rank 6)20936 Spirit of Greater Healing20937 Hyper Resurrection 4 sec20938 Trueshot Aura (Rank 3)20939 Undying Soul20940 Wyvern Sting (Rank 2)20941 Wyvern Sting (Rank 3)20942 Counterattack (Rank 2)20943 Counterattack (Rank 3)20944 Seal of Command (Rank 2)20945 Seal of Command (Rank 3)20946 Seal of Command (Rank 4)20947 Seal of Command (Rank 5)20948 Blessing of Sanctuary (Rank 1)20949 Blessing of Sanctuary (Rank 2)20950 Blessing of Sanctuary (Rank 4)20951 Blessing of Sanctuary (Rank 4)20952 Consecration (Rank 3)20953 Consecration (Rank 3)20954 Consecration (Rank 5)20955 Holy Shield (Rank 2)20956 Holy Shield (Rank 3)20957 Holy Shield (Rank 3)20958 Holy Shock (Rank 2)20959 Increased Mana Regen20960 Holy Shock (Rank 3)20961 Judgement of Command (Rank 3)20962 Judgement of Command (Rank 2)20963 Judgement of Command (Rank 2)20964 Judgement of Command (Rank 3)

Page 413: Mangos Bible 2 1 3

20965 Judgement of Command (Rank 4)20966 Judgement of Command (Rank 5)20967 Judgement of Command (Rank 4)20968 Judgement of Command (Rank 5)20969 Vitality (Rank 1)20987 Giantstalker A20988 Nature's Ally20989 Sleep21007 Curse of Weakness21008 Mocking Blow21009 Shadowmeld Passive (Racial Passive)21010 Increase Spell Dam Undead 1421011 Increase Spell Dam Demons 1421012 Increased Offhand Damage 1021013 Attack Power Ranged 6021014 ZZOLDIncreased Critical Spell Nature21027 Spark21029 Thaumaturgy Channel21030 Frost Shock21047 Corrosive Acid Spit21048 Curse of the Tribes21049 Bloodlust21050 Melodious Rapture21051 Melodious Rapture Visual (DND)21052 Monty Bashes Rats (DND)21053 Capture Soul21054 Capture Soul21055 Crush Armor21056 Mark of Kazzak21057 Summon Theradrim Shardling21058 Mark of Kazzak21059 Acid Spit21060 Blind21061 Putrid Breath21062 Putrid Breath21063 Twisted Reflection21064 Twisted Reflection21066 Void Bolt21067 Poison Bolt21068 Corruption21069 Larva Goo21070 Noxious Cloud21071 Boulder21072 Fireball21073 Arcane Explosion21074 Test NPC Resurrection (Rank 1)

Page 414: Mangos Bible 2 1 3

21075 Damage Shield21076 Dispel Magic21077 Shadow Bolt21078 Conjure Milton (DND)21079 Echo of Archimonde21080 Putrid Breath21081 Sunder Armor21082 Seal of the Crusader (Rank 1)21083 Seal of the Crusader (Rank 1)21084 Seal of Righteousness (Rank 1)21085 Seal of Righteousness (Rank 1)21086 Encouragement21087 Immunity21088 Improved Arcane Intellect21089 Retributive Smite21090 Champion21091 Retributive Smite21092 Increased Critical Holy21093 Improved Fortitude21094 Separation Anxiety21095 Separation Anxiety21096 Blizzard21097 Manastorm21098 Chill21099 Frost Breath21100 Conjure Elegant Letter21107 Ragnaros Submerge Fade21108 Summon Sons of Flame21109 Vitality (Rank 1)21110 Summon Son of Flame B21111 Summon Son of Flame C21112 Summon Son of Flame D21113 Summon Son of Flame E21114 Summon Son of Flame F21115 Summon Son of Flame G21116 Summon Son of Flame H21117 Summon Son of Flame A21118 Spell Reflection21127 Maraudon Portal21128 Maraudon Portal Effect21129 Aura of Battle21130 Grip of Command21131 Breath21132 Breath21133 Breath21134 Will of Ragnaros

Page 415: Mangos Bible 2 1 3

21135 Breath21136 Breath21137 Breath21138 Breath21139 Breath21140 Fatal Wound21141 Shadow Bolt21142 Immolation21143 Gingerbread Cookie21144 Egg Nog21145 Recipe: Gingerbread Cookie21146 Recipe: Egg Nog21147 Arcane Vacuum21149 Egg Nog21150 Summon Player21151 Gutgore Ripper21152 Earthshaker21153 Bonereaver's Edge21154 Might of Ragnaros21155 Intense Heat21156 Battle Stance Passive21157 Dark Channeling21158 Lava Burst21159 Fireball21160 Eye of Sulfuras21161 Sulfuron Hammer21162 Fireball21163 Polished Armor (Rank 1)21164 Sulfuron Hammer21165 Haste21167 Snowball21168 Vitality (Rank 1)21169 Reincarnation21170 Drain Life21171 Ryson's Eye in the Sky21172 Grip of Command21173 Aerie Gryphon Hover21174 Aura of Battle21175 Spider Sausage21176 Spider Sausage21178 Bear Form (Passive2) (Passive)21179 Chain Lightning21180 Summon Thunderstrike21181 Summon Shadowstrike21183 Judgement of the Crusader (Rank 1)21184 Rogue Passive (DND)

Page 416: Mangos Bible 2 1 3

21185 Spinal Reaper21186 Spinal Reaper (Rank 1)21187 Stormpike Reputation +521188 Stun Bomb Attack21189 Gryphon Wing Flap21190 Aerie Gryphon Speed Buff21207 Tailoring Pattern - Mooncloth Boots21227 Fire & Ice Channeling21228 Arcane Missiles +121229 Frostbolt, Improved21230 Fireball, Improved DoT21247 ZZOLDImproved Polymorph Duration21248 Opening21249 Call of the Nether21267 Conjure Altar of Summoning21268 Conjure Altar of Summoning Effect DND21287 Conjure Lokholar the Usurper DND21288 Opening21307 Swell of Souls21327 Summon Hive'Ashi Drones21330 Corrupted Fear21331 Entangling Roots21332 Aspect of Neptulon21333 Lava Breath21334 Reactive Mana21335 Thorns21336 Discordant Surge Visual21337 Thorns21338 Conjure Furis Felsteed DUMMY DND21339 Improved Prayer of Healing21340 Frenzy21341 Shadow Bolt Volley21342 Mistletoe Test21343 Snowball21345 Vitality (Rank 1)21346 Vitality (Rank 1)21347 Vitality (Rank 1)21348 Vitality (Rank 1)21349 Vitality (Rank 1)21350 Vitality (Rank 1)21351 Increased Stun Resist 0121352 Decreased Parry 121353 Mount Speed Buff DND21354 Snowball Resistant21355 Planting Guse's Beacon21356 Conjure Guse's Beacon DND

Page 417: Mangos Bible 2 1 3

21357 Create Aqual Quintessence21358 Aqual Quintessence - Dowse Molten Core Rune21359 Increased Mana Regen21360 Increased Mana Regen21361 Increased Mana Regen21362 Increased Mana Regen21363 Increased Mana Regen21364 Increased Mana Regen21365 Increased Mana Regen21366 Increased Mana Regen21367 Blizzard21368 Conjure Jeztor's Beacon DND21369 Frostbolt21370 Planting Jeztor's Beacon21371 Planting Mulverick's Beacon21372 Conjure Mulverick's Beacon DND21387 Melt Weapon21388 Melt Weapon21389 Fire Channeling21390 Multi-Shot21391 Syndicate Tracker (MURP) DND21392 Fire Channeling21393 Healing Draught21394 Healing Draught21395 Restore Mana21396 Restore Mana21397 Syndicate Tracker (MURP) DND21398 Create Stormpike Assault Order (DND)21399 Alchemists' Stone21400 Alchemists' Stone21401 Frost Shock21402 Fireball21403 Ryson's All Seeing Eye21407 Increased Defense21408 Increased Defense21409 Increased Defense21410 Increased Defense21411 Increased Defense21412 Increased Defense21413 Increased Defense21414 Increased Defense21415 Increased Defense21416 Increased Defense21417 Increased Defense21418 Increased Defense21419 Increased Defense

Page 418: Mangos Bible 2 1 3

21420 Increased Defense21421 Increased Defense21422 Increased Defense21423 Increased Defense21424 Increased Defense21425 Ryson's Eye in the Sky21426 Attack Power Ranged 221427 Attack Power Ranged 521428 Attack Power Ranged 721429 Attack Power Ranged 1021430 Attack Power Ranged 1221431 Attack Power Ranged 1421432 Attack Power Ranged 1721433 Attack Power Ranged 1921434 Attack Power Ranged 2221435 Attack Power Ranged 2421436 Attack Power Ranged 2621437 Attack Power Ranged 2921438 Attack Power Ranged 3121439 Attack Power Ranged 3421440 Attack Power Ranged 3621441 Attack Power Ranged 3821442 Attack Power Ranged 4121443 Attack Power Ranged 4321444 Attack Power Ranged 4621445 Attack Power Ranged 4821446 Attack Power Ranged 5021447 Attack Power Ranged 5321448 Attack Power Ranged 5521449 Attack Power Ranged 5821450 Attack Power Ranged 6221451 Attack Power Ranged 6521452 Attack Power Ranged 6721453 Attack Power Ranged 7021454 Attack Power Ranged 7221455 Attack Power Ranged 7421456 Attack Power Ranged 7721457 Attack Power Ranged 7921458 Attack Power Ranged 8221459 Attack Power Ranged 8421460 Attack Power Ranged 8621461 Attack Power Ranged 8921462 Attack Power Ranged 9121463 Teleport to Player21464 Conjure Ryson's Beacon (Horde) DND21465 Conjure Ryson's Beacon (Alliance) DND

Page 419: Mangos Bible 2 1 3

21466 Increased Block 121467 Increased Block 121468 Increased Block 121469 Increased Block 121470 Increased Block 121471 Increased Block 221472 Increased Block 221473 Increased Block 221474 Increased Block 221475 Increased Block 321476 Increased Block 321477 Increased Block 321478 Increased Block 421479 Increased Block 421480 Increased Block 421481 Increased Block 421482 Increased Block 521483 Increased Block 521484 Increased Block 521485 Increased Block 521486 Increased Block 621487 Increased Block 621488 Increased Block 621489 Increased Block 621490 Increased Block 721491 Increased Block 721492 Increased Block 721493 Increased Block 721494 Increased Block 821495 Increased Block 821496 Increased Block 821497 Increased Block 821498 Increased Block 821499 Increase Holy Dam 121500 Increase Holy Dam 321501 Increase Holy Dam 421502 Increase Holy Dam 621503 Increase Holy Dam 721504 Increase Holy Dam 921505 Increase Holy Dam 1021506 Increase Holy Dam 1121507 Increase Holy Dam 1321508 Increase Holy Dam 1421509 Increase Holy Dam 1621510 Increase Holy Dam 1721511 Increase Holy Dam 19

Page 420: Mangos Bible 2 1 3

21512 Increase Holy Dam 2021513 Increase Holy Dam 2121514 Increase Holy Dam 2321515 Increase Holy Dam 2421516 Increase Holy Dam 2621517 Increase Holy Dam 2721518 Increase Holy Dam 2921519 Increase Holy Dam 3021520 Increase Holy Dam 3121521 Increase Holy Dam 3321522 Increase Holy Dam 3421523 Increase Holy Dam 3621524 Increase Holy Dam 3721525 Increase Holy Dam 3921526 Increase Holy Dam 4021527 Increase Holy Dam 4121528 Increase Holy Dam 4321529 Increase Holy Dam 4421530 Increase Holy Dam 4621531 Increase Holy Dam 4721532 Increase Holy Dam 4921533 Increase Holy Dam 5021534 Increase Holy Dam 5121535 Increase Holy Dam 5321536 Increase Holy Dam 5421537 Planting Ryson's Beacon21538 Planting Ryson's Beacon21539 Block Value 0221540 Improved Block Value21541 Conjure Scrying Scope (Horde) DND21542 Conjure Scrying Scope (Alliance) DND21543 Teleport to Player21544 Create Shredder21545 Conjure Ryson's All Seeing Eye DND21546 Ryson's All Seeing Eye21547 Spore Cloud21548 Spore Trees21549 Fireball21551 Mortal Strike (Rank 2)21552 Mortal Strike (Rank 3)21553 Mortal Strike (Rank 4)21554 Ryson's All Seeing Eye21555 Mortal Strike (Rank 2)21556 Control Shredder21557 Mortal Strike (Rank 3)21558 Mortal Strike (Rank 4)

Page 421: Mangos Bible 2 1 3

21559 Shredder Armor Melt21561 Healer Champion21562 Prayer of Fortitude (Rank 1)21563 Command (Racial Passive)21564 Prayer of Fortitude (Rank 2)21565 Create Shredder21566 Control Shredder21568 Prayer of Fortitude (Rank 1)21569 Prayer of Fortitude (Rank 2)21587 Vitality (Rank 1)21588 Vitality (Rank 1)21589 Vitality (Rank 1)21590 Vitality (Rank 1)21592 Vitality (Rank 1)21593 Vitality (Rank 1)21594 Vitality (Rank 1)21595 Vitality (Rank 1)21596 Vitality (Rank 1)21597 Vitality (Rank 1)21598 Vitality (Rank 1)21599 Vitality (Rank 1)21600 Vitality (Rank 1)21601 Vitality (Rank 1)21602 Vitality (Rank 1)21603 Vitality (Rank 1)21604 Vitality (Rank 1)21605 Vitality (Rank 1)21606 Vitality (Rank 1)21607 Vitality (Rank 1)21608 Vitality (Rank 1)21609 Vitality (Rank 1)21610 Vitality (Rank 1)21611 Vitality (Rank 1)21612 Vitality (Rank 1)21613 Vitality (Rank 1)21614 Vitality (Rank 1)21615 Vitality (Rank 1)21616 Vitality (Rank 1)21617 Vitality (Rank 1)21618 Increased Mana Regen21619 Increased Mana Regen21620 Increased Mana Regen21621 Increased Mana Regen21622 Increased Mana Regen21623 Increased Mana Regen21624 Increased Mana Regen

Page 422: Mangos Bible 2 1 3

21625 Increased Mana Regen21626 Increased Mana Regen21627 Increased Mana Regen21628 Increased Mana Regen21629 Increased Mana Regen21630 Increased Mana Regen21631 Increased Mana Regen21632 Increased Mana Regen21633 Increased Mana Regen21634 Increased Mana Regen21635 Increased Mana Regen21636 Increased Mana Regen21637 Increased Mana Regen21638 Increased Mana Regen21639 Increased Mana Regen21640 Increased Mana Regen21641 Increased Mana Regen21642 Increased Mana Regen21643 Increased Mana Regen21644 Increased Mana Regen21645 Virulent Poison Proc21646 Conjure Circle of Calling21647 Frostwolf Reputation +521648 Call to Ivus21649 Ivus Teleport Visual DND21650 Building Fire21651 Opening21652 Closing21653 Vipore Cat Form DND21654 Create Frostwolf Assault Order (DND)21655 Blink21667 Wrath21668 Starfire21669 Moonfire21670 Faerie Fire21687 Toxic Volley21688 Goblin Land Mine21707 Summon Noxxion's Spawns21708 Summon Noxxion's Spawns21709 Spore Tree21727 Summon Player21728 Planting Ichman's Beacon21729 Planting Slidore's Beacon21730 Planting Vipore's Beacon21731 Conjure Ichman's Beacon DND21732 Conjure Slidore's Beacon DND

Page 423: Mangos Bible 2 1 3

21733 Spore Tree Trigger21734 Conjure Vipore's Beacon DND21735 Conjure Vipore's Beacon DND21736 Winterax Wisdom21737 Periodic Knock Away21740 Demonic Ally21741 Demonic Ally21744 Spirit of Blessing21745 ZZOLDImproved Blessings21747 Lawbringer21748 Thorn Volley21749 Thorn Volley21751 Perm. Illusion Skeleton21767 Kill Trees21787 Deadly Poison21788 Deadly Poison21789 Hate to Half21790 Aqua Jet21791 Tranquility21793 Twisted Tranquility21794 Frostwolf Muzzle DND21795 Frostwolf Muzzle Effect DND21807 Wrath21808 Summon Shardlings21809 Summon Theradrim Shardling21827 Frostwolf Aura DND21828 Frostwolf Aura Dummy Dispel21829 Stormpike Reputation +221830 Frostwolf Despawn Spell21831 Improved Rend (Rank 3)21832 Boulder21833 Goblin Dragon Gun21834 Gizlock's Dummy21835 Gizlock's Dummy Charm Effect21836 Gizlock's Dummy Charm21837 Gizlock's Dummy Effect21838 Unbridled Wrath21840 Battlegear of Might21841 Battlegear of Might21847 Snowman21848 Snowman21849 Gift of the Wild (Rank 1)21850 Gift of the Wild (Rank 2)21851 Gift of the Wild (Rank 1)21852 Gift of the Wild (Rank 2)21853 Reactive Fade

Page 424: Mangos Bible 2 1 3

21854 ZZOLDRapid Enslavement21855 ZZOLDImproved Seals21856 Threatening Strikes21857 Lava Shield21858 Lava Shield21859 Ragnaros Submerge Effect21860 Gizlock's Dummy Taunt Effect21861 Gizlock's Dummy Taunt21862 Radiation21863 Alterac Ram Aura DND21864 Alterac Ram Aura Dummy Dispel DND21865 Alterac Ram Despawn Spell21866 Alterac Ram Collar DND21867 Alterac Ram Collar Effect DND21868 Dust Field21869 Repulsive Gaze21870 Increased Critical Nature21871 Increased Rejuvenation Duration21872 Faster Regrowth Cast21873 Cheaper Druid Shapeshifting21874 Improved Vanish21878 Evasion TEST21879 Friendly Nukes21880 Improved Rupture21881 Improved Poisons21882 Judgement Smite21883 Summon Healed Celebrian Vine21884 Collect Orange Crystal Liquid21885 Heal Vylestem Vine21886 Summon Lava Burst A21887 Warrior's Wrath21889 Judgement Smite21890 Warrior's Wrath21891 Earthfury Stat Totem21892 Arcane Protection21893 Arcane Protection21894 Meditation21895 Increased Totem Radius21896 Zaetar's Release (DND)21897 Warlock Terror21898 Warlock Terror21899 Improved Chain Heal21900 Summon Lava Burst B21901 Summon Lava Burst C21902 Summon Lava Burst D21903 Summon Lava Burst E

Page 425: Mangos Bible 2 1 3

21904 Summon Lava Burst F21905 Summon Lava Burst G21906 Summon Lava Burst H21907 Summon Lava Burst I21908 Lava Burst Randomizer21909 Dust Field21910 Goblin Dragon Gun21911 Puncture21912 Dummy Nuke21913 Edge of Winter21914 Celebras Quit Escort21915 Plans: Edge of Winter21916 Celebras Waiting21917 Celebras Stone Trap21919 Thrash21920 Frost Power21921 Demonic Ally21922 Demonic Ally21923 Elixir of Frost Power21924 Recipe: Elixir of Frost Power21925 Nature's Ally21926 Nature's Ally21927 Nature's Ally21928 Nature's Ally21929 Giantstalker21930 Winter's Might21931 Enchant Weapon - Winter's Might21932 Giantstalker21933 Formula: Enchant Weapon - Winter's Might21934 Gizlock's Dummy Despawn21935 SnowMaster 900021936 Reindeer21937 Giantstalker B21938 Nature's Ally21939 Create Scepter of Celebras21940 SnowMaster 900021941 Schematic: Snowmaster 900021942 Hunter Giant Stalker21943 Gloves of the Greatfather21944 Pattern: Gloves of the Greatfather21945 Green Holiday Shirt21946 Pattern: Green Holiday Shirt21949 Rend21950 Recite Words of Celebras21951 Fist of Stone21952 Poison

Page 426: Mangos Bible 2 1 3

21953 The Feast of Winter Veil21954 Dispel Poison21955 Razorlash Root21956 Physical Protection21957 Create Amulet of Union21958 Stout Heart (Rank 1)21959 Reactive Mana21960 Manifest Spirit21961 Wound21962 Force of Nature21963 Force of Nature21964 Force of Nature21965 Manifestation Ends21966 Dragonstalker B21967 Dragonstalker A21968 Corrupt Forces of Nature21969 Mark of the Chosen (Rank 1)21970 Mark of the Chosen Effect (Rank 1)21971 Poison Bolt21972 Improved Thorns Duration21973 Prophecy Flash Heal Bonus21975 Vigor21976 Reactive Fade21977 Warrior's Wrath21978 Engulfing Shadows21979 Create The Pariah's Instructions21980 Snowman21987 Lash of Pain21988 Summon Dun Garok Soldiers21989 Waiting to Resurrect21990 Tornado21991 Talisman of Binding (Rank 1)21992 Thunderfury22007 Netherwind Focus22008 Netherwind Focus22009 Greater Heal22010 Greater Heal Renew22011 Spirit Heal Channel22012 Spirit Heal22027 Remove Insignia22047 Testing Totem (Rank 1)22048 Attack (Rank 1)22049 Testing Totem Passive (Rank 1)22050 Testing Totem Dummy (Rank 1)22051 Test Enchhelp Bracer - Superior Strength22052 Test Enchhelp Bracer - Superior Stamina

Page 427: Mangos Bible 2 1 3

22053 Test Enchhelp Bracer - Superior Spirit22054 Test Enchhelp Bracer - Greater Intellect22067 Reflection22068 rfo22088 Fireball22089 Test Enchhelp Chest - Major Health22090 Test Enchhelp Chest - Major Mana22091 Test Enchhelp Cloak - Greater Resistance22092 Test Enchhelp Cloak - Superior Defense22093 Test Enchhelp Weapon - Winter's Might22094 Test Enchhelp 2H Weapon - Superior Impact22095 Test Enchhelp Weapon - Superior Striking22096 Test Enchhelp 2H Weapon - Major Intellect22097 Test Enchhelp Shield - Greater Spirit22098 Test Enchhelp Shield - Greater Stamina22099 Test Enchhelp Shield - Frost Resistance22100 Test Enchhelp Shield - Superior Spirit22101 Test Enchhelp Boots - Greater Agility22102 Test Enchhelp Boots - Spirit22103 Test Enchhelp Boots - Greater Stamina22104 Test Enchhelp Gloves - Greater Strength22105 Test Enchhelp Gloves - Greater Agility22106 Test Enchhelp Gloves - Minor Haste22108 Conjure Frostwolf Rank 1 Insignia DND22109 Conjure Frostwolf Rank 2 Insignia DND22110 Conjure Frostwolf Rank 3 Insignia DND22111 Conjure Frostwolf Rank 4 Insignia DND22112 Conjure Frostwolf Rank 5 Insignia DND22113 Conjure Frostwolf Rank 6 Insignia DND22114 Conjure Stormpike Rank 1 Insignia DND22115 Conjure Stormpike Rank 2 Insignia DND22116 Conjure Stormpike Rank 3 Insignia DND22117 Conjure Stormpike Rank 4 Insignia DND22118 Conjure Stormpike Rank 5 Insignia DND22119 Conjure Stormpike Rank 6 Insignia DND22120 Charge22121 Shoot22127 Entangling Roots22128 Thorns22147 CHECKMEOUT22167 Heal22168 Renew22187 Power Word: Shield22188 Increased Crossbow22189 Mana Burn22190 Summon Flare Gun DND

Page 428: Mangos Bible 2 1 3

22191 Heated Ground22192 Heated Ground22193 Heated Ground22194 Heated Ground22195 Heated Ground22196 Heated Ground22197 Heated Ground22198 Heated Ground22199 Heated Ground22200 Heated Ground22201 Heated Ground22202 Heated Ground22203 Blue Beam22205 Trigger Blue Beam22206 Moonfire22207 Summon Drakefire Amulet DND22208 Create Chapter 1 DND22209 Create Chapter 2 DND22210 Create Chapter 3 DND22211 Create Chapter 4 DND22227 Create Dartol's Rod22247 Suppression Aura22267 Breath22268 Breath22269 Injured22270 Divine Intervention (NEWTEST)22271 Arcane Explosion22272 Arcane Missiles22273 Arcane Missiles22274 Greater Polymorph22275 Flamestrike22276 Elemental Shield22277 Elemental Shield22278 Elemental Shield22279 Elemental Shield22280 Elemental Shield22281 Elemental Shield22282 Brood Power22283 Brood Power: Red22284 Brood Power: Red22285 Brood Power: Blue22286 Brood Power: Bronze22287 Brood Power: Black22288 Brood Power: Green22289 Brood Power: Green22290 Brood Power: Blue

Page 429: Mangos Bible 2 1 3

22291 Brood Power: Bronze22311 Brood Power: Bronze22312 Brood Power: Black22313 Purple Hands22331 Rugged Leather22332 Rugged Leather22334 Bomb22335 Bottle of Poison22336 Shadow Bolt22351 Thorns22352 Phase Lasher (Fire)22353 Phase Lasher (Nature)22354 Phase Lasher (Arcane)22355 Chain Lightning22356 Slow22357 Icebolt22371 Curse of Impotence22372 Demon Portal22373 Regrowth22391 Demon Portal22392 Summon Enraged Felguard22393 Enraged Felguard Spawn22411 Shoot22412 Virulent Poison22413 Virulent Poison Proc22414 Lightning Bolt22415 Entangling Roots22416 Backstab22417 Shadow Shield22418 Chaotic Focus22419 Riptide22420 Submersion22421 Massive Geyser22422 Water22423 Flame Shock22424 Blast Wave22425 Fireball Volley22426 Crush Armor22427 Concussion Blow22428 Frenzy22429 Tag: Bubbles22430 Refined Scale of Onyxia22431 Tag: Bubbles22432 Refined Scale of Onyxia22433 Flame Buffet22434 Charged Scale of Onyxia

Page 430: Mangos Bible 2 1 3

22435 Charged Scale of Onyxia22436 Aura of Flames22438 Mark of Detonation22439 Mark of Detonation22440 Commanding Shout22441 Growing Flames22442 Growing Flames22458 Healing Circle22459 Summon RaidMageArcaneFR22460 Arcane Explosion22478 Intense Pain22479 Frost Breath22480 Tender Wolf Steak22481 Recipe: Tender Wolf Steak22482 Blade Flurry (Rank 1)22483 PvP Herald Alpha Transform (DND)22498 Land Mine Impact22518 Glowy (Red)22519 Ice Nova22520 Phase Lasher (Frost)22538 Nef Trans22539 Shadow Flame22540 Cleave22558 Brood Power: Red22559 Brood Power: Blue22560 Brood Power: Black22561 Brood Power: Green22562 Fill Amethyst Phial22563 Recall22564 Recall22565 Create Bloodpetal Zapper22566 Hex22567 Summon Ar'lia22568 Ferocious Bite (Rank 1)22569 Ferocious Bite (Rank 1)22570 Mangle (Rank 1)22571 Mangle (Rank 1)22572 Bruising Blow22573 Furor's Anti-Zerg Cantrip22574 Dark Strike22575 Shadow Shock22576 Glowy (Blue)22577 Glowy (Green)22578 Glowy (Black)22579 Glowy (Orange)22580 Glowy (Yellow)

Page 431: Mangos Bible 2 1 3

22581 Glowy (Purple)22582 Frost Shock22586 5% speed bonus22587 8% speed bonus22588 10% speed bonus22589 13% speed bonus22590 15% speed bonus22591 Strike22592 Knockdown22593 Flame Mantle of the Dawn22594 Frost Mantle of the Dawn22595 Poison Shock22596 Shadow Mantle of the Dawn22597 Nature Mantle of the Dawn22598 Arcane Mantle of the Dawn22599 Chromatic Mantle of the Dawn22600 Force Reactive Disk22618 Force Reactive Disk22619 Force Reactive Disk22620 Force Reactive Disk22638 Poison Shock22639 Eskhandar's Rake22640 Eskhandar's Rage22641 Reckless Charge22642 Brood Power: Bronze22643 Frostbolt Volley22644 Blood Leech22645 Frost Nova22646 Reckless Charge22647 Empower Pet22648 Call of Eskhandar22649 Summon Eskhandar22650 Ghost Visual22651 Sacrifice22652 Drakonid Spawner22653 Drakonid Spawner22654 Spawn Black Drakonid22655 Spawn Red Drakonid22656 Spawn Green Drakonid22657 Spawn Bronze Drakonid22658 Spawn Blue Drakonid22659 Spawn Drakonid22660 Dire Wolf Form22661 Enervate22662 Wither22663 Nefarian's Barrier

Page 432: Mangos Bible 2 1 3

22664 Shadowblink22665 Shadow Bolt Volley22666 Silence22667 Shadow Command22668 Shadowblink22669 Shadowblink22670 Shadowblink22671 Shadowblink22672 Shadowblink22673 Shadowblink22674 Shadowblink22675 Shadowblink22676 Shadowblink22677 Shadow Bolt22678 Fear22679 Prismatic Drakonid Spawner22680 Spawn Chromatic Drakonid22681 Shadowblink22682 Shadow Flame22683 Onyxia Scale Cloak22684 Onyxia Scale Cloak22685 Defense TEST22686 Bellowing Roar22687 Veil of Shadow22688 Tree Form22689 Mangle22690 Test Charge22691 Disarm22692 Petrify22693 Harden Skin22694 Apo Mekhanes Theos22695 Regrowth22696 Thorns22697 Arcane Elemental22699 Inferno22700 Field Repair Bot 74A22701 Aggro22703 Inferno Effect22704 Field Repair Bot 74A22705 Schematic: Field Repair Bot 74A22707 Root22709 Void Bolt22710 Enlarge22711 Shadowskin Gloves22712 Pattern: Shadowskin Gloves22713 Flame Buffet

Page 433: Mangos Bible 2 1 3

22714 Summon Hydroling22715 Hydrojet22716 Hydrojet22717 Black War Steed22718 Black War Kodo22719 Black Battlestrider22720 Black War Ram22721 Black War Raptor22722 Red Skeletal Warhorse22723 Black War Tiger22724 Black War Wolf22725 Defense +322727 Core Armor Kit22728 Pattern: Core Armor Kit22729 Rejuvenation Potion22730 Increased Intellect22731 Food22732 Major Rejuvenation Potion22733 Recipe: Major Rejuvenation Potion22734 Drink22735 Spirit of Runn Tum22736 Gordok Ogre Suit22737 Gordok Ogre Suit22738 Intercept Cooldown Reduction (Rank 1)22739 Goblin Dragon Gun22741 Goblin Dragon Gun22742 Super Shrink Ray22743 Ribbon of Souls22744 Chains of Ice22745 Chains of Ice22746 Cone of Cold22747 Increase Spell Dam 3022748 Increase Healing 5522749 Enchant Weapon - Spell Power22750 Enchant Weapon - Healing Power22751 Fury of the Frostwolf22752 Fevered Exhaustion22753 Formula: Enchant Weapon - Spell Power22754 Formula: Enchant Weapon - Healing Power22755 Critical Weapon +222756 Sharpen Weapon - Critical22757 Elemental Sharpening Stone22758 Plans: Elemental Sharpening Stone22759 Flarecore Wraps22760 Pattern: Flarecore Wraps22761 Runn Tum Tuber Surprise

Page 434: Mangos Bible 2 1 3

22762 Recipe: Runn Tum Tuber Surprise22764 Aggro22765 Aggro22766 Sneak (Rank 1)22767 Increased Root Resist 0122778 Hamstring Rage Reduction (Rank 1)22779 Biznicks 247x128 Accurascope22780 Ranged Hit Bonus +322781 Thornling22782 Mage Armor (Rank 2)22783 Mage Armor (Rank 3)22784 Mage Armor (Rank 2)22785 Mage Armor (Rank 3)22786 Irritating Spores22787 Irritating Spores22788 Grow22789 Gordok Green Grog22790 Kreeg's Stout Beatdown22792 Plant Thornling22793 Biznicks 247x128 Accurascope22794 Schematic: Biznicks 247x128 Accurascope22795 Core Marksman Rifle22796 Schematic: Core Marksman Rifle22797 Force Reactive Disk22798 Schematic: Force Reactive Disk22799 King of the Gordok22800 Entangling Roots22801 Ghost Wolf Speed (Rank 1)22802 Choking Spores22803 Dire Maul Trap - Summon22804 Shaman Shock Crit Bonus (Rank 1)22805 r-h22806 r-h22807 Greater Water Breathing22808 Elixir of Greater Water Breathing22809 Elixir of Greater Water Breathing22810 Opening - No Text22811 Increased Crossbow22812 Barkskin22813 Gordok Ogre Suit22814 Gordok Ogre Suit22815 Gordok Ogre Suit22816 Gordok Ogre Suit22817 Fengus' Ferocity22818 Mol'dar's Moxie22820 Slip'kik's Savvy

Page 435: Mangos Bible 2 1 3

22821 Warpwood Spores22822 Starshards22823 Starshards22825 Summon Cadaverous Worm22826 Barkskin22827 Ferocious Bite (Rank 2)22828 Ferocious Bite (Rank 3)22829 Ferocious Bite (Rank 4)22830 Ferocious Bite (Rank 2)22831 Ferocious Bite (Rank 3)22832 Ferocious Bite (Rank 4)22833 Booze Spit22835 Drunken Rage22836 Elemental Slaying 3622837 Conjure Tharnariun's Hope22838 Alterac Ram Aura Dummy Dispel DND22839 Barkskin Effect (DND)22840 Arcanum of Rapidity22841 Arcanum of Rapidity22842 Frenzied Regeneration (Rank 1)22843 Arcanum of Focus22844 Arcanum of Focus22845 Frenzied Regeneration22846 Arcanum of Protection22847 Arcanum of Protection22848 Force Reactive Disk Visual22849 Increase Spell Dam Undead 3522850 Sanctuary22851 Ferocious Bite (Rank 1)22852 Block Value 2322853 Ferocious Bite (Rank 2)22854 Increased Hunter Pet Damage22855 Increased Imp Firebolt Damage22856 Ice Lock22857 Retaliation22858 Retaliation22859 Mortal Cleave22860 Call Reavers22861 Ferocious Bite (Rank 3)22862 Ferocious Bite (Rank 4)22863 Speed22864 Field Repair Bot 74A22865 Summon Doomguard22866 Belt of the Archmage22867 Felcloth Gloves22868 Inferno Gloves

Page 436: Mangos Bible 2 1 3

22869 Mooncloth Gloves22870 Cloak of Warding22871 Pattern: Belt of the Archmage22872 Pattern: Felcloth Gloves22873 Pattern: Inferno Gloves22874 Pattern: Mooncloth Gloves22875 Pattern: Cloak of Warding22876 Summon Netherwalker22877 Attunement to the Core22878 Shadow Bolt Volley22879 Cho'Rush Random22880 Cho'Rush Random Effect (Priest)22881 Cho'Rush Random Effect (Shaman)22882 Cho'Rush Random Effect (Mage)22883 Heal22884 Psychic Scream22885 Earth Shock22886 Berserker Charge22887 Throw22888 Rallying Cry of the Dragonslayer22890 Undo Crowd Control22891 Undo Crowd Control Rogue22893 Arcane Blast22894 Frenzied Regeneration (Rank 1)22895 Frenzied Regeneration (Rank 2)22896 Frenzied Regeneration (Rank 3)22897 Frenzied Regeneration (Rank 2)22898 Frenzied Regeneration (Rank 3)22899 Eye of Immol'thar22900 Body Switch22901 Body Switch22902 Mooncloth Robe22903 Pattern: Mooncloth Robe22904 Heated Blade DND22905 Place Unfired Blade22906 Plunging Blade into Onyxia22907 Shoot22908 Volley22909 Eye of Immol'thar22910 Immolation Trap22911 Charge22912 Block Value 1822913 Random Aggro22914 Concussive Shot22915 Improved Concussive Shot22916 Uppercut

Page 437: Mangos Bible 2 1 3

22917 Shadowform22919 Mind Flay22920 Arcane Blast22921 Girdle of Insight22922 Mongoose Boots22923 Swift Flight Bracers22924 Grasping Vines22925 Conjure Dull Flat Elven Blade DND22926 Chromatic Cloak22927 Hide of the Wild22928 Shifting Cloak22929 Pattern: Girdle of Insight22930 Pattern: Mongoose Boots22931 Pattern: Swift Flight Bracers22932 Pattern: Chromatic Cloak22933 Pattern: Hide of the Wild22934 Pattern: Shifting Cloak22935 Planted22936 Mana Burn22937 Poison Bolt22938 Arcane Explosion22939 Summon Mana Bursts22940 Arcane Blast22941 Player Lost Shackles DND22942 Player Lost Apple DND22943 Player Lost Eau d' Mixilpixil DND22944 Player Lost Hinot's OilDND22945 Forked Lightning22946 Lightning Cloud22947 Mana Burn22948 Spore Cloud22949 Seal Felvine Shard22950 Portal of Immol'thar22951 Summon Player22958 Summon Vessel of Rebirth DND22959 Fire Vulnerability22965 Curse of Agony22966 Curse of Agony22967 Smelt Elementium22968 Smelt Elementium22969 Quest - Kodo Fade Out (DND)22970 Kodo Despawn22971 NefTest22972 Shadow Flame22975 Shadow Flame22976 Shadow Flame

Page 438: Mangos Bible 2 1 3

22977 Shadow Flame22978 Shadow Flame22979 Shadow Flame22980 Shadow Flame22981 Shadow Flame22982 Shadow Flame22983 Shadow Flame22984 Shadow Flame22985 Shadow Flame22986 Shadow Flame22987 Warlock Doomguard Tap22988 Illidan's Fury22989 The Breaking22990 The Forming22991 The Breaking Left Blade DND22992 Shadow Flame22993 Shadow Flame22994 Entangle22995 Summon22996 Battle Standard22997 Plague22998 Battle Standard22999 Defibrillate23000 Ez-Thro Dynamite23001 Ez-Thro Dynamite Backfire23002 Alarm-o-bot23003 Alarm-o-bot23004 Summon Alarm-o-Bot23005 Battle Standard23006 Battle Standard23007 Plans: Sulfuron Hammer23008 Powerful Seaforium Charge23009 Tendrils of Air23010 Tendrils of Air23011 Tears of the Wind Seeker23012 Summon Orphan23013 Summon Orphan23014 Possess23015 Crystal Prison23016 Lash of Submission23017 Arcane Channeling23018 Use Dragon Orb23019 Crystal Prison Dummy DND23020 Crystal Imprisonment23021 Dragon Orb23022 Crystal Prison Conjure DND

Page 439: Mangos Bible 2 1 3

23023 Conflagration23024 Fireball23025 Blink Cooldown Reduction (Rank 1)23028 Arcane Brilliance (Rank 1)23030 Arcane Brilliance (Rank 1)23031 Cancel Bob Possession23032 Nefarian's Troops Flee23033 Battle Standard23034 Battle Standard23035 Battle Standard23036 Battle Standard23037 Mana Shield Absorb Increase23038 Flame Shock23039 Blast Wave23040 Warming Flames23041 Call Anathema23042 Call Benediction23043 Mind Blast Cast Pushback Reduction23044 Psychic Scream Duration Increase23046 Searing Pain Cast Pushback Reduction23047 Immolate Cast Time Reduction23048 Gouge Cooldown Reduction23049 Sprint Duration Increase23050 Mithril Mechanical Dragonling23051 Mechanical Dragonling23052 Arcanite Dragonling23053 Infernal Conjure Dummy DND23054 Igniting Kroshius23055 Defibrillated!23056 Call Infernal Destroyer23057 Summon Mob Spawn Circle (DND)23058 Fix Ritual Bell (DND)23059 Create Thorium Brotherhood Contract DND23060 Battle Squawk23061 Fix Ritual Node23062 Fix Ritual Candle (DND)23063 Dense Dynamite23064 Recombobulate23065 Throw Rock23066 Red Firework23067 Blue Firework23068 Green Firework23069 EZ-Thro Dynamite II23070 Dense Dynamite23071 Truesilver Transformer23072 Seething Plague

Page 440: Mangos Bible 2 1 3

23073 Shoot23074 Arcanite Dragonling23075 Mithril Mechanical Dragonling23076 Mechanical Dragonling23077 Gyrofreeze Ice Deflector23078 Goblin Jumper Cables XL23079 Major Recombobulator23080 Powerful Seaforium Charge23081 Hyper-Radiant Flame Reflector23082 Ultra-Flash Shadow Reflector23083 Schematic: Red Firework23084 Schematic: Blue Firework23085 Schematic: Green Firework23086 Schematic: EZ-Thro Dynamite II23087 Copy of Schematic: EZ-Thro Dynamite II23088 Schematic: Truesilver Transformer23089 Schematic: Gyrofreeze Ice Reflector23090 Schematic: Goblin Jumper Cable XL23091 Schematic: Major Recombobulator23092 Schematic: Powerful Seaforium Charge23093 Schematic: Hyper-Radiant Flame Reflector23094 Schematic: Ultra-Flash Shadow Reflector23095 Dense Dynamite23096 Alarm-O-Bot23097 Fire Reflector23098 Schematic: Alarm-O-Bot23099 Dash (Rank 1)23100 Dash (Rank 1)23101 Eye of Divinity23102 Frostbolt23103 Enveloping Winds (Rank 1)23104 Shock23105 Lightning Cloud23106 Chain Lightning23107 Enter the Light DND23108 Blessing of Nordrassil23109 Dash (Rank 2)23110 Dash (Rank 3)23111 Dash (Rank 2)23112 Dash (Rank 3)23113 Blast Wave23114 Earth Shock23115 Frost Shock23116 Vertex Color: Light Blue23117 Ritual Bell Aura23118 Conjure Scourge Footsoldier DND

Page 441: Mangos Bible 2 1 3

23119 Conjure Peasant DND23120 Black March Blessing23121 Conjure Peasant DND23122 Jaina's Autograph23123 Cairne's Hoofprint23124 Human Orphan Whistle23125 Orcish Orphan Whistle23126 World Enlarger23127 Death's Door23128 Frenzy23129 World Enlarger23130 Schematic: World Enlarger23131 Frost Reflector23132 Shadow Reflector23133 Gnomish Battle Chicken23134 Goblin Bomb23135 Heavy Leather Ball23136 Release J'eevee23137 Priest Event Despawner DND23138 Gate of Shazzrah23139 Gate of Shazzrah23140 J'eevee summons object23141 Test Enchhelp Weapon - Crusader23142 Test Enchhelp Weapon - Icy Chill23143 Test Enchhelp Weapon - Spell Power23144 Test Enchhelp Weapon - Healing Power23145 Dive (Rank 1)23146 Dive (Rank 1)23147 Dive (Rank 2)23148 Dive (Rank 3)23149 Dive (Rank 2)23150 Dive (Rank 3)23151 Balance of Light and Shadow23152 Summon Xorothian Dreadsteed23153 Brood Affliction: Blue23154 Brood Affliction: Black23155 Brood Affliction: Red23156 Peasant Event Anti-Cheat DND23157 Arcane Shot Mana Reduction23158 Concussive Shot Cooldown Reduction23159 Summon Dreadsteed Spirit (DND)23160 Teach Summon Dreadsteed (Summon)23161 Summon Dreadsteed (Summon)23162 Harass (Rank 1)23163 Harass (Rank 1)23164 Harass (Rank 2)

Page 442: Mangos Bible 2 1 3

23165 Harass (Rank 3)23166 Harass (Rank 2)23167 Harass (Rank 3)23168 Brood Affliction: Red23169 Brood Affliction: Green23170 Brood Affliction: Bronze23171 Time Stop23172 Block Value 1023173 Brood Affliction23174 Chromatic Mutation23175 Chromatic Mutation23176 Summon Pirate Booty (DND)23177 Chromatic Mutation23179 Taint of Shadow23180 Release Imp23181 Block Value 2423182 Mark of Frost23183 Mark of Frost23184 Mark of Frost23185 Aura of Frost23186 Aura of Frost23187 Frost Burn23188 trans23189 Frost Burn23190 Heavy Leather Ball23191 Pattern: Heavy Leather Ball23192 Forming Rhok'delar23193 Forming Lok'delar23194 Forming Rhok'delar23195 Dragondog Breath Selection23196 Quest Invisibility23197 Copy of Visions of the Past23198 Avoidance23199 See Priest Invis23200 Precious Transform to Felhound DND23201 Hunter Epic Anti-Cheat DND23202 Torch23203 Block Value 1523204 Place Scryer23205 Temptress' Kiss23206 Chain Lightning23207 Silence23208 Exorcise Spirits23209 Terrordale Haunting Spirit #223210 Vitality (Rank 1)23211 Copy of Increased Mana Regen

Page 443: Mangos Bible 2 1 3

23212 Increased Mana Regen23213 Increase Spell Dam 5723214 Summon Charger (Summon)23215 Summon Charger (Summon)23217 Stealth Detection23218 Feral Move Speed Increase23219 Swift Mistsaber23220 Swift Dawnsaber23221 Swift Frostsaber23222 Swift Yellow Mechanostrider23223 Swift White Mechanostrider23224 Veil of Shadow23225 Swift Green Mechanostrider23226 Ritual Candle Aura23227 Swift Palomino23228 Swift White Steed23229 Swift Brown Steed23230 Blood Fury (Racial)23231 Binding Volume I23232 Binding Volume II23233 Binding Volume III23234 Blood Fury (Racial)23235 Battle Standard Spawn23236 Benediction23237 Anathema23238 Swift Brown Ram23239 Swift Gray Ram23240 Swift White Ram23241 Swift Blue Raptor23242 Swift Olive Raptor23243 Swift Orange Raptor23244 Corrupted Stamina23245 Corrupted Stamina Passive23246 Purple Skeletal Warhorse23247 Great White Kodo23248 Great Gray Kodo23249 Great Brown Kodo23250 Swift Brown Wolf23251 Swift Timber Wolf23252 Swift Gray Wolf23253 Terrordale Haunting Spirit #323254 Redeeming the Soul23255 Deep Wounds23256 Deep Wounds23257 Demonic Frenzy23258 Demonic Frenzy Cleanse DND

Page 444: Mangos Bible 2 1 3

23260 Entropic Sting23261 Summon Darkreaver's Fallen Charger23262 Demoralize23264 Increase Healing 10623265 Increase Shadow Dam 6923266 Fiery Aura (Rank 1)23267 Firebolt23268 Shadow Word: Pain23269 Holy Blast23270 Berserking (Racial)23271 Ephemeral Power23272 Soul Flame23273 Immune Charm/Fear/Polymorph23274 Immune Fear/Polymorph/Snare23275 Dreadful Fright23276 Immune Fear/Polymorph/Stun23277 Immune Charm/Fear/Stun23278 Shadow Scythe23279 Crippling Clip23298 Demonic Doom23299 Stinging Trauma23300 Seal of the Crusader Judgement Increase23301 Berserking23302 Hammer of Justice Cooldown Reduction23303 Berserking23304 Manna-Enriched Horse Feed23305 Copy of Shadow Bolt23306 Copy of Electrostatic Charge23307 Possess23308 Incinerate23309 Incinerate23310 Time Lapse23311 Time Lapse23312 Time Lapse23313 Corrosive Acid23314 Corrosive Acid23315 Ignite Flesh23316 Ignite Flesh23317 Dragondog Breath Selection (L1)23318 Dragondog Breath Selection (L2)23319 Dragondog Breath Selection (L3)23320 Dragondog Breath Selection (L4)23321 Dragondog Breath Selection (L5)23322 Dragondog Breath Selection (R1)23323 Dragondog Breath Selection (R2)23324 Dragondog Breath Selection (R3)

Page 445: Mangos Bible 2 1 3

23325 Dragondog Breath Selection (R4)23326 Dragondog Breath Selection (R5)23327 Trigger Trap23328 Trigger Trap23329 Heal Max Health23330 No Stealth Detection23331 Blast Wave23332 trans223333 Warsong Flag23334 Horde Flag Drop23335 Silverwing Flag23336 Alliance Flag Drop23337 Shoot23338 Swift Stormsaber23339 Wing Buffet23340 Shadow of Ebonroc23341 Flame Buffet23342 Frenzy23343 Nefarian Tunnel Selection23344 Nefarian Tunnel Selection (L1)23345 Nefarian Tunnel Selection (L2)23346 Nefarian Tunnel Selection (L3)23347 Nefarian Tunnel Selection (L4)23348 Nefarian Tunnel Selection (L5)23349 Nefarian Tunnel Selection (R1)23350 Nefarian Tunnel Selection (R2)23351 Nefarian Tunnel Selection (R3)23352 Nefarian Tunnel Selection (R4)23353 Nefarian Tunnel Selection (R5)23354 Feed Pet (Quest Test)23355 Feed Pet Effect (Quest Test)23356 Taming Lesson23357 Training Lesson23359 Transmogrify!23360 Trigger Trap223361 Raise Undead Drakonid23362 Raise Drakonids23363 Summon Drakonid Corpse Trigger23364 Tail Lash23365 Dropped Weapon23378 Magma Splash23379 Magma Splash23380 Moonfire23381 Healing Touch23382 Knock Away23383 Alliance Flag Click

Page 446: Mangos Bible 2 1 3

23384 Horde Flag Click23385 Alliance Flag Returns (Event)23386 Horde Flag Returns (Event)23387 Alliance Flag Capture Test23388 Horde Flag Capture Test23389 Alliance Flag Capture23390 Horde Flag Capture23391 Boulder23392 Boulder23393 Brood Affliction: Blue23394 Shadow of Ebonroc23396 Restoration (Rank 1)23397 Berserk23398 Involuntary Transformation23399 Barbaric Bracers23400 Pattern: Barbaric Bracers23401 Corrupted Healing23402 Corrupted Healing23405 Alliance Reset Teleport23406 Horde Reset Teleport23407 Reset Teleport23408 Drop Pillow DND23409 Soft Landin'23410 Wild Magic23411 Fireball23412 Frostbolt23413 Arcane Explosion23414 Paralyze23415 Improved Blessing of Protection23416 Pillow Fight23417 Smother23418 Siphon Blessing23419 Corrupted Fire Nova Totem23420 Corrupted Stoneskin Totem23422 Corrupted Healing Stream Totem (Rank 5)23423 Corrupted Windfury Totem23424 Corrupted Totems23425 Corrupted Totems23426 Summon Infernals23427 Summon Infernals23428 Summon Albino Snapjaw23429 Summon Loggerhead Snapjaw23430 Summon Olive Snapjaw23431 Summon Leatherback Snapjaw23432 Summon Hawksbill Snapjaw23433 Increased Critical Spell

Page 447: Mangos Bible 2 1 3

23434 Increased Critical Spell23435 Increased Holy Criticals23436 Corrupt Weapon23437 Corrupt Weapon23438 Corrupt Weapon23439 Corruption23440 Increased Critical Spell Shadow23441 Gadgetzan Transporter23442 Everlook Transporter23443 Increased Critical Spell Shadow23444 Transporter Malfunction23445 Evil Twin23446 Gadgetzan Transporter Failure23447 Transporter Malfunction23448 Transporter Arrival

23449 Transporter Malfunction23450 Transporter Arrival23451 Speed23452 Invisibility23453 Gnomish Transporter23454 Stun23455 Holy Nova (Rank 1)23456 Transporter Malfunction23457 Transporter Malfunction23458 Holy Nova (Rank 2)23459 Holy Nova (Rank 3)23460 Teleport to Blackwing Lair DND23461 Flame Breath23462 Fire Nova23464 Create Soul Shard23466 Tower Buff23467 Tower Buff23468 Minor Healthstone23469 Minor Healthstone23470 Lesser Healthstone23471 Lesser Healthstone23472 Healthstone23473 Healthstone23474 Greater Healthstone23475 Greater Healthstone23476 Major Healthstone23477 Major Healthstone23478 Burning Adrenaline23479 Remove Bones23480 Increase Fire Dam 10 (Rank 1)

Page 448: Mangos Bible 2 1 3

23481 Increase Fire Dam 14 (Rank 2)23482 Increase Fire Dam 17 (Rank 3)23483 Increase Fire Dam 21 (Rank 4)23484 Dispel Drakonids23485 Big Bonfire Damage23486 Dimensional Ripper - Everlook23487 Separation Anxiety23488 Spirit Hammer23489 Ultrasafe Transporter - Gadgetzan23490 Dimension Ripper - Everlook23491 Ultrasafe Transporter: Gadgetzan23492 Separation Anxiety23493 Restoration23498 Call Pet23499 Revive Pet23500 Summon Felhunter23501 Summon Voidwalker23502 Summon Succubus23503 Summon Imp23504 Fool's Plight23505 Berserking23506 Aura of Protection23507 Snake Burst Firework23508 Schematic: Snake Burst Firework23509 Frostwolf Howler23510 Stormpike Battle Charger23511 Demoralizing Shout23512 Fireball Volley23513 Essence of the Red23514 Placing Message to the Wildhammer23515 Block Value 1423516 Block Value 2723517 Create Healthstone (Minor)23518 Create Healthstone (Minor)23519 Create Healthstone (Minor)23520 Create Healthstone (Lesser)23521 Create Healthstone (Lesser)23522 Create Healthstone (Lesser)23523 Alliance Warsong CTF Flag23524 Alliance Warsong CTF Win23525 Horde Warsong CTF Flag23526 Horde Warsong CTF Win23527 Alliance Alterac Valley23528 Horde Alterac Valley23529 Horde Alterac Valley23530 Summon Tiny Red Dragon

Page 449: Mangos Bible 2 1 3

23531 Summon Tiny Green Dragon23532 Horde Alterac Valley23533 Horde Alterac Valley23534 Alliance Alterac Valley23535 Alliance Alterac Valley23536 Alliance Alterac Valley23537 Enrage23538 Battle Standard23539 Battle Standard23540 Warsong Gulch Enriched Ration23541 Warsong Gulch Iron Ration23542 Warsong Gulch Field Ration23544 Healing Circle23545 Subtlety23546 ZZOLDImproved Wards23547 Parry23548 Parry23549 Increased Area23550 Increased Prayer of Healing Criticals23551 Lightning Shield23552 Lightning Shield23553 Shadow Cost Reduction23554 Improved Drain Life23555 Decreased Destruction Threat23556 Decreased Tranquility and Hurricane Cooldown23557 Improved Thorns Damage23558 Improved Feint23559 Improved Aspect of the Hawk23560 Improved Mend Pet23561 Enhanced Sunder Armor23562 Block Value 3023563 Enhanced Battle Shout23564 Improved Judgement of Light23565 Increased Aura Radii23566 Improved Volley and Multishot23567 First Aid (Rank 10)23568 First Aid (Rank 8)23569 First Aid (Rank 6)23570 Increased Critical Spell Nature23571 Mana Surge23572 Mana Surge23573 Chain Healing Wave23574 Battle Standard23575 TEST Spell - Reuse 2357523576 Battle Standard23577 Expose Weakness

Page 450: Mangos Bible 2 1 3

23578 Expose Weakness23579 TEST Spell - Reuse 2357923580 Bloodfang23581 Bloodfang23582 Clean Escape23583 Clean Escape23584 Dual Wield Specialization (Rank 1)23585 Dual Wield Specialization (Rank 2)23586 Dual Wield Specialization (Rank 3)23587 Dual Wield Specialization (Rank 4)23588 Dual Wield Specialization (Rank 5)23589 Creeping Doom23590 Judgement23591 Judgement23592 Lightning Bolt23593 Increase Healing 9223594 Increase Shadow Dam 6423595 Luffa23598 Ritual of Summoning23600 Piercing Howl23601 Scatter Shot23602 Shield Specialization Effect (Rank 1)23603 Wild Polymorph23604 Reduce Threat23605 Spell Vulnerability23618 scaler test23619 Burning Adrenaline23620 Burning Adrenaline23621 Wild Leather Boots23622 Wild Leather Cloak23623 Wild Leather Helmet23625 Wild Leather Leggings23626 Wild Leather Shoulders23627 Wild Leather Vest23628 Heavy Timbermaw Belt23629 Heavy Timbermaw Boots23630 Plans: Heavy Timbermaw Belt23631 Plans: Heavy Timbermaw Boots23632 Girdle of the Dawn23633 Gloves of the Dawn23634 Plans: Girdle of the Dawn23635 Plans: Gloves of the Dawn23636 Dark Iron Helm23637 Dark Iron Gauntlets23638 Black Amnesty23639 Blackfury

Page 451: Mangos Bible 2 1 3

23640 Plans: Black Amnesty23641 Plans: Blackfury23642 Corruption23644 Burning Adrenaline23645 Hourglass Sand23646 Elemental Shield23647 Avoidance23648 Alliance Flag Captured23649 Horde Flag Captured23650 Ebon Hand23651 Plans: Ebon Hand23652 Blackguard23653 Nightfall23654 Plans: Blackguard23655 Plans: Nightfall23656 Plans: Dark Iron Helm23657 Plans: Dark Iron Gauntlets23658 Complete Alterac Valley quest23659 Complete Warsong Gulch Quest23660 Complete Warsong Gulch Quest23661 Create Silverwing Talisman of Merit23662 Wisdom of the Timbermaw23663 Mantle of the Timbermaw23664 Argent Boots23665 Argent Shoulders23666 Flarecore Robe23667 Flarecore Leggings23668 Pattern: Wisdom of the Timbermaw23669 Pattern: Mantle of the Timbermaw23670 Pattern: Argent Boots23671 Pattern: Argent Shoulders23672 Pattern: Flarecore Robe23673 Pattern: Flarecore Leggings23674 Test Eng Haste23675 Minigun23676 Minigun23677 Beasts Deck23678 Warlord Deck23679 Elementals Deck23680 Portals Deck23681 Clear Essence of the Red23682 Heroism23683 Twisting Nether23684 Aura of the Blue Dragon23685 Sam's Test Spell23686 Lightning Strike

Page 452: Mangos Bible 2 1 3

23687 Lightning Strike23688 Aura of the Blue Dragon23689 Heroism23690 Berserker Rage Effect23691 Berserker Rage Effect23692 Alterac Manna Biscuit23693 Stormpike's Salvation23694 Improved Hamstring23695 Improved Hamstring (Rank 3)23696 First Aid (Rank 10)23697 Alterac Spring Water23698 Alterac Spring Water23699 Unstoppable Force23700 Twisting Nether23701 Twisting Nether23702 Create Warsong Mark of Honor23703 Might of the Timbermaw23704 Timbermaw Brawlers23705 Dawn Treaders23706 Golden Mantle of the Dawn23707 Lava Belt23708 Chromatic Gauntlets23709 Corehound Belt23710 Molten Belt23711 Pattern: Might of the Timbermaw23712 Pattern: Dawn Treaders23713 Pattern: Timbermaw Brawlers23714 Pattern: Golden Mantle of the Dawn23715 Pattern: Lava Belt23716 Pattern: Chromatic Gauntlets23717 Pattern: Corehound Belt23718 Pattern: Molten Belt23719 Untamed Fury23720 Blessing of the Black Book23721 Arcane Infused23722 Arcane Detonation23723 Mind Quickening23724 Metamorphosis Rune23725 Gift of Life23726 Venemous Totem23727 Increased Spell Hit Chance 123728 Increase Spell Dam 8423729 Increased Spell Hit Chance 223730 Increase Spell Dam 6423731 Block Value 1923732 Increase Spell Dam 56

Page 453: Mangos Bible 2 1 3

23733 Blinding Light23734 Nature Aligned23735 Sayge's Dark Fortune of Strength23736 Sayge's Dark Fortune of Agility23737 Sayge's Dark Fortune of Stamina23738 Sayge's Dark Fortune of Spirit23758 Speak Draconic23759 Master Demonologist23760 Master Demonologist23761 Master Demonologist23762 Master Demonologist23763 Despawn Silverwing Flag23764 Despawn Horde Flag23765 Darkmoon Faire Fortune23766 Sayge's Dark Fortune of Intelligence23767 Sayge's Dark Fortune of Armor23768 Sayge's Dark Fortune of Damage23769 Sayge's Dark Fortune of Resistance23770 Sayge's Carnie Buff23771 Wracking Pains Proc23772 Wilt23773 Suffering of Sanity23774 System Shock23775 Stun Forever23776 Clear Possess23777 Zero Mana/Full Health DND23779 Resurgence DND23780 Aegis of Preservation23781 Aegis Heal23782 Gift of Life23783 Gift of Life23784 Master Demonologist23785 Master Demonologist23786 Powerful Anti-Venom23787 Powerful Anti-Venom23788 Formula: Powerful Anti-Venom23789 Stoneclaw Totem TEST23790 Stoneclaw Totem Effect TEST23792 Stoneclaw Totem Passive TEST23793 Strength23794 Agility +1523795 Increased Mana Regen23796 Increase Healing 2423797 Spirit23798 Intellect23799 Enchant Weapon - Strength

Page 454: Mangos Bible 2 1 3

23800 Enchant Weapon - Agility23801 Enchant Bracer - Mana Regeneration23802 Enchant Bracer - Healing Power23803 Enchant Weapon - Mighty Spirit23804 Enchant Weapon - Mighty Intellect23805 Formula: Enchant Weapon - Strength23806 Formula: Enchant Weapon - Agility23807 Formula: Enchant Bracer - Mana Regeneration23808 Formula: Enchant Bracer - Healing23809 Formula: Enchant Weapon - Mighty Spirit23810 Formula: Enchant Weapon - Mighty Intellect23811 Summon Jubling23813 Create Healthstone23814 Create Healthstone23815 Create Healthstone23816 Create Healthstone (Greater)23817 Create Healthstone (Greater)23818 Create Healthstone (Greater)23819 Create Healthstone (Major)23820 Create Healthstone (Major)23821 Create Healthstone (Major)23822 Master Demonologist23823 Master Demonologist23824 Master Demonologist23825 Master Demonologist23826 Master Demonologist23827 Master Demonologist23828 Master Demonologist23829 Master Demonologist23830 Master Demonologist23831 Master Demonologist23832 Master Demonologist23833 Master Demonologist23834 Master Demonologist23835 Master Demonologist23836 Master Demonologist23837 Master Demonologist23838 Master Demonologist23839 Master Demonologist23840 Master Demonologist23841 Master Demonologist23842 Master Demonologist23843 Master Demonologist23844 Master Demonologist23845 Attract Jubjub23848 Test Strike W50 (Rank 4)

Page 455: Mangos Bible 2 1 3

23849 Venoxis Transform23850 Test Strike W35 (Rank 4)23851 Hatch Egg23852 Jubling Cooldown23853 Jubling Cooldown23858 Holy Nova23859 Dispel Magic23860 Holy Fire23861 Poison Cloud23862 Venom Spit23863 Revitalize23864 Revitalize23865 Parasitic Serpent23866 Summon Parasitic Serpent23867 Parasitic Serpent23878 Random Aggro23880 Bloodthirst23881 Bloodthirst (Rank 1)23885 Bloodthirst23886 Bloodthirst23887 Bloodthirst23888 Bloodthirst23889 Bloodthirst23890 Bloodthirst23891 Bloodthirst23892 Bloodthirst (Rank 2)23893 Bloodthirst (Rank 3)23894 Bloodthirst (Rank 4)23895 Renew23896 Alliance Flag Taken From Base (Event)23897 Horde Flag Taken From Base (Event)23898 Bloodthirst (Rank 2)23899 Bloodthirst (Rank 3)23900 Bloodthirst (Rank 4)23918 Sonic Burst23919 Swoop23920 Shield Reflection23921 Shield Reflection23922 Shield Slam (Rank 1)23923 Shield Slam (Rank 2)23924 Shield Slam (Rank 3)23925 Shield Slam (Rank 4)23926 Shield Slam (Rank 2)23927 Shield Slam (Rank 3)23928 Shield Slam (Rank 4)23929 Increase Spell Dam 71

Page 456: Mangos Bible 2 1 3

23930 Seal of the Dawn23931 Thunderclap23932 A-Mid Trigger23933 A-Mid Horde23934 A-Mid Alliance23935 H-Mid Trigger23936 Mid Trigger23937 ALT -N Trigger23938 ALT -S Trigger23939 ALT -N Alliance23940 ALT -N Horde23941 ALT -S Alliance23942 ALT -S Horde23943 H-Mid Alliance23944 H-Mid Horde23945 Mid Alliance23946 Mid Horde23947 Power Word: Fortitude (Rank 5)23948 Power Word: Fortitude (Rank 6)23949 Exzhal Calls Circle of Binding DND23950 Exzhal Searches for Wild Gods DND23951 Bloodlust23952 Shadow Word: Pain23953 Mind Flay23954 Great Heal23958 Mind Exhaustion23959 Test Stab R50 (Rank 8)23960 Test Strike R50 (Rank 8)23961 Frostwolf Reputation +123962 Stormpike Reputation +123963 Frostwolf Reputation +223964 Bloodrager's Requiem23965 Instant Heal23966 Jeklik Transform23967 Dragonbane23968 Throw Liquid Fire23969 Throw Liquid Fire23970 Throw Liquid Fire23971 Summon Liquid Fire23972 Blaze23973 Root Self23974 Summon Frenzied Bloodseeker Bats23975 Create iCoke Prize Voucher23978 Speed23979 Holy Wrath23989 Readiness

Page 457: Mangos Bible 2 1 3

23990 Item - Minor Run Speed23991 Damage Absorb23992 Fire Resistance (Rank 1)23998 Create Zul'Gurub Talisman WAR R1 DND23999 Create Zul'Gurub Talisman WAR R2 DND24000 Create Zul'Gurub Talisman WAR R3 DND24001 Create Zul'Gurub Talisman WAR R4 DND24002 Tranquilizing Poison24003 Tranquilizing Poison24004 Sleep24005 Food24006 Bounty of the Harvest24007 Zul'Gurub Talisman PAL R1 DND24008 Zul'Gurub Talisman PAL R2 DND24009 Zul'Gurub Talisman PAL R3 DND24010 Zul'Gurub Talisman PAL R4 DND24011 Venom Spit24012 Create Zul'Gurub Talisman PRT R1 DND24013 Create Zul'Gurub Talisman PRT R2 DND24014 Create Zul'Gurub Talisman PRT R3 DND24015 Create Zul'Gurub Talisman PRT R4 DND24016 Exploit Weakness24017 Create Arathi Resource Crate24018 Axe Flurry24019 Axe Flurry24020 Axe Flurry24021 Anti-Magic Shield24022 Cleanse Nova24023 Charge24024 Unstable Concoction24038 Create Zul'Gurub Talisman MAG R1 DND24039 Create Zul'Gurub Talisman MAG R2 DND24040 Create Zul'Gurub Talisman MAG R3 DND24041 Create Zul'Gurub Talisman MAG R4 DND24042 Test Maul (Rank 4)24043 Test Fury (Rank 4)24044 Create Zul'Gurub Talisman WLK R1 DND24045 Create Zul'Gurub Talisman WLK R2 DND24046 Create Zul'Gurub Talisman WLK R3 DND24047 Create Zul'Gurub Talisman WLK R4 DND24048 Whirling Trip24049 Impale24050 Spirit Burst24051 Spirit Burst24052 Summon Voodoo Spirit24053 Hex

Page 458: Mangos Bible 2 1 3

24054 Shrink24055 Create Zul'Gurub Talisman DRU R1 DND24056 Create Zul'Gurub Talisman DRU R2 DND24057 Confused24058 Release Toads24059 Create Zul'Gurub Talisman DRU R3 DND24060 Create Zul'Gurub Talisman DRU R4 DND24061 Complete Arathi Basin quest, 4 bases24062 Toad Explode24063 Disease Cloud24064 Complete Arathi Basin quest, 5 bases24065 Toad Explode24066 Toad Explode24067 Create Zul'Gurub Talisman SHM R1 DND24068 Create Zul'Gurub Talisman SHM R2 DND24069 Create Zul'Gurub Talisman SHM R3 DND24070 Create Zul'Gurub Talisman SHM R4 DND24071 Axe Flurry24072 Create Zul'Gurub Talisman ROG R1 DND24073 Create Zul'Gurub Talisman ROG R2 DND24074 Create Zul'Gurub Talisman ROG R3 DND24075 Create Zul'Gurub Talisman ROG R4 DND24076 Create Zul'Gurub Talisman HUN R1 DND24077 Create Zul'Gurub Talisman HUN R2 DND24078 Create Zul'Gurub Talisman HUN R3 DND24079 Create Zul'Gurub Talisman HUN R4 DND24080 Death Touch Copy24081 Summon Spawn of Mar'li24082 Hatch Spider Egg24083 Hatch Eggs24084 Mar'li Transform24085 Transform Visual24086 Growth24087 Growth24088 Full Grown24089 Full Grown24090 Minor Movement Speed24091 Bloodvine Vest24092 Bloodvine Leggings24093 Bloodvine Boots24094 Pattern: Bloodvine Vest24095 Pattern: Bloodvine Leggings24096 Pattern: Bloodvine Boots24097 Poison24098 Copy of Bind24099 Poison Bolt Volley

Page 459: Mangos Bible 2 1 3

24100 Life Steal24101 Grom's Troll Tribute24102 Grom's Tauren Tribute24103 Grom's Forsaken Tribute24104 Grom's Orc Tribute24105 Uther's Human Tribute24106 Uther's Gnome Tribute24107 Uther's Dwarf Tribute24108 Uther's Night Elf Tribute24109 Enlarge24110 Enveloping Webs24111 Corrosive Poison24112 Poison Shock24121 Primal Batskin Jerkin24122 Primal Batskin Gloves24123 Primal Batskin Bracers24124 Blood Tiger Breastplate24125 Blood Tiger Shoulders24126 Pattern: Primal Batskin Jerkin24127 Pattern: Primal Batskin Gloves24128 Pattern: Primal Batskin Bracers24129 Pattern: Blood Tiger Breastplate24130 Pattern: Blood Tiger Shoulders24131 Wyvern Sting (Rank 1)24132 Wyvern Sting (Rank 2)24133 Wyvern Sting (Rank 3)24134 Wyvern Sting (Rank 2)24135 Wyvern Sting (Rank 3)24136 Bloodsoul Breastplate24137 Bloodsoul Shoulders24138 Bloodsoul Gauntlets24139 Darksoul Breastplate24140 Darksoul Leggings24141 Darksoul Shoulders24142 Plans: Bloodsoul Breastplate24143 Plans: Bloodsoul Shoulders24144 Plans: Bloodsoul Gauntlets24145 Plans: Darksoul Breastplate24146 Plans: Darksoul Leggings24147 Plans: Darksoul Shoulders24148 Presence of Might24149 Presence of Might24150 Stinger Charge Primer24151 Syncretist's Sigil24152 Whipweed Roots24153 Death's Embrace

Page 460: Mangos Bible 2 1 3

24154 Falcon's Call24155 Vodouisant's Vigilant Embrace24156 Presence of Sight24157 Hoodoo Hex24158 Prophetic Aura24159 Animist's Caress24160 Syncretist's Sigil24161 Death's Embrace24162 Falcon's Call24163 Vodouisant's Vigilant Embrace24164 Presence of Sight24165 Hoodoo Hex24167 Prophetic Aura24168 Animist's Caress24169 Thekal Transform24170 Whipweed Entangle (Trap)24171 Resurrection Impact Visual24172 Thekal Trigger24173 Resurrection24178 Will of Hakkar24179 Create Seal of the Dawn24180 Quest - Polymorph Impact24181 Horde Arathi Basin24182 Alliance Arathi Basin24183 Summon Zulian Guardians24184 Servant of Hakkar DND24185 Bloodlust24186 Create Zul's Aura24187 Claw24188 Improved Hammer of Justice24189 Force Punch24190 Arlokk Transform24191 Improved Power Word: Shield24192 Speed Slash24193 Charge24194 Uther's Tribute24195 Grom's Tribute24196 Increase Spell Dam 4724197 Increase Spell Dam Undead 4824198 Rune of the Dawn24199 Knockback 3524201 Create Rune of the Dawn24202 Create Heart of Hakkar Rift24203 Heart of Hakkar Banning24204 Heart of Hakkar Implode24205 Half Heal

Page 461: Mangos Bible 2 1 3

24206 Half Heal Effect24207 Hellfire Cast Visual24208 Great Heal24209 Great Heal24210 Mark of Arlokk24211 Mark of Arlokk24212 Shadow Word: Pain24213 Ravage24214 Heart of Hakkar - Molthor chucks the heart24215 Create Heart of Hakkar Explosion24217 Quest - Heart of Hakkar, Ritual Cast Visual24218 Test Power Bonus (Cat)24219 Test Critical Bonus24221 Quest - Teleport Spawn-out24222 Vanish Visual24223 Vanish24224 spell - reuse (Rank 1)24225 Exhaustion24226 Increase Reputation24228 Vanish24229 Vanish24230 Vanish24231 Vanish24232 Vanish24233 Vanish24235 Super Invis24236 Whirlwind24237 Graveyard Teleport24238 Test Rip (Rank 6)24239 Hammer of Wrath (Rank 3)24240 Spawn - Red Lightning24241 Decapitate24242 Swift Razzashi Raptor24243 Increase Spell Dam 84024244 Grow24245 String Together Heads24246 Summon Zulian Prowler24247 Summon Zulian Prowlers24248 Copy of Ferocious Bite (Rank 4)24249 Summon Zulian Stalkers24250 Summon Zulian Stalker24251 Zulian Slice24252 Swift Zulian Tiger24253 Graveyard Teleport Test24254 Serpent's Hiss24255 Primal Blessing

Page 462: Mangos Bible 2 1 3

24256 Primal Blessing Trigger DND24257 Jeklik's Crushing Blow24258 Quest - Troll Hero Summon Visual24259 Spell Lock24261 Brain Wash24262 Summon Brain Wash Totem24263 UNUSED Quest - Create Empowered Mojo Bundle24264 Extinguish24265 Killer Bees!24266 Gurubashi Mojo Madness24267 Gurubashi Mojo Madness24268 Mar'li's Brain Boost24274 Hammer of Wrath (Rank 2)24275 Hammer of Wrath (Rank 1)24276 Hammer of Wrath (Rank 1)24277 Hammer of Wrath (Rank 2)24278 Hammer of Wrath (Rank 3)24279 Punctured Voodoo Doll DRU DND24280 Punctured Voodoo Doll HUN DND24281 Punctured Voodoo Doll ROG DND24282 Punctured Voodoo Doll MAG DND24283 Surefooted (Rank 3)24284 Punctured Voodoo Doll PRT DND24285 Punctured Voodoo Doll PAL DND24288 Punctured Voodoo Doll SHM DND24289 Punctured Voodoo Doll WAR DND24290 Punctured Voodoo Doll WLK DND24291 Dragon Slaying 4824292 Dragon Slaying 11724293 Monster Slaying (Rank 1)24294 Monster Slaying (Rank 2)24295 Monster Slaying (Rank 3)24296 Lightning Reflexes (Rank 4)24297 Lightning Reflexes (Rank 5)24300 Drain Life24301 Fishing Skill +3524302 Eternium Fishing Line24303 Fishing24304 Quest - Create Mudskunk Lure24306 Delusions of Jin'do24307 Shade of Jin'do Passive24308 Summon Shade of Jin'Do24309 Powerful Healing Ward24310 Powerful Healing Ward24311 Powerful Healing Ward24312 Level Up

Page 463: Mangos Bible 2 1 3

24313 Shade Visual24314 Threatening Gaze24315 Charge24316 Guillotine24317 Sunder Armor24318 Enrage24319 Summon Poison Cloud24320 Poisonous Blood24321 Poisonous Blood24322 Blood Siphon24323 Blood Siphon24324 Blood Siphon24325 Pagle's Point Cast - Create Mudskunk Lure24326 Gahz'ranka Slam24327 Cause Insanity24328 Corrupted Blood24331 Rake24332 Rake24333 Ravage24334 Acid Spit24335 Wyvern Sting24336 Wyvern Sting24337 Ambush24339 Infected Bite24340 Meteor24341 Revive24342 Despawn Chained Spirits24343 Call Chained Spirit24344 Bloodlord's Aura24345 Bloodlord's Aura24346 Copy of Master Angler24347 Master Angler24348 Cheetah Sprint24349 Summon Bloodlord's Raptor24350 Safe Fall24351 Fear Resistance 4 (Passive)24352 Devilsaur Fury24353 Primal Instinct24354 Prayer Beads Blessing24355 Drink24356 Bloodvine Goggles24357 Bloodvine Lens24358 Schematic: Bloodvine Goggles24359 Schematic: Bloodvine Lens24360 Greater Dreamless Sleep24361 Regeneration

Page 464: Mangos Bible 2 1 3

24362 Increased 1H Fist Weapons24363 Mana Regeneration24364 Living Free Action24365 Mageblood Potion24366 Greater Dreamless Sleep Potion24367 Living Action Potion24368 Major Troll's Blood Potion24369 Recipe: Mageblood Potion24370 Recipe: Greater Dreamless Sleep Potion24372 Recipe: Living Action Potion24373 Recipe: Major Troll's Blood Potion24374 Fireball24375 War Stomp24376 Open Azure Bag24377 Destroy Bijou24378 Berserking24379 Restoration24382 Spirit of Zanza24383 Swiftness of Zanza24384 Essence Mango24386 Improved Aspect of the Monkey (Rank 4)24387 Improved Aspect of the Monkey (Rank 5)24388 Brain Damage24389 Chaos Fire24390 Opening24391 Opening24392 Frosty Zap24393 Test Strike24394 Intimidation24395 Bestial Wrath24396 Bestial Wrath24397 Bestial Wrath24398 zzDONOTREUSE24399 Dark Iron Boots24400 Plans: Dark Iron Boots24401 Test Pet Passive24402 Deafened24405 Icy Energy24406 Improved Mend Pet (Rank 1)24407 Overpower24408 Charge24409 Arathi Basin Field Ration24410 Arathi Basin Iron Ration24411 Arathi Basin Enriched Ration24412 First Aid (Rank 6)24413 First Aid (Rank 8)

Page 465: Mangos Bible 2 1 3

24414 First Aid (Rank 10)24415 Slow24416 Superior Aspects (Rank 1)24417 Sheen of Zanza24418 Heavy Crocolisk Stew24419 Recipe: Heavy Crocilisk Stew24420 Zandalar Signet of Serenity24421 Zandalar Signet of Mojo24422 Zandalar Signet of Might24423 Screech (Rank 1)24424 Screech (Rank 1)24425 Spirit of Zandalar24426 Increased Critical Holy Spells24427 Diamond Flask24428 Improved Hamstring24429 Improved Counterspell24430 Improved Rain of Fire/Hellfire24431 Improved Whirlwind24432 Improved Feign Death24433 Improved Wrath/Starfire24434 Improved Kick24435 Drain Life24436 Copy of Improved Mana/Health Totems24437 Blood Leech24438 Battle Shout24439 Fire Resistance (Rank 2)24440 Fire Resistance (Rank 1)24441 Fire Resistance (Rank 2)24442 Fire Resistance (Rank 1)24443 Improved Revive Pet (Rank 1)24444 Fire Resistance (Rank 3)24445 Fire Resistance (Rank 4)24446 Frost Resistance (Rank 1)24447 Frost Resistance (Rank 2)24448 Frost Resistance (Rank 3)24449 Frost Resistance (Rank 4)24450 Prowl (Rank 1)24451 Prowl (Rank 1)24452 Prowl (Rank 2)24453 Prowl (Rank 3)24454 Prowl (Rank 2)24455 Prowl (Rank 3)24456 Improved Intimidating Shout24457 Improved Holy Light24458 Shadow Shock24459 Shadow Shock

Page 466: Mangos Bible 2 1 3

24460 Improved Blessings24461 Improved Frost Shock24462 Improved Lightning Bolt24463 Fire Resistance (Rank 3)24464 Fire Resistance (Rank 4)24465 Improved Concussive Shot24466 Banish24467 Improved Serpent Sting24468 Fire Resistance (Rank 2)24469 Improved Blind24470 Fire Resistance (Rank 3)24471 Improved Eviscerate and Rupture24472 Fire Resistance (Rank 4)24473 Frost Resistance (Rank 1)24474 Destroy Wards24475 Frost Resistance (Rank 1)24476 Frost Resistance (Rank 2)24477 Frost Resistance (Rank 3)24478 Frost Resistance (Rank 4)24479 Improved Faerie Fire24480 Improved Starfire24481 Frost Resistance (Rank 2)24482 Improved Smite and Holy Fire24483 Improved Mind Control24484 Frost Resistance (Rank 3)24485 Frost Resistance (Rank 4)24486 Improved Corruption24487 Improved Death Coil24488 Shadow Resistance (Rank 1)24489 Improved Arcane Intellect24490 Shadow Resistance (Rank 1)24491 Improved Flamestrike24492 Nature Resistance (Rank 1)24493 Arcane Resistance (Rank 1)24494 Nature Resistance (Rank 1)24495 Arcane Resistance (Rank 1)24497 Arcane Resistance (Rank 2)24498 Brilliant Light24499 Energized Shield24500 Arcane Resistance (Rank 3)24501 Arcane Resistance (Rank 4)24502 Nature Resistance (Rank 2)24503 Nature Resistance (Rank 3)24504 Nature Resistance (Rank 4)24505 Shadow Resistance (Rank 2)24506 Shadow Resistance (Rank 3)

Page 467: Mangos Bible 2 1 3

24507 Shadow Resistance (Rank 4)24508 Arcane Resistance (Rank 2)24509 Arcane Resistance (Rank 3)24510 Arcane Resistance (Rank 4)24511 Nature Resistance (Rank 2)24512 Nature Resistance (Rank 3)24513 Nature Resistance (Rank 4)24514 Shadow Resistance (Rank 2)24515 Shadow Resistance (Rank 3)24516 Shadow Resistance (Rank 4)24517 Nature Resistance (Rank 1)24518 Shadow Resistance (Rank 1)24519 Arcane Resistance (Rank 1)24520 Arcane Resistance (Rank 2)24521 Arcane Resistance (Rank 3)24522 Arcane Resistance (Rank 4)24523 Nature Resistance (Rank 2)24524 Nature Resistance (Rank 3)24525 Nature Resistance (Rank 4)24526 Shadow Resistance (Rank 2)24527 Shadow Resistance (Rank 3)24528 Shadow Resistance (Rank 4)24529 Spirit Bond (Rank 2)24530 Felfire24531 Refocus24532 Burst of Energy24533 Great Stamina (Rank 1)24534 Great Stamina (Rank 2)24535 Great Stamina (Rank 3)24536 Great Stamina (Rank 4)24537 Great Stamina (Rank 5)24538 Great Stamina (Rank 6)24539 Great Stamina (Rank 7)24540 Great Stamina (Rank 8)24541 Great Stamina (Rank 9)24542 Nimble Healing Touch24543 Massive Destruction24544 Arcane Potency24545 Natural Armor (Rank 1)24546 Rapid Healing24547 Natural Armor (Rank 1)24548 Natural Armor (Rank 1)24549 Natural Armor (Rank 2)24550 Natural Armor (Rank 3)24551 Natural Armor (Rank 4)24552 Natural Armor (Rank 5)

Page 468: Mangos Bible 2 1 3

24553 Natural Armor (Rank 6)24554 Natural Armor (Rank 7)24555 Natural Armor (Rank 8)24556 Natural Armor (Rank 2)24557 Natural Armor (Rank 3)24558 Natural Armor (Rank 4)24559 Natural Armor (Rank 5)24560 Natural Armor (Rank 6)24561 Natural Armor (Rank 7)24562 Natural Armor (Rank 8)24563 Natural Armor (Rank 2)24565 Natural Armor (Rank 3)24566 Natural Armor (Rank 4)24567 Natural Armor (Rank 5)24568 Natural Armor (Rank 6)24569 Natural Armor (Rank 7)24570 Natural Armor (Rank 8)24571 Blood Fury24573 Mortal Strike24574 Brittle Armor24575 Brittle Armor24576 Chromatic Mount24577 Screech (Rank 2)24578 Screech (Rank 3)24579 Screech (Rank 4)24580 Screech (Rank 2)24581 Screech (Rank 3)24582 Screech (Rank 4)24583 Scorpid Poison (Rank 2)24584 Scorpid Poison (Rank 2)24585 Drain Life24586 Scorpid Poison (Rank 3)24587 Scorpid Poison (Rank 4)24588 Scorpid Poison (Rank 3)24589 Scorpid Poison (Rank 4)24590 Brittle Armor24591 Improved Skinning24592 Spirit Bond24593 Pagle's Point Cast - Create Splash and Quake24594 Mesmerize24595 Increase Spell Dam 2424596 Intoxicating Venom24597 Furious Howl (Rank 4)24598 Summon Razzashi Skitterer24599 Furious Howl (Rank 4)24600 Web Spin

Page 469: Mangos Bible 2 1 3

24601 Increased Mana Regen24602 Create Heart of Hakkar Summon Circle24603 Furious Howl (Rank 3)24604 Furious Howl (Rank 1)24605 Furious Howl (Rank 2)24607 Furious Howl (Rank 3)24608 Furious Howl (Rank 2)24609 Furious Howl (Rank 1)24610 Pagle's Broken Reel24611 Fireball24612 Flamestrike24614 Consuming Shadows24615 Consuming Shadows24616 Shadow Shock24617 Blood Funnel24618 Drain Life24619 Soul Tap24620 Portal of Madness24621 Portal of Madness24622 Summon Mad Voidwalkers24623 Summon Van'Cleef24624 Summon Mutanus the Devourer24625 Summon Aku'mai24626 Summon Cannon Master Willey24627 Summon Postmaster Malown24628 Summon Amnennar the Coldbringer24629 Natural Armor (Rank 9)24630 Natural Armor (Rank 10)24631 Natural Armor (Rank 9)24632 Natural Armor (Rank 10)24633 Natural Armor (Rank 9)24634 Natural Armor (Rank 10)24635 Sober Up24636 Great Stamina (Rank 10)24637 Create Warsong Gulch Consolation Ribbon24638 Horde Warsong CTF Flag24639 Alliance Warsong CTF Flag24640 Scorpid Poison (Rank 1)24641 Scorpid Poison (Rank 1)24642 Horde Alterac Valley24643 Alliance Alterac Valley24644 Alliance Alterac Valley24645 Horde Alterac Valley24646 Avatar24647 Stun24648 Entangling Roots

Page 470: Mangos Bible 2 1 3

24649 Thousand Blades24650 Darnassus Reputation24651 Alliance Alterac Valley24652 Horde Alterac Valley24653 TEST 100 STR DND24654 Blue Dragonscale Leggings24655 Green Dragonscale Gauntlets24656 Blue Dragonscale Leggings24657 Green Dragonscale Gauntlets24658 Unstable Power24659 Unstable Power24661 Restless Strength24662 Restless Strength24664 Sleep24666 Increase Frost Dam 13224667 Increase Frost Dam 7224668 Shadow Bolt24669 Rain of Fire24670 Inferno24671 Snap Kick24672 Unholy Frenzy24673 Curse of Blood24674 Veil of Shadow24675 BM OFF24676 BM ON24677 GY Mid Trigger24678 GY Mid Alliance24679 GY Mid Horde24680 Chain Lightning24681 Summon Nightmare Illusions24682 Forked Lightning (Rank 1)24683 Lightning Cloud24684 Chain Burn (Rank 1)24685 Earth Shock24686 Aspect of Mar'li24687 Aspect of Jeklik24688 Aspect of Venoxis24689 Aspect of Thekal24690 Aspect of Arlokk24691 Barrage (Rank 3)24692 Hakkar Power24693 Hakkar Power Down24694 Attack Power - Feral (+574)24696 Summon Murky24697 Attack Power - Feral (+280)24698 Gouge

Page 471: Mangos Bible 2 1 3

24699 Vanish24700 Vanish24701 Burning Adrenaline24702 Hallow's End Aura24703 Dreamscale Breastplate24704 Pattern: Dreamscale Breastplate24705 Invocation of the Wickerman24706 Toss Stink Bomb24707 Food24708 Pirate Costume24709 Pirate Costume24710 Ninja Costume24711 Ninja Costume24712 Leper Gnome Costume24713 Leper Gnome Costume24714 Trick24715 Treat24716 Happy Pet24717 Pirate Costume24718 Ninja Costume24719 Leper Gnome Costume24720 Random Costume24721 Buru Transform24722 Happy Pet24723 Skeleton Costume24724 Skeleton Costume24725 Debilitate24726 Deputize Agent of Nozdormu24727 Lost Badge Agent of Nozdormu DND24728 Summon Nightmare Illusions24729 Summon Nightmare Illusions24730 Cannon Prep24731 Fire Cannon24732 Bat Costume24733 Bat Costume24734 Summon Templar Random24735 Ghost Costume24736 Ghost Costume24737 Ghost Costume24740 Wisp Costume24741 Wisp Costume24742 Magic Wings24743 Cannon Prep24744 Summon Templar24745 Summon Templar, Trigger24746 Twilight Cultist Disguise

Page 472: Mangos Bible 2 1 3

24747 Summon Templar Fire, Trigger24748 Twilight Cultist Disguise24750 Trick24751 Trick or Treat24752 Mark of the Wild (Rank 7)24753 Trick24754 Cannon Prep24755 Tricked or Treated24756 Summon Templar24757 Summon Templar Air, Trigger24758 Summon Templar24759 Summon Templar Earth, Trigger24760 Summon Templar24761 Summon Templar Water, Trigger24762 Summon Duke,Trigger24763 Summon Duke Random24765 Summon Duke24766 Summon Duke Fire, Trigger24767 Thousand Blades24768 Summon Duke24769 Summon Duke Air, Trigger24770 Summon Duke24771 Summon Duke Earth, Trigger24772 Summon Duke24773 Summon Duke Water, Trigger24774 Increased Defense24775 Increased Defense24776 Summon Player24777 Dream Fog24778 Sleep24779 Dream Fog24780 Dream Fog24781 Dream Fog24782 Twilight Cultist Disguise24783 Copy of Summon Duke24784 Summon Royal Random24785 Summon Royal, Trigger24786 Summon Royal24787 Summon Royal Fire, Trigger24788 Summon Royal24789 Summon Royal24790 Summon Royal24791 Summon Royal Air, Trigger24792 Summon Royal Earth, Trigger24793 Summon Royal Water, Trigger24795 Summon Demented Druid Spirit

Page 473: Mangos Bible 2 1 3

24796 Summon Demented Druid Spirit24798 Copy of Well Fed24799 Well Fed24800 Food24801 Smoked Desert Dumplings24802 Smoked Desert Dumplings24803 Abyssal Punishment24804 Dark Offering24805 Create Hive'Zora Rubbing DND24806 Create Hive'Ashi Rubbing DND24807 Create Hive'Regal Rubbing DND24809 Spirit Shade Visual24810 Summon Spirit Shade24811 Draw Spirit24813 Seeping Fog24814 Seeping Fog24815 Draw Ancient Glyphs24818 Noxious Breath24819 Lightning Wave24820 Shadow Bolt Whirl24821 Shadow Bolt Whirl24822 Shadow Bolt Whirl24823 Shadow Bolt Whirl24826 Infernal Fire24827 Create Soul Shard24828 Shatter Soul Gem24831 Cannon Prep24832 Cannon Prep24833 Holy Mightstone24834 Shadow Bolt Whirl24835 Shadow Bolt Whirl24836 Shadow Bolt Whirl24837 Shadow Bolt Whirl24838 Shadow Bolt Whirl24839 Acid Breath24840 Poison Cloud24841 Summon Shade of Taerar24842 Summon Shade of Taerar24843 Summon Shade of Taerar24844 Lightning Breath (Rank 1)24845 Lightning Breath (Rank 1)24846 Spitfire Bracers24847 Spitfire Gauntlets24848 Spitfire Breastplate24849 Sandstalker Bracers24850 Sandstalker Gauntlets

Page 474: Mangos Bible 2 1 3

24851 Sandstalker Breastplate24852 Increased Nature Criticals24853 Mana Spring24854 Mana Spring Totem24855 Pattern: Spitfire Bracers24856 Pattern: Spitfire Gauntlets24857 Arcane Blast24858 Moonkin Form (Shapeshift)24859 Pattern: Spitfire Breastplate24860 Pattern: Sandstalker Bracers24861 Pattern: Sandstalker Gauntlets24862 Pattern: Sandstalker Breastplate24863 Create BlizzCon Prize24864 Feline Swiftness Passive 2a24865 Sanctified Orb24866 Feline Swiftness24867 Feline Swiftness Passive 1a24868 Predatory Strikes24869 Food24870 Well Fed24871 Spore Cloud24872 Create Hunter Epic Staff DND24873 Create Hunter Epic Bow DND24874 Create Crest of Beckoning: Fire24875 Undercity Mint24883 Self Stun24884 Earthen Sigil24885 Create Crest of Beckoning: Air24886 Despawn Shades of Taerar24887 Create Crest of Beckoning: Earth24888 Create Crest of Beckoning: Water24889 Create Signet of Beckoning: Fire24890 Create Signet of Beckoning: Air24891 Create Signet of Beckoning: Earth24892 Create Signet of Beckoning: Water24893 Black Sapphire24894 Heart of the Wild (Rank 5)24895 Create Scepter of Beckoning: Fire24896 Create Scepter of Beckoning: Air24897 Create Scepter of Beckoning: Earth24898 Create Scepter of Beckoning: Water24899 Heart of the Wild Bear Effect (Rank 1)24900 Heart of the Wild Cat Effect (Rank 1)24901 Runed Stygian Leggings24902 Runed Stygian Belt24903 Runed Stygian Boots

Page 475: Mangos Bible 2 1 3

24904 Summon Putrid Mushroom24905 Moonkin Form (Passive) (Passive)24906 Emeriss Aura24907 Moonkin Aura24908 Pattern: Runed Stygian Leggings24909 Pattern: Runed Stygian Belt24910 Corruption of the Earth24911 Pattern: Runed Stygian Boots24912 Darkrune Gauntlets24913 Darkrune Helm24914 Darkrune Breastplate24915 Plans: Darkrune Gauntlets24916 Plans: Darkrune Helm24917 Plans: Darkrune Breastplate24918 Stink Trap24919 Nauseous24920 Flag Guard24921 Increased Staff24922 Hurricane (Rank 1)24923 Honor Points +39824924 Hallow's End Candy24925 Hallow's End Candy24926 Hallow's End Candy24927 Hallow's End Candy24928 Volatile Infection24929 Volatile Infection24930 Hallow's End Candy24931 100 Health24932 Leader of the Pack24933 Cannon24934 Summon RC Tank24935 Summon RC Tank24936 RC Tank Control24937 Using Control Console24938 Close Control Console24939 Summon Murky24940 Black Whelp Tunic24941 Pattern: Black Whelp Tunic24942 Frostbolt24943 Gift of Nature (Rank 2)24944 Gift of Nature (Rank 3)24945 Gift of Nature (Rank 4)24946 Gift of Nature (Rank 5)24947 Heal24948 Defensive State 224949 Defensive State 2 (DND)

Page 476: Mangos Bible 2 1 3

24950 Create Warsong Mark of Honor (Loser)24951 Create Warsong Mark of Honor (WInner)24952 Arathi Basin Mark of Honor (Loser)24953 Arathi Basin Mark of Honor (Winner)24954 Alterac Valley Mark of Honor (Loser)24955 Alterac Valley Mark of Honor (Winner)24956 Dream Fog24957 Moonfire24958 Despawn Putrid Mushrooms24959 500 Health24960 Honor Points +5024961 Honor Points +8224962 Honor Points +13824963 Honor Points +22824964 Honor Points +37824965 Honor Points +39824966 Honor Points +238824967 Gong24968 Tranquil Spirit (Rank 1)24969 Tranquil Spirit (Rank 2)24970 Tranquil Spirit (Rank 3)24971 Tranquil Spirit (Rank 4)24972 Tranquil Spirit (Rank 5)24973 Clean Up Stink Bomb24974 Insect Swarm (Rank 2)24975 Insect Swarm (Rank 3)24976 Insect Swarm (Rank 4)24977 Insect Swarm (Rank 5)24978 Insect Swarm (Rank 2)24979 Insect Swarm (Rank 3)24980 Insect Swarm (Rank 4)24981 Insect Swarm (Rank 5)24982 Remove Trick or Treat24983 Baby Murloc Passive24984 Baby Murloc24985 Summon Baby Murloc (Blue)24986 Summon Baby Murloc (Green)24987 Summon Baby Murloc (Orange)24988 Summon Baby Murloc (White)24989 Summon Baby Murloc (Pink)24990 Summon Baby Murloc (Purple)24991 Elemental Slayer24992 Demonic Transformation24993 Acid Blast24994 Attack Power - Feral (+154)24995 Pyroblast

Page 477: Mangos Bible 2 1 3

24997 Greater Dispel24998 Healing of the Ages24999 Malfurion's Shade25000 Spirit Totem25001 Spirit Totem25002 Spirit Disruption25003 Mortar25004 Throw Nightmare Object25005 Summon RC Blimp25006 Summon RC Blimp25007 Wickerman Guardian Ember25008 Lightning Breath (Rank 2)25009 Lightning Breath (Rank 3)25010 Lightning Breath (Rank 4)25011 Lightning Breath (Rank 5)25012 Lightning Breath (Rank 6)25013 Lightning Breath (Rank 2)25014 Lightning Breath (Rank 3)25015 Lightning Breath (Rank 4)25016 Lightning Breath (Rank 5)25017 Lightning Breath (Rank 6)25018 Summon Murki25019 Blizzard25020 Lightning Shield25021 Chain Lightning25022 Hallow's End Fright25023 Hallow's End Fright25024 Drop Mine25025 Earth Shock25026 Activate MG Turret25027 Flamethrower25028 Fire Blast25029 Flamethrower25030 Shoot Rocket25031 Shoot Missile25032 Machine Gun25033 Lightning Cloud25034 Forked Lightning25035 Elemental Spawn-in25036 Block Value 1225037 Rumsey Rum Light25039 Green Ghost Visual25040 Mark of Nature25041 Mark of Nature25042 Mark of Nature25043 Aura of Nature

Page 478: Mangos Bible 2 1 3

25044 Aura of Nature25049 Blast Wave25050 Mark of Flames25051 Sunder Armor25052 Acid Spit25053 Venom Spit25054 Holy Smite25055 Arcane Bolt25056 Stomp25057 Dropped Weapon25058 Renew25059 Dmg Shield25060 Updraft25063 Increase Threat25064 Increase Shadow Dam 2025065 Increase Fire Dam 2025066 Increase Ice Dam 2025067 Increase Healing 3025068 Resistance - Greater Fire Resistance25069 Resistance - Greater Nature Resistance25070 Decrease Threat25071 Dodge25072 Enchant Gloves - Threat25073 Enchant Gloves - Shadow Power25074 Enchant Gloves - Frost Power25076 Cobra Reflexes (Rank 1)25077 Cobra Reflexes (Rank 1)25078 Enchant Gloves - Fire Power25079 Enchant Gloves - Healing Power25080 Enchant Gloves - Superior Agility25081 Enchant Cloak - Greater Fire Resistance25082 Enchant Cloak - Greater Nature Resistance25083 Enchant Cloak - Stealth25084 Enchant Cloak - Subtlety25085 Bright Campfire25086 Enchant Cloak - Dodge25087 Formula: Enchant Gloves - Threat25088 Formula: Enchant Gloves - Shadow Power25089 Formula: Enchant Gloves - Frost Power25090 Formula: Enchant Gloves - Fire Power25091 Formula: Enchant Gloves - Healing Power25092 Formula: Enchant Gloves - Superior Agility25093 Formula: Enchant Cloak - Greater Fire Resistance25094 Formula: Enchant Cloak - Greater Nature Resistance25095 Formula: Enchant Cloak - Stealth25096 Formula: Enchant Cloak - Subtlety

Page 479: Mangos Bible 2 1 3

25097 Formula: Enchant Cloak - Dodge25098 Transform Hero25099 Detonation25100 Untransform Hero25101 Battle Shout25102 Water Mastery25104 Summon Player25105 Green Dragon Transform DND25106 Red Dragon Transform DND25107 Blue Dragon Transform DND25108 Bronze Dragon Transform DND25109 Increase Spell Dam 825110 Increase Spell Dam 1625111 Increase Spell Dam 2425112 Summon Voidwalker (Summon)25113 Increase Spell Dam 36 and 1% Crit25114 Increased Mana Regen25115 Increased Mana Regen25116 Increased Mana Regen & Healing25117 Minor Wizard Oil25118 Minor Mana Oil25119 Lesser Wizard Oil25120 Lesser Mana Oil25121 Wizard Oil25122 Brilliant Wizard Oil25123 Brilliant Mana Oil25124 Minor Wizard Oil25125 Minor Mana Oil25126 Lesser Wizard Oil25127 Lesser Mana Oil25128 Wizard Oil25129 Brilliant Wizard Oil25130 Brilliant Mana Oil25132 Formula: Minor Wizard Oil25133 Formula: Minor Mana Oil25134 Formula: Lesser Wizard Oil25135 Formula: Lesser Mana Oil25136 Formula: Wizard Oil25137 Formula: Brilliant Wizard Oil25138 Formula: Brilliant Mana Oil25139 Teleport to Molten Core DND25141 Copy of Heart of the Wild Bear Effect (Rank 1)25142 Heart of the Wild Bear Effect 225145 Merithra's Wake25146 Transmute: Elemental Fire25147 Recipe: Transmute Elemental Fire

Page 480: Mangos Bible 2 1 3

25148 Sleep Visual DND25149 Arygos's Vengeance25150 Molten Rain25151 Summon Vekniss Drone25152 Agro Drones25153 Agro Drones Effect25155 Quest - Self Healing from resurrect25157 Quest - Self Drain Mana25158 Time Stop25159 Call Prismatic Barrier25160 Sand Storm25161 Harsh Winds25162 Summon Disgusting Oozeling25163 Oozeling's Disgusting Aura25164 Vengeance25165 Baby Murloc Dance25166 Call Glyphs of Warding25167 Call Ancients25168 Frost Tomb25169 Fiery Justice25170 Fiery Death DND25171 Time Stop Visual DND25172 Merithra's Wake Visual DND25174 Sundering Cleave25175 Triple Attack25176 Strength of Ossirian25177 Fire Weakness25178 Frost Weakness25180 Nature Weakness25181 Arcane Weakness25182 Staghelm Shatters Hammer DND25183 Shadow Weakness25184 Speed Burst25185 Itch25186 Super Crystal25187 Hive'Zara Catalyst25188 War Stomp25189 Enveloping Winds25190 Stinger Charge25191 Stinger Charge25192 Summon Ossirian Crystal25193 Despawn Ossirian Crystal25194 Despawn Adds25195 Curse of Tongues25198 Poison Cloud25199 Frog Self (TEST)

Page 481: Mangos Bible 2 1 3

25200 Shoot Silithus Rifleman No Range25201 Anachronos Quest Credit DND25228 Soul Link25247 Longsight25260 Wings of Despair25262 Abomination Spit25263 Holy Light25282 Shield of Rajaxx25286 Heroic Strike (Rank 9)25288 Revenge (Rank 6)25289 Battle Shout (Rank 7)25290 Blessing of Wisdom (Rank 6)25291 Blessing of Might (Rank 7)25292 Holy Light (Rank 9)25294 Multi-Shot (Rank 5)25295 Serpent Sting (Rank 9)25296 Aspect of the Hawk (Rank 7)25297 Healing Touch (Rank 11)25298 Starfire (Rank 7)25299 Rejuvenation (Rank 11)25300 Backstab (Rank 9)25302 Feint (Rank 5)25304 Frostbolt (Rank 11)25306 Fireball (Rank 12)25307 Shadow Bolt (Rank 10)25309 Immolate (Rank 8)25311 Corruption (Rank 7)25314 Greater Heal (Rank 5)25315 Renew (Rank 10)25316 Prayer of Healing (Rank 5)25322 Sweeping Slam25345 Arcane Missiles (Rank 8)25346 Arcane Missiles (Rank 8)25347 Deadly Poison V (Rank 5)25348 Copy of Deadly Poison IV (Rank 4)25349 Deadly Poison V (Rank 5)25350 Greater Heal (Rank 5)25351 Deadly Poison V (Rank 5)25352 Renew (Rank 10)25353 Prayer of Healing (Rank 5)25354 Heroic Strike (Rank 9)25355 Revenge (Rank 6)25356 Battle Shout (Rank 7)25357 Healing Wave (Rank 10)25359 Grace of Air Totem (Rank 3)25360 Grace of Air (Rank 3)

Page 482: Mangos Bible 2 1 3

25361 Strength of Earth Totem (Rank 5)25362 Strength of Earth (Rank 5)25371 Consume25373 Consume25374 Consume25378 Consume25383 Spit Out25398 Blessing of Wisdom (Rank 6)25399 Blessing of Might (Rank 7)25400 Holy Light (Rank 9)25401 Grace of Air Totem (Rank 3)25402 Healing Wave (Rank 10)25403 Strength of Earth Totem (Rank 5)25404 Multi-Shot (Rank 5)25405 Serpent Sting (Rank 9)25406 Aspect of the Hawk (Rank 7)25407 Healing Touch (Rank 11)25408 Starfire (Rank 7)25409 Rejuvenation (Rank 11)25410 Consume25411 Backstab (Rank 9)25412 Deadly Poison (Rank 5)25413 Feint (Rank 5)25414 Frostbolt (Rank 11)25415 Fireball (Rank 12)25416 Arcane Missiles (Rank 8)25417 Shadow Bolt (Rank 10)25418 Immolate (Rank 8)25419 Corruption (Rank 7)25424 Poison Bolt25425 Shockwave25462 Enlarge25465 Firework25471 Attack Order25473 Attack Order25495 Firework Effect, Lunar Festival Minion25497 Venom Spit25503 Enrage25514 Flash of Light25515 Bash25516 Aura of Command25565 ClearAll25586 Shadow Bolt Volley25592 Hate to Zero25595 Savage Pummel (Rank 1)25598 Thundercrash

Page 483: Mangos Bible 2 1 3

25599 Thundercrash25600 Idol of Neptulon DND25604 Hate to Second25605 Poison25640 Thorns25645 Poison25646 Mortal Wound25648 Sand Trap25651 Flame Buffet25653 Copy of Tail Sweep25654 Tail Lash25655 Dropped Weapon25656 Sand Trap25657 Random Aggro25658 Recipe: Dirge's Kickin' Chimaerok Chops25659 Dirge's Kickin' Chimaerok Chops25660 Food25661 Increased Stamina25662 Copy of Nightfin Soup25663 Recipe: TEST25664 DIRGE TEST25666 Recipe: DIRGE TEST LEARN25668 Flame Buffet25669 Decapitate25671 Drain Mana25672 Arcane Eruption25673 Teach Lesser Draconic25674 Lesser Draconic (Language)25675 Reindeer25676 Drain Mana25677 Snowball25678 Siren's Song25679 Arcane Explosion25680 Random Aggro25681 Summon Mana Fiend25682 Summon Mana Fiend25683 Summon Mana Fiend25684 Summon Mana Fiends25685 Energize25686 Super Snowball25687 Super Snowball25688 Narain!25690 Brain Food25691 Brain Food25692 Brain Food25693 Brain Food

Page 484: Mangos Bible 2 1 3

25694 Well Fed25695 Food25696 Drink25697 Old Enriched Manna Biscuit25698 Explode25699 Explode25700 Food25701 Brain Food25702 Food25703 Brain Food25704 Smoked Sagefish25705 Recipe: Smoked Sagefish25708 Summon Hive'Zara Swarmer25709 Hive'Zara Swarmer Teleport25710 Heroic Strike25711 Hive'Zara Swarmer Start Loop25712 Heroic Strike (Rank 3)25713 Seal of Righteousness (Rank 8)25716 Force Self - Bow25717 Spell Penetration25718 Spell Penetration25719 Bind Draconic For Dummies25720 Place Loot25721 Feed25722 Rumsey Rum Dark25724 Hive'Zara Larva Aggro Effect25725 Paralyze25726 Hive'Zara Larva Fear Effect25735 Seal of Righteousness (Rank 7)25736 Seal of Righteousness (Rank 6)25737 Seal of Righteousness (Rank 5)25738 Seal of Righteousness (Rank 4)25739 Seal of Righteousness (Rank 3)25740 Seal of Righteousness (Rank 2)25741 Seal of Righteousness (Rank 1.5)25742 Seal of Righteousness (Rank 1)25743 Dark Water25744 Rampage25746 Damage Absorb25747 Damage Absorb25748 Poison Stinger25749 Stinger Spray25750 Damage Absorb25751 Copy of Judgement of Light (Rank 4)25752 Judgement of Light25753 Judgement of Light

Page 485: Mangos Bible 2 1 3

25754 Drain Mana25755 Drain Mana25756 Purge25757 Judgement of Wisdom25758 Judgement of Wisdom25763 Draconic For Dummies 7 DND25764 Draconic For Dummies 5 DND25765 Draconic For Dummies 4 DND25766 Spell Penetration25767 Mystical Disjunction25768 Mystical Disjunction25769 Consume25770 Bloody Death25771 Forbearance25772 Mental Domination25773 Will of Weavil25774 Mind Shatter25775 Consume25777 Thorns25778 Knock Away25779 Mana Burn25780 Righteous Fury25781 Righteous Fury25782 Greater Blessing of Might (Rank 1)25783 Place Arcanite Buoy25784 Summon Narain's Special Bag DND25785 Summon Arcanite Buoy DND25786 Toxic Vapors25787 Surge25788 Head Butt25789 Summon Yauj Brood25790 Vengeance25791 Xandivious Demon Bag25792 Despawn Brood25793 Demon Summoning Torch25794 Ahn'Qiraj Reward Buff (Melee - 20)25795 Ahn'Qiraj Reward Buff (Melee - 40)25796 Ahn'Qiraj Reward Buff (Melee - 60)25797 Ahn'Qiraj Reward Buff (Caster - 20)25798 Ahn'Qiraj Reward Buff (Caster - 40)25799 Ahn'Qiraj Reward Buff (Caster - 60)25800 Ahn'Qiraj Reward Buff (Trigger - 20)25801 Frenzy Aura25802 Ahn'Qiraj Reward Buff (Trigger - 40)25803 Ahn'Qiraj Reward Buff (Trigger - 60)25804 Rumsey Rum Black Label

Page 486: Mangos Bible 2 1 3

25805 Soul Corruption25806 Creature of Nightmare25807 Great Heal25808 Dispel25809 Crippling Poison (Rank 1)25810 Mind-numbing Poison25811 Poison Bolt25812 Toxic Volley25813 Conjure Dream Rift25814 Wide Slash (Rank 1)25815 Frightening Shriek25816 Hex of Weakness (Rank 6)25817 Tranquility25818 Aura of Rot25819 Aura of Rot25820 Aura of Fear25821 Charge25822 Firecrackers25823 Spotlight25824 Spotlight25825 Hive'Zara Swarmer Teleport25826 Hive'Zara Swarmer Teleport25827 Hive'Zara Swarmer Teleport25828 Hive'Zara Swarmer Teleport25829 Holy Power (Rank 5)25830 Hive'Zara Swarmer Teleport Trigger25831 Summon Worm25832 Summon Worm25833 Hive'Zara Swarmer Loop 125834 Hive'Zara Swarmer Loop 225835 Hive'Zara Swarmer Loop 325836 Unyielding Faith (Rank 2)25838 Smothering Sands25839 Mass Healing25840 Full Heal25841 Prayer of Elune25842 Despawn Swarmers25843 Create Hive'Zora Scout Report25844 Hive'Zara Swarmers Swarm25845 Create Hive'Ashi Scout Report25846 Eranikus Night Elf DND25847 Create Hive'Regal Scout Report25848 Test Enemy Crit Bonus - 10%25849 Summon Baby Shark25850 Drain Festive Mug25851 Lightheaded

Page 487: Mangos Bible 2 1 3

25852 Lash25853 Empty Festive Mug25854 Create Filled Festive Mug25855 Filling25856 Create Filled Festive Mug25858 Reindeer25859 Reindeer25860 Reindeer Transformation25861 Call Scepter DND25862 Copy of Summon Skeletal Servant25863 Summon Black Qiraji Battle Tank25864 Will Drain Festive Mug25865 Summon Glob of Viscidus25866 Summon Glob of Viscidus25867 Summon Glob of Viscidus25868 Summon Glob of Viscidus25869 Summon Glob of Viscidus25870 Summon Glob of Viscidus25871 Summon Glob of Viscidus25872 Summon Glob of Viscidus25873 Summon Glob of Viscidus25874 Summon Glob of Viscidus25875 Summon Glob of Viscidus25876 Summon Glob of Viscidus25877 Summon Glob of Viscidus25878 Summon Glob of Viscidus25879 Summon Glob of Viscidus25880 Summon Glob of Viscidus25881 Summon Glob of Viscidus25882 Summon Glob of Viscidus25883 Summon Glob of Viscidus25884 Summon Glob of Viscidus25885 Summon Globs of Viscidus25886 Food25887 Brain Food25888 Food25889 Brain Food25890 Greater Blessing of Light (Rank 1)25891 Earthstrike25892 Grace of Earth25893 Viscidus Shrinks25894 Greater Blessing of Wisdom (Rank 1)25895 Greater Blessing of Salvation25896 Rejoin Viscidus25897 Viscidus Grows25898 Greater Blessing of Kings

Page 488: Mangos Bible 2 1 3

25899 Greater Blessing of Sanctuary (Rank 1)25900 Stun Self25901 Weapon Damage 0425902 Holy Shock (Rank 3)25903 Holy Shock (Rank 3)25904 Viscidus Teleport25905 Invis Self25906 Spell Blasting25907 Spell Blasting25908 Tranquil Air Totem25909 Tranquil Air (Rank 1)25910 Tranquil Air Totem25911 Holy Shock (Rank 2)25912 Holy Shock (Rank 1)25913 Holy Shock (Rank 2)25914 Holy Shock (Rank 1)25915 Greater Blessing of Might (Rank 1)25916 Greater Blessing of Might (Rank 2)25917 Greater Blessing of Might (Rank 2)25918 Greater Blessing of Wisdom (Rank 2)25919 Greater Blessing of Wisdom (Rank 1)25920 Greater Blessing of Wisdom (Rank 2)25921 Signet Ring of the Bronze Dragonflight CASTER R1 DND25922 Signet Ring of the Bronze Dragonflight CASTER R2 DND25923 Signet Ring of the Bronze Dragonflight CASTER R3 DND25924 Signet Ring of the Bronze Dragonflight CASTER R4 DND25925 Signet Ring of the Bronze Dragonflight CASTER R5 DND25926 Viscidus Frost Weakness25927 Signet Ring of the Bronze Dragonflight DPS R1 DND25928 Signet Ring of the Bronze Dragonflight DPS R2 DND25929 Signet Ring of the Bronze Dragonflight DPS R3 DND25930 Signet Ring of the Bronze Dragonflight DPS R4 DND25931 Signet Ring of the Bronze Dragonflight DPS R5 DND25932 Signet Ring of the Bronze Dragonflight TANK R1 DND25933 Signet Ring of the Bronze Dragonflight TANK R2 DND25934 Signet Ring of the Bronze Dragonflight TANK R3 DND25935 Signet Ring of the Bronze Dragonflight TANK R4 DND25936 Signet Ring of the Bronze Dragonflight TANK R5 DND25937 Viscidus Freeze25938 Viscidus Explode Trigger25939 Greater Blessing of Salvation25940 Frostbolt (Rank 11)25941 Well Fed25942 Judgement of the Crusader25943 Judgement of the Crusader25944 Judgement of Justice

Page 489: Mangos Bible 2 1 3

25945 Judgement of Justice25946 Greater Blessing of Kings25947 Infatuation25948 Greater Blessing of Light (Rank 1)25951 Greater Blessing of Sanctuary (Rank 1)25952 Reindeer Dust Effect25953 Summon Blue Qiraji Battle Tank25954 Sagefish Delight25955 Recipe: Sagefish Delight25956 Improved Judgement (Rank 1)25957 Improved Judgement (Rank 2)25958 Heroic Strike (Rank 9)25959 Battle Shout (Rank 7)25960 Revenge (Rank 6)25961 Blessing of Wisdom (Rank 6)25962 Blessing of Might (Rank 7)25963 Holy Light (Rank 9)25964 Healing Wave (Rank 10)25965 Strength of Earth Totem (Rank 5)25966 Grace of Air Totem (Rank 3)25967 Multi-Shot (Rank 5)25968 Serpent Sting (Rank 9)25969 Aspect of the Hawk (Rank 7)25970 Healing Touch (Rank 11)25971 Starfire (Rank 7)25972 Rejuvenation (Rank 11)25973 Backstab (Rank 9)25974 Deadly Poison (Rank 5)25975 Increased Spell Penetration 1025976 Feint (Rank 5)25977 Frostbolt (Rank 11)25978 Fireball (Rank 12)25979 Arcane Missiles (Rank 8)25980 Shadow Bolt (Rank 10)25981 Immolate (Rank 8)25982 Corruption (Rank 7)25983 Greater Heal (Rank 5)25984 Renew (Rank 10)25985 Prayer of Healing (Rank 5)25988 Eye for an Eye (Rank 2)25989 Toxin25990 Graccu's Mince Meat Fruitcake25991 Poison Bolt Volley25992 Brood of Nozdormu Factoin +100025993 Poison Shock25994 Membrane of Viscidus

Page 490: Mangos Bible 2 1 3

25995 Snowball Visual Test25996 Snowball Lasting Visual25997 Eye for an Eye (Rank 1)25998 Veknis Guardian Call25999 Boar Charge26000 Snowball Cloud26001 Reputation - Ahn'Qiraj Temple Boss26002 Suicide26003 Viscidus Suicide Trigger26004 Mistletoe26005 Mistletoe Response26006 Shadow Bolt26007 Uppercut26008 Toast26009 Rotate 36026010 Summon Tranquil Mechanical Yeti26011 Tranquil Mechanical Yeti26012 Tranquil Mechanical Yeti26013 Deserter26014 In Battleground26015 Ended Battleground26016 Vindication (Rank 2)26017 Vindication (Rank 2)26018 Vindication (Rank 3)26021 Vindication (Rank 3)26022 Pursuit of Justice (Rank 1)26023 Pursuit of Justice (Rank 2)26025 Impale26027 Knockback26029 Dark Glare26030 Windblossom Berries26034 Viscidus Slowed26035 Celebrate Good Times!26036 Viscidus Slowed More26038 Whirlwind26041 Frenzy26042 Psychic Scream26043 Battle Shout26044 Mind Flay26045 Summon Snowman26046 Mana Burn26047 Birth26048 Mind Blast26049 Mana Burn26050 Acid Spit26051 Frenzy

Page 491: Mangos Bible 2 1 3

26052 Poison Bolt26053 Noxious Poison26054 Summon Red Qiraji Battle Tank26055 Summon Yellow Qiraji Battle Tank26056 Summon Green Qiraji Battle Tank26057 Pop Dirt Mounds26058 Summon Ouro Mounds26059 Explode26060 Summon Ouro Scarabs26061 Summon Ouro26062 Birth Cast26063 Ouro Submerge Visual26064 Shell Shield (Rank 1)26065 Shell Shield (Rank 1)26066 Defender of the Timbermaw26067 Summon Mechanical Greench26068 Berserk26069 Silence (Rank 1)26070 Fear26071 Entangling Roots26072 Dust Cloud26073 Fire Nova26074 Holiday Cheer26075 Set Ouro Health26076 Save Ouro Health26077 Itch26078 Vekniss Catalyst26079 Cause Insanity26080 Stinger Charge Primer26081 Stinger Charge26082 Stinger Charge26083 Whirlwind26084 Whirlwind26085 Soul Pouch26086 Felcloth Bag26087 Core Felcoth Bag26088 Pattern: Soul Pouch26089 Pattern: Felcloth Bag26090 Thunderstomp (Rank 1)26091 Pattern: Core Felcloth Bag26092 Dirt Mound Passive26093 Quake26094 Thunderstomp (Rank 1)26095 Felcloth Bag26096 Jandice Drops Journal DND26097 Healing Wave

Page 492: Mangos Bible 2 1 3

26098 Lightning Bolt26099 Battle Shout26100 Ground Rupture26101 Ground Rupture26102 Sand Blast26103 Sweep26104 Ouro Submerge Trigger26105 Glare26106 Genesis Rebirth Bonus26107 Symbols of Unending Life Finisher Bonus26108 Glimpse of Madness26109 Conqueror Shout Bonus26110 Conqueror Thunder Clap Bonus26111 Battlegear of Unyielding Strength Intercept Bonus26112 Deathdealer Evasion Bonus26113 Deathdealer Eviscerate Bonus26114 Emblems of Veiled Shadows Slice and Dice Bonus26115 Bruiser Sleeping26116 Doomcaller Immolate Bonus26117 Doomcaller Reduced Shadow Bolt Cost26118 Implements of Unspoken Names Pet Bonus26119 Stormcaller Spelldamage Bonus26120 Copy of Increase Nature Dam 5026121 Stormcaller's Wrath26122 Stormcaller Chain Heal Bonus26123 Gift of the Gathering Storm Chain Lightning Bonus26125 Horde Reputation26126 Alliance Reputation26127 Enigma Blizzard Bonus26128 Enigma Resist Bonus26129 Enigma's Answer26130 Avenger Judgment Bonus26131 Trappings of Vaulted Secrets Mana Shield Bonus26132 Enigma's Solitude26133 Summon Sandworm Base26134 Eye Beam26135 Battlegear of Eternal Justice26136 Rotate -36026137 Rotate Trigger26139 Ground Rupture26140 Summon Hook Tentacle26141 Hamstring26142 Increase Spell Dam 5326143 Mind Flay26144 Summon Eye Tentacle26145 Summon Eye Tentacle

Page 493: Mangos Bible 2 1 3

26146 Summon Eye Tentacle26147 Summon Eye Tentacle26148 Summon Eye Tentacle26149 Summon Eye Tentacle26150 Summon Eye Tentacle26151 Summon Eye Tentacle26152 Summon Eye Tentacles26153 Attack Power - Feral (+140)26154 Increase Healing 9026155 Increase Spell Dam 5926156 Carapace of C'Thun26157 PX-238 Winter Wondervolt26158 Increase Spell Dam 6026159 Gnomeregan Reputation26160 Ironforge Reputation26161 Stormwind Reputation26162 Orgrimmar Reputation26163 Darkspear Reputation26164 Undercity Reputation26165 Thunder Bluff Reputation26166 Obsidian Insight26167 Colossal Smash26168 Chitinous Spikes26169 Oracle Healing Bonus26170 Oracular Heal26171 Increased Renew Duration26172 Infinite Wisdom Shadow Word: Pain Bonus26173 Striker's Arcane Shot Bonus26174 Striker's Rapid Fire Bonus26175 Increased Spell Penetration 3826176 Unseen Path Pet Bonus26177 Charge (Rank 2)26178 Charge (Rank 3)26179 Charge (Rank 4)26180 Wyvern Sting26181 Strike26182 Burrow26183 Burrow26184 Charge (Rank 2)26185 Charge (Rank 3)26186 Charge (Rank 4)26187 Thunderstomp (Rank 2)26188 Thunderstomp (Rank 3)26189 Thunderstomp (Rank 2)26190 Thunderstomp (Rank 3)26191 Teleport Giant Hook Tentacle

Page 494: Mangos Bible 2 1 3

26192 Arcane Explosion26193 Consume26194 Earth Shock26195 Whisperings of C'Thun26196 Consume26197 Whisperings of C'Thun26198 Whisperings of C'Thun26199 Darkmaster Gandling Christmas Disguise26200 Christmas Darkmaster Gandling26201 Charge (Rank 5)26202 Charge (Rank 5)26203 Spell Penetration 150 Fire Resist26204 Spell Penetration 150 Frost Resist26205 Teleport Giant Hook Tentacle Trigger26206 Create Mistletoe26207 Create Fresh Holly26208 Resist Silence26209 Christmas Cannon Master Willey26210 Christmas Prince Tortheldrin26211 Hamstring26212 Christmas Emperor Dagran Thaurissan26213 Summon Giant Hook Tentacles26214 Christmas Warchief Rend Blackhand26215 Christmas War Master Voone26216 Summon Giant Hook Tentacles26217 Summon Giant Hook Tentacles26218 Mistletoe26220 Digestive Acid26221 Exit Stomach26222 Super Invis26224 Exit Stomach26225 Increase Healing 10626226 Widow Bite (Rank 1)26227 Increase Spell Dam 6826228 Increase Healing 12126229 Summon Player26230 Exit Stomach26231 Christmas Goraluk Anvilcrack26232 Transform C'Thun -> Phase 226233 Wyvern Sting26234 Submerge Visual26235 Cthun Vulnerable26236 Summon Mouth Tentacles26237 Summon Mouth Tentacles26239 Winter Reveler - Human Male26240 Winter Reveler - Human Female

Page 495: Mangos Bible 2 1 3

26241 Winter Reveler - Dwarf Male26242 Winter Reveler - Dwarf Female26243 Winter Reveler - Goblin Female26244 Winter Reveler - Goblin Male26245 Winter Reveler - Night Elf Female26246 Winter Reveler - Night Elf Male26247 Winter Reveler - Orc Female26248 Winter Reveler - Orc Male26249 Winter Reveler - Tauren Female26250 Winter Reveler - Tauren Male26251 Winter Reveler - Troll Female26252 Winter Reveler - Troll Male26253 Winter Reveler - Undead Female26254 .Winter Reveler - Undead Male26255 Check Reset26256 Check Reset26257 Check Reset26258 Whisperings of C'Thun26259 Whisperings of C'Thun26260 Food26261 Drink26262 Birth26263 Dim Sum26264 Despawn26265 Create Elune Stone26268 Despawn Self26270 Despawn Self26271 Rocky Ground Impact26272 PX-238 Winter Wondervolt26273 PX-238 Winter Wondervolt26274 PX-238 Winter Wondervolt26275 PX-238 Winter Wondervolt TRAP26276 Greater Firepower26277 Elixir of Greater Firepower26278 Recipe: Elixir of Greater Firepower26279 Stormshroud Gloves26280 Pattern: Stormshroud Gloves26281 Taunt26282 Shoot Tauren Rifleman26283 Increased Spell Penetration 2026284 Summon Ouro Trigger26285 Teleport Ouro Trigger26286 Small Red Rocket26287 Summon Rocky Base26290 Bow Specialization (Racial Passive)26291 Small Blue Rocket

Page 496: Mangos Bible 2 1 3

26292 Small Green Rocket26293 Small Purple Rocket26294 Small White Rocket26295 Small Yellow Rocket26296 Berserking (Racial)26297 Berserking (Racial)26298 Create Firework Rocket Launcher26299 Create Cluster Rocket Launcher26300 Cluster Rocket, BLUE - N26301 Cluster Rocket, BLUE - D26302 Cluster Rocket, BLUE - SE26303 Cluster Rocket, BLUE - SW26304 Blue Firework Cluster26305 Cluster Rocket, RED - D26306 Cluster Rocket, RED - N26307 Cluster Rocket, RED - SE26308 Cluster Rocket, RED - SW26309 Cluster Rocket, GREEN - D26310 Cluster Rocket, GREEN - N26311 Cluster Rocket, GREEN - SE26312 Cluster Rocket, GREEN - SW26313 Cluster Rocket, PURPLE - D26314 Cluster Rocket, PURPLE - N26315 Cluster Rocket, PURPLE - SE26316 Cluster Rocket, PURPLE - SW26317 Cluster Rocket, WHITE - D26318 Cluster Rocket, WHITE - N26319 Cluster Rocket, WHITE - SE26320 Cluster Rocket, WHITE - SW26321 Cluster Rocket, YELLOW - D26322 Cluster Rocket, YELLOW - N26323 Cluster Rocket, YELLOW - SE26324 Cluster Rocket, YELLOW - SW26325 Green Firework Cluster26326 Purple Firework Cluster26327 Red Firework Cluster26328 White Firework Cluster26329 Yellow Firework Cluster26331 Vengeance26332 Summon Mouth Tentacle26333 Large Blue Rocket26334 Large Green Rocket26335 Large Purple Rocket26336 Large Red Rocket26337 Large White Rocket26338 Large Yellow Rocket

Page 497: Mangos Bible 2 1 3

26339 Saurfang's Rage26340 Despawn Kaldorei Elite26341 Saurfang's Rage26342 Rajaxx Event - Bonus Cenarion Faction26344 Rocket, BLUE26345 Rocket, GREEN26346 Rocket, PURPLE26347 Rocket, RED26348 Rocket, WHITE26349 Rocket, YELLOW26350 Cleave26351 Rocket, BLUE BIG26352 Rocket, GREEN BIG26353 Rocket, PURPLE BIG26354 Rocket, RED BIG26355 Rocket, WHITE BIG26356 Rocket, YELLOW BIG26357 Cluster Rocket, BLUE - U26358 Cluster Rocket, GREEN - U26359 Cluster Rocket, PURPLE - U26360 Cluster Rocket, RED - U26361 Cluster Rocket, WHITE - U26362 Cluster Rocket, YELLOW - U26363 Lightning Shield (Rank 7)26364 Lightning Shield (Rank 1)26365 Lightning Shield (Rank 2)26366 Lightning Shield (Rank 3)26367 Lightning Shield (Rank 4)26368 ClearAllo26369 Lightning Shield (Rank 5)26370 Lightning Shield (Rank 6)26373 Lunar Invititation26374 Elune's Candle26375 Create Lunar Festival Invitation26376 Combo PROC Test26377 My Little PROC (Rank 1)26378 Copy of Piercing Screech26379 Piercing Shriek26381 Burrow26382 Burrow26383 Night Elf Harbinger26384 Night Elf Lunar Festival Vendor26385 Shadowburn26386 Copy of Moonfire26387 Copy of Hallow's End Candy26388 Glowy (NoColor)

Page 498: Mangos Bible 2 1 3

26389 Moonglow Alcohol26390 Glowy (NoColor)26391 Tentacle Call26392 Omen's Moonlight26393 Elune's Blessing26394 Elune's Blessing (quest credit)26395 Increase Spell Dam 7226396 Summon Portal Ground State26397 Summon Hook Tentacles26398 Summon Hook Tentacles26399 Despawn Tentacles26400 Arcane Shroud26401 Food26402 Drink26403 Festive Red Dress26404 Despawn Tent Port26405 Increase Fire Dam 5726406 Holiday - Lunar Teleport Cap: Stormwind26407 Festive Red Pant Suit26408 Holiday - Lunar Teleport Cap: Ironforge26409 Holiday - Lunar Teleport Cap: Darnassus26410 Holiday - Lunar Teleport Cap: Undercity26411 Pattern: Festive Red Dress26412 Holiday - Lunar Teleport Cap: Thunderbluff26413 Pattern: Festive Red Pant Suit26414 Holiday - Lunar Teleport Cap: Orgrimmar26415 Shock26416 Small Blue Rocket26417 Small Green Rocket26418 Small Red Rocket26419 Acid Spray26420 Large Blue Rocket26421 Large Green Rocket26422 Large Red Rocket26423 Blue Rocket Cluster26424 Green Rocket Cluster26425 Red Rocket Cluster26426 Large Blue Rocket Cluster26427 Large Green Rocket Cluster26428 Large Red Rocket Cluster26429 Schematic: Small Blue Rocket26430 Schematic: Small Green Rocket26431 Schematic: Small Red Rocket26432 Schematic: Large Blue Rocket26433 Schematic: Large Green Rocket26434 Schematic: Large Red Rocket

Page 499: Mangos Bible 2 1 3

26435 Schematic: Blue Rocket Cluster26436 Schematic: Green Rocket Cluster26437 Schematic: Red Rocket Cluster26438 Schematic: Large Blue Rocket Cluster26439 Schematic: Large Green Rocket Cluster26440 Schematic: Large Red Rocket Cluster26442 Firework Launcher26443 Cluster Launcher26444 Schematic: Firework Launcher26445 Schematic: Cluster Launcher26446 Summon Player26447 Despawn Hive'Zara Hornets26448 Holiday - Teleport: Moonglade26450 Holiday - Lunar Teleport: Darnassus26451 Holiday - Teleport: Moonglade (self)26452 Holiday - Lunar Teleport: Ironforge26453 Holiday - Lunar Teleport: Orgrimmar26454 Holiday - Lunar Teleport: Stormwind26455 Holiday - Lunar Teleport: Thunderbluff26456 Holiday - Lunar Teleport: Undercity26457 Drain Mana26458 Shock Blast26459 Increase Spell Dam 8026460 Increase Spell Dam 7626461 Increase Healing 14326462 Festival Fortune!26463 Mercurial Shield26464 Mercurial Shield26465 Mercurial Shield26467 Persistent Shield26468 Summon Snowman26469 Summon Snowman26470 Persistent Shield26471 Lunar Festival Port Error26472 Food26473 Drink26474 Food26475 Drink26476 Digestive Acid26477 Summon Giant Portal Ground State26478 Ground Rupture26479 Digestive Acid26480 Badge of the Swarmguard26481 Insight of the Qiraji26483 Cluster Rocket, BLUE BIG - D26484 Cluster Rocket, BLUE BIG - N

Page 500: Mangos Bible 2 1 3

26485 Cluster Rocket, BLUE BIG - SE26486 Cluster Rocket, BLUE BIG - SW26487 Cluster Rocket, BLUE BIG - U26488 Large Blue Firework Cluster26489 Entering Battleground26490 Large Green Firework Cluster26491 Cluster Rocket, GREEN BIG - D26492 Cluster Rocket, GREEN BIG - N26493 Cluster Rocket, GREEN BIG - SE26494 Cluster Rocket, GREEN BIG - SW26495 Cluster Rocket, GREEN BIG - U26496 Cluster Rocket, PURPLE BIG - D26497 Cluster Rocket, PURPLE BIG - N26498 Cluster Rocket, PURPLE BIG - SE26499 Cluster Rocket, PURPLE BIG - SW26500 Cluster Rocket, PURPLE BIG - U26501 Cluster Rocket, RED BIG - D26502 Cluster Rocket, RED BIG - N26503 Cluster Rocket, RED BIG - SE26504 Cluster Rocket, RED BIG - SW26505 Cluster Rocket, RED BIG - U26506 Cluster Rocket, WHITE BIG - D26507 Cluster Rocket, WHITE BIG - N26508 Cluster Rocket, WHITE BIG - SE26509 Cluster Rocket, WHITE BIG - SW26510 Cluster Rocket, WHITE BIG - U26511 Cluster Rocket, YELLOW BIG - D26512 Cluster Rocket, YELLOW BIG - N26513 Cluster Rocket, YELLOW BIG - SE26514 Cluster Rocket, YELLOW BIG - SW26515 Cluster Rocket, YELLOW BIG - U26516 Large Purple Firework Cluster26517 Large Red Firework Cluster26518 Large White Firework Cluster26519 Large Yellow Firework Cluster26520 Night Elf Lunar Festival Emissary26521 Lucky Lunar Rocket26522 Lunar Fortune26523 Rajaxx Event - Bonus Cenarion Faction26524 Sand Trap26525 True Fulfillment26526 True Fulfillment26527 Enrage26528 Summon Reindeer26529 Summon Reindeer26530 Summon Reindeer

Page 501: Mangos Bible 2 1 3

26531 Copy of Summon Snowman26532 Summon Helper26533 Summon Helper26534 Summon Helper26536 Summon Helper26537 Summon Helper26538 Summon Hive'Zara Larva26539 Summon Hive'Zara Larva26540 Starfall26541 Summon Helper26542 Sprint26543 Sprint26544 Omen, self damage26545 Lightning Shield26546 Shadow Storm26548 Impale26550 Lightning Cloud26552 Nullify26553 Choose Random Powers26554 Thunderclap26555 Shadow Storm26556 Plague26557 Plague Effect26558 Meteor26559 Drain Mana26561 Berserker Charge26564 Summon Viscidus Trigger26565 Heal Brethren26569 Hate to Zero26570 Prophet Skeram Death26573 Consecration (Rank 1)26574 Consecration (Rank 2)26575 Toxin26577 Summon Toxic Slime26580 Fear26584 Summon Toxic Slime26585 Despawn Toxic Slimes26586 Birth26587 Open Scarab Coffer26588 Open Greater Scarab Coffer26589 Cancel True Fulfillment26590 Summon Poison Cloud26591 Teleport Image26592 Bestial Wrath26594 Despawn Base26601 Poison Bolt

Page 502: Mangos Bible 2 1 3

26602 Immune Effect: Taunt & AttackMe26603 Initialize Twin26604 Hallucination Invisibility26607 Blizzard26608 Despawn Globs26613 Unbalancing Strike26615 Berserk26616 Boulder26617 Summon Ouro Mound26618 Despawn Worms26619 Summon Ouro Scarabs Periodic26622 Elune's Candle26623 Elune's Candle26624 Elune's Candle26625 Elune's Candle26626 Mana Burn Area26627 Suicide26628 Twin Suicide26629 Berserk26630 Spawn Vekniss Hatchlings26631 Spawn Vekniss Hatchlings26632 Spawn Vekniss Hatchlings26633 Glob Speed26634 Glob Speed26635 Berserking (Racial)26636 Elune's Candle26637 Hate to Zero26638 Twin Teleport Visual26639 Drain Mana26641 Aura of Fear26642 Summon Ouro26643 Arcane Explosion26644 Port Out Stomach26646 Buru Egg Trigger Effect26647 Increased Mana Regen26648 Port Out Stomach Effect26649 Elune's Candle26650 Blessing of Light26651 Execute26652 Copy of Mortal Strike (Rank 1)26653 Copy of Sweeping Strikes (Rank 1)26654 Sweeping Strikes (Rank 1)26655 Summon Black Qiraji Battle Tank26656 Summon Black Qiraji Battle Tank26658 Threat26659 Sam's Test Aura

Page 503: Mangos Bible 2 1 3

26662 Enrage26663 Valentine26664 The Power of Friendship26665 Receive Object of Affection26668 Create Heart Candy26670 Create Heart Candy26671 Create Heart Candy26672 Create Heart Candy26673 Create Heart Candy26674 Create Heart Candy26675 Create Heart Candy26676 Create Heart Candy26677 Cure Poison26678 Create Heart Candy26680 Adored26681 Cologne26682 Perfume26683 Get Gosssip, Test26684 Get Gossip, Male26685 Get Gossip, Female26686 Whirlwind26687 Revall26690 Increase Healing 11026693 Drain Life26694 Increase Fire Dam 5926695 Increase Fire Dam 6026696 Increase Fire Dam 6126697 Increase Fire Dam 6326698 Increase Fire Dam 6426699 Increase Fire Dam 6626700 Increase Fire Dam 6726701 Increase Fire Dam 6926702 Increase Fire Dam 7026703 Increase Fire Dam 7226704 Increase Arcane Dam 5626705 Increase Arcane Dam 5726706 Increase Arcane Dam 5926707 Increase Arcane Dam 6026708 Increase Arcane Dam 6126709 Increase Arcane Dam 6326710 Increase Arcane Dam 6426711 Increase Arcane Dam 6626712 Increase Arcane Dam 6726713 Increase Arcane Dam 6926714 Increase Arcane Dam 7026715 Increase Arcane Dam 72

Page 504: Mangos Bible 2 1 3

26716 Increase Frost Dam 5626717 Increase Frost Dam 5726718 Increase Frost Dam 5926719 Increase Frost Dam 6026720 Increase Frost Dam 6126721 Increase Frost Dam 6326722 Increase Frost Dam 6426723 Increase Frost Dam 6626724 Increase Frost Dam 6726725 Increase Frost Dam 6926726 Increase Frost Dam 7026727 Increase Frost Dam 7226728 Increase Shadow Dam 5626729 Increase Shadow Dam 5726730 Increase Shadow Dam 5926731 Increase Shadow Dam 6026732 Increase Shadow Dam 6126733 Increase Shadow Dam 6326734 Increase Shadow Dam 6626735 Increase Shadow Dam 6726736 Increase Shadow Dam 7026737 Increase Shadow Dam 7226740 Gnomish Mind Control Cap26743 Test Enchhelp QARaid Enchant Weapon +20 Spirit26744 Poisonous Blood26748 Wyvern Sting (Rank 1)26766 Summon Giant Eye Tentacles26767 Summon Giant Eye Tentacles26768 Summon Giant Eye Tentacles26769 Summon Eye Tentacles26787 Nullify26789 Shard of the Fallen Star26792 Test Enchhelp QARaid Enchant Weapon +15 Agility26793 Test Enchhelp QARaid Enchant Weapon +22 Intellect26802 Detect Amore26814 Increase Healing 18726837 Summon InCombat Trigger26838 Despawn InCombat Trigger26846 Picnic Blanket26868 Opening26869 Amorous26870 Amorous Timer, Standard Test26879 Remove Amorous26886 Hate to 75%26898 Heartbroken26899 Give Friendship Bracelet

Page 505: Mangos Bible 2 1 3

26901 Receive Reward AND Quest Object, Common, Darnassus26921 Cancel Heartbroken, Create Bracelet26923 Valentine26924 Valentine26972 Summon Panda Cub26973 Create BlizzCon Prize (Euro)26974 Create Korea Invitational Prize26975 Battlegear of Eternal Justice26976 Symbols of Unending Life26977 Curse of the Elemental Lord27027 Cancel Creeping Plague27035 Sword Specialization (OLD)27037 Stealth +827038 Increased Pet Health +3%27039 Increased Pet Health +3%27042 Increased Pet Crit +2%27043 Increased Pet Crit +2%27057 Test Black Diamond27058 Test Black Diamond AGAIN27059 Test Black Diamond Debug27093 Test Enchhelp QARaid Enchant Weapon +15 Strength27098 Copy of Enchant Weapon - Unholy Weapon27100 Copy of Enchant Weapon - Unholy Weapon27102 Test Enchhelp QARaid Enchant Weapon Unholy Weapon27104 Test Enchhelp QARaid Enchant Weapon Lifestealing27105 Test Enchhelp QARaid Enchant 2H Weapon Superior Impact27106 Copy of Enchant Weapon - Superior Striking27107 Test Enchhelp QARaid Enchant Chest Greater Stats27108 Test Enchhelp QARaid Enchant Gloves Frost Power27109 Test Enchhelp QARaid Enchant Gloves Fire Power27110 Test Enchhelp QARaid Enchant Gloves Shadow Power27111 Test Enchhelp QARaid Enchant Gloves Healing Power27112 Test Enchhelp QARaid Enchant Gloves Superior Agility27113 Test Enchhelp QARaid Enchant Gloves Threat27114 Test Enchhelp QARaid Enchant Gloves Skinning27115 Test Enchhelp QARaid Enchant Bracer Mana Regeneration27116 Test Enchhelp QARaid Enchant Bracer Healing Power27117 Test Enchhelp QARaid Enchant Shield Lesser Block27118 Test Enchhelp QARaid Enchant Cloak Greater Fire Resistance27119 Test Enchhelp QARaid Enchant Cloak Greater Nature Resistance27120 Test Enchhelp QARaid Enchant Cloak Stealth27121 Test Enchhelp QARaid Enchant Cloak Subtlety27122 Test Enchhelp QARaid Enchant Cloak Dodge27123 Test Enchhelp QARaid Enchant Weapon Superior Striking27146 Left Piece of Lord Valthalak's Amulet27177 Defile

Page 506: Mangos Bible 2 1 3

27178 Defile27183 Defile27184 Summon Mor Grayhoof DND27190 Summon Isalien DND27191 Summon Jarien and Sothos DND27192 Defile27193 Defile27194 Defile27195 Defile27196 Defile27197 Defile27198 Defile27199 Defile27200 Defile27201 Summon Kormok DND27202 Summon Lord Valthalak DND27203 Summon Various DND27204 QADebug Instant Cast27205 Increased Pet Damage +3%27206 Increased Pet Damage +3%27208 Increased Pet Armor +10%27225 Increased Pet Armor +10%27241 Summon Gurky27242 Receive Reward AND Quest Object, Stormwind Guard27244 Receive Reward AND Quest Object, Ironforge Guard27245 Receive Reward AND Quest Object, Darnassus Guard27246 Receive Reward AND Quest Object, Undercity Guard27247 Receive Reward AND Quest Object, Orgrimmar Guard27248 Receive Reward AND Quest Object, Thunder Bluff Guard27249 Summon Spectral Assassin27254 dmg827255 dmg927258 dmg1027261 dmg1127286 Shadow Wrath27287 Energy Siphon27288 Energy Siphon27289 Energy Siphon27290 Increase Reputation27291 Summon Magic Staff27338 Shadow Staff27360 Instill Lord Valthalak's Spirit DND27382 Shadow Bolt Volley27383 Shadow Bolt Volley27418 Warrior's Resolve27419 Warrior's Resolve

Page 507: Mangos Bible 2 1 3

27420 Ectoplasmic Distiller27429 Copy of Summon Party Bot27433 Ectoplasmic Distiller27498 Crusader's Wrath27499 Crusader's Wrath27503 Receive Reward AND Quest Object, Common, Ironforge27504 Receive Quest Object, Darnassus Guard27505 Receive Reward AND Quest Object, Common, Orgrimmar27506 Receive Quest Object, Ironforge Guard27507 Receive Quest Object, Orgrimmar Guard27509 Receive Reward AND Quest Object, Common, Stormwind27510 Receive Quest Object, Stormwind Guard27511 Receive Reward AND Quest Object, Common, Thunder Bluff27512 Receive Reward AND Quest Object, Common, Undercity27513 Receive Quest Object, Thunder Bluff Guard27514 Mana Reduction 3%27515 Receive Quest Object, Undercity Guard27516 Increased Spell Penetration 627517 Summon Thelrin DND27518 Spell Damage Reduction27519 Receive Quest Object, Common, Darnassus27520 Receive Quest Object, Common, Ironforge27521 Copy of Aura of the Blue Dragon27522 Mana Drain Trigger27523 Receive Quest Object, Common, Orgrimmar27524 Receive Quest Object, Common, Thunder Bluff27525 Receive Quest Object, Common, Stormwind27526 Mana Drain27527 Healing Touch27529 Receive Quest Object, Common, Undercity27530 Hurricane27532 Rejuvenation27533 Fire Resistance27534 Frost Resistance27535 Shadow Resistance27536 Holy Resistance27537 Create Replacement Lord Valthalak's Amulet27538 Nature Resistance27539 Obsidian Armor27540 Arcane Resistance27541 Valentine27542 Create Replacement Top Piece of Lord Valthalak's Amulet27543 Bear Form (Shapeshift)27544 Create Replacement Left Piece of Lord Valthalak's Amulet27545 Cat Form (Shapeshift)27546 Faerie Dragon Form

Page 508: Mangos Bible 2 1 3

27547 Valentine27548 Valentine27549 Valentine27550 Valentine27551 Demoralizing Roar27552 Cupid's Arrow27553 Maul27554 Swipe27555 Shred27556 Rake27557 Ferocious Bite27558 Create Replacement Isalien's Brazier of Beckoning27559 Silence27560 Create Replacement Mor Grayhoof's Brazier of Beckoning27561 Silence Trigger27562 Create Replacement Kormok's Brazier of Beckoning27563 Create Replacement Jarien & Sothos's Brazier of Beckoning27564 Reflection27565 Banish27566 Create Replacement Lord Valthalak's Brazier of Beckoning27567 Chain Lightning27568 Picnic Blanket Effect27569 Flower Shower27570 Summon Peddlefeet27571 Cascade of Roses27572 Smitten27573 Picnic Feast27575 Picnic Feast Channel27577 Intercept (Rank 3)27578 Battle Shout (Rank 6)27579 Demoralizing Shout (Rank 5)27580 Mortal Strike (Rank 4)27581 Disarm27582 Dirk's Rememberin' Poison27583 Dirk's Rememberin' Poison Effect DND27584 Hamstring (Rank 3)27585 Heavy Obsidian Belt27586 Jagged Obsidian Shield27587 Thick Obsidian Breastplate27588 Light Obsidian Belt27589 Black Grasp of the Destroyer27590 Obsidian Mail Tunic27591 Plans: Heavy Obsidian Belt27592 Plans: Jagged Obsidian Shield27593 Plans: Thick Obsidian Breastplate27594 Plans: Light Obsidian Belt

Page 509: Mangos Bible 2 1 3

27595 Plans: Black Grasp of the Destroyer27596 Plans: Obsidian Mail Tunic27597 Teleport: Ironforge27598 Teleport: Undercity27600 Teleport: IF/UC27601 Teleport: IF/UC27602 Summon Arcanite Dragonling27603 Goblin Dragon Gun27604 Goblin Dragon Gun27605 Shadow Word: Pain (Rank 8)27606 Renew (Rank 9)27607 Power Word: Shield (Rank 10)27608 Flash Heal (Rank 7)27609 Dispel Magic (Rank 2)27610 Psychic Scream (Rank 4)27611 Eviscerate27613 Kick27614 Dungeon Set 2.0 Ghosts27615 Kidney Shot (Rank 2)27616 Extra-Dimensional Ghost Revealer27617 Vanish (Rank 2)27618 Blizzard (Rank 6)27619 Ice Block27620 Snap Kick27621 Windfury Totem (Rank 3)27623 Fire Nova Totem (Rank 5)27624 Lesser Healing Wave (Rank 6)27626 Purge (Rank 2)27627 Drop Obsidian27628 Drop Obsidian27629 Drop Obsidian27630 Drop Obsidian27631 Drop Obsidian27632 Aimed Shot (Rank 6)27633 Wing Clip (Rank 3)27634 Concussive Shot27635 Lightning Shield27636 Starshards27637 Regrowth27638 Rake27639 Call Pet27640 Baron Rivendare's Soul Drain27641 Fear27642 Copy of Increase Reputation27643 Summon Spirit of Jarien27644 Summon Spirit of Sothos

Page 510: Mangos Bible 2 1 3

27645 Summon Jarien/Sothos Winner Box27646 Shadow Bolt Volley27648 Thunderfury27650 Vengeance27651 Picnic Blanket Ritual Effect27652 Elixir of Resistance27653 Elixir of Dodging27654 Love is in the Air Test27655 Flame Lash27656 Flame Lash27657 Check end, Valentine27658 Enchanted Mageweave Pouch27659 Enchanted Runecloth Bag27660 Big Bag of Enchantment27661 Love Fool27662 Throw Cupid's Dart27663 Holiday - Valentine, gift given27664 Stormwind Gift of Friendship27665 Ironforge Gift of Friendship27666 Darnassus Gift of Friendship27667 Create Alliance Gift Collection27668 Create Horde Gift Collection27669 Orgrimmar Gift of Friendship27670 Thunder Bluff Gift of Friendship27671 Undercity Gift of Friendship27672 Initiate Secret Technique27673 Five Fat Finger Exploding Heart Technique27674 Threat27675 Chromatic Infusion27676 Exploding Heart27677 Recombobulate27678 Reevaluate Targets27679 Improved Frost Ward27680 Enrage27681 Prayer of Spirit (Rank 1)27682 Prayer of Spirit (Rank 1)27683 Prayer of Shadow Protection (Rank 1)27684 Prayer of Shadow Protection (Rank 1)27685 Charge (Rank 6)27686 Teleport to Razelikh (GROUP)27687 Summon Bone Minions27688 Bone Shield27689 Bloodlust27690 Summon Bone Minion27691 Summon Bone Minion27692 Summon Bone Minion

Page 511: Mangos Bible 2 1 3

27693 Summon Bone Minion27694 Teleport to Razelikh (GROUP)27695 Summon Bone Mages27696 Summon Bone Mage27697 Summon Bone Mage27698 Summon Bone Mage27699 Summon Bone Mage27700 Create Stormwind Sack of Homemade Bread27701 Create Stormwind Bundle of Cards27702 Create Stormwind Pledges of Loyalty27703 Create Ironforge Parcel of Cards27704 Create Ironforge Pledges of Loyalty27705 Copy of Create Stormwind Sack of Homemade Bread27706 Create Ironforge Case of Homebrew27707 Copy of Create Ironforge Case of Homebrew27708 Create Darnassus Box of Woodcrafts27709 Create Darnassus Stack of Cards27710 Create Darnassus Pledges of Loyalty27711 Create Orgrimmar Package of Cards27712 Create Orgrimmar Box of Fresh Pies27713 Create Orgrimmar Pledges of Loyalty27714 Create Thunder Bluff Basket of Flowers27715 Create Thunder Bluff Satchel of Cards27716 Create Thunder Bluff Pledges of Loyalty27717 Create Undercity Book of Romantic Poetry27718 Create Undercity Sheaf of Cards27719 Create Undercity Pledges of Loyalty27720 Buttermilk Delight27721 Very Berry Cream27722 Sweet Surprise27723 Dark Desire27724 Cenarion Herb Bag27725 Satchel of Cenarius27726 Pattern: Enchanted Mageweave Pouch27727 Pattern: Enchanted Runecloth Bag27728 Pattern: Big Bag of Enchantment27729 Pattern: Cenarion Herb Bag27730 Pattern: Satchel of Cenarius27731 ZZOLDJudgement27733 Ironweave Battlesuit27735 Create Replacement Right Piece of Lord Valthalak's Amulet27736 Copy of Improved Concentration Aura (Rank 2)27737 Moonfire27738 Right Piece of Lord Valthalak's Amulet27739 Top Piece of Lord Valthalak's Amulet27740 Reincarnation

Page 512: Mangos Bible 2 1 3

27741 Love is in the Air27742 Amorous Timer, Standard