Jump to content

New Client Sided X Java Sided Effect?


HyperBlown

Recommended Posts

I think everyone who has been in freya or above is common with the effect 

E_VESPER_1
E_VESPER_2
E_VESPER_3

 

These work together with a item/buff. when you equip that item or have that buff activated, in this case, this item or this buff will give you the vesper appearance (full armor, weapon etc).

 

I was looking on the javasided of the server for these effects in order to edit them but only found this

 

in: model/effects/AbnormalEffect

E_VESPER_1("vesper1", 0x000020),
E_VESPER_2("vesper2", 0x000040),
E_VESPER_3("vesper3", 0x000080),

 

So I guess, the "effect" part is client sided? So now the question: Where would it be in client sided? Is there a way I can find it out?

 

Thank you

Link to comment
Share on other sites

Its not client sided. That's just the flag (id) of the Effect. Koreans added all effects into one integer using bitwise operetions, so to call them from java side you bitwise the flags

Link to comment
Share on other sites

Its not client sided. That's just the flag (id) of the Effect. Koreans added all effects into one integer using bitwise operetions, so to call them from java side you bitwise the flags

So you are saying to look up the numbers ? I might have understood it wrong.

Link to comment
Share on other sites

It's a bit mask of Abnormal Effects record. This style supports multiple record with few effects in one value.

 

In your case it's visual effect of equipped Vesper armor. Like a afro hair.

Edited by Rootware
Link to comment
Share on other sites

It's a bit mask of Abnormal Effects record. This style supports multiple record with few effects in one value.

hmm, but where can I find them to See the effect it self and edit or add new effects to it ? Or is it hardcoded and impossible to see?

Link to comment
Share on other sites

hmm, but where can I find them to See the effect it self and edit or add new effects to it ? Or is it hardcoded and impossible to see?

 

My post was updated.

 

This values is hardcoded inside the client DLL. You can use only specified values and this will not customized.

Link to comment
Share on other sites

Hmm, ok Rootware and xxdem for the responses, I guess its impossible to transfer some effects to h5. 

Link to comment
Share on other sites

Hmm, ok Rootware and xxdem for the responses, I guess its impossible to transfer some effects to h5. 

 

 

Its not, You can always change/replace the visuals of existing effects but its a hard task.

Edited by xxdem
Link to comment
Share on other sites

Its not, You can always change/replace the visuals of existing effects but its a hard task.

true, ive managed to transfer some, but they arent working like I want to. They do work, but the effect stays on the world when the char logs off or transforms. kinda annoying.

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...

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