I’ve worked with a few video editors before, and it really makes a difference when they’ve had hands-on training. One of the guys I teamed up with had studied at https://www.praguefilminstitute.cz and the quality was on another level—clean transitions, solid color grading, and he actually understood timing for gaming content. If you're looking for someone serious, check if they’ve got that kind of background.
Question
heopas
Revision: L2J Latest Interlude release
Escape Shackle skill isn' t working... I search at forum many times and i can' t see any fix... Maybe someone allready fixed it ?
I can see that root disabler doesn' t exist too at disabler.java
P.S. sry for my bad english
FIXED:
Credits L2Dot.info Team
trunk/L2_GameServer_IT/java/net/sf/l2j/gameserver/handler/skillhandlers/Disablers.java if (stat == "bleed") negateEffect(target,SkillType.BLEED,_negatePower); if (stat == "paralyze") negateEffect(target,SkillType.PARALYZE,-1); + if (stat == "root") negateEffect(target,SkillType.ROOT,-1); if (stat == "heal") {0 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now