[Classic] Boat to Talking Island.

This commit is contained in:
MobiusDev
2015-05-01 12:42:26 +00:00
parent 7f0cd5adb3
commit f6af3b0960
4 changed files with 590 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ package vehicles;
import java.util.logging.Level;
import java.util.logging.Logger;
import com.l2jserver.Config;
import com.l2jserver.gameserver.ThreadPoolManager;
import com.l2jserver.gameserver.enums.ChatType;
import com.l2jserver.gameserver.instancemanager.BoatManager;
@@ -167,6 +168,11 @@ public class BoatRunePrimeval implements Runnable
public static void main(String[] args)
{
if (Config.SERVER_CLASSIC_SUPPORT)
{
return;
}
final L2BoatInstance boat = BoatManager.getInstance().getNewBoat(5, 34381, -37680, -3610, 40785);
if (boat != null)
{