Jump to content

Brado

Members
  • Posts

    58
  • Credits

  • Joined

  • Feedback

    0%

Everything posted by Brado

  1. https://www86.zippyshare.com/v/k0JlRBvO/file.html
  2. https://github.com/L2Miko/L2FileEdit http://rootware.ru/l2-file-edit-v-2/
  3. Helpful & reliable a really friend guy I would vouch for using him for making your server more beautiful and enjoyable with his custom mods.
  4. 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!
  5. 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?
  6. 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 !
  7. 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.
  8. Business-Individual really doesn't matter. Check out this group on fb : eCom Mastermind (Gabriel St-Germain) You will find tons of paypal cases.
  9. 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.
  10. I was reading their policy updates, not a single mention to Lineage at all, you got a link or smth?
  11. /* * 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) {} }
  12. Probably an interface issue (protection).
  13. For further updates: http://travaux.ovh.net/?do=details&id=49484
  14. Greetings, I would like to buy the AutoFarm feature for H5 - Scripts sources. Contact me via dm here or at discord: BradO#0755
  15. As the title says. PS: I already own Smart Crypt, I need something better.
  16. Great guy and great developer as well, don't use him tho, I need him 24/7 available He also got insane dance skills!
  17. Events required: Team Vs Team Capture The Flag Death Match Domination* A scheduler is required also. Event Engine must be ready for a live server. skype: https://join.skype.com/invite/iPmusJVgFu0L Discord: BradO#0755
×
×
  • Create New...