Jump to content

[Share] .res voice command - Takes one goldbar and resses you


Recommended Posts

Posted

Still can't compile... Here's my code:

package com.l2jfree.gameserver.handler.voicedcommandhandlers;

import com.l2jfree.gameserver.handler.IVoicedCommandHandler;
import com.l2jfree.gameserver.model.actor.instance.L2PcInstance;
import com.l2jfree.gameserver.network.serverpackets.SocialAction;


/**
*
*
*/
public class Res implements IVoicedCommandHandler
{
    private static final String[] VOICED_COMMANDS = { "res" };

    public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target)
    {   
        if (command.equalsIgnoreCase("res"))
        {
              if (!activeChar.isAlikeDead())
              {
                 activeChar.sendMessage("You cannot be ressurected while alive.");
                 return false;
              }
           if(activeChar.isInOlympiadMode())
           {
              activeChar.sendMessage("You cannot use this feature during olympiad.");
             return false;
           }
	   if(activeChar.getInventory().getItemByItemId(3470).getCount() < 100)
           {
              activeChar.sendMessage("You need 100 Gold Bars to use the ressurection system.");
             return false;
           }       
              activeChar.sendMessage("You have been ressurected!");
            activeChar.getInventory().destroyItemByItemId("RessSystem", 3470, 100, activeChar, activeChar.getTarget());
              activeChar.doRevive();
              activeChar.broadcastUserInfo();
              activeChar.sendMessage("100 Gold Bars has dissapeared! Thank you!");
		  broadcastPacket(new SocialAction(activeChar.getObjectId(), 15));
        }
       return true;
    }
    public String[] getVoicedCommandList()
    {
        return VOICED_COMMANDS;
    }

}

       

 

And here's pic of compilation failture:

http://img100.imageshack.us/my.php?image=51345477.jpg

 

Thank you in advice.

  • 2 months later...
  • 1 month later...
Posted

Fine! How can I add a maximun of ressurects per day?

For example, a char can use this only 5 times each day...how?

  • 3 weeks later...
  • 2 weeks later...
  • 2 months later...
  • 4 months later...
  • 2 weeks later...
Posted

yes just exchange that red id-s

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 Res implements IVoicedCommandHandler

{

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

 

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

    { 

        if (command.equalsIgnoreCase("res"))

        {

              if (!activeChar.isAlikeDead())

              {

                activeChar.sendMessage("You cannot be ressurected while alive.");

                return false;

              }

          if(activeChar.isInOlympiadMode())

          {

              activeChar.sendMessage("You cannot use this feature during olympiad.");

            return false;

          }

          if(activeChar.getInventory().getItemByItemId(3470) == null)

          {

              activeChar.sendMessage("You need 1 or more Gold Bars to use the ressurection system.");

            return false;

          }

         

         

         

              activeChar.sendMessage("You have been ressurected!");

            activeChar.getInventory().destroyItemByItemId("RessSystem", 3470, 1, activeChar, activeChar.getTarget());

              activeChar.doRevive();

              activeChar.broadcastUserInfo();

              activeChar.sendMessage("One GoldBar has dissapeared! Thank you!");

        }

      return true;

    }

    public String[] getVoicedCommandList()

    {

        return VOICED_COMMANDS;

    }

 

}

 

red: item id

green: item count

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • https://pastebin.com/Qbi7JZRq
    • Is there tutorial how to make this effects? Thanks in Advance  
    • https://pastebin.com/UJcX7rXH    
    • Does anyone have more information about bugs and errors in the Frozen review? Any ideas? Any help is welcome!   Modifications and corrections made   https://pastebin.com/vqYjM8ZH   Sorry if this is the wrong area.
    • Purchase Telegram Stars at a favorable price with minimal markup. New auctions from Telegram are expected, and our bot will help you prepare in advance. Active links: Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. Other services: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store via the Telegram messenger. Virtual numbers service: Go to SMM Panel: Go to – promotion of your social media accounts. We want to present to you the current list of promotions and special offers for purchasing products and services of our service: 1. You can use a promo code for your first purchase: SOCNET (15% discount) 2. Get $1 on your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write this in our forum thread! 3. Get $1 for the first trial launch of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

×
×
  • 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