Results 1 to 5 of 5

Thread: mixology

http://idgs.in/405057
  1. #1

    Join Date
    Nov 2007
    Posts
    19
    Points
    31.80
    Thanks: 1 / 0 / 0

    Default 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

  2. Hot Ad
  3. #2
    Xanvial's Avatar
    Join Date
    Nov 2010
    Location
    Somewhere between Heaven and Hell
    Posts
    1,495
    Points
    553.30
    Thanks: 0 / 148 / 113

    Default

    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

  4. #3

    Join Date
    Oct 2008
    Location
    jkt,bdg
    Posts
    1,316
    Points
    1,609.20
    Thanks: 224 / 355 / 134

    Cool

    dari jaman jebot gak jalan, dan gak bakalan pernah jalan (alias sblon ada fix dari triinity, jgn harep bisa bner). saran gw? ganti profesi

  5. #4
    Xanvial's Avatar
    Join Date
    Nov 2010
    Location
    Somewhere between Heaven and Hell
    Posts
    1,495
    Points
    553.30
    Thanks: 0 / 148 / 113

    Default

    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
    Code:
             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()
    yg ada + baris tambahan
    Code:
    m_maxDuration *= 2;
    m_duration = m_maxDuration;
    buat bikin durasi dua kali lipat (udah di implemen)

    Code:
    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));
    }
    efeknya di kali 1.3
    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

  6. #5
    Feamor's Avatar
    Join Date
    Jan 2007
    Location
    Bk. Ligar
    Posts
    36
    Points
    165.80
    Thanks: 1 / 15 / 7

    Default

    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

  7. The Following User Says Thank You to Feamor For This Useful Post:

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •