well i got skill name but i want it to be A Flag So i can add it and remove it when i want... can i do that ?
Well i mean Graphically ..can it turned into Flag by knowing the skill Name ?Quote:
Can you be a bit more specific on what you mean?
Are you talking about the actual skill (player X has fastblade but only for a specific time) or are you talking about skill graphical effects (player X shows with stigma under them) or skill effects (player X has 30 percent boosted attack due to having stigma cast on them for Y seconds)
well i made a command that allow me to test every Single Effect using Texts from 3Deffect.ini ..that helped me alot and Yea i could create my own Flags :D im Very Happy with that..but just smthing left which is i Got Equippment update effect and i want to assign that effect to Ground in Certain Corindates ..Can it be Done using Floor Packet ?Quote:
You can create your own status effects yes.
statuseffect.ini contains a full list.
The effects it lists to iirc are in 3deffect.ini
What exactly are you trying to do though? Add a custom skill that has a stateff associated with it? Status effects are used for persistent graphical effects on a character. They leave screen, come back and the effect is still visible without resending a specific packet (yes, you send spawn entity packet but that's done regardless of the effect being on/off)
Yes you can send effects by ID as well as effects by string to floor by changing the UID portion of the packet to X/Y ushorts.Quote:
well i made a command that allow me to test every Single Effect using Texts from 3Deffect.ini ..that helped me alot and Yea i could create my own Flags :D im Very Happy with that..but just smthing left which is i Got Equippment update effect and i want to assign that effect to Ground in Certain Corindates ..Can it be Done using Floor Packet ?