Jump to content

Wowka321

Members
  • Posts

    212
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by Wowka321

  1. Server on last revision very unstable. world-daemon often freezing with 100% use CPU while kill procces and last strings like:

    2010-03-15 11:07:08 ERROR:WorldSocket::HandleAuthSession: Sent Auth Response (version mismatch).

    2010-03-15 11:07:30 ERROR:WorldSocket::HandleAuthSession: Sent Auth Response (version mismatch).

    2010-03-15 11:16:40 ERROR:WorldSocket::HandleAuthSession: Sent Auth Response (version mismatch).

    Anybody have often freezes of world-daemon?

  2. I think same, eNeRGy.

    NoFantasy said, that might be some problems when expire at loading. But no one problem at loading here , cuz UpdateItemDuration called after add to world players and items. Anyway in corrent code should happen at loading if item expire (and all fine).

    I don't say thas it bad solution (about this patch) =) , i try to find better solution, better way. ^^

  3. All well, exept some things, Glyph of Lightwell and possibility to click on lightwell in combat.

    My attempt to implement glyph was:

    +                    if (Unit *owner = m_caster->GetOwner())
    +                    {
    +
    +                       if (const SpellEntry *pSpell = sSpellStore.LookupEntry(spellID))
    +                      {
    +
    +                        //damage = owner->CalculateSpellDamage(pSpell, EFFECT_INDEX_0, pSpell->EffectBasePoints[EFFECT_INDEX_0], unitTarget);
    +                        damage = owner->SpellDamageBonus(unitTarget, pSpell, pSpell->EffectBasePoints[EFFECT_INDEX_0], HEAL);
    +
    +                        if (Aura *dummy = owner->GetDummyAura(55673))
    +                           damage += damage * dummy->GetModifier()->m_amount /100.0f;
    +                      }
    +
    +
    +                    }
    +                    Aura* chargesaura = m_caster->GetAura(59907,EFFECT_INDEX_0);
    +                    if(chargesaura && chargesaura->GetAuraCharges() >= 1)
    +                     {
    +                       chargesaura->SetAuraCharges(chargesaura->GetAuraCharges() - 1);
    +                       m_caster->CastCustomSpell(unitTarget, spellID, &damage, NULL, NULL, true, NULL, NULL, m_originalCasterGUID);
    +                     } 
    

    also don't know about with or not healing bonus =/

  4. Hm.. look in console errors after additem and logout(on debug lv, also turn onl) there are should be error report...

    One more think - try to create new character - all ok, or some problems?

    LogLevel = 3

    LogFileLevel = 3

    Also find error-log of mysql-server. Stop mysql-server, clear error-log,than start again. Post this error-log too.

    Start server, create new character. additem than logout. Post file-log. (Do it in one person for minimize spam =) )

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use