• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Development] Item Smoke Effect

Newbie Spellweaver
Joined
May 15, 2014
Messages
99
Reaction score
4
Shared offset Main 1.05D MuEmu

#pragma once

const int ITEM_ID = 0x333;
#define ITEM_GET(x, y) (x * 512 + y) + ITEM_ID

#define HDK_SET_ITEM_EFFECT 0x004F3200
#define HDK_SET_COLOR_EFFECT 0x004F3265
#define HDK_ITEM_EFFECT_ALLOW 0x004F322A
#define HDK_ITEM_EFFECT_NOT_ALLOW 0x004F38C9
#define HDK_NEXT_ITEM_COLOR 0x004F3293

void AttachNewEffect();
 
Newbie Spellweaver
Joined
May 15, 2014
Messages
99
Reaction score
4
Hi, I'm trying to add to main 1.05D (MuEmu S4)
and i think work but the color of effect is always white :( XD
4lMZXMK - [Development] Item Smoke Effect - RaGEZONE Forums


anyone know why?
Thanks for source code!

EDIT------------------

Wow, already achieve !! hehe :DDDD
SbZ1ijn - [Development] Item Smoke Effect - RaGEZONE Forums


Thanks you again for sharing Brain
 
Last edited:
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
#pragma once

const int ITEM_ID = 0x333;
#define ITEM_GET(x, y) (x * 512 + y) + ITEM_ID

#define HDK_SET_ITEM_EFFECT 0x004F3200
#define HDK_SET_COLOR_EFFECT 0x004F3265
#define HDK_ITEM_EFFECT_ALLOW 0x004F322A
#define HDK_ITEM_EFFECT_NOT_ALLOW 0x004F38C9
#define HDK_NEXT_ITEM_COLOR 0x004F3293

void AttachNewEffect();

Main Not work offsets
 
Skilled Illusionist
Joined
Mar 27, 2013
Messages
305
Reaction score
9
Hi, I'm trying to add to main 1.05D (MuEmu S4)
and i think work but the color of effect is always white :( XD
4lMZXMK - [Development] Item Smoke Effect - RaGEZONE Forums


anyone know why?
Thanks for source code!

EDIT------------------

Wow, already achieve !! hehe :DDDD
SbZ1ijn - [Development] Item Smoke Effect - RaGEZONE Forums


Thanks you again for sharing Brain
Share source in main 1.05D please
 
Newbie Spellweaver
Joined
Aug 1, 2016
Messages
30
Reaction score
2
shared the offset of main 1.0019 (season3) cliente of exteam. thanks
 
Newbie Spellweaver
Joined
May 7, 2016
Messages
5
Reaction score
1
shared the offset of main 1.0019 (season3) cliente of exteam. thanks

Main 1.04J

#define HDK_SET_ITEM_EFFECT 0x00528864 // 1.04j
#define HDK_SET_COLOR_EFFECT 0x005288BA // 1.04j
#define HDK_ITEM_EFFECT_ALLOW 0x0052887F // 1.04j
#define HDK_ITEM_EFFECT_NOT_ALLOW 0x00528EC6 // 1.04j
#define HDK_NEXT_ITEM_COLOR 0x005288E9 // 1.04j



Good luck...
 
Skilled Illusionist
Joined
Mar 27, 2013
Messages
305
Reaction score
9
Main 1.04J

#define HDK_SET_ITEM_EFFECT 0x00528864 // 1.04j
#define HDK_SET_COLOR_EFFECT 0x005288BA // 1.04j
#define HDK_ITEM_EFFECT_ALLOW 0x0052887F // 1.04j
#define HDK_ITEM_EFFECT_NOT_ALLOW 0x00528EC6 // 1.04j
#define HDK_NEXT_ITEM_COLOR 0x005288E9 // 1.04j



Good luck...

main 1.05d please
 
Experienced Elementalist
Joined
Apr 16, 2013
Messages
241
Reaction score
59
up main pliz, find main s8 offsets
 
Junior Spellweaver
Joined
Jun 22, 2012
Messages
124
Reaction score
19
Hi, I'm trying to add to main 1.05D (MuEmu S4)
and i think work but the color of effect is always white :( XD
4lMZXMK - [Development] Item Smoke Effect - RaGEZONE Forums


anyone know why?
Thanks for source code!

EDIT------------------

Wow, already achieve !! hehe :DDDD
SbZ1ijn - [Development] Item Smoke Effect - RaGEZONE Forums


Thanks you again for sharing Brain
how u edit it to red color
 
Back
Top