Hey! It's been years since I tried this, just redownloaded everything for the nostalgia but I'm having the "mismatch" problem.
You were right, I used another system, not the one from the post! My bad!
Now I can't find the system that works with AuthGateD 🤣
I see you have found it and uploaded it but the link you provided no longer works. If you are still around, can you please reupload? Thank you!
Question
Xerus
com.l2jesios.gameserver.model.actor.L2Character$NotifyAITask run
protected boolean maybeMoveToPawn(L2Object target, int offset) { if (target == null || offset < 0) // skill radius -1 return false; offset += _actor.getTemplate().getCollisionRadius(); //this is the line 934 if (target instanceof L2Character) offset += ((L2Character) target).getTemplate().getCollisionRadius();34 answers to this question
Recommended Posts