-
Posts
65 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Brado
-
@NevesOma
-
"Without my permission" / "leeched codes" Once again you are using my name in order to get some attention (The same reason you wanted me to join your discord for a huge "Zen" comeback as "BradO" gtfo plz. (the same thing you do when you insulting people in here). Biggest attention whore ever registered in here. You're not a developer (you can't even hold back your self to not share something in order to get some attention), you're not an administrator ( You never were, deep down you know that and that's why you are looking for partnerships here and there ). Why don't you tell people the real reason of this share? I can also mention how you got access to that source and let everyone know what a fucked up piece of shit you are with your actions but I won't further expand. I hope I fed your attention hunger, sleep well tonight! When you get hungry again share the aepvp source cause I won't.
-
Help Create or Separate Armors into 5 pieces
Brado replied to death15's topic in [Request] Client Dev Help
You have to take the meshes + textures for leggings Make a copy of Imperial's leggings line, then start replacing the meshes + textures with draconic's and so on. You will find this on Draconic's main part: Fighter.MFighter_m011_u Fighter.MFighter_m011_l *You will have to do it for all races/sex. _u stands for upper and _l for leggings. search for the _l meshes and textures and then make the replacements needed. For example: Imperial: Mesh: Fighter.MFighter_m009_l Texture: mfighter.mfighter_m009_t88_l Draconic: Mesh: Fighter.MFighter_m011_l Texture: MFighter.MFighter_m011_t89_l -
Guide Compilation/ Decompilation Effects H5.
Brado replied to Corason's topic in Client Development Discussion
Smooth guide well done. Thanks! -
https://www86.zippyshare.com/v/k0JlRBvO/file.html
-
R/CnC Creating FANTASY GAME LOGO "HYPERION" in PHOTOSHOP ● Speed A
Brado replied to pixarts's topic in Graphics/GFX Showcase
Skills! -
https://github.com/L2Miko/L2FileEdit http://rootware.ru/l2-file-edit-v-2/
-
Best auto farm out there ez.
-
Helpful & reliable a really friend guy I would vouch for using him for making your server more beautiful and enjoyable with his custom mods.
-
Help Startup class selection with all classes on any race
Brado replied to Kotegaeshi92's question in Request Server Development Help [L2J]
You got to unbind class-race. Just Hold the race like you hold the character's sex and then you can freely play with classes, in addition you will have to modify the CharacterSelection package,UserInfo,CharInfo. Pay attention to these: writeD(_player.getRace().ordinal()); writeD((_player.getClassIndex() == 0) ? _player.getClassId().getId() : _player.getBaseClass()); GL! -
Then you should go for l2scripts where you can pay a shitload of money. After some days of usage you can decide to pay 1/10 of the money you paid for scripts to mobius. Since when price defies quality?
-
@Mobius https://l2jmobius.org/
-
Depends on the way you handle cases
-
Check the group I posted about above! People with huge locked balances make moves with lawyers, ofc that depends on the balance you got locked. The fact is that their support must be wack lately. All you can do, is keep trying to reach them. Wish you luck !
-
Obviously paypal "flagged" your account due to several unique "friendly" transactions, back in 2014 when had such issues a direct call to their offices located in UK had me explaining what method I used to receive money even gave them my website too (a Lineage 2 website) and till now they haven't disturb me again. Although moving to Viva seems the most safe option. Ofc because they don't get a fee when there's no currency conversion.
-
Business-Individual really doesn't matter. Check out this group on fb : eCom Mastermind (Gabriel St-Germain) You will find tons of paypal cases.
-
Sit back, earn, relax!
-
I guess that it's not something new, eCommerce abusers forced PayPal to ban suspected accounts. This only applies to "new" accounts. If your account is old and trusted you got nothing to be worried about.
-
I was reading their policy updates, not a single mention to Lineage at all, you got a link or smth?
-
Help L2j (pride pack) Auto Flag Pvp Zone
Brado replied to testaroaverta's question in Request Server Development Help [L2J]
/* * 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 net.sf.l2j.gameserver.model.zone.type; import net.sf.l2j.gameserver.model.actor.L2Character; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.zone.L2ZoneType; public class L2PrimevalZone extends L2ZoneType { public L2PrimevalZone(final int id) { super(id); } @Override protected void onEnter(final L2Character character) { if (character instanceof L2PcInstance) { if (character.getInstanceId() == 0) { character.setInsideZone(L2Character.ZONE_PRIMEVAL, true); L2PcInstance player = character.getActingPlayer(); if (!player.isInPI()) { player.sendMessage("You have entered Primeval Isle"); player.setIsInPI(true); player.updatePvPFlag(1); player.sendMessage("PvP Flag status updated"); } } } } @Override protected void onExit(final L2Character character) { if (character instanceof L2PcInstance && character.getActingPlayer().isInPI()) { character.getActingPlayer().broadcastUserInfo(); character.getActingPlayer().setIsInPI(false); character.getActingPlayer().stopPvPFlag(); character.getActingPlayer().sendMessage("You have left Primeval Isle"); } character.setInsideZone(L2Character.ZONE_PRIMEVAL, false); } @Override public void onDieInside(final L2Character character) {} @Override public void onReviveInside(final L2Character character) {} } -
Probably an interface issue (protection).
-
EN Fire Has Destroyed OVH’s Strasbourg Data Center (SBG2)
Brado replied to MrPro*'s topic in Tech/World News
For further updates: http://travaux.ovh.net/?do=details&id=49484- 1 reply
-
- 1
-

