Few same effects
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 48
- Joined: Sun Feb 01, 2009 8:35 pm
Few same effects
Hey. Im trying to make few players able to cast fusion skills on another player and he would have as much same effects as being casted on him but after second player starts casting fusion skill first players' fusion skill effect disappears. Is it possible to have two or more same effects affecting one character?
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Few same effects
stacktype and stackorder of the skill is the same, you'd have to modify the core quite a lot to make it work
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 48
- Joined: Sun Feb 01, 2009 8:35 pm
Re: Few same effects
Then is there any way for finding how many players are currently casting fusion skill on you? Ofc without checking knownlist. Id think a variable or smth but i dont know how to make it.
-
- Posts: 48
- Joined: Sun Feb 01, 2009 8:35 pm
Re: Few same effects
I tried making effect assign unique stacktype each time it is created but still only one effect at the same time can exist affect one character. If two or more players are casting fusion skill at the same time and player who started casting it last aborts casting other players are still casting the skill but theres no effect. Tried editing fusion effect, char effect list as well but it just doesn't work. Please if anyone know what should i do post it herejurchiks wrote:stacktype and stackorder of the skill is the same, you'd have to modify the core quite a lot to make it work
P.S sorry for double post