Noticias:

SMF - Just Installed!

Menú principal

Buff Icons Fix - Season 3 1.04j

Publicado por Dakosmu, Mar 22, 2023, 02:56 PM

Tema anterior - Siguiente tema

Dakosmu

INFORMACION
Buff Icons Fix - Season 3 1.04j
Bueno, en este caso les vengo a traer el fix para que puedan visualizar los buffs en la parte superior de la pantalla al igual que el critical damage.
Aparentemente el main estaba pensado para hacer esto pero Webzen no armó correctamente el listado de bufos.

IMAGENES
Los visitantes no pueden visualizar imágenes en los mensajes, por favor Regístrate o Inicia Sesión
Los visitantes no pueden visualizar imágenes en los mensajes, por favor Regístrate o Inicia Sesión
Los visitantes no pueden visualizar imágenes en los mensajes, por favor Regístrate o Inicia Sesión
Los visitantes no pueden visualizar imágenes en los mensajes, por favor Regístrate o Inicia Sesión


DESCARGAS
Definir los siguientes array:
DWORD dwBuffValues[] = {
// 168
0x4, // Greater Damage
0x8, // Greater Defense
0x10, // Greater Life
0x100, // Mana
0x200, // Brand (Position 18 of Skill2.ozj)
0x800, // Critical Damage (Position 7 of Skill2.ozj)
0x1000, // Stern (Position 10 of Skill2.ozj) -> Blocks the movement
0x2000, // Swell Mana (Position 12 of Skill2.ozj) -> Increase max mana
0x4000, // Invisibility (Position 13 of Skill2.ozj) -> GM Hide mode
0x8000, // Bless Potion (Position 0 of statusicon.ozj)
0x10000, // Soul Potion (Position 1 of statusicon.ozj)
// 172
0x1, // Blessing of Jack o Lantern (Position 2 of statusicon.ozj)
0x2, // Rage of Jack o Lantern (Position 3 of statusicon.ozj)
0x4, // Scream of Jack o Lantern (Position 4 of statusicon.ozj)
0x8, // Food of Jack o Lantern (Position 5 of statusicon.ozj)
0x10, // Drink of Jack o Lantern (Position 6 of statusicon.ozj)
0x20, // Seal of Ascension (Position 8 of statusicon.ozj)
0x40, // Seal of Wealth (Position 9 of statusicon.ozj)
0x80, // Seal of Sustenance (Position 10 of statusicon.ozj)
0x40000, // Spell of Protection (Position 11 of statusicon.ozj)
0x80000, // Spell of Restriction (Position 12 of statusicon.ozj)
};

BYTE btBuffIndexs[] = {
// 168
0x1C, // Greater Damage
0x1B, // Greater Defense
0x30, // Greater Life
0x10, // Mana
0x4B, // Brand (Position 18 of Skill2.ozj)
0x40, // Critical Damage (Position 7 of Skill2.ozj)
0x43, // Stern (Position 10 of Skill2.ozj) -> Blocks the movement
0x45, // Swell Mana (Position 12 of Skill2.ozj) -> Increase max mana
0x46, // Invisibility (Position 13 of Skill2.ozj) -> GM Hide mode
0x0CB, // Bless Potion (Position 0 of statusicon.ozj)
0x0CC, // Soul Potion (Position 1 of statusicon.ozj)
// 172
0x0CD, // Blessing of Jack o Lantern (Position 2 of statusicon.ozj)
0x0CE, // Rage of Jack o Lantern (Position 3 of statusicon.ozj)
0x0CF, // Scream of Jack o Lantern (Position 4 of statusicon.ozj)
0x0D0, // Food of Jack o Lantern (Position 5 of statusicon.ozj)
0x0D1, // Drink of Jack o Lantern (Position 6 of statusicon.ozj)
0x0D2, // Seal of Ascension (Position 8 of statusicon.ozj)
0x0D3, // Seal of Wealth (Position 9 of statusicon.ozj)
0x0D4, // Seal of Sustenance (Position 10 of statusicon.ozj)
0x0D5, // Spell of Protection (Position 11 of statusicon.ozj)
0x0D6, // Spell of Restriction (Position 12 of statusicon.ozj)
};

Y agregar los siguientes Hooks:
SetByte(0x004C987A + 3, (BYTE)(sizeof(dwBuffValues) / sizeof(int))); // Change for size
SetByte(0x004C9884 + 3, 11); // Change compare value for character struct
SetDword(0x004C98AA + 3, (DWORD)&dwBuffValues); // Redirect the array reference
SetDword(0x004C98B4 + 3, (DWORD)&dwBuffValues); // Redirect the array reference
SetDword(0x004C98EF + 2, (DWORD)&btBuffIndexs); // Redirect the array reference
SetDword(0x004C9933 + 2, (DWORD)&btBuffIndexs); // Redirect the array reference

CONTRASEÑA
muserverfiles.com

CREDITOS
kayito
Virustotal
Bon Dia


🡱 🡳