Informacion de gracias

Show post that are related to the Thank-O-Matic. It will show the messages where you become a Thank You from an other users.


Messages - Crowley

Posteado: May 18, 2025, 01:45:22 AM 1 MuOnline / Sources Generales / CUSTOM ELFSOLDIER MUEMU 8.3

I am posting this code to change the skin of the elf soldier. I thank the people of this forum for helping me because they only think about making money. bad bad


NPC.cpp
Code: [Select]
#include "stdafx.h"
#include "Defines.h"
#include "TMemory.h"
#include "NPC.h"



NPC gNPC;

void NPC::Load() {
    SetRange((LPVOID)0x005891C8, 5, ASM::NOP);
    SetOp((LPVOID)0x005891C8, (LPVOID) this->ElfSoldier, ASM::JMP);
}

__declspec(naked) void NPC::ElfSoldier() {
   _asm {

   MOV EAX, 0x1D0C//0x1CE9     //ALI   
       MOV ECX, [EBP + 0x8]
       MOV WORD PTR DS:[ECX + 0x218], AX

       MOV EAX, 0x1305//0x12FE     //ELMO
       MOV ECX, [EBP + 0x8]
       MOV WORD PTR DS:[ECX + 0x11C], AX

       MOV EAX, 0x1505//0x14FE     //ARMATURA
       MOV ECX, [EBP + 0x8]
       MOV WORD PTR DS:[ECX + 0x140], AX

       MOV EAX, 0x1705//0x16FE     //PANTALONI
       MOV ECX, [EBP + 0x8]
       MOV WORD PTR DS:[ECX + 0x164], AX

       MOV EAX, 0x1905//0x18FE     //GUANTI     
       MOV ECX, [EBP + 0x8]
       MOV WORD PTR DS:[ECX + 0x188], AX

       MOV EAX, 0x1B05//0x1AFE      //STIVALI     
       MOV ECX, [EBP + 0x8]
       MOV WORD PTR DS:[ECX + 0x1AC], AX

       MOV EAX, DWORD PTR SS : [EBP + 0x8]
       MOV BYTE PTR DS : [EAX + 0x11E] , 15 
       MOV EAX, DWORD PTR SS : [EBP + 0x8]
       MOV BYTE PTR DS : [EAX + 0x142] , 15
       MOV EAX, DWORD PTR SS : [EBP + 0x8]
       MOV BYTE PTR DS : [EAX + 0x166] , 15
   MOV EAX, DWORD PTR SS : [EBP + 0x8]
       MOV BYTE PTR DS : [EAX + 0x18A] , 15 
   MOV EAX, DWORD PTR SS : [EBP + 0x8]
   MOV BYTE PTR DS : [EAX + 0x1AE] , 15

       MOV ECX, 0x0058925C 
       JMP ECX       
   }
}

NPC.h
Code: [Select]
#pragma once

class NPC {
  public:
    void        Load();
    // ----
    static void ElfSoldier();
    // ----
}; extern NPC gNPC;

Gracias:

Posteado: January 20, 2022, 06:46:37 PM 2 MuOnline / Sources Generales / Re: Source Fenrir SafeZone (1.04e/S6) - Kapocha

great Kapocha33

Gracias:

Posteado: January 20, 2022, 12:15:17 PM 3 MuOnline / Season16 / Re: S16 MuDevs

cost too high bad bad bad

Do it yourself and it will come out... for free?

I'm just saying that the prices are very high for files with base XTEAM

example: season 6.3 emulator at 185.45EUR without services  bad bad bad

the season 17.1.3 $927.25EUR

I said everything ^^ good life

Gracias:

Posteado: January 19, 2022, 04:34:18 PM 4 MuOnline / Season16 / Re: S16 MuDevs

 lol

Gracias:

Posteado: March 12, 2020, 03:41:07 AM 5 MuOnline / Archivos desarrollo / I will increase the limit wings effect

how can I raise the effect limit 300 > 3000
#define MAX_CUSTOM_WING_EFFECT 3000

the client does not start

Gracias:

Paginas: [1]