Jump to content

cl1ch3

Members
  • Posts

    35
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by cl1ch3

  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 for sharing i will test it :) sounds good.
  4. 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; } }
  5. Lol but the link is dead :O
  6. Does anyone have npc or script which can increase your vitality lvl? thx ;)
  7. wow that's amazing! thanks for sharing this ;)
  8. Thanks for sharenig...Finally nice npcs for Interlude :P
  9. This link you can delete, because there aren't any shares :)
  10. Very nice AiO i like it ;) GJ man :)
  11. Thanks for this guide man :) It's very usefull.
  12. Very nice share and usefull. I like blue buttons ^^ thx for sharing :)
  13. 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
  14. What server pack do you use? Because i haven't FAKE_PCS table in my database :-[
  15. Nice share :) but i don't understand why is right side on the left side and contary :)
  16. What is good job on this npc? I don't think it's good. It took him a minute... Nothing special:/
  17. omfg excellent work! Thanks for it ;) Can you add npcs like gaktekeeper,deleveler etc.? it'll be very good :)
  18. Thanks, it definitely saves some time :)
  19. OMG nice share! :D it's really helpfull :)
  20. Nice share :) thanks for that.
  21. This is a nice GM shop. Thanks for it i will use that :)
  22. Has someone pailaka quest script pls (for l2jofficial) ? thanks for reply
  23. My fault, here is with sql: http://www.4shared.com/file/150548623/4435ea21/_2__Master_of_Enchanting.html
  24. Master of Enchanting ;): http://www.4shared.com/file/150291074/3b364cf6/Master_of_Enchanting.html
×
×
  • Create New...