Jump to content

Recommended Posts

Posted
/*

* 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 2, 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, write to the Free Software

* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA

* 02111-1307, USA.

*

* http://www.gnu.org/copyleft/gpl.html

*/

 

package com.l2laif.gameserver.handler.voicedcommandhandlers;

 

import com.l2laif.Config;

import com.l2laif.gameserver.handler.IVoicedCommandHandler;

import com.l2laif.gameserver.model.actor.instance.L2PcInstance;

 

 

/**

*

* @author x.v3ndetta@yahoo.com

* @author2 la_lumina_luni@yahoo.com

*/

 

public class base implements IVoicedCommandHandler

{

    private static final String[] VOICED_COMMANDS = { "base" };

 

    public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target)

    { 

     

        if (command.equalsIgnoreCase("base"))

        {         

            if(activeChar.isInJail())

            {

                activeChar.sendMessage("Sorry,you are in Jail!");

                return false;

            }

            else if(activeChar.isInOlympiadMode())

            {

                activeChar.sendMessage("Sorry,you are in the Olympiad now.");

                return false;

            }

                   

            else if(activeChar.atEvent)

            {

                activeChar.sendMessage("Sorry,you are in an event.");

                return false;

            }

            else  if (activeChar.isInDuel())

            {

                activeChar.sendMessage("Sorry,you are in a duel!");

                return false;

            }

            else if (activeChar.isDead())

            {

              activeChar.sendMessage("Sorry,you are dead."); 

            return false;

            }       

            else if (activeChar.getKarma() > 0 || activeChar.getPvpFlag() > 0)

            {

              activeChar.sendMessage("Sorry,you are in combat.");

            return false;

            }             

            else if (activeChar.inObserverMode())

            {

              activeChar.sendMessage("Sorry,you are in the observation mode.");

            }           

            else if (activeChar.isFestivalParticipant())

            {

                activeChar.sendMessage("Sorry,you are in a festival.");

                return false;

            }       

       

        if (activeChar.isNoob())

        {

        activeChar.teleToLocation(-83995, 243373, -3755, true); // good Base

        }

        if (activeChar.isKoof())

        {

        activeChar.teleToLocation(45775, 49236, -3086, true); // evil Base

        } 

 

        }

        return true;

    }

    public String[] getVoicedCommandList()

    {

        return VOICED_COMMANDS;

    }

 

}

 

BTW ALL USER OF MAXCHEATERS  Me AND DominiQue we ArE Broathers and finally we Decide to use togheter this acc...!!! bubulina!

Posted

http://www.maxcheaters.com/forum/index.php?topic=106164.0

 

BTW ALL USER OF MAXCHEATERS  Me AND DominiQue we ArE Broathers and finally we Decide to use togheter this acc...!!! bubulina!

 

Thanks for letting us know.

http://www.maxcheaters.com/forum/index.php?topic=80111.0

Guest
This topic is now closed to further replies.


  • Posts

    • Lineage 2 Interlude Developer – Cliente + Datapack Hola, soy developer especializado en Lineage 2 Interlude con experiencia tanto en cliente como datapack/core. ✔ Desarrollo datapack (Java, scripts, quests, balance PvP/PvE) ✔ Fixes core / geodata / exploits ✔ Sistemas custom (events, Olympiad, instancias, mods PvP) ✔ Cliente: interface mods, system patches, .dat edits, UI personalizada ✔ Optimización y estabilidad de servidor ✔ Trabajo freelance o colaboración fija Si necesitáis soporte dev o mejoras para vuestro servidor Interlude, podéis contactarme por DM. Portfolio y ejemplos disponibles bajo petición.
    • THEY DON’T COME BACK FOR NO REASON. HERE’S WHY Our clients come from different countries and with very different tasks. But the strongest indicator of quality is simple — when a client comes back **for a second time**. This case is exactly that. The client returned with a request for a **German ID**. The requirement was clear: a document **in a male hand**, with a natural live scene and correct geographic context. What we did: ▪ accepted source files and data without unnecessary bureaucracy ▪ selected a **real street**, not a generic background ▪ built a print-ready mockup with correct scene logic ▪ sent it for approval ▪ after confirmation, delivered the **final file for printing** No templates. No “good enough”. Only solutions tailored to a specific task. Result: ▪ mockup approved on the first try ▪ client fully satisfied ▪ stays in touch We work **worldwide** — and that’s exactly why clients return. Contact us › TG: @mustang_service ( https:// t.me/ mustang_service ) › Channel: Mustang Service ( https:// t.me/ +6RAKokIn5ItmYjEx ) *All data is published with the client’s consent.* #redraw #verification #documents #case #ID
    • Lineage 2 Interlude Developer – Cliente + Datapack Hola, soy developer especializado en Lineage 2 Interlude con experiencia tanto en cliente como datapack/core. ✔ Desarrollo datapack (Java, scripts, quests, balance PvP/PvE) ✔ Fixes core / geodata / exploits ✔ Sistemas custom (events, Olympiad, instancias, mods PvP) ✔ Cliente: interface mods, system patches, .dat edits, UI personalizada ✔ Optimización y estabilidad de servidor ✔ Trabajo freelance o colaboración fija Si necesitáis soporte dev o mejoras para vuestro servidor Interlude, podéis contactarme por DM. Portfolio y ejemplos disponibles bajo petición.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..