Jump to content

Aeolous

Members
  • Posts

    39
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Aeolous

  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!
  14. emena m fenode axrista.... tsaba kanete tetou idous topic..idi iparxoun tosa ... min spamarete....
  15. can you tell me please waht u want? an admin handler or one npc for players!
  16. Prepi na pas l2j forum kai na paris to patch "Npc To Pc Polymorph"
  17. 1. can get information for skills http://l2guru.com 2. as i said formula is not same with off.. so if the formula is not same and u put same values in skill configs... thats not mean its work right!
  18. ConditionPlayerGrade.java public final static int COND_S84_GRADE = 0x0080; RequestRefine.java case L2Item.CRYSTAL_S84: + if (player.getLevel() < 84 || gemstoneItemId != 2131) return false; case 13: + if (player.getLevel() < 84) return false; + break; RequestExTryToPutEnchantTargetItem.java case L2Item.CRYSTAL_S: case L2Item.CRYSTAL_S80: + case L2Item.CRYSTAL_S84:
  19. 1. let l2j project default configs 2. the prob is with resists ....ofc l2j formula is totaly wrong..is not like off...
  20. fakoyka ...sxetika me afto .... http://www.maxcheaters.com/forum/index.php?topic=63906.0 to 1/5 ton shares einai reshare edw... :D afto vrikes na klidosis.. ciao amigo
  21. Well... Exo sxediasi ena VOTE-VITALITY Event! exei sxedon teliosi ... ala tora molis alakso gnomi kai thelo na prostheso kati akoma... thelo na boroune na graftoune mono osi exoun vote points, ta point afta tha ta vriskoun ean boune sto site kai patisoun na kanoun vote.... 1.tha energopite ena buton opou tha perni to name pou tha exoume dosi sto textbox kai tha kani oli ti diadikasia ... oste na prosthesi 1 point ston char....stin db egw pote den asxolithika me php/mysql scripts.... ksero poli liga idika pano se php... lipon an bori kapios p katalave ti thelo na sinergastoume PM! stin ousia to event afto einai gia low rates ...na psifizoun kai na pernoun vitality reward... ;p se enan x5 serv oli tha psifizane ;p
  22. no only 1 in all room :D... bcuase the prob is in radius
  23. idk..maby is nice serv ...... im play there and all time i get pwn by one clan in Baium Room ... there is the best place for farm... so.. one new player cant farm easy ...so if serv spawn pkkiller will be better stiuped clan.... 10 ppl in baium room to kill 1,2 ppl :D omg!
×
×
  • Create New...

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