Jump to content

Aeolous

Members
  • Posts

    39
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Aeolous

Profile Information

  • Gender
    Not Telling

Aeolous's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. i need one great active Java developer you are in wrong place
  2. Clientpackets/RequestRestart.java This Is The Way... if (player.isInOlympiadMode() || Olympiad.getInstance().isRegistered(player)) { player.sendMessage("You cant logout in olympiad mode"); return; } But If You Want Jail.... if (player.isInOlympiadMode() || Olympiad.getInstance().isRegistered(player)) { player.sendMessage("Oups, you try to relogin in olympiad mode? QQ Bro^^"); player.setInJail(true, 120); player.closeNetConnection(); return; } 120 Min is Ok!
  3. UNTESTED /* * 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. * * [url]http://www.gnu.org/copyleft/gpl.html[/url] */ package net.sf.l2j.gameserver.handler.admincommandhandlers; import java.sql.PreparedStatement; import java.sql.SQLException; import com.mysql.jdbc.Connection; import net.sf.l2j.L2DatabaseFactory; import net.sf.l2j.gameserver.handler.IAdminCommandHandler; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; public class AdminOlympiad implements IAdminCommandHandler { private static final String[] ADMIN_COMMANDS = {"admin_addolypoint"}; public boolean useAdminCommand(String command, L2PcInstance activeChar) { if (command.startsWith("admin_addolypoint")) { Connection Con = null; try { Con = (Connection) L2DatabaseFactory.getInstance().getConnection(); PreparedStatement statement; statement = Con.prepareStatement("INSERT INTO olympiad_nobles (olympiad_points) VALUES (?)"); String Val = command.substring(18); int PoVal = Integer.parseInt(Val); statement.setInt(1, PoVal); statement.execute(); statement.close(); } catch (Exception e) { //System.out.print("//"); } finally { try { if (Con != null) Con.close(); } catch (SQLException e) { e.printStackTrace(); } } } return true; } public String[] getAdminCommandList() { return ADMIN_COMMANDS; } } Created for c6 Idk if it work, try to make relogin if dont get points! maby must relog to update char stats
  4. Interlude Core Buffer... Main Code: FBIAgent Edited: by Me Guide: Read "Read Me.TxT" Screenshots Download Link http://www.4shared.com/file/114199464/1601a5c3/Interlude_Buffer.html
  5. EnterWorld.Java if (activeChar.isClanLeader()); { String ClanName = activeChar.getClan().getName(); Announcements.getInstance().announceToAll("Clan Leader " + activeChar.getName() + " The Lord Of " + ClanName + " Has Loged In Game!"); }
  6. GMShops/Buffers/Gk is just a stiuped things my friend.... but...for your i have to say.. is excelent..i like so mutch style.... is better than mine the style..... ! Good Job!
  7. Handlers are moved DP Side... so... if dont work any comand thats mean is broked... so check logs ...maby any handler not loaded....
  8. no one know any program for Lan network (shutdown/rr/take screen) other pcs
  9. P Lete Mages... Se mia fasi stin doulia...opos kathomastan ....mou leei - tha ftiakso mia milopita meta... - ok tis leo - tin kano kai poli kali me leei\ - nai enoite tis leo...mono kali... - mou leei me eironeftikes - tis leo oxi - epimeni oti tin eironeftika - oxi tis leo...ee mou ta prikse dld kai egw apofasizo na tis po NAI - prin to nai omos afti "berdeftike" kai eipe - Me Eroteftikes...(adi na pi me ironeftikes) - Nai Tis Leo... Xax0ax0a0xa einai na min berdeftis kai prodothis.....
  10. More than 7-8k peoples online all the time. Nice Joke Stiuped..... where u see 7k? there are max 700-800 ppl ..... Admin and gm team are making their own packs! I can't explain anything 2 u coz i dont know 1. You Dont Know, Then how u can say that "own pack" 2. is not own pack, it is l2j ... 3. everyone can put customs like event enginers in every project...thats not mean its their pack.... Nowhere says 1. dont have smthink special 1A. they have some secret things... ofc...everyone have secret customs! 2. some things TvT/DM/CTF/PTvsPT/VoteEvent 3. Vitality 1)All This Can Be Founded Easy... Only Vote Event Is Them Work! I recommend that server too! 1. bad idea, this server is just an failed server....if u play old server b4 wipe u can see that... none is playing there... only old n@bs .... this server dont have feature! it's still corrupted ;/ all server are corrupted .. zeus x2 All we know the great server L2-Zeus..One of the top lineage servers ever!!! Great server? w0w... it was a "good server" b4 wipe... now is one nothing.... After wipe Asrael the old admin was kicked from the team. All illegal donates dissapeared be sure... asrael wasen't the only with illegal donates.....and asrael my friend not kicked from team as an person but as name... --------------------------------------------------------------------- Sorry for my english
  11. item.setEnchantLevel(item.getEnchantLevel()+1); hmmm i have better idea.... int ItemId = (Here Code To Read Weapon Id) if (ItemId == Config.ITEMS_IDS) { item.setEnchantLevel(item.getEnchantLevel()+Config.ITEMS_ENCHANT_SIZE); } else { item.setEnchantLevel(item.getEnchantLevel()+1); } Config Type (At Config.java) Config.ITEMS_ENCHANT_SIZE == int ITEMS_IDS == int This is good idea for server with customs.... put epic weapons ids and them will get +Config Size Enchant.....
  12. ksekolate gamw ... idia kai idia share emfanisiaka...varethika na vlepo idia kai idia nobogmshops aplos exoun 1,2 button parapano gia new item......
  13. alexutzu99 Server is yours?... So...The server is Sh1t! im think geodata have problem bcause all time chars stacks .. i take target and i press attack... player must go near npc.. in your serv not going...anyway...this is the bigest problem!
×
×
  • Create New...