Package net.sf.l2j.gameserver.serverpackets

Examples of net.sf.l2j.gameserver.serverpackets.ExFishingStartCombat


      _deceptiveMode = 0;
      _lureType = isNoob ? 0 : 1;
    }
    _mode = Rnd.get(100) >= 80 ? 1 : 0;

    ExFishingStartCombat efsc = new ExFishingStartCombat(_fisher, _time, _fishMaxHp, _mode, _lureType, _deceptiveMode);
    _fisher.broadcastPacket(efsc);

    // Succeeded in getting a bite
    _fisher.sendPacket(new SystemMessage(SystemMessageId.GOT_A_BITE));
View Full Code Here

TOP

Related Classes of net.sf.l2j.gameserver.serverpackets.ExFishingStartCombat

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.