Lucky Dice Posted December 28, 2009 Posted December 28, 2009 create on datapack > voicedcommandhandler a new file .logout command and paste this in the command .. then you maybe gotta reg it on the gameserver , you know how > heres what you need to paste on the .logout java file and /* * 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 com.l2jserver.gameserver.handler.voicedcommandhandlers; import com.l2jserver.gameserver.handler.IVoicedCommandHandler; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; public class logout implements IVoicedCommandHandler { private static final String[] VOICED_COMMANDS = { "logout"}; public boolean useVoicedCommand(String command, L2PcInstance activeChar, String params) { if (command.equalsIgnoreCase("logout")) activeChar.logout(false); return true; } public String[] getVoicedCommandList() { return VOICED_COMMANDS; } } All Credits : ` Dawn®[hide][/hide]
RєVєnGeR^ Posted December 28, 2009 Posted December 28, 2009 cool shit mate , really the idea is very good .. Keep it up!
Lucky Dice Posted December 28, 2009 Author Posted December 28, 2009 credits for one who where helping you? all Credits to me.lol
SySt3MGaM3RFr3aKs Posted December 28, 2009 Posted December 28, 2009 This is completly Useless, but also brilliant. Thanks for sharing it with MxCheaters community Dawn, your shares rocks as hell :P NOTE: Because everybody is giving Karma for simple Codes, i will give you too. Take it. +1
MaestroLuke Posted December 28, 2009 Posted December 28, 2009 tell a reason of being useless actually point a reason of being useful
Devangell™ Posted December 28, 2009 Posted December 28, 2009 o thanks for share it's useful!!Thanks Dawn!!
ExTrEmEDwarf Posted December 28, 2009 Posted December 28, 2009 can be hacked and logout in combat, u didnt add a simple protection for a logout shit lol. totally useless.
αмοяαl Posted December 28, 2009 Posted December 28, 2009 o thanks for share it's useless!!Thanks Dawn!! if is useless why u are telling ooo and thnx dawn? @ontopic nice idea dude
Devangell™ Posted December 28, 2009 Posted December 28, 2009 if is useless why u are telling ooo and thnx dawn? @ontopic nice idea dude [gr]lew oti einai xrishmo thanks Dawn telos
ConArtist™ Posted December 28, 2009 Posted December 28, 2009 [gr]lew oti einai xrishmo thanks Dawn telos [gr] useless = axristo | usefull = xrisimo xD
αмοяαl Posted December 28, 2009 Posted December 28, 2009 [gr]lew oti einai xrishmo thanks Dawn telos read the post above me and u ll get the point! ;p
Recommended Posts