Jump to content

_1nsan1ty_

Members
  • Posts

    6
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

_1nsan1ty_'s Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Thanks dave, found the issue, the Projects path's were looking at the 2003 sdk, instead of the 2008 sdk. :lol: do you get this warning at all? warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data
  2. soz just tried it got the above mentioned errors will see what i can do.
  3. 64bit? warning C4244: 'argument' : conversion from 'ssize_t' to 'int', possible loss of data Project : error PRJ0003 : Error spawning 'rc.exe'. LINK : fatal error LNK1181: cannot open input file '.\\shared__x64_Release\\shared.lib' (this due to sdk path? or reset branch?) .\\genrevision__Win32_Release\\genrevision.exe"' is not recognized as an internal or external command (not sure about this on win32? build this on 32 rest on 64?)
  4. - //Exclusion for Pounce: Facing Limitation was removed in 2.0.1, but it still uses the same, old Ex-Flags - if( m_spellInfo->SpellFamilyName != SPELLFAMILY_DRUID || m_spellInfo->SpellFamilyFlags != 0x0000000000020000LL ) + //Exclusion for Pounce and Mutilate: Facing Limitation was removed in 2.0.1 and 3.0.3, but they still use the same, old Ex-Flags + if((m_spellInfo->SpellFamilyName != SPELLFAMILY_DRUID || m_spellInfo->SpellFamilyFlags != 0x0000000000020000LL) && !(m_spellInfo->SpellFamilyName == SPELLFAMILY_ROGUE && m_spellInfo->SpellFamilyFlags == 0x0020000000000000LL)) Confirmed working in 7591
  5. I got the same data, When the 2nd player click on the portal is does nothing, seems like the second part is not linking? I dont really know, i'm on UDB forums to check as this is db related. If i find something i'll let ya know. In short, game object is not triggering the summon spell
×
×
  • 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