Package lineage2.gameserver.utils

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


    Location result = canSee(gx, gy, z, tgx, tgy, tz, true, geoIndex);
    if (result.equals(gx, gy, z))
    {
      return null;
    }
    return result.geo2world();
  }
 
  /**
   * Method canSeeTarget.
   * @param actor GameObject
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.