Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[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
 

Attachments

You must be registered for see attachments list
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
 

Attachments

You must be registered for see attachments list
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
 

Attachments

You must be registered for see attachments list
Back
Top