Jump to content

Recommended Posts

Posted

Hello

I look for how to do custom abnormal effect side server see things

 

public enum AbnormalEffect
{
    BLEEDING("bleed", 0x000001),
    POISON("poison", 0x000002),
    REDCIRCLE("redcircle", 0x000004),
    ICE("ice", 0x000008),
    WIND("wind", 0x000010),
    FEAR("fear", 0x000020),
    STUN("stun", 0x000040),
    SLEEP("sleep", 0x000080),
    MUTED("mute", 0x000100),
    ROOT("root", 0x000200),
    HOLD_1("hold1", 0x000400),

 

but client side I do not see what dat add the abormal effect?

 

Thx for help

 

Posted
10 minutes ago, sacrifice said:

Hello

I look for how to do custom abnormal effect side server see things

 

public enum AbnormalEffect
{
    BLEEDING("bleed", 0x000001),
    POISON("poison", 0x000002),
    REDCIRCLE("redcircle", 0x000004),
    ICE("ice", 0x000008),
    WIND("wind", 0x000010),
    FEAR("fear", 0x000020),
    STUN("stun", 0x000040),
    SLEEP("sleep", 0x000080),
    MUTED("mute", 0x000100),
    ROOT("root", 0x000200),
    HOLD_1("hold1", 0x000400),

 

but client side I do not see what dat add the abormal effect?

 

Thx for help

 

maybe because abnormals in .dll

Posted

Do you think it's possible to have an effect buff time passing through a skill on a character, is that it must necessarily an abnormal. do you know an official buff that puts an effect (not abnormal) during the buff period?

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