Jump to content

Zaldron

Members
  • Posts

    88
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Zaldron

  1. He will take the amount that he gave for the server back from donates
  2. Just change the imports or send me a private messege to do it for you when i will have time .
  3. Thanks for feedback
  4. Download the latest version is kinda same
  5. Yes.. You do something wrong
  6. jdk or just download java ?
  7. Hello , i am looking for a partner that he can give money for the server (no wannabes without experience) ... I will develop the whole pack so i dont request from you to have any knowledge on java.Please dont make idiot comments , i am not looking for an idiot ass u call them i just want to open one server and i dont have any money.The client will be c6 , ye i know it's old client but i dont like the new ones !
  8. --- trunk/L2KS_GameServer/java/net/sf/l2j/gameserver/skills/funcs/FuncEnchant.java (revision 4) +++ trunk/L2KS_GameServer/java/net/sf/l2j/gameserver/skills/funcs/FuncEnchant.java (revision 145) @@ -18,7 +18,9 @@ */ package net.sf.l2j.gameserver.skills.funcs; +import net.sf.l2j.Config; import net.sf.l2j.gameserver.model.L2ItemInstance; +import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.skills.Env; import net.sf.l2j.gameserver.skills.Stats; import net.sf.l2j.gameserver.templates.L2Item; @@ -50,6 +52,21 @@ overenchant = enchant - 3; enchant = 3; } + + if (env.player != null && env.player instanceof L2PcInstance) + { + L2PcInstance player = (L2PcInstance)env.player; + if (player.isInOlympiadMode() && Config.ALT_OLY_ENCHANT_LIMIT >= 0 && (enchant + overenchant) > Config.ALT_OLY_ENCHANT_LIMIT) + { + if (Config.ALT_OLY_ENCHANT_LIMIT > 3) + overenchant = Config.ALT_OLY_ENCHANT_LIMIT - 3; + else + { + overenchant = 0; + enchant = Config.ALT_OLY_ENCHANT_LIMIT; + } + } + } if (stat == Stats.MAGIC_DEFENCE || stat == Stats.POWER_DEFENCE) { This may help u it's for oly limit enchant
  9. He did ask how he can do it and i did simply answer . I am not going to tell him how to ..
  10. You need a java code to do this .
  11. http://maxcheaters.com/forum/index.php?topic=236498.0;topicseen
  12. All keyloggers are detactable from antivirus you must crypt them . (Pm Psomas)
  13. I can say i thing about maxcheaters community ... A most of them leechers and the others dont respect the work of other ppl and look only theirself .
  14. He means 30% for the copy paste work
  15. Thanks guys you respect others work not like others who know only to spam and flame on you .
  16. I am just answering that's not called spam . Why you dont give me tv details then if you are sure that i cant do it ? By the way the pm "Google translate sucks" somehow i just said that is worth using it (for you) .
  17. Haters gonna hate , why you are posting here since there is another topic ? And yes that code was already shared on l2jfrozen forums and i dont like reshares so mutch.
  18. No i dont . Just give me teamviewer details and i will proove to all that you are selling others work with 2-3 shared modifications
  19. Reported for what ? There are no rule that told me dont reply with negative comments . And yea good job by selling scoria sources
  20. You cant even crypt your backdoor code ?
  21. As you can see he cancelate all the disputes and noone lost the money .
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..

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