Jump to content

amz_raptor

Members
  • Posts

    9
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by amz_raptor

  1. Finally Starfall works!! yaay:lol: now i have to thank all devs for this, it's one of the VIS: very important spells xD

    Note: I still haven't compiled it yet so i haven't tested it but it's a great time to fix the player spells ..the noobs understand nothing but hitting with spells xD not % dmg increase nothing(talent effects) lol just press and hit ! :D oh and thanks again keep up the amazing work!!!

    ^_^

    @@ -1362,10 +1362,24 @@ void Spell::EffectDummy(uint32 i)
                        return;
                    }
                }
                break;
            case SPELLFAMILY_DRUID:
    +            // Starfall
    +            if (m_spellInfo->SpellFamilyFlags2 & 0x00000100LL)
    +            {
    +                switch(m_spellInfo->Id)
    +                {
    +                    case 50286: m_caster->CastSpell(unitTarget, 50288, true); return;
    +                    case 53196: m_caster->CastSpell(unitTarget, 53191, true); return;
    +                    case 53197: m_caster->CastSpell(unitTarget, 53194, true); return;
    +                    case 53198: m_caster->CastSpell(unitTarget, 53195, true); return;
    +                    default:
    +                        sLog.outError("Spell::EffectDummy: Unhandeled Starfall spell rank %u",m_spellInfo->Id);
    +                        return;
    +                }
    +            }
                break;
            case SPELLFAMILY_ROGUE:
                switch(m_spellInfo->Id )
                {
                    case 5938:                                  // Shiv
    

  2. i want to learn C++, i learned the Database and i know how to open DBC files and they are all nonsense to me.

    I am willing to learn all about C++ if someone can be nice enough to explain to me how files in the \\Mangos\\src\\game are actually working :( i just am looking for a jumpstart

    This is the kind of stuff that can get more hands on deck not just devs talking with devs ..sad really ^_^

    (need an expert to a noob :D...so the noob can decide to change the "noobness") :P

    any one supporting ? ;)

  3. ok i got a problem with vmaps extraction...any1 had that too? j.w?:mellow:

    it requested to be terminated in an abnormal way ...smth like that and dbc ..maps were perfect though

    aslo i made sure that the client is Exactly 3.0.3.9183 fresh installed enGB not enUS though could it be a reason :S ?

    I just noticed i get 3 errors at first that doesn't halt the whole process...

    Error!!Not open archive E:\\World of Warcraft\\Data\\lichking.mpq

    Error!!Not open archive E:\\World of Warcraft\\Data\\common-2.mpq

    Error!!Not open archive E:\\World of Warcraft\\Data\\enGB\\lichking-locale-enGB.mpq

    besides that all the other mpq files Open normally

  4. exams...busy....took a while but ...it isn't that simple though i didn't find anything in there related to Holy Nova in the spelleffect.cpp :huh: which does mean to me that it isn't there :confused:.......... not saying i mastered the language but i was wandering also if there's a guide somewhere telling how to edit/add or even understand the core ?

  5. Hey I was wandering if it's possible to know which ccp files contain the info about spells and the way they work..for example holy nova it does only damage no healing second wind doesn't work right...so how to fix that??? is there a fix that i am not aware of somewhere in here? :(

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