/**
* An effect that pulls effected target back to the effector.
* @author Nik
*/
public final class PullBack extends AbstractEffect
{
private final int _speed;
private final int _delay;
private final int _animationSpeed;
private final FlyType _type;
@Override
public boolean isInstant()
{
return true;
}
@Override
public void instant(L2Character effector, L2Character effected, Skill skill, L2ItemInstance item)
{
// In retail, you get debuff, but you are not even moved if there is obstacle. You are still disabled from using skills and moving though.
if (GeoEngine.getInstance().canMoveToTarget(effected.getX(), effected.getY(), effected.getZ(), effector.getX(), effector.getY(), effector.getZ(), effector.getInstanceWorld()))
{
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
hello everyone !
I need help with a l2script Rev H5-Salvation/Classic build. I compiled the project, installed everything but I can't log in to the server, it won't log me in. I tried a thousand ways without good results. I leave you the error when logging in either with the H5-Salvation Client.
ERROR ---> WARN: IPBANMANAGER ---> IP !!!!
I'm waiting for help! Thank you!
Question
Pamela32
Καλησπερα παιδια , βλεπετε καποιο λαθος στον κωδικα ?
Γιατι καποιες στιγμες δουλευει κομπλε καποιες αλλες οχι !!
ειναι το 2ο ποστ που κανω σε 2 μερες και δεν θελω να κανω συνεχεια .. αλλα δεν το αντεχω αλλοοο!!
Edited by Pamela320 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.