Jump to content

Recommended Posts

Posted

Hi im looking for someone who can tell  me how i can edit smth like this but with different skills which are going to display.

 

post-358-0-26652000-1449416144.png

Posted

You need to create new window in interface.xdat, choose location on the screen and size 32x32 and script file same as file name. In the window you need to add the button with 32x32 size, as graphic set anything. Now you need to create new class that needs to be placed in interface.u later, it should have name same as window in interface.xdat. In script file you need to:

- register event EV_ReceiveMagicSkillUse

- override onevent function so you catch magic skill uses

- get ButtonHandle of your interface.xdat button

- set graphic of the button as icon of the skill(based on id from the event)

- make wnd be visible

 

You also should consider to make a timer which will hide wnd after skill was casted & register new event which notifies script if skill was cancelled

Posted

Hi im looking for someone who can tell  me how i can edit smth like this but with different skills which are going to display.

 

It is this that is located in the screenshot, it is done through the replacement of icons in systextures > branchSys.utx

 

You need to create new window in interface.xdat, choose location on the screen and size 32x32 and script file same as file name. In the window you need to add the button with 32x32 size, as graphic set anything. Now you need to create new class that needs to be placed in interface.u later, it should have name same as window in interface.xdat. In script file you need to:

- register event EV_ReceiveMagicSkillUse

- override onevent function so you catch magic skill uses

- get ButtonHandle of your interface.xdat button

- set graphic of the button as icon of the skill(based on id from the event)

- make wnd be visible

 

You also should consider to make a timer which will hide wnd after skill was casted & register new event which notifies script if skill was cancelled

 

And how do you build on these windows to characters, and not to the position of the screen?

Posted

 

And how do you build on these windows to characters, and not to the position of the screen?

I do not know, most likely cannot be done by interface.u

Posted

I do not know, most likely cannot be done by interface.u

By the way, In new l2 clients (~IO / Classic) interface has the support of Gfx scripts that cause flash graphics from .ugx package. 

For example: damage over the head. This is a very deep, imho. Nwindow.dll maybe. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock