Jump to content

pipiou21

Members
  • Posts

    802
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by pipiou21

  1. The way I have done it allows me to simply add some custom skills or those classes or something similar and simply make them half nukers, half healers (If you are talking about healers!). About SWS and BD Classes I'm currently working on them, they need some more damage and probably everything will be done, same for Summoners.
  2. I see, if you want the people believe that server is a crap server, you have to tell both the good and the bad addons. I'm waiting for a new, more thoughtful post. About olympiad, let me please give you a small and simple reasoning (or general "PvP Class Balance"): You have requested (I'm not talking about you, I'm talking to you as player of L2Chaos) PvP Class Balance! Right, as a player I request the same from the administrators of all the servers I have played so I can understand you. You should know that PvP Class Balance with custom items and skills it is almost impossible, however the PvP Class Balance exists at a great stage on L2Chaos. So as exchange I had to do not allow you play PvPs without full buffs because it's simply impossible to manage getting PvP Class Balance on a server like this without buffs, as long as I have already worked on PvP Class Balance with full buffs. The possible question of yours is WHY I have worked on PvP Class Balance with full buffs and not with self buffs. Okay, let me answer you this question (even if the answer is simple and easy to guess): As we all know Olympiad is the only place that you are forced to play with self buffs, active/passive augments and some small buffs/powerups from the Olympiad Buffer. So, it's clear that Olympiad is just a part of the PvP-based gaming. So to make it clear there was 2 choices: 1. Work on PvP Class Balance based on selfbuffs, augments and some small powerups or 2. Work on PvP Class Balance based on full buffs. I have choosed the second choice and I have worked on PvP Class Balance based on full buffs because you are forced to play without full buffs only on Olympiad. So about Olympiad there was 2 choices: 1. Let the players play with selfbuffs, augments and those 3-4 buffs or 2. Add full buffs on Olympiad. I have choosed the second choice because PvP Class Balance is already based on full buffed characters and it was going to be completely unbalanced on Olympiad Games!
  3. I'm already using the whole L2JSaver on L2Chaos! So there is a reason to thank you by the way! About L2JSaver: If you already have money and you don't need to earn some, yes it will be awesome! Even if you do not have money and you want to share it for free, still, it will be awesome for us :) !!! Bump: Added Phoenix Engine -> Thanks to Rizel for sharing it for free <3 !!! Olympiad Period changed to 2 weeks instead of 1 month !!! New website is comming! http://www.raphaelbrandao.com got his 50% of the payment and currently working on it !!! He is not bad to be honest, I like the way he works!
  4. Sounds Great! Thanks for sharing it with us!
  5. It looks a great share! Easy to get installed! Let's see! Thank you for your share!
  6. http://www.nexus-engine.net/index.php?page=purchase Just check the upper link, duh!
  7. Bump | Added .dressme, .cloakOn and .cloakOff commands! Special Thanks to Issle and H0wler, aka L2JSaver team!
  8. Request for lock, links are down!
  9. We are seriously thinking about adding Nexus Event Engine on L2Chaos as event engine! What is your opinion? http://www.nexus-engine.net/
  10. Uploaded v1.3 Patch! TODO List Updated! TODO List Link: http://luna449.server4you.net/community/index.php?topic=16.0
  11. Bump, server got preety funny, join us, don't miss this :) !!! TvT/DM Event and Vote Engine rewards are now increased, just tell your friends to vote for us and you will get ingame reward even if you haven't voted yourself! :)
  12. Great, sounds way too much better now, I have misunderstood probably and I'm really sorry about that, you also have my credits because you have helped me before on some java codes and some ideas as well, even if you do not remember ...!
  13. Anyway, good luck with that "wondering" of yours! If you find a possible reason that I have done it, let me know, however if you do not, there is no reason to keep posting here, it's clear that you are an hater/enemy/dissliker of my server!
  14. What's the reason you have posted this*? Let me know!
  15. BUMP | Added TODO List on our forum, it looks interesting, at least to me :) !!! http://luna449.server4you.net/community/index.php?topic=16.msg29
  16. BUMP! The following days .dressme command going to be added (As Item, probably!)
  17. I'll keep it on my mind ;) !!! Thanks as a part of MxC for your update!
  18. Bump, a great member of MxC and a preety nice server (Even for me that I do not like low rate servers as* player) !!!
  19. I'm talking about my own mind, that's how I'm working! Congratulations and thanks because it will be easy to understand now and easy to edit! Can I please update the first post and add yours instead of mine? With the credits of course!
  20. No, thinking was going to delay me.
  21. Hello guys, a guy requested me those commands so I should share them with you, you should need them, however you have to keep on your mind that: First: This file got a -_- coding inside, it's preety fast coded! Second: It is hardcored, you have to edit it yourself and there are not configs! Third: You have to change the package (the folder that the file is locared) and some imports! Forth: You have to also register the .java file as voiced command handler on MasterHandler! So, here we are: /* * 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 l2ft.commons.util.Rnd; // Strange Import, probably it's import l2jserver.commons.util.Rnd; import com.l2jserver.gameserver.handler.IVoicedCommandHandler; import com.l2jserver.gameserver.model.Elementals; import com.l2jserver.gameserver.model.L2ItemInstance; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; import com.l2jserver.gameserver.model.itemcontainer.Inventory; import com.l2jserver.gameserver.network.serverpackets.CharInfo; import com.l2jserver.gameserver.network.serverpackets.ExBrExtraUserInfo; import com.l2jserver.gameserver.network.serverpackets.InventoryUpdate; import com.l2jserver.gameserver.network.serverpackets.UserInfo; /** * @author Vampir * @version 2 * */ public class Beta implements IVoicedCommandHandler { private static final String[] VOICED_COMMANDS = { "dark", "earth", "fire", "holy", "water", "wind", "beta" }; private static final int[] _onlyEnchantedParts = {Inventory.PAPERDOLL_CLOAK, Inventory.PAPERDOLL_RHAND, Inventory.PAPERDOLL_LHAND, Inventory.PAPERDOLL_LEAR, Inventory.PAPERDOLL_REAR, Inventory.PAPERDOLL_LFINGER, Inventory.PAPERDOLL_RFINGER, Inventory.PAPERDOLL_NECK, Inventory.PAPERDOLL_UNDER, Inventory.PAPERDOLL_BELT}; private static final int[] _enchantedAndAttributed = {Inventory.PAPERDOLL_HEAD, Inventory.PAPERDOLL_CHEST, Inventory.PAPERDOLL_GLOVES, Inventory.PAPERDOLL_FEET}; private static final String[] _possibilities = {"dark", "earth", "fire", "holy", "water", "wind"}; @Override public boolean useVoicedCommand(String command, L2PcInstance activeChar, String name) { if (command.startsWith("beta")) { for(int part : _onlyEnchantedParts) if(activeChar.getInventory().getPaperdollItem(part) != null) handleOnlyEnchanted(activeChar, part); for(int part : _enchantedAndAttributed) if(activeChar.getInventory().getPaperdollItem(part) != null) handleEnchantAndAttribute(activeChar, part); activeChar.sendPacket(iu); activeChar.broadcastPacket(new CharInfo(activeChar)); activeChar.sendPacket(new UserInfo(activeChar)); activeChar.broadcastPacket(new ExBrExtraUserInfo(activeChar)); } else handleWeapon(activeChar, command); return false; } private static void handleWeapon(L2PcInstance activeChar, String type) { L2ItemInstance item = activeChar.getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND); activeChar.getInventory().unEquipItem(item); item.clearElementAttr((byte) -1); item.setElementAttr(Elementals.getElementId(type), 450); activeChar.getInventory().equipItem(item); } private static void handleEnchantAndAttribute(L2PcInstance activeChar, int bodySlot) { InventoryUpdate iu = new InventoryUpdate(); L2ItemInstance item = activeChar.getInventory().getPaperdollItem(bodySlot); activeChar.getInventory().unEquipItem(item); item.setEnchantLevel(30); item.clearElementAttr((byte) -1); for(int i = 0;i<3;i++) item.setElementAttr(Elementals.getElementId(Rnd.get(_possibilities)), 450); activeChar.getInventory().equipItem(item); iu.addModifiedItem(item); } private void handleOnlyEnchanted(L2PcInstance activeChar, int bodySlot) { InventoryUpdate iu = new InventoryUpdate(); L2ItemInstance itemInstance = activeChar.getInventory().getPaperdollItem(bodySlot); itemInstance = activeChar.getInventory().getPaperdollItem(Inventory.PAPERDOLL_CLOAK); itemInstance.setEnchantLevel(30); itemInstance.clearElementAttr((byte) -1); // send packets iu.addModifiedItem(itemInstance); } @Override public String[] getVoicedCommandList() { return VOICED_COMMANDS; } } I wish you good luck with your servers to all of you and I do not care if you need my "good luck", just in case !!! :) Credits: pipiou21 (Me), vampir.
  22. Climbing back! (Edit: and it goes great to be honest!)
  23. Have I talked to you like this? I don't so just leave me do as I like on my topic and my server, probably I'm 10 steps behind you, or 100 steps in front of you .. Time will show. We had some problems because farming was hard, PvP server players didn't wanted to farm, no matter what, that's why they have left. Farming is changed and it is 100 times easier now.
  24. Ty foth for the share, I need a clean Hi5 system that's all!!!
×
×
  • 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