Jump to content

fisherman

Members
  • Posts

    3
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

fisherman's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. 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