Jump to content

cl1ch3

Members
  • Posts

    35
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About cl1ch3

Profile Information

  • Gender
    Not Telling

cl1ch3's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. SoFaKi your shares/guides in the last days are awesome! I really thank you for your work ;)
  2. I don't know what i'm doing wrong, but it doesn't work for me ???
  3. Thanks Matim, i made this one and it works package handlers.voicedcommandhandlers; import com.l2jserver.gameserver.handler.IVoicedCommandHandler; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; import com.l2jserver.gameserver.model.actor.stat.PcStat; public class IncreaseVitality implements IVoicedCommandHandler { private static final String[] VOICED_COMMANDS = {"vitality_max"}; public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target) { if (command.equalsIgnoreCase("vitality_max")) { activeChar.destroyItemByItemId("Consume", 57, 100000000, activeChar, true); activeChar.setVitalityPoints(PcStat.MAX_VITALITY_POINTS, true); } return true; } public String[] getVoicedCommandList() { return VOICED_COMMANDS; } }
  4. Does anyone have npc or script which can increase your vitality lvl? thx ;)
  5. Thanks for sharenig...Finally nice npcs for Interlude :P
  6. This link you can delete, because there aren't any shares :)
  7. Very nice share and usefull. I like blue buttons ^^ thx for sharing :)
  8. I think he wants add bonus to custom jewelery set. Something like DC robe set- when you have all of that (DC helmet, DC robe, DC boots and gloves) you will have +15% casting speed etc... And he wants probably the same with jewelery (forexample when you have all of tateossian jewelerys you will get +20% hp or i don't know) :D
  9. What server pack do you use? Because i haven't FAKE_PCS table in my database :-[
×
×
  • Create New...