Jump to content

BruT

Members
  • Posts

    689
  • Joined

  • Last visited

  • Days Won

    16
  • Feedback

    100%

Everything posted by BruT

  1. so there is no html tag supported in the client? :S like clickable? dynamic one anyway, thank you so much SweeTs
  2. http://i.imgur.com/Jear2.jpg i was wondering whats the tag used to select the classes i this pictures, empty [ ] and selected [ v ] ? do someone know anything about them? are they supported in cb html or they are just normal images?
  3. skype: pn-brutus if u still need anything
  4. irony, all packs are based on l2j but it doesnt work on l2j xD then adapt it
  5. it works for all java servers and there are no exceptions
  6. especially when the engine is on jar :D dumb
  7. but for what? to compile his core or fix his console termination caused by incompatible core :D what a dumb "the other dev told me that is the right sources" i cried from laughing :D and i was wondering whos that wannabe dumb that would say that cores are same while there is 500kb difference in the newer and older jar :D now get the hell outta my face cuz u arent funny
  8. This services are mainly for newbies/server devs that are bored on learning/doing.
  9. everyone tries to survive drake :P maybe he is motivated to learn ;D which will take him years but still :) and y, just because i can do things that doesnt mean i am the best, i have seen some xdem posts, he seems to have much more exp and knowledge in java than me
  10. trusted person but i can't recommend him for coding(core), he can probably do things which are related to datapack side, and applying patches in core side. good luck. @drake u always make me laugh :D u're filled with unlimited rage :D
  11. he said aepvp born retard hahaha and the owner of aepvp wasnt xdem for sure cuz dav was a dev there xaaxxa, u still pretending that u know aepvp? do u all guys pretending? :D hahahahahah what a joke nvm i am out of here, its full of dumb people
  12. dumb people aepvp is 10y/o server :D and yes dav was a dev in aepvp nice logic aerogaming aka aePvP hhahahaha
  13. u must be 30y/o then
  14. ure wrong, the dev of aepvp was Dav then he took the ownership and renamed it into pride when i was a player in aepvp u were still a kid which were playing with his pokemons
  15. xdem the owner of aepvp? :D so xdem is dav?
  16. arent u the idiot who sold his teams pack? that contains only configs :D commit a suicide pls
  17. common teen problems xD u made me sad cuz someone at your iq level is insulting me.. :) its normal that i reject some of my clients just like i did to you, its normal that u will flame :) why do u even use alt account to flame me? use your main blue account :D and i got 9th sense i smell idiots from 2500km/s away thats what happening when someone's father is beating him every single day cuz hes not doing his homeworks from school :S
  18. its a simple question there, if its done by him the famous hNoke or not, i dont see the reason u all idiots fight .. drake did i mention u in my last post?
  19. i feel so sorry for aka hes flaming cuz i rejected him in the past ;( do you know the difference between us? i do, u beg, stay on topic or ill report u for spamming i bet u dont even know what this does but u are playing the badass System.out.println("Hello world!"); p.s. thats not a greek section born retard, use English
  20. those ?codes? or whatever u call them are taken from the L2Pride files that he sold to a customer. are they really done by hNoke? useless and unacceptable checks @Override public final boolean isInFunEvent() { final L2PcInstance _owner = getActingPlayer(); if (_owner != null) { if (NexusEvents.isInEvent(_owner)) return true; return (_owner.atEvent || (TvT._started && _owner._inEventTvT)) } return false; } if (isInFunEvent()) { if (_inEventTvT) if (isInFunEvent() && targetPlayer.isInFunEvent()) { if (_countTvTkills > 19 || _countFOSKills > 19 || _countDMkills > 18) return; if (NexusEvents.isInEvent(this) && NexusEvents.canAttack(this, target)) { increasePvpKills(targetPlayer, false); return; } increasePvpKills(targetPlayer, false); return; }
  21. how could u believe someone who created his account days ago ? cuz a guy with 5 posts wrote "i got the source, gl team" ? lol
  22. dumb.. its like someone forced u to do it [2014/9/13 22:37:50] jTeam Support: It is dangerous for us, this experience was our server was verbalise the coordinates of the spawn and skills. [2014/9/13 22:38:22] jTeam Support: Side projects, steal data from our server. Since we do not intend to provide test servers to anyone. it was obvious that he is a scammer why did u do that? steal data from them? no such thing exists, there is an offi whoever wants to steal data he can use offi next time open your eyes
  23. u've learn so much in these 3 years elfo, now you can flame the newbies and tell them how great u are in java, and compare yourself with the others and claim that your copy-pastes are so "clean", and i am so thankful, whoever buy a copy-paste from you pay me extra bucks to fix it. p.s. i believe that you have 2-3 more accounts with 3-4k posts else you wouldn't learn that much for those years xD "rev 150 sources" unique
  24. now i understand that the price was normal for you, cuz that took you 4 hours to figure out which lines to copy to your "handler" and i don't get why do you make fun of this guy, you are at the same knowledge stage on java as him
  25. elfocrash the greatest and wisest Elfo.java if (itemId == 99900 && itemCount > 0) { final L2ItemInstance weap1 = ItemTable.getInstance().createItem("weap", Rnd.get(80000, 80017), 1, activeChar); final L2Augmentation aug = AugmentationData.getInstance().generateRandomAugmentation(84, 3, weap1.getItem().getBodyPart(), false); weap1.setAugmentation(aug); final int stat12 = 0x0000FFFF & aug.getAugmentationId(); final int stat34 = aug.getAugmentationId() >> 16; activeChar.sendPacket(new ExVariationResult(stat12, stat34, 1)); InventoryUpdate iu = new InventoryUpdate(); iu.addModifiedItem(weap1); activeChar.sendPacket(iu); StatusUpdate su = new StatusUpdate(activeChar.getObjectId()); su.addAttribute(StatusUpdate.CUR_LOAD, activeChar.getCurrentLoad()); activeChar.sendPacket(su); // lets see activeChar.destroyItem("Extract", item, activeChar, false); activeChar.getInventory().addItem("create", weap1, activeChar, null); activeChar.sendMessage("Congratulations! You just earned a random rare weapon!"); } if (itemId == 99901 && itemCount > 0) { final L2ItemInstance weap2 = ItemTable.getInstance().createItem("weap", Rnd.get(81001, 81017), 1, activeChar); final L2Augmentation aug = AugmentationData.getInstance().generateRandomAugmentation(84, 3, weap2.getItem().getBodyPart(), false); weap2.setAugmentation(aug); final int stat12 = 0x0000FFFF & aug.getAugmentationId(); final int stat34 = aug.getAugmentationId() >> 16; activeChar.sendPacket(new ExVariationResult(stat12, stat34, 1)); InventoryUpdate iu = new InventoryUpdate(); iu.addModifiedItem(weap2); activeChar.sendPacket(iu); StatusUpdate su = new StatusUpdate(activeChar.getObjectId()); su.addAttribute(StatusUpdate.CUR_LOAD, activeChar.getCurrentLoad()); activeChar.sendPacket(su); // lets see activeChar.destroyItem("Extract", item, activeChar, false); activeChar.getInventory().addItem("create", weap2, activeChar, null); activeChar.sendMessage("Congratulations! You just earned a random rare weapon"); } if (itemId == 99914 && itemCount > 0) { final L2ItemInstance gems = ItemTable.getInstance().createItem("gems", _gemIds[Rnd.get(0, 5)], 1, activeChar); activeChar.destroyItem("Extract", item, activeChar, false); activeChar.getInventory().addItem("create", gems, activeChar, null); InventoryUpdate iu = new InventoryUpdate(); iu.addModifiedItem(gems); activeChar.sendPacket(iu); activeChar.sendMessage("Congratulations! You just earned a random rare gemstone!"); } RequestRefine.java final L2Augmentation aug = AugmentationData.getInstance().generateRandomAugmentation(lifeStoneLevel, lifeStoneGrade, targetItem.getItem().getBodyPart(), refinerItem.getId(), targetItem); targetItem.setAugmentation(aug); final int stat12 = 0x0000FFFF & aug.getAugmentationId(); final int stat34 = aug.getAugmentationId() >> 16; activeChar.sendPacket(new ExVariationResult(stat12, stat34, 1)); InventoryUpdate iu = new InventoryUpdate(); iu.addModifiedItem(targetItem); activeChar.sendPacket(iu); StatusUpdate su = new StatusUpdate(activeChar); su.addAttribute(StatusUpdate.CUR_LOAD, activeChar.getCurrentLoad()); activeChar.sendPacket(su); you and your "clean" codes :D familiar codes? do u even know what exvariation packet does :D so that "code" worth 30E?
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..