Ir para conteúdo
🥳 [EVENTO ESPECIAL] 20 Anos de WebCheats - Conte sua história. ×
🥇 [Exclusivo] Seja um Membro VIP EXTREME! ×

Batibat

Bronze Member
  • Total de Posts

    106
  • Registro em

  • Última visita

  • Dias Ganhos

    2
  • WCoins

    259

Posts postados por Batibat

  1. 4 minutes ago, NadaMal- said:

    Well, as far as I know the toa code doesn't have this problem in buying skills or using it..

     

    But try to explain the error better, can you buy it and not use it, or both and such?

    Eu posso comprar a habilidade, quando eu a uso a animação mostra, mas a habilidade não causa dano ao inimigo

  2. A fonte é TOA, quando eu uso magia o erro que o TMSRV está dando é "party skill - skill:178586024 leader:1 tleader:8621 (null)"

     

    Quando eu uso o ataque físico, o TMSRV lê "etc,msg_attack attacker:1 name:xxxx target:8621 name:Gremlin dam:59 x:2175 y:2101..."

     

    Source : TOA 7.62

  3. The version that I experienced was called Supreme Destiny, I believe back in 2007. Supreme Destiny and W.Y.D. II are the same, but was very different from what I could remember. When the HardCore was first, implemented and it was killed there wasn't another chance outside of the Naiads. It went back to Mortal. Those patches came later on after my experience. We just have two different recollections. I just thought it would be a nice addition to the community as well.  

    • Curtir 3
  4. Bom Dia a todos. Eu tenho uma pergunta sobre o antigo contador na versão 6.13, se alguém tiver alguma luz sobre esse tópico, você pode me orientar nessa direção? 🙂

     

    EN: Hello everyone, I hate to be a bother. However, I really want to ask a question regarding any information on the old Frag Counter that existed in Version 6.13. I'd really love to be able to implement it now, I'm open to any and all light on this topic. Blessings to you all. 

     

    Example :

    É necessário se cadastrar para acessar o conteúdo.

    • Curtir 12
  5. For "Summ" to work properly just go to :

     

    Basedef.h :

     

    struct STRUCT_MOBExtra
    {
        short ClassMaster;
        char  Citizen;

        long  SecLearnedSkill;

        int      Fame;

        char  Soul;

        short MortalFace;

        struct
        {
            struct
            {
                char Newbie;
                char TerraMistica;
                char MolarGargula;
                char PilulaOrc;
                char Trainng;
                char Light;
                char Summ; // ADD THIS LINE HERE!!!!
                char EMPTY[30];

            }Mortal;

    &

     

    //Create an item with the EF_VOLITILE set to 99

     

    _MSG_Use_Item.cpp :

     

    if (Vol == 99)
            {
                int x = pMob[a_iConn].Extra.QuestInfo.Mortal.Summ;

                for (x = pMob[a_iConn].Extra.QuestInfo.Mortal.Summ; x < 2; ++x)
                {

                    if (pMob[a_iConn].Extra.QuestInfo.Mortal.Summ > 2)
                    {
                        SendItem(a_iConn, m->SourType, m->SourPos, item);
                        return;
                    }

                    else

                        pMob[a_iConn].Extra.QuestInfo.Mortal.Summ = ++x;
                    SendClientMsg(a_iConn, "Summoning Enlightenment Attained");
                    SendEmotion(a_iConn, 14, 3);
                    SendEtc(a_iConn);

                    if (amount > 1)
                        BASE_SetItemAmount(item, amount - 1);

                    else
                        memset(item, 0, sizeof(STRUCT_ITEM));

                    CharLogOut(a_iConn);

                }


                sprintf(temp, "useitem, Max Summon");
                MyLog(LogType::Itens, pMob[a_iConn].MOB.MobName, temp, 0, pUser[a_iConn].IP);
                return;


            }

     

    //After the item is made and compiled, right click the item that you set to "EF_VOLITILE 99"

     

    Example

     

    "3268,Cupom_da_Sorte,2711.0,0.0.0.0.0,0,10000,0,0,0,EF_CLASS,255,EF_VOLATILE,99,EF_QUEST,1"

     

    and then you can summon two Condors, if the item is right clicked again you may summon 3 Condors

     

     

  6. _MSG_Attack.cpp:

     

    if (instancevalue == 1 || instancevalue == 2)
                            summons = 1 + pMob[a_iConn].Extra.QuestInfo.Mortal.Summ;

     

    //This made it where 3 of each type of summon can be evoked but it is bugged after 20 summons (4 don't follow)

     

    _MSG_UseItem.cpp : 

     

    if (Vol == 99)
            {
                int x = pMob[a_iConn].Extra.QuestInfo.Mortal.Summ;

                for (x = pMob[a_iConn].Extra.QuestInfo.Mortal.Summ; x < 2; ++x)
                {

                    if (pMob[a_iConn].Extra.QuestInfo.Mortal.Summ > 2)
                    {
                        SendItem(a_iConn, m->SourType, m->SourPos, item);
                        return;
                    }

                    else

                        pMob[a_iConn].Extra.QuestInfo.Mortal.Summ = ++x;
                    SendClientMsg(a_iConn, "Summoning Enlightenment Attained");
                    SendEmotion(a_iConn, 14, 3);
                    SendEtc(a_iConn);

                    if (amount > 1)
                        BASE_SetItemAmount(item, amount - 1);

                    else
                        memset(item, 0, sizeof(STRUCT_ITEM));

                    CharLogOut(a_iConn);

                }


                sprintf(temp, "useitem, Max Summon");
                MyLog(LogType::Itens, pMob[a_iConn].MOB.MobName, temp, 0, pUser[a_iConn].IP);
                return;


            }

     

    É necessário se cadastrar para acessar o conteúdo.

    • Curtir 7
    • Haha 1
  7. Server.cpp :

     

    Remove this...

     

    //for (int k = 0; k < MAX_SUMMONLIST; k++)
            //{
                //if (pMob[partyconn].MOB.Equip[0].sIndex == mSummon.Mob[k].Equip[0].sIndex && mSummon.Mob[k].Equip[0].sIndex != sFace)
                //{
                    //SendClientMsg(conn, g_pMessageStringTable[_NN_Party_Full_Cant_Summon]);
                    //return 0;
                //}
            //}

     

    &

     

    _MSG_Attack.cpp :

     

    else if (InstanceType == 11)
                {

                    int instancevalue = g_pSpell[skillnum].InstanceValue;

                    if (instancevalue >= 1 && instancevalue <= 50)
                    {
                        int summons = 0;

                        if (instancevalue == 1 || instancevalue == 2)
                            summons = 1;

                        else if (instancevalue == 3 || instancevalue == 4 || instancevalue == 5)
                            summons = 1;

                        else if (instancevalue == 6 || instancevalue == 7)
                            summons = 1;

                        else if (instancevalue == 😎
                            summons = 1;

                        if (GenerateSummon(a_iConn, instancevalue - 1, 0, summons) == 0)
                        {
                            pMob[a_iConn].MOB.CurrentScore.Mp = Mp;
                            //pUser[a_iConn].ReqMp = ReqMp;
                        }
                    }
                    dam = 0;
                }

×
×
  • Criar Novo...

Informação Importante

Nós fazemos uso de cookies no seu dispositivo para ajudar a tornar este site melhor. Você pode ajustar suas configurações de cookies , caso contrário, vamos supor que você está bem para continuar.