Jump to content

KONO

VIP Member
  • Posts

    18
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About KONO

Profile Information

  • Current Mood
    Angry
  • Gender
    Not Telling
  • Country
    Afghanistan

KONO's Achievements

Newbie

Newbie (1/16)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

0

Reputation

  1. Hello Help me please. I want check count Monsterkill from Id me Add to file L2MonsterInstance.java @Override public boolean doDie(L2Character killer) { if (!super.doDie(killer)) { return false; } // TODO: Find Better way! (Achievement function) if ((killer != null) && killer.isPlayer()) { if (getId() == AchievementsManager.getInstance().getMobId()) { ((L2PcInstance) killer).setKilledSpecificMob(true); } } if (_returnToSpawnTask != null) { _returnToSpawnTask.cancel(true); } if (_maintenanceTask != null) { _maintenanceTask.cancel(false); // doesn't do it? _maintenanceTask = null; } +if (killer instanceof L2PcInstance) +{ + L2PcInstance player = (L2PcInstance) killer; + if( How to check MobId) ////////////// Help me pls. + { + player.getCountersMob().onMobKill(); + } } return true; } How to check id mob if ( How to check id mob) <<<<<<<<<<< Help me pls. { player.getCountersMob().onMobKill(); } thank. all member
  2. wowww, Welcome back Rizel! Good start! Waiting for more from you.
  3. hello how to add icon in action ( alt + c or c) thank for help
  4. l2j last rev it work. but i no client h5 part 5 it support. how to fix ?
  5. hello how to add language in system. i want add system -th.dat in system. original -e.dat only. my path high five past 5 thank for help
  6. Hello, help me please my server linux centos 5.9 Error OfflineTradersTable: Loading offline traders... Exception in thread "main" java.lang.Error: Unable to determine localhost address. at com.l2jserver.gameserver.network.L2GameClient.<init>(L2GameClient.java:148) at com.l2jserver.gameserver.datatables.OfflineTradersTable.restoreOfflineTraders(OfflineTradersTable.java:178) at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:397) at com.l2jserver.gameserver.GameServer.main(GameServer.java:486) L2GameClient.java:148 public L2GameClient(MMOConnection<L2GameClient> con) { super(con); _state = GameClientState.CONNECTED; _connectionStartTime = System.currentTimeMillis(); _crypt = new GameCrypt(); _stats = new ClientStats(); _packetQueue = new ArrayBlockingQueue<>(Config.CLIENT_PACKET_QUEUE_SIZE); if (Config.CHAR_STORE_INTERVAL > 0) { _autoSaveInDB = ThreadPoolManager.getInstance().scheduleGeneralAtFixedRate(new AutoSaveTask(), 300000L, (Config.CHAR_STORE_INTERVAL * 60000L)); } else { _autoSaveInDB = null; } try { _addr = con != null ? con.getInetAddress() : InetAddress.getLocalHost(); } catch (UnknownHostException e) { throw new Error("Unable to determine localhost address."); } } /etc/hosts 127.0.0.1 localhost localhost.localdomain 127.0.0.1 localhost 127.0.0.1 localhost.localdomain localhost ::1 localhost6.localdomain6 localhost6 Thank for help
  7. how i can edit Olympiad 2 week ? thank all help.
  8. who can create new instance kamaloka example : http://www.youtube.com/watch?v=KQaSJ_a-4kc PM. me How much for create ?
  9. it error : new ExShowScreenMessage(1801111, 3000,ExShowScreenMessage.MIDDLE_CENTER, true, false, -1, false); private void broadcastString(int instanceId) { ExShowScreenMessage sm = new ExShowScreenMessage(1801111, 3000,ExShowScreenMessage.MIDDLE_CENTER, true, false, -1, false); Broadcast.toPlayersInInstance(sm, instanceId); } help me please, my server l2j server h5 stable
×
×
  • Create New...