Jump to content

Heroic9614

Members
  • Posts

    38
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Heroic9614

  1. Hello! To be added to the Grade interlude client's? eg S84 or be able to use only one item from lv 84 onwards?
  2. l2frozen go pack because I looked but I do not want to use now are trying to copy
  3. the picture does not seem to bring up the level of the boss's name, etc. .. this should do it somehow
  4. Good Morning all! Log: 2013.10.29 07:40:41,812 INFO 53 net.sf.l2j.gameserver.clientpackets.RequestGetBossRecord C5: RequestGetBossRecord: d: 0 Image: What can I do to avoid this type of error message on the log but work in Raid Map /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. * * http://www.gnu.org/copyleft/gpl.html */ package net.sf.l2j.gameserver.clientpackets; /** * Format: (ch) d * @author -Wooden- */ public class RequestGetBossRecord extends L2GameClientPacket { private static final String _C__D0_18_REQUESTGETBOSSRECORD = "[C] D0:18 RequestGetBossRecord"; private int _bossId; @Override protected void readImpl() { _bossId = readD(); } @Override protected void runImpl() { // TODO System.out.println("C5: RequestGetBossRecord: d: "+_bossId); } @Override public String getType() { return _C__D0_18_REQUESTGETBOSSRECORD; } } This is RequestGetBossRecord.java
  5. I mean which one is the best so L2JFrozen, L2JPS or which one is best? the main server into many errors ....... and yet there is no definitive version
  6. Which do you think is the best High Five Data Pack?
  7. I pray you send me already a system folder with the 488 protocol Can not find it anywhere :/
  8. Filename: delevel.java Masterhandler.java import handlers.voicedcommandhandlers.delevel; delevel.class, Log GameServer: Loading server scripts: ---------- 1. ERROR in \handlers\MasterHandler.java (at line 281) import handlers.voicedcommandhandlers.delevel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import handlers.voicedcommandhandlers.delevel cannot be resolved ---------- 2. ERROR in \handlers\MasterHandler.java (at line 548) delevel.class, ^^^^^^^ delevel cannot be resolved to a type ---------- ---------- 3. ERROR in D:\l2j\High Five\game\data\scripts\handlers\voicedcommandhandlers\de level.java (at line 5) import com.l2jserver.gameserver.model.base.Experience; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import com.l2jserver.gameserver.model.base.Experience cannot be resolved ---------- 4. ERROR in D:\l2j\High Five\game\data\scripts\handlers\voicedcommandhandlers\de level.java (at line 16) activeChar.getStat().removeExpAndSp((activeChar.getExp() - Experience.LE VEL[activeChar.getStat().getLevel() - 1]), 0); ^^^^^^^^^^ Experience cannot be resolved to a variable ---------- 4 problems (4 errors)The import handlers.voicedcommandhandlers.delevel cannot be resolved delevel cannot be resolved to a type The import com.l2jserver.gameserver.model.base.Experience cannot be resolved Experience cannot be resolved to a variable Failed executing script: D:\l2j\High Five\game\data\scripts\handlers\MasterHandl er.java. See MasterHandler.java.error.log for details.
  9. Helo! What could this error? Can not load ... Tip? The version I use L2jServer_BETA_9794
  10. Hello! Someone could give a description of how to do custom icons? Video of what I mean:
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock