Jump to content

_1nsan1ty_

Members
  • Posts

    6
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by _1nsan1ty_

  1. disable any antivirus (especially AVG) for some reason it detects rc.exe as virus sometimes, you may need to check if rc.exe has been deleted/quarantined by your antivirus, you may also need to restart your pc before retrying the compile.

    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. 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?)

  3. -            //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

  4. We have good data for gameobject 179944 (i think) and meeting stone still not work.

    help anyone ?

    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