Package lineage2.gameserver.utils

Examples of lineage2.gameserver.utils.Location.correctGeoZ()


          return null;
        }
      }
      else
      {
        loc.correctGeoZ();
        if (!GeoEngine.canMoveToCoord(getX(), getY(), getZ(), loc.x, loc.y, loc.z, getGeoIndex()))
        {
          loc = target.getLoc();
          if (!GeoEngine.canMoveToCoord(getX(), getY(), getZ(), loc.x, loc.y, loc.z, getGeoIndex()))
          {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.