Jump to content

[Help] Macro Icon (interface.u)


sacrifice

Recommended Posts

Hello

I know added new icon for macro by modifying the limit of the macro in interface.u

 

const MACRO_MAX_COUNT = 100;
const MACROCOMMAND_MAX_COUNT = 12;
const MACROICON_MAX_COUNT = 106;
const MACRO_ICONANME = "L2UI.MacroWnd.Macro_Icon";

 

I see the icons in the macro editor but I do not see it in the window of macro, whereas if I slip it on the skill bar I can see the icon

 

1549374120-macro.png

 

 

someone would have an idea

 

 

Link to comment
Share on other sites

53 minutes ago, sacrifice said:

Hello

I know added new icon for macro by modifying the limit of the macro in interface.u

 

const MACRO_MAX_COUNT = 100;
const MACROCOMMAND_MAX_COUNT = 12;
const MACROICON_MAX_COUNT = 106;
const MACRO_ICONANME = "L2UI.MacroWnd.Macro_Icon";

 

I see the icons in the macro editor but I do not see it in the window of macro, whereas if I slip it on the skill bar I can see the icon

 

1549374120-macro.png

 

 

someone would have an idea

 

 

that's because the limit is written in nwindow.dll 

 

Edited by LightFusionMain
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...