Jump to content

Justice7

Members
  • Posts

    69
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Justice7

  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..
  14. Yes there is an option on the configs , if i remeber correctly its called Transformation without Quest Turn it True
  15. 1. Rollback your graphics card to previous version. 2.Change the power settings of your graphics card ( Go to Nvidia control panel > Manage 3D Settings> Power managment mode > Change it to "Prefer maximum performance" 3. Go to internet explorer Tools>Internet Options>Advanced > And check "Use software rendering instead of GPU rendering" 4.Change your monitor refresh rate From 60 Hertz to 50 Hertz 5.Download MSI afterburner (http://event.msi.com/vga/afterburner/download.htm) and lower both of your core clocks I hope this might help you
  16. Πρεπει να δωσεις περισσοτερη Ram στο Gameserver.bat, Θα το κανεις edit με το notepad βρισκωντας αυτη την γραμμη -Xms768m -Xmx1024m Θα πρεπει να αλλαξεις τα νουμερα αναλογα με ποση Ram εχεις στον υπολογιστη και επισης ποση θες να χρησιμοποιει ο Gameserver επισης τσεκαρε να δεις αν αυτα τα νουμερα που εχεις ξεπερνανε την Ram σου και αναλογος τα κατεβαζεις.
  17. -Κύριε Μαζωνάκη πως περάσατε στις διακοπές σας; -Έχω περάσει και χειρότερα..
  18. Locks the FPS to the refresh rate (Hz) of your monitor. It is used to prevent the GPU from rendering frames faster than the montior can display them, causing tearing. The use of your GPU is increased, and you play with less fps... disable Vsync and you will have more fps.
×
×
  • Create New...