-
Posts
689 -
Joined
-
Last visited
-
Days Won
16 -
Feedback
100%
Content Type
Articles
Profiles
Forums
Store
Everything posted by BruT
-
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?
-
skype: pn-brutus if u still need anything
-
irony, all packs are based on l2j but it doesnt work on l2j xD then adapt it
-
it works for all java servers and there are no exceptions
-
especially when the engine is on jar :D dumb
-
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
-
This services are mainly for newbies/server devs that are bored on learning/doing.
-
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
-
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
-
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
-
dumb people aepvp is 10y/o server :D and yes dav was a dev in aepvp nice logic aerogaming aka aePvP hhahahaha
-
u must be 30y/o then
-
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
-
xdem the owner of aepvp? :D so xdem is dav?
-
arent u the idiot who sold his teams pack? that contains only configs :D commit a suicide pls
-
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
-
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?
-
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
-
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; }
-
Please Be Alert To This Man, He Is A Liar.jteam
BruT replied to ImmortalTW's topic in Report Section
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 -
Please Be Alert To This Man, He Is A Liar.jteam
BruT replied to ImmortalTW's topic in Report Section
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 -
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
-
WTS L2 Xavius Interlude Files
BruT replied to Neysor Xavius's topic in Marketplace [L2Packs & Files]
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 -
WTS L2 Xavius Interlude Files
BruT replied to Neysor Xavius's topic in Marketplace [L2Packs & Files]
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?
