Jump to content

Devlin

Banned
  • Posts

    1,643
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Devlin

  1. I have to agree with Sweets. No way to start an interlude project.. Too many.
  2. /* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package additional.files.items; import net.sf.l2j.gameserver.handler.IItemHandler; import net.sf.l2j.gameserver.model.L2ItemInstance; import net.sf.l2j.gameserver.model.actor.L2Playable; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; /** * @author Devlin * */ public class Rec implements IItemHandler { @Override public void useItem(L2Playable playable, L2ItemInstance item, boolean forceUse) { if (!(playable instanceof L2PcInstance)) return; final L2PcInstance p = (L2PcInstance) playable; if (p.getActiveTradeList() != null) { p.sendMessage("You can't use this, while you are trading."); return; } p.setRecomHave(255); p.destroyItem("Init.", item.getObjectId(), 1, p, true); p.sendMessage("You got 255 recommandations."); } }
  3. Στις Ρυθμίσεις έχει μια επιλογή "Επαναφορά".
  4. Indeed a skilled guy, good luck.
  5. Hello guys. I have a problem with my friend's PC. Let me explain you what is going on.. Computer opens normally, temperatures are fine (not even hot) and after a while (not even hour) computer is shutting down. NOTE: Computer is a bit old without graphic card and such. Any ideas? Thanks in advance.
  6. σιγουρα ειναι πιθανο απο server side. τωρα απο client side δεν εχω ιδεα..
  7. coming*
  8. Search for telnet, I think marwan shared it.
  9. Good luck bro, but this "comming"...
  10. Download jdk for windows 8.
  11. You are so lucky man :)
  12. I wait for you @skype.
  13. model.actor.L2Playable find & remove this line: stopAllEffectsExceptThoseThatLastThroughDeath();
  14. Oh, it's fine them! @Waiting.
  15. That server looks awesome. By the way, this maximum enchant kills me. Anyway, I will try it for sure. Good luck!
  16. That worths for some newbie. Good luck!
  17. not all things.
  18. show us your source.
  19. Είναι του patch (system).
  20. κάνε με add στο skype: harris.devlin
  21. δουλευεις στο source του project?
  22. για απλή χρήση ποιος ο λόγος? αφού έχει πάνω στην μητρική.
×
×
  • 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..