Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
 
m (→‎External links: clean up, replaced: wowwiki.com/WoWWiki: → wowpedia.org/Wowpedia:)
 
Line 1: Line 1:
  +
{{questbox
−
'''Base mana''' refers to how much [[mana]] a character has before it is modified by [[talents]], [[Attributes#Intellect|intellect]], [[enchants]], and other [[item]] effects. As of [[patch 3.0.2]], all spell costs are a percentage of base mana. (Prior to that, most spells cost a fixed amount of mana, rather than a percentage of base mana, with a few exceptions.)
 
  +
|name=Foreboding Plans
  +
|level=34
  +
|heading=Alterac Mountains
  +
|levelreq=27
  +
|faction=Alliance
  +
|rewards=Just XP
  +
|experience=140-1350
  +
|start=[[Syndicate Documents]]
  +
|end=[[Magistrate Henry Maleb]]
  +
|next={{questlong|Alliance|36|Noble Deaths}}
  +
}}
   
  +
== Objective ==
−
The value is dependent on class only, not on race.
 
  +
Bring the Foreboding Plans to Magistrate Maleb in Southshore.
  +
* {{loot|Common|Foreboding Plans}}: 0/1
   
  +
== Quest Text ==
−
== Base mana values at levels 70 & 80 ==
 
  +
Among these documents is a list of requested supplies. These include mundane items (food, weapons, clothing) as well as more exotic gear (masks, oil, poison).
−
These are the correct values as of [[patch 2.4.3]] for level 70 and [[patch 3.0.8]] for level 80.
 
   
  +
But what is most notable is the urgency of the request - these supplies were needed soon in order to undertake what is described in the document as an "important mission against Southshore."
−
{| class="darktable"
 
  +
* {{loot|Common|Foreboding Plans}} (Provided)
−
|-
 
−
! Class !! Base mana at 70 !! Base mana at 80
 
−
|-
 
−
|[[Druid]] ||2370||3496
 
−
|-
 
−
|[[Hunter]] ||3383||5046
 
−
|-
 
−
|[[Mage]] ||2241||3268
 
−
|-
 
−
|[[Paladin]] ||2953||4394
 
−
|-
 
−
|[[Priest]] ||2620||3863
 
−
|-
 
−
|[[Shaman]] ||2958||4396
 
−
|-
 
−
|[[Warlock]] ||2871||3856
 
−
|}
 
   
  +
== Rewards ==
−
== How to calculate base mana pool ==
 
  +
* 140-1350 [[XP]]
−
As stated above, the base mana pool is only dependent on character class. Each race will have the exact same base mana. The calculation is quite simple.
 
   
  +
== Quest Progression ==
−
Base Mana = MaxMana - ManaFromIntellect
 
  +
# {{questlong|Alliance|34|Foreboding Plans}}
−
= MaxMana - ( min(20, Int) + 15*(Int - min(20, Int) )
 
  +
# {{questlong|Alliance|36|Noble Deaths}}
−
= MaxMana - (20 + (15*(Int – 20)) //for Intellect 20 or over
 
−
= MaxMana - (Int) //for Intellect under 20
 
   
  +
==External links==
−  
  +
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
−
Mana From Intellect can be seen by hovering your mouse over the Intellect stat on your character screen. The part that says "Increase Mana by XXXX" is how much Intellect is boosting your max mana.
 
  +
Links that do not conform to the rules will be DELETED.
−  
  +
Repeat violations may result in a BAN.
−
Note: Some talents and items boost max mana. e.g.:
 
  +
Have a nice day. :) -->
−  
  +
{{Elinks-quest|510}}
−
* [[Fel Vitality]] (Increases mana by 1%/2%/3%)
 
−
* [[Beaming Earthsiege Diamond]] (+2% mana)
 
−  
−
Remove the effect of this talent before doing the computation. For example, if a character has 11000 mana and has a +10% mana effect, then divide 11000 by 1.1 first, to get 10000, then subtract the amount of mana it says is granted by Intellect.
 
−  
−
Example : Kalium, Level 70 Human Warlock. Total Mana: 8695. Intellect Increases Mana by 5824.
 
−
 
−
Base Mana = 8695 - ( Talents = 0 ) = 8695
 
−
= 8695 - 5824
 
−
= 2871 Base Mana Pool
 
−  
−
As a sanity check, it can be noted that most spells (as of Patch 3.0.2) cost a percentage of base mana. This can make it very easy to verify that the numbers are correct.
 
−  
−
For example, Rank 7 of [[Mind Flay]] for a level 70 priest without [[Focused Mind]] nor [[Shadow Focus]] costs 9% of base mana. In game, this shows up as 235 mana. 9% of 2620 is 235.8 (the numbers all get rounded down).
 
−  
−
== Base mana table ==
 
−
You can use the following script to print your current Base Mana value, assuming you have no mana increasing effects (such as warlock's [[Fel Vitality]] or a [[Beaming Earthsiege Diamond]]). The formula subtracts the amount of mana you gain though intelligence from your maximum mana.
 
−  
−
/script local mm = UnitManaMax("player"); local int = UnitStat("player", 4); local mfi = math.min(20,int)+15*(int-math.min(20,int)); DEFAULT_CHAT_FRAME:AddMessage("BaseMana: "..mm-mfi.." = "..mm.."-"..mfi);
 
−  
−
The following table lists known Base Mana values for each class, by level.<ref>http://orlangur-8eyed.livejournal.com/10931.html?thread=36019</ref><ref>http://www.mmo-champion.com/index.php?topic=20507.0</ref>
 
−  
−
{| class="darktable"
 
−
|-
 
−
! Level !! Druid !! Hunter !! Mage !! Paladin !! Priest !! Shaman !! Warlock
 
−
|-
 
−
|1 || 50 || 65 || 100 || 60 || 110 || 55 || 90
 
−
|-
 
−
|2 || - || - || - || 64 || - || - || -
 
−
|-
 
−
|3 || - || - || - || 84 || - || - || -
 
−
|-
 
−
|4 || - || 98 || - || 90 || - || - || -
 
−
|-
 
−
|5 || - || - || 121 || 112 || - || - || -
 
−
|-
 
−
|6 || - || - || - || 120 || - || - || -
 
−
|-
 
−
|7 || - || - || - || 129 || - || - || -
 
−
|-
 
−
|8 || 120 || - || - || 154 || - || - || -
 
−
|-
 
−
|9 || - || - || - || 165 || - || - || -
 
−
|- class="alt"
 
−
|10 || 149 || - || - || 192 || - || 175 || -
 
−
|- class="alt"
 
−
|11 || 165 || - || - || 205 || - || - || -
 
−
|-class="alt"
 
−
|12 || 182 || - || - || 219 || - || - || -
 
−
|-class="alt"
 
−
|13 || 200 || - || - || 249 || - || - || -
 
−
|-class="alt"
 
−
|14 || 219 || 298 || - || 265 || - || - || -
 
−
|-class="alt"
 
−
|15 || 239 || - || - || 282 || - || - || -
 
−
|-class="alt"
 
−
|16 || 260 || - || 295 || 315 || - || - || -
 
−
|-class="alt"
 
−
|17 || 282 || - || 305 || 334 || - || - || -
 
−
|-class="alt"
 
−
|18 || 305 || - || 331 || 354 || - || - || -
 
−
|-class="alt"
 
−
|19 || 329 || - || 343 || 390 || - || 346 || -
 
−
|-
 
−
! Level !! Druid !! Hunter !! Mage !! Paladin !! Priest !! Shaman !! Warlock
 
−
|-
 
−
|20 || 354 || - || - || 412 || - || 370 || -
 
−
|-
 
−
|21 || 380 || - || - || 435 || - || 395 || -
 
−
|-
 
−
|22 || 392 || - || - || 459 || - || 421 || -
 
−
|-
 
−
|23 || 420 || - || - || 499 || - || 448 || -
 
−
|-
 
−
|24 || 449 || - || - || 525 || 480 || - || -
 
−
|-
 
−
|25 || 479 || - || - || 552 || - || - || -
 
−
|-
 
−
|26 || 509 || - || - || 579 || - || - || -
 
−
|-
 
−
|27 || 524 || - || - || 621 || - || - || -
 
−
|-
 
−
|28 || 554 || - || 556 || 648 || - || - || -
 
−
|-
 
−
|29 || 584 || - || - || 675 || - || - || -
 
−
|-class="alt"
 
−
|30 || 614 || - || 613 || 702 || - || - || -
 
−
|-class="alt"
 
−
|31 || 629 || - || - || 729 || - || - || -
 
−
|-class="alt"
 
−
|32 || 659 || - || - || 756 || - || - || -
 
−
|-class="alt"
 
−
|33 || 689 || - || - || 798 || - || - || -
 
−
|-class="alt"
 
−
|34 || 704 || - || - || 825 || - || - || -
 
−
|-class="alt"
 
−
|35 || 734 || - || - || 852 || - || - || -
 
−
|-class="alt"
 
−
|36 || 749 || - || - || 879 || - || - || -
 
−
|-class="alt"
 
−
|37 || 779 || - || - || 906 || - || - || -
 
−
|-class="alt"
 
−
|38 || 809 || - || - || 933 || - || - || -
 
−
|-class="alt"
 
−
|39 || 824 || 1075 || - || 960 || - || - || -
 
−
|-
 
−
! Level !! Druid !! Hunter !! Mage !! Paladin !! Priest !! Shaman !! Warlock
 
−
|-
 
−
|40 || 854 || - || - || 987 || 911 || - || -
 
−
|-
 
−
|41 || 869 || - || - || 1014 || - || - || -
 
−
|-
 
−
|42 || 899 || - || - || 1041 || - || 1028 || 965
 
−
|-
 
−
|43 || 914 || - || - || 1068 || - || - || -
 
−
|-
 
−
|44 || 944 || - || - || 1110 || - || - || 1022
 
−
|-
 
−
|45 || 959 || - || - || 1137 || - || - || -
 
−
|-
 
−
|46 || 989 || - || - || 1164 || - || - || -
 
−
|-
 
−
|47 || 1004 || - || - || 1176 || - || - || -
 
−
|-
 
−
|48 || 1019 || - || 1021 || 1203 || - || - || -
 
−
|-
 
−
|49 || 1049 || - || - || 1230 || - || - || -
 
−
|-class="alt"
 
−
|50 || 1064 || - || - || 1257 || - || - || -
 
−
|-class="alt"
 
−
|51 || 1079 || - || - || 1284 || - || - || -
 
−
|-class="alt"
 
−
|52 || 1109 || - || - || 1311 || - || 1313 || -
 
−
|-class="alt"
 
−
|53 || 1124 || - || - || 1338 || - || - || -
 
−
|-class="alt"
 
−
|54 || 1139 || - || - || 1365 || - || - || -
 
−
|-class="alt"
 
−
|55 || 1154 || - || - || 1392 || - || - || -
 
−
|-class="alt"
 
−
|56 || 1169 || - || - || 1419 || - || - || -
 
−
|-class="alt"
 
−
|57 || 1199 || - || - || 1446 || - || - || -
 
−
|-class="alt"
 
−
|58 || 1214 || - || - || 1458 || - || 1467 || -
 
−
|-class="alt"
 
−
|59 || 1229 || - || - || 1485 || - || 1501 || -
 
−
|-
 
−
! Level !! Druid !! Hunter !! Mage !! Paladin !! Priest !! Shaman !! Warlock
 
−
|-
 
−
|60 || 1244 || - || 1213 || 1512 || - || - || 1522
 
−
|-
 
−
|61 || 1359 || - || - || 1656 || - || 1664 || -
 
−
|-
 
−
|62 || 1469 || 2053 || - || 1800 || - || - || -
 
−
|-
 
−
|63 || 1582 || - || - || 1944 || - || - || -
 
−
|-
 
−
|64 || 1694 || - || - || 2088 || - || - || -
 
−
|-
 
−
|65 || 1807 || - || - || 2232 || - || - || -
 
−
|-
 
−
|66 || 1919 || - || - || 2377 || - || - || -
 
−
|-
 
−
|67 || 2032 || - || - || 2521 || - || - || -
 
−
|-
 
−
|68 || 2145 || - || - || 2665 || - || - || -
 
−
|-
 
−
|69 || 2257 || - || - || 2809 || - || - || -
 
−
|-class="alt"
 
−
|70 || 2370 || 3383 || 2241 || 2953 || 2620 || 2958 || 2871
 
−
|-class="alt"
 
−
|71 || 2482 || - || - || 3097 || - || 3102 || -
 
−
|-class="alt"
 
−
|72 || 2595 || 3716 || - || 3241 || 2868 || - || -
 
−
|-class="alt"
 
−
|73 || 2708 || - || - || 3385 || - || - || -
 
−
|-class="alt"
 
−
|74 || 2820 || - || - || 3529 || - || - || -
 
−
|-class="alt"
 
−
|75 || 2933 || - || - || 3673 || - || - || -
 
−
|-class="alt"
 
−
|76 || 3045 || - || - || 3817 || - || - || -
 
−
|-class="alt"
 
−
|77 || 3158 || - || - || 3962 || - || - || -
 
−
|-class="alt"
 
−
|78 || 3270 || - || - || 4106 || - || - || -
 
−
|-class="alt"
 
−
|79 || 3383 || - || - || 4250 || - || - || -
 
−
|-
 
−
|80 || 3496 || 5046 || 3268 || 4394 || 3863 || 4396 || 3856
 
−
|}
 
−  
−
[[Image:ClassBaseManaByLevel.png]]
 
−  
−
==References==
 
−
{{reflist}}
 
−
[[Category:Game terms]]
 

Revision as of 10:42, 2 November 2010

AllianceForeboding Plans
Start Syndicate Documents
End Magistrate Henry Maleb
Level 34 (Requires 27)
Experience 140-1350
Rewards Just XP
Next A [36] Noble Deaths

Objective

Bring the Foreboding Plans to Magistrate Maleb in Southshore.

Quest Text

Among these documents is a list of requested supplies. These include mundane items (food, weapons, clothing) as well as more exotic gear (masks, oil, poison).

But what is most notable is the urgency of the request - these supplies were needed soon in order to undertake what is described in the document as an "important mission against Southshore."

Rewards

  • 140-1350 XP

Quest Progression

  1. A [34] Foreboding Plans
  2. A [36] Noble Deaths

External links