Jump to content

Cod3x

Members
  • Posts

    581
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Cod3x

  1. And i repeat... Cayote you are a (i deleted myself the bad comments ;D)
  2. wtf spammer. I would never share something useful in this kind of forum rolf! Relax, all the shares here are useless.
  3. Stop replying configurable tard.
  4. Thanks i am waiting your reply ;) Someone lock the topic.
  5. That's just a sample, i am not going to create 500 configs for this command like you always do, facepalm! Good idea, i checked the createitem admin command ill do it later.. Enjoy.
  6. It can be also used as i have it on my post, end of discussion ROLF!
  7. Whatever... L2PcInstance target = activeChar.getTarget();
  8. L2Object target = activeChar.getTarget();
  9. has only moneybookers... still trading.
  10. Hey, i am posting an example of item transfer with a voiced command. Rolf it's pretty simple working, you select your target and press this crappy command.. done your target is happy. You can add any items you want to be transferred.. this is just an easy sample! package net.sf.l2j.gameserver.handler.voicedcommandhandlers; import net.sf.l2j.gameserver.handler.IVoicedCommandHandler; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.serverpackets.InventoryUpdate; import net.sf.l2j.gameserver.serverpackets.ActionFailed; import net.sf.l2j.gameserver.util.Util; import net.sf.l2j.gameserver.model.L2Object; public class transferhelp implements IVoicedCommandHandler { private static String[] _voicedCommands = { "transfer" }; public boolean useVoicedCommand(String command, L2PcInstance activeChar) { if (Util.calculateDistance(activeChar, target, true) > 150) return false; if (activeChar.getTarget() == null) return false; if (command.equalsIgnoreCase("transer")) { L2Object target = activeChar.getTarget(); // check if the target is missing and if it is a player. if (target != null && target instanceof L2PcInstance) ((L2PcInstance)target).addItem("Transferred", 57, 10000000, target, true); //the item is transferred. // remove the item the sender transferred. activeChar.getInventory().reduceAdena("AdenaTransfer", 10000000, activeChar, null); InventoryUpdate iu = new InventoryUpdate(); ((L2PcInstance)target).sendMessage("You have been given 10.000.000 adena."); activeChar.sendMessage("Your 10.000.000 adena dissapeared."); activeChar.sendPacket(iu); } return true; } public String[] getVoicedCommandList() { return _voicedCommands; } }
  11. i tried it.. i cannot move the money to paypal.
  12. players on ?
  13. Still searching to trade... I got banned from bwin.
  14. I have the same problem the chronicle on my topic changes automatically to Freya... lol.
  15. The first one... http://www.l2dubai.com/ i cannot find the other Just press the links do not vote and w8 till the prize will be lighted and available.
  16. You mean you can get any item you want no matter what the reward gives ? Hopefully i have removed mine. EDIT: I saw 2 big servers with this php shit , w8 to find them again.
  17. http://www.maxcheaters.com/forum/index.php?topic=157205.0
  18. I want to exchange my psc money. msn: lllel3m3ntalll@hotmail.com
  19. Index: java/com/l2jserver/gameserver/model/actor/instance/L2RaidBossInstance.java =================================================================== --- java/com/l2jserver/gameserver/model/actor/instance/L2RaidBossInstance.java (revision 0) +++ java/com/l2jserver/gameserver/model/actor/instance/L2RaidBossInstance.java (revision 0) @@ -86,4 +86,8 @@ if (player != null) { + int _barakielId = 25325; + if (getNpcId() == _barakielId) + { + player.setNoble(true); + player.sendMessage("You have gained Noblesse status by killing Barakiel!"); + } broadcastPacket(new SystemMessage(SystemMessageId.RAID_WAS_SUCCESSFUL)); if (player.getParty() != null) Really pathetic code, so let me guess everytime you kill barakiel you get noblesse status, pff ill camp barakiel because i wanna be 100 times NOBLESSE!Yes that's right and possible with this code yyyy! Add checks because i am gonna murder myself.
  20. Well it's kinda simple as an idea. But the code is very smooth, clean and ofcourse professional ;)
  21. tard. http://g-hamster.com/index.php/topic,316.0.html http://l2battle.info/en G-Hamster's creation obviously, you don't own the right to sell the page, you have the right to share it.
  22. I want to exchange: Paysafecard 50€ = 42€ Paypal
  23. Are you copping l2battle or something ? www.l2battlezone.com - www.l2battle.info l2battlezone - L2Battle Similar basic features :/ Anyway.
  24. hmm maybe " ratings ", " achievements ", " age "
×
×
  • Create New...