Jump to content

fisherman

Members
  • Posts

    3
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by fisherman

  1. Hi, well i try to compile myself but get this error... Im using Ubuntu 9.04

    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:268: error: explicit specialization in non-namespace scope ‘class ByteBuffer’
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:275: error: explicit specialization in non-namespace scope ‘class ByteBuffer’
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:278: error: explicit specialization in non-namespace scope ‘class ByteBuffer’
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:288: error: too many template-parameter-lists
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:295: error: too many template-parameter-lists
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:366: error: too many template-parameter-lists
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘ByteBuffer& ByteBuffer::operator>>(bool&)’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:163: error: expected primary-expression before ‘char’
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:163: error: expected `;' before ‘char’
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘ByteBuffer& ByteBuffer::operator>>(uint8&)’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:169: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:169: error: expected primary-expression before ‘)’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘ByteBuffer& ByteBuffer::operator>>(uint16&)’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:175: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:175: error: expected primary-expression before ‘)’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘ByteBuffer& ByteBuffer::operator>>(uint32&)’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:181: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:181: error: expected primary-expression before ‘)’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘ByteBuffer& ByteBuffer::operator>>(uint64&)’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:187: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:187: error: expected primary-expression before ‘)’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘ByteBuffer& ByteBuffer::operator>>(int8&)’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:194: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:194: error: expected primary-expression before ‘)’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘ByteBuffer& ByteBuffer::operator>>(int16&)’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:200: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:200: error: expected primary-expression before ‘)’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘ByteBuffer& ByteBuffer::operator>>(int32&)’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:206: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:206: error: expected primary-expression before ‘)’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘ByteBuffer& ByteBuffer::operator>>(int64&)’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:212: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:212: error: expected primary-expression before ‘)’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘ByteBuffer& ByteBuffer::operator>>(float&)’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:218: error: expected primary-expression before ‘float’
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:218: error: expected `;' before ‘float’
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘ByteBuffer& ByteBuffer::operator>>(double&)’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:224: error: expected primary-expression before ‘double’
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:224: error: expected `;' before ‘double’
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘ByteBuffer& ByteBuffer::operator>>(std::string&)’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:233: error: expected primary-expression before ‘char’
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:233: error: expected ‘,’ or ‘;’ before ‘char’
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘uint8 ByteBuffer::operator[](size_t) const’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:243: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘void ByteBuffer::Print_storage() const’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:433: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘void ByteBuffer::textlike() const’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:444: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h: In member function ‘void ByteBuffer::hexlike() const’:
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:463: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:465: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:469: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:475: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:481: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:489: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:497: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:499: error: expected primary-expression before ‘>’ token
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:503: error: expected primary-expression before ‘>’ token
    make[5]: *** [AuthCrypt.o] Error 1
    make[5]: Leaving directory `/home/damian/mangos/objdir/src/shared/Auth'
    make[4]: *** [all-recursive] Error 1
    make[4]: Leaving directory `/home/damian/mangos/objdir/src/shared'
    make[3]: *** [all] Error 2
    make[3]: Leaving directory `/home/damian/mangos/objdir/src/shared'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/damian/mangos/objdir/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/damian/mangos/objdir'
    make: *** [all] Error 2
    

    why :(?

    Linux: Ubuntu 9.04

    Mangos: [8382]

    I am confirming error compile

    make[5]: Wejście do katalogu `/home/fisherman/mangos/obj/src/shared/Auth'
    g++ -DHAVE_CONFIG_H -I. -I../../../../src/shared/Auth -I../../..  -I/usr/include/mysql -I../../../../dep/ACE_wrappers -I../../../dep/ACE_wrappers  -I../../../src/shared -I../../../../src/shared/Auth -I../../../../src/shared/Auth/../../../dep/include -I../../../../src/shared/Auth/../../framework -I../../../../src/shared/Auth/../../shared -I../../../../src/shared/Auth/../../../dep/include/g3dlite   -DDO_MYSQL -g -O2 -MT AuthCrypt.o -MD -MP -MF .deps/AuthCrypt.Tpo -c -o AuthCrypt.o ../../../../src/shared/Auth/AuthCrypt.cpp
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:268: error: explicit specialization in non-namespace scope 'class ByteBuffer'
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:269: error: template-id 'read_skip<char*>' for 'void read_skip()' does not match any template declaration
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:269: error: invalid function declaration
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:275: error: explicit specialization in non-namespace scope 'class ByteBuffer'
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:276: error: template-id 'read_skip<const char*>' for 'void read_skip()' does not match any template declaration
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:276: error: invalid function declaration
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:278: error: explicit specialization in non-namespace scope 'class ByteBuffer'
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:279: error: template-id 'read_skip<std::string>' for 'void read_skip()' does not match any template declaration
    ../../../../src/shared/Auth/../../shared/ByteBuffer.h:279: error: invalid function declaration
    make[5]: *** [AuthCrypt.o] Błąd 1

  2. 3.0.8 PatchNotes:

    "Steady Shot: Now gains 10% of attack power as damage instead of 20%"

    Fix code:

    --- a/src/game/SpellEffects.cpp
    +++ b/src/game/SpellEffects.cpp
    @@ -536,7 +536,7 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
                    else if(m_spellInfo->SpellFamilyFlags & 0x100000000LL)
                    {
                        int32 base = irand((int32)m_caster->GetWeaponDamageRange(RANGED_ATTACK, MINDAMAGE),
    (int32)m_caster->GetWeaponDamageRange(RANGED_ATTACK, MAXDAMAGE));
    -                    damage += int32(float(base)/m_caster->GetAttackTime(RANGED_ATTACK)*2800 + m_caster->GetTotalAttackPowerValue(RANGED_ATTACK)*0.2f);
    +                    damage += int32(float(base)/m_caster->GetAttackTime(RANGED_ATTACK)*2800 + m_caster->GetTotalAttackPowerValue(RANGED_ATTACK)*0.1f);
                    }
                    // Explosive Trap Effect
                    else if(m_spellInfo->SpellFamilyFlags & 0x00000004)

  3. Hello Mangos 0.12 Crash Rev 6989 Linux ubuntu 32bit

    2008-12-31 12:07:14 ERROR:Item::AddToUpdateQueueOf - GetPlayer didn't find a player matching owner's guid (28992)!
    2008-12-31 12:07:16 ERROR:SESSION: received unexpected opcode CMSG_CONTACT_LIST (0x0066) the player has not logged in yet
    2008-12-31 12:07:17 ERROR:Aura (Spell 2458 Effect 0) is in process but attempt removed at aura (Spell 7381 Effect 0) adding, need add stack rule for Unit::RemoveNoStackAurasDueToAura
    2008-12-31 12:07:17 ERROR:Aura (Spell 2458 Effect 0) is in process but attempt removed at aura (Spell 7381 Effect 1) adding, need add stack rule for Unit::RemoveNoStackAurasDueToAura
    2008-12-31 12:07:17 ERROR:Aura (Spell 2458 Effect 0) is in process but attempt removed at aura (Spell 7381 Effect 2) adding, need add stack rule for Unit::RemoveNoStackAurasDueToAura
    2008-12-31 12:07:20 Added aura spellid 16188, effect 0
    2008-12-31 12:07:20 Added aura spellid 35713, effect 0
    2008-12-31 12:07:20 Added aura spellid 35713, effect 1
    

    Plis fix

×
×
  • 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