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. Olá, espero que esteja tudo bem

     

    Screenshot:

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

     

    Eu pesquisei sobre esse tópico e adicionei seu gancho e estudei..

     

    __declspec(naked) void HookNaked::NKD_NewEffectTraje2()
    {
        __asm
        {
            MOV ECX, DWORD PTR SS : [EBP - 0x18]
            MOVSX   EDX, WORD PTR[ECX + 0A60h]
            PUSH EDX
            CALL NewEffectTraje2
            PUSH 0x519E46
            RETN

        }
    }

     

    //***Também tentei***

     

    __declspec(naked) void HookNaked::NKD_noSancID() // if you don't add the ID here the mount is shiny for others
    {
        _asm
        {
            CMP DWORD PTR SS : [EBP - 0x8] , 3503 //Adicionar HardCore
            JE correto
            CMP DWORD PTR SS : [EBP - 0x8] , 3990
            JE correto
            CMP DWORD PTR SS : [EBP - 0x8] , 3994
            JE correto
            CMP DWORD PTR SS : [EBP - 0x8] , 3999
            JE correto
            CMP DWORD PTR SS : [EBP - 0x8] , 3993
            JE correto
            CMP DWORD PTR SS : [EBP - 0x64] , 3996 //CMP DWORD PTR SS : [EBP - 0x8], 3996
            JE correto
            PUSH 0x50C779
            RETN

            correto :
            MOV ECX, DWORD PTR SS : [EBP - 0x28]
                MOV BYTE PTR DS : [ECX + 0x148] , 0
                MOV ECX, DWORD PTR SS : [EBP - 0x28]
                MOV BYTE PTR DS : [ECX + 0x147] , 0
                MOV EDX, DWORD PTR SS : [EBP - 0x28]
                MOV BYTE PTR DS : [EDX + 0x146] , 0
                PUSH 0x50C779
                RETN

        }
    }

     

    //Você tem alguma luz?

     

     

    • Curtir 3
  2. Oi! Como estão todos? Eu tenho uma pergunta sobre fazer o "Hardcore" brilhar. Item número 3503~3506. Se você puder lançar alguma luz sobre este tópico que seria incrível, obrigado. Tenha um dia maravilhoso.

     

    EN : I'm trying to make the "Hardcore" costume show a refinement in game, item numbers 3503 thru 3506. If you have any knowledge in this area it will be appreciated greatly, thanks in advance.

     

    Source : w2pp TOA 7.62 

  3. Eu adicionei 50 níveis e experiência "g_pNextLevel [MAX_LEVEL + 52] = ..." em Basedef.cpp e Basedef.h, compilado. Meu nível 406 ainda não morrerá

     

    EN: I added 50 levels in the Basedef.cpp & Basedef.h with extra experience slots, compiled, switched the the new TMSrv and I logged my level 406 BeastMaster to fight DarkShadow solo and the character gets hit for 13,000 and doesn't die with 945 HP :(

     

     

    • Triste 1
  4. Alguém tem alguma luz sobre como fazer personagens acima do nível 400 morrerem e não ressuscitarem como um GM faz

     

    EN : I have a character that is lvl 406 and it won't die when the HP is 0. I would love to know where to look to make characters die that are over lvl 400.

     

    Source : TOA 7.62 (base)

    • Curtir 1
  5. Olá, bom dia à comunidade. Eu tenho uma pergunta sobre o Hardcore.  Existe uma maneira de fazer o brilho do +9 aparecer no conjunto Hardcore?

     

    EN : I'm trying to make the refinement show on the Hardcore set, is there any known way to solve this?

     

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

  6. Recebo o erro "Exception EConvertError in module Editor.s at 001FB1A '100,000007629395' is not a valid floating point value." (Exceção EConvertError no módulo Editor.s em 001FB1A '100,000007629395' não é um valor de ponto flutuante válido.) Alguma luz?

  7. Hello, I am using the TOA source. When I am at the login screen the action "_NN_No_Account_With_That_Name" does not stop me from logging in. An account is created. "Account inexsisent" never shows.

     

     Olá, estou usando a fonte TOA. Quando estou na tela de login, a ação "_NN_No_Account_With_That_Name" não me impede de fazer o login. Uma conta é criada.
     "Conta inexistente" nunca aparece.
  8. If anyone else wanted to solve this issue, here you are.

     

     

    #pragma region Hire Guard
        if (Vol >= 41 && Vol < 50)
        {
            int Evock = Vol - 41;

            if (pMob[a_iConn].MOB.Clan != 7 && pMob[a_iConn].MOB.Clan != 8)
            {
                SendClientMsg(a_iConn, g_pMessageStringTable[_NN_Only_same_kingdom]);
                SendItem(a_iConn, m->SourType, m->SourPos, item);
                return;
            }

            if (Evock < 5 && pMob[a_iConn].MOB.Clan == 8)
            {
                SendClientMsg(a_iConn, g_pMessageStringTable[_NN_Only_same_kingdom]);
                SendItem(a_iConn, m->SourType, m->SourPos, item);
                return;
            }

            if (Evock >= 5 && pMob[a_iConn].MOB.Clan == 7)
            {
                SendClientMsg(a_iConn, g_pMessageStringTable[_NN_Only_same_kingdom]);
                SendItem(a_iConn, m->SourType, m->SourPos, item);
                return;
            }


            //if (CastleState == 0)
            //{
                //SendClientMsg(a_iConn, g_pMessageStringTable[_NN_Only_when_castle_war]);
                //SendItem(a_iConn, m->SourType, m->SourPos, item);
                //return;
            //}


            GenerateSummon(a_iConn, Evock + 40, 0, 1);

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

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

            sprintf(temp, "useitem,contrato_de_reino evock:%d", Evock + 28);
            MyLog(LogType::Itens, pMob[a_iConn].MOB.MobName, temp, 0, pUser[a_iConn].IP);
            return;
        }
    #pragma endregion

  9. I'm using the TOA source. Thank you for the light on the issues. I don't like to be a bother to you but do you know any reference to EF_VOLATILE, 41 ~ EF_VOLATILE, 48? I'm still in the dark on how to create code from nothing. I'll take a look through MSG_Attack & do my best. Again, thank you.

     

  10. Hello, I know that it's most likely improper for me to post here in English, but I don't have much of a choice with what I'm trying to explain. I'm needing help with two different things, the first is how can I summon like the older versions on W.Y.D. were it was possible to summon all of the 7 Beast-Master summon's instead of just one.  

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

     

     

    My second question is does anyone have any light on  EF_VOLATILE,41 ~ EF_VOLATILE,48 those are for Evocar_Guarda_(Asder), Evocar_Guarda_(Sophia) & Contrato(Cavaleiro), Contrato(Arqueiro) item numbers 3972, 3973 and 436-441. 

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

     

    Any help on these subjects would be loved.

     

    • Curtir 3
×
×
  • 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.