mixology buat flask of endless rage cuma ngasi tambahan 1 jam, harusny juga +80 ap lg biar nutup flask of the north
jd 180+80, 260 ap bonus, 2 jam. kalo mixology
mixology buat flask of endless rage cuma ngasi tambahan 1 jam, harusny juga +80 ap lg biar nutup flask of the north
jd 180+80, 260 ap bonus, 2 jam. kalo mixology
iy nih
mixology cmn ngefek nambah durasi, efek nignkatin flask/elixir ga jalan
pas pake flask stoonblood misalnya tetep nambah 1300 hp, harusnya jadi sktr 2k-an
dari jaman jebot gak jalan, dan gak bakalan pernah jalan (alias sblon ada fix dari triinity, jgn harep bisa bner). saran gw? ganti profesi
quick fix dari
http://code.google.com/p/trinitycore...detail?id=2315
http://code.google.com/p/trinitycore...detail?id=4097
http://pastebin.com/D3yxQuki
yg ada + baris tambahanCode:else m_effects[i] = NULL; } + + if(caster && caster->GetTypeId() == TYPEID_PLAYER && m_spellProto->SpellFamilyName == SPELLFAMILY_POTION && caster->HasAura(53042)) + { + if(sSpellMgr.IsSpellMemberOfSpellGroup(m_spellProto->Id,SPELL_GROUP_ELIXIR_BATTLE) || + sSpellMgr.IsSpellMemberOfSpellGroup(m_spellProto->Id,SPELL_GROUP_ELIXIR_GUARDIAN)) + { + if(caster->HasSpell(m_spellProto->EffectTriggerSpell[0])) + { + m_maxDuration *= 2; + m_duration = m_maxDuration; + for (uint8 i=0 ; i<MAX_SPELL_EFFECTS; ++i) + { + if (effMask & (uint8(1) << i)) + m_effects[i]->SetAmount((int32)(m_effects[i]->GetAmount() * 1.3f)); + } + } + } + } } Aura::~Aura()
buat bikin durasi dua kali lipat (udah di implemen)Code:m_maxDuration *= 2; m_duration = m_maxDuration;
efeknya di kali 1.3Code:for (uint8 i=0 ; i<MAX_SPELL_EFFECTS; ++i) { if (effMask & (uint8(1) << i)) m_effects[i]->SetAmount((int32)(m_effects[i]->GetAmount() * 1.3f)); }
bukan fix yg sesungguhnya sih, soalnya harusnya tiap elixir nambahnya beda2 tergantung elixirnya
tapi paling ngga minimal smua nambah sebesar 30%, better increased then nothing
Bump dari alchemist lain.
Flask of Endless Rage = 244 AP (64 AP increase) 35.56%
Flask of the Frost Wyrm = 172 SP (47 SP increase) 37.6%
Flask of Stoneblood = 1950 HP (650 HP increase) 50%
Flask of Pure Mojo = 65 MP5 (20 MP5 increase) 44.44%
wowhead
Belum termasuk elixir lain juga, sih. Bonus profesi lain untuk attack power kan plus 80 AP, untuk spell power rata-rata plus 46-47 SP. Jadi misalkan efeknya ditambah sekitar 37% maka efek dari masing-masing flask di atas jadi sekitar:
Flask of Endless Rage = 180 AP * 37% = +66 AP (-14 AP dibandinkan profesi lain)
Flask of the Frost Wyrm = 125 SP * 37% = + 46 SP (-1 SP dibandingkan profesi lain)
Flask of Stoneblood = 1300 HP * 37% = +481 HP
Flask of Pure Mojo = 45 MP5 * 37% = +16 MP5
Termasuk paling mendekati bonus status dari profesi lain jadi rasanya cukup aman kalau efeknya +37%. Cuma aku ga tahu efeknya bisa dikali 1.37 atau ngga. Kalau ngga bisa, pilihannya dibulatkan ke bawah jadi 1.3 atau ke atas jadi 1.4.
Flask of Endless Rage = 180 AP * 30% = +54 AP (-26 AP dibandingkan profesi lain)
Flask of the Frost Wyrm = 125 SP * 30% = + 37 SP (-10 SP dibandingkan profesi lain)
Flask of Stoneblood = 1300 HP * 30% = +390 HP
Flask of Pure Mojo = 45 MP5 * 30% = +13 MP5
Atau
Flask of Endless Rage = 180 AP * 40% = +72 AP (-8 AP dibandingkan profesi lain)
Flask of the Frost Wyrm = 125 SP * 40% = + 50 SP (+3 SP dibandingkan profesi lain)
Flask of Stoneblood = 1300 HP * 40% = +520 HP
Flask of Pure Mojo = 45 MP5 * 40% = +18 MP5
The Following User Says Thank You to Feamor For This Useful Post: | ||
Share This Thread