Jump to content

An4rchy

Legendary Member
  • Posts

    2,656
  • Joined

  • Last visited

  • Days Won

    26
  • Feedback

    100%

Everything posted by An4rchy

  1. oh rly? it wasn't for 1k ppl that played in old l2infogate
  2. more l2revenge? :D anyway gl
  3. listen, i believe 315 ppl on, for 1-2 days open is a good score. ofc old infogate was a legendary server, but with a few changes, it will be like old times, not with that much ppl on, but with 500 ppl on for sure. i like the features, but i dislike 5/30, it should be like old, 3/50. (I HOPE NOT OLD LAGS :D)
  4. OMG. l2infogate interlude reborn? joined!!! LOL. GL
  5. based on your project? :D (i am not making fun of you, i just ask) gl, i am gonna try it.
  6. nais. profile comments? ti einai afta? san posts p ta grafoun profile s?
  7. 6443
  8. xaxaxaxaxa. kalimera!
  9. so this server doesn't have website? :D gl
  10. reported for what? fighterboss, yes also mentioned how many days it will take, about 3-4 but...
  11. tryskel what's going on? 4 days passed with no new commit. hmm... you said the next commit in 3-4 days max.
  12. it's moved back thanks
  13. yes i can, they moved it on client modding section but it's core side
  14. wtf? it's core side not client
  15. hmm i didn't dl it, but i think this is client modding...
  16. i posted in l2j english help section an error i had and maybe post deleted or?
  17. why don't you just c/p all the buffs you want in a new xml(OFC DELETE THEM FROM OLD XMLS)?
  18. there's nothing i missed, c/p the code from the patch and corrected errors. here: /* * 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 2, 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, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. * * http://www.gnu.org/copyleft/gpl.html */ package net.sf.l2j.gameserver.handler.itemhandlers; import javolution.text.TextBuilder; import net.sf.l2j.Config; import net.sf.l2j.gameserver.handler.IItemHandler; import net.sf.l2j.gameserver.model.L2ItemInstance; import net.sf.l2j.gameserver.model.actor.instance.L2PlayableInstance; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage; /** * Beast SoulShot Handler * * @author Tempy */ public class AllInOne implements IItemHandler { public void useItem(L2PlayableInstance playable, L2ItemInstance item) { if(playable == null) return; if(!Config.ENABLE_AIO) return; L2PcInstance player = null; if(!(playable instanceof L2PcInstance)) { return; } else { player = (L2PcInstance) playable; if(player.isInOlympiadMode()) { player.sendMessage("Cannot use while in Olympiad"); return; } else if(player.getKarma() > 0) { player.sendMessage("Cannot use while hava karma"); return; } else if(player.isInJail()) { player.sendMessage("Cannot use while in Jail"); return; } else if(player.isDead()) return; else if(player.isInCombat()) { player.sendMessage("Cannot use while in combat"); return; } else showMainHtml(player); } } private static void showMainHtml(L2PcInstance player) { TextBuilder tb = new TextBuilder(); tb.append("<html><title>AIO Item</title><body><center><br>"); tb.append("Hi <font color=LEVEL>"+player.getName()+"</font>!, i can help you out with<br1>"); tb.append("many useful fuctions, just chose betwen the next<br1>"); tb.append("avaliable fuctions!<br>"); if(Config.ENABLE_GATEKEEPER) tb.append("<button value=\"Gatekeeper\" action=\"bypass -h Aioitem_showTeleportWindow\" width=150 height=32 back=\"L2UI_CT1.Button_DF_Down\" fore=\"L2UI_ct1.button_df\"><br1>"); if(Config.ENABLE_GMSHOP) tb.append("<button value=\"Shop\" action=\"bypass -h Aioitem_showShopWindow\" width=150 height=32 back=\"L2UI_CT1.Button_DF_Down\" fore=\"L2UI_ct1.button_df\"><br1>"); if(Config.ENABLE_BUFFER) tb.append("<button value=\"Buffer\" action=\"bypass -h Aioitem_showBuffWindow\" width=150 height=32 back=\"L2UI_CT1.Button_DF_Down\" fore=\"L2UI_ct1.button_df\"><br1>"); tb.append("</center></body></html>"); NpcHtmlMessage msg = new NpcHtmlMessage(5); msg.setHtml(tb.toString()); player.sendPacket(msg); } }
  19. rofl. l2jfrozen, l2jaCis, l2jrok, l2jteon, l2jbrasil. i know most of them will fail, but some will succed.
  20. Guys i am trying to adapt aio item from g. final to interlude, i fixed all errors on console but i have this stupid error i can't understand :S [javac] C:\Documents and Settings\xxx\Desktop\Lineage\Other\workspace\aioitemadapt\gameserver\java\net\sf\l2j\gameserver\handler\itemhandlers\AllInOne.java:34: net.sf.l2j.gameserver.handler.itemhandlers.AllInOne is not abstract and does not override abstract method getItemIds() in net.sf.l2j.gameserver.handler.IItemHandler [javac] public class AllInOne implements IItemHandler [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 error please help me
  21. maybe he doesn't know how to. try l2jfrozen man, it has rebirth system & much more(if you need a customs server)
  22. it will fail. 100% sure. this enchant rate is awful. + customs. when are you going to understand that customs ruin servers? only some custom servers servived, because they only had 1 customs armor NOT weapons. anyway gl.
  23. ti les re
  24. //setnoble. auto piannei nomizw
×
×
  • 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..