Jump to content

KONO

Members
  • 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. Thank for Help..
  2. 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
  3. wowww, Welcome back Rizel! Good start! Waiting for more from you.
  4. you can down load form mmosite.
  5. hello how to add icon in action ( alt + c or c) thank for help
  6. l2j last rev it work. but i no client h5 part 5 it support. how to fix ?
  7. What is it ADHD ? thank
  8. 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
  9. 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
  10. how i can edit Olympiad 2 week ? thank all help.
  11. who can create new instance kamaloka example : http://www.youtube.com/watch?v=KQaSJ_a-4kc PM. me How much for create ?
  12. 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
  13. very good nice share
  14. can support h5 ?
×
×
  • 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