Package l2p.gameserver.model.L2ObjectTasks

Examples of l2p.gameserver.model.L2ObjectTasks.LookingForFishTask


        else if(lureid == 6521 || lureid == 6524 || lureid == 6527 || lureid == 8507 || lureid == 8510 || lureid == 8513) //high grade
        {
          checkDelay = Math.round((float) (_fish.getGutsCheckTime() * 0.66));
        }
      }
      _taskforfish = ThreadPoolManager.getInstance().scheduleAiAtFixedRate(new LookingForFishTask(this, _fish.getWaitTime(), _fish.getFishGuts(), _fish.getType(), isNoob, isUpperGrade), 10000, checkDelay, false);
    }
  }
View Full Code Here

TOP

Related Classes of l2p.gameserver.model.L2ObjectTasks.LookingForFishTask

Copyright © 2018 www.massapicom. 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.