Jump to content

Justice7

Members
  • Posts

    69
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Justice7

Profile Information

  • Current Mood
    Hilarious
  • Gender
    Male
  • Country
    Greece

Justice7's Achievements

Newbie

Newbie (1/16)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. Hello guys , is this code going to work for the latest L2j hi5 files? Index: L2J_Server/com/l2jserver/gameserver/model/actor/instance =================================================================== ---L2J_Server/com/l2jserver/gameserver/model/actor/instance/L2MonsterInstance.java +++ L2J_Server/com/l2jserver/gameserver/model/actor/instance/L2MonsterInstance.java @@ 159 , 23 162 , 24 @@ @Override public boolean doDie(L2Character killer) { if (!super.doDie(killer)) return false; if (_maintenanceTask != null) { _maintenanceTask.cancel(false); // doesn't do it? _maintenanceTask = null; } + if (getNpcId() == YourMobId) //Set here which mob ID you want to "drop" fame on die. + { + L2PcInstance kil = (L2PcInstance) killer; + //kil.setFame(kil.getFame() + Fame_Points); // set here how many fame points you want to add in character + kil.getClan().addReputationScore(Clan_points, true) //set on clan_points number of points you want to give + } return true; }
  2. That makes no sense at all, you criticise a server because of his forum population? Come on.. The point is that this server is growing each day more and more none cares if forum has 4 members registered imo.
  3. Και εγω χαιρομαι Kaneki-Kun
  4. okay im so sorry this is not a conversation so i can write in english.
  5. Επειδη ειναι σταφερ δηλαδη γραφει οπως γουσταρει ε; :)
  6. • Posting here in English is NOT allowed. Only greeklish is allowed or pure greek.
  7. Well after all this days testing this server i can say that its worth it, give it a try people!!
  8. Nice features, gonna check if its worth it, good luck with your server!
  9. Εχεις κανει install το MySQL ;
  10. For Client Editors pm @aVVe or @CriticalError For Java Coder pm @BruT
  11. Im viewing the site right now.. so its fine for me
  12. Shift+click on the player you want to enchant his skills, find where it says Skills and at the bottom it has id where you type the skills id, and next to it it says level. You will see in which enchant route you want the skill to be enchanted.. so if the first option is power in the variety of skills possible ways to enchant it you enter : 1(maybe the first option will be cost you add at level: 130 . 1 is the enchant route and the 30 the level you want your skill to become. I hope you understood what im trying to say.
  13. I was going to sleep... but..
×
×
  • Create New...