Motivati0n Posted July 12, 2012 Posted July 12, 2012 Interlude Pack. *Reward for Hopzone\topzone\globals + Config *Heavy System *Protect system (inside core) *Config for Custom Color name and Title (Also PvP Titles) *Skills retail like *Epic bosses and 7 sings retail like *Custom GateKeeper With how many players in town *And more Customs *Top PK/PvP/Clans/Farm/Vote/Olympiad All in One NPC (HOT) *Clan Rep Item + Config *Anti-Buff Shield *Lucky Scroll *Character Repair .Repair *Fake online (how many fake players add?= ) *Market (Online Players Storage) *Custom Hero and Nobles Service *HWID Ban *.Menu (Autoloot/traders/event reg/premium buy) *Character Protection by HWID and IP adress *Pack Tested already with 550 Online. ( All known bugs was founded and fixed ) *Fix Olympiad retail like *Based on Scoria + L2Phoenix *Pack Client Already Used By L2Awakening + fixed buggs reports by 450 players online *Unique Vote System by ElfoCrash . Agree with Elfocrash For Other Pack`s Please visit herehttp://maxcheaters.com/forum/index.php?topic=245479.new#new For Contact me use Skype l2-mercy or ICQ 643468107 Im Working With Pay Pal / Web Money Quote
Motivati0n Posted July 19, 2012 Author Posted July 19, 2012 only menu?? here not. add me in my skype Quote
Mhoska Posted July 28, 2012 Posted July 28, 2012 Already shared. look at here. http://maxcheaters.com/forum/index.php?topic=246453 https://trac.assembla.com/jman4ik/browser/trunk you can check all the voiced here. https://trac.assembla.com/jman4ik/browser/trunk/core/java/net/sf/l2j/gameserver/handler/voicedcommandhandlers Quote
Motivati0n Posted July 28, 2012 Author Posted July 28, 2012 stupid kiddo. ur shared pack not is mine. go die. Quote
Mhoska Posted July 28, 2012 Posted July 28, 2012 stupid kiddo. ur shared pack not is mine. go die. blablabla scammer, and just don't hate me it was already shared on some RU forums you just wanna sell other ppl work and i hate that :) Quote
Motivati0n Posted July 28, 2012 Author Posted July 28, 2012 give me link or RU forums. where is shared. kiddo. Quote
Mhoska Posted July 28, 2012 Posted July 28, 2012 give me link or RU forums. where is shared. kiddo. up doble posting, getting dekarma. Quote
Motivati0n Posted July 28, 2012 Author Posted July 28, 2012 stupid. read rules. up and post is different a**ole Quote
Lucky Dice Posted July 28, 2012 Posted July 28, 2012 Someone lock this topic since it's shared. Quote
Motivati0n Posted July 28, 2012 Author Posted July 28, 2012 shut up. shared not my pack. shared shadow frozen pack Quote
Lucky Dice Posted July 28, 2012 Posted July 28, 2012 shut up. shared not my pack. shared shadow frozen pack Can u prove it ? Quote
Motivati0n Posted July 28, 2012 Author Posted July 28, 2012 OFC! open your eyes and see track of him. 1st pack is frozen. second in pack no have elfocrash system.3 no have top manager. 4 no have custom gk with my edits. and i not have tracks and svn. my source only in my HARDWARE. Quote
Mhoska Posted July 28, 2012 Posted July 28, 2012 stupid. read rules. up and post is different a**ole yo get a grip or you will get banned. shut up. shared not my pack. shared shadow frozen pack you just show me the .online and your fake online trick is just this one public class OnlinePlayers { private static OnlinePlayers _instance; public static OnlinePlayers getInstance() { if (_instance == null) { _instance = new OnlinePlayers(); } return _instance; } private OnlinePlayers() { if (Config.ONLINE_PLAYERS_ANNOUNCE_INTERVAL > 0) { ThreadPoolManager.getInstance().scheduleGeneral(new AnnounceOnline(), Config.ONLINE_PLAYERS_ANNOUNCE_INTERVAL); } } class AnnounceOnline implements Runnable { AnnounceOnline() { } public void run() { int CountTrick = L2World.getInstance().getAllPlayers().size() * Config.PLAYERS_ONLINE_TRICK / 100; int PLAYERS_ONLINE = L2World.getInstance().getAllPlayers().size() + CountTrick; Announcements.getInstance().announceToAll("Online Players: " + PLAYERS_ONLINE); if (Config.ONLINE_PLAYERS_ANNOUNCE_INTERVAL > 0) { ThreadPoolManager.getInstance().scheduleGeneral(new AnnounceOnline(OnlinePlayers.this), Config.ONLINE_PLAYERS_ANNOUNCE_INTERVAL); } } } } and a voiced :( that show you how many online do you got :(!! Quote
Motivati0n Posted July 28, 2012 Author Posted July 28, 2012 stupid kiddo this is codes not meaning all my pack shared. i have adapted + correcting this codes. but u idiot 100% tell to pioples my pack is shared. please go die. i wish from my heard inside. u will die soon. because in the world no need trolls and who`s jealous . and again u stupid READ RULES package l2p.gameserver.handler.voicedcommandhandlers; import l2p.Config; import l2p.gameserver.handler.IVoicedCommandHandler; import l2p.gameserver.model.actor.instance.L2PcInstance; import l2p.gameserver.model.L2World; public class Online implements IVoicedCommandHandler { private static String[] _voicedCommands = { "online" }; @Override public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target) { if(command.equalsIgnoreCase("online")) { if (Config.VOICE_ONLINE_ENABLE) { int currentOnline = L2World.getInstance().getAllPlayers().size() + Config.FAKE_ONLINE; activeChar.sendMessage("Total online: " + currentOnline + " players."); } } return true; } @Override public String[] getVoicedCommandList() { return _voicedCommands; } } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.