Jump to content

Emrys

Legendary Member
  • Posts

    3,198
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Emrys

  1. This topic has been moved to Junkyard Posts. [iurl]http://www.maxcheaters.com/forum/index.php?topic=133513.0[/iurl]
  2. http://www.maxcheaters.com/forum/index.php?topic=55018.0 Already posted /Locked
  3. o coyote σου απάντησε .. Na ma8is na milas kalitera locked
  4. I would ban you if I can.. Rulles: We also do not allow posts or links to sites that are sexual in nature or violate vBulletin community standards. Maxcheaters.com® team shall be the sole arbitrator of what does and what does not violate community standards. Locked
  5. Psaxno ena programma poy na mporo na bazo fatses se video opos kani o lazopoylos.... thx -TheEnd
  6. can anyone tell me if this site mytoolbar.gr has a virus thx!
  7. http://www.youtube.com/watch?v=pnoaj8b2bGM xD What a voice :D
  8. True.. The only bad is that java doesnt have as much libraries as C++ , only API ones... L2j it's easy and without know what the basics of java you can write simple codes...
  9. navicat-->etcitems object id is the players id
  10. /* * 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 net.sf.l2j.gameserver; import net.sf.l2j.gameserver.ThreadPoolManager; import net.sf.l2j.gameserver.model.L2World; public class OnlinePlayers { private static OnlinePlayers _instance; class AnnounceOnline implements Runnable { public void run() { System.out.println(L2World.getInstance().getAllPlayers().size()+ " online players"); ThreadPoolManager.getInstance().scheduleGeneral(new AnnounceOnline(), 300000); //Delay between system.out.printin 300000=5min } } private OnlinePlayers() { ThreadPoolManager.getInstance().scheduleGeneral(new AnnounceOnline(), 180000); //Schedule load } public static OnlinePlayers getInstance() { if (_instance == null) _instance = new OnlinePlayers(); return _instance; } }
  11. This topic has been moved to World of Warcraft Develop (Beta). [iurl]http://www.maxcheaters.com/forum/index.php?topic=127925.0[/iurl]
  12. Assembly... Disarm and change the files of them as you dont have the source... Except you want to change models so you will need some other progs.. Then A packer.. and you are ready...
×
×
  • Create New...