Devangell™ Posted December 30, 2009 Posted December 30, 2009 I think I found a way how to buff somebody who is in Olympiad It is working only on L2j. Not tested on L2-off. You need three chars: X player - person who will fight on Olympiad and will get buffs Y player - spectator who will observe Z player - key char - buffer Y and Z have to be married As you know nobody who is a Spectator of Olympiad can interfere with anybody in Olympiad stadium. Let's breake this rule. 1) X player - should participate in Olympiad. 2) Y player (any class) should go and became a Specator of incomming fight 3) Z player (buffer) should use .gotolove 4) Z will appear in Olympiad but as non-Specator 5) Z can start buffing player X Full buffed char should be able to win any Olympiad battle you can try to expand this exploit and for example try to hit somebody or use debuffs on enemy I don't know if the same will work during Siegie but you can always try to be an invisible archer who can shot enemy and do not be hitted or killed because nobody will see him/her Cheesy If one of this share already exist or iam in wrong section one mod check it..!!Cya..!! Credits :zapule
`Vaxil Posted January 2, 2010 Posted January 2, 2010 1 it is good. 2 it isnt yours. 3 give credits 1.it is his 2.it is veryhelpfull,and good
Devangell™ Posted January 2, 2010 Author Posted January 2, 2010 1.it is his 2.it is veryhelpfull,and good is not mine but i now it ;) but the credit's go to the real guy who found it..!!btw thanks..!!
dEvilKinG Posted January 2, 2010 Posted January 2, 2010 I remember i did it once and i got reported. Never posted it here.
DeathCreature Posted January 3, 2010 Posted January 3, 2010 This bug is still working in l2j servers :D tryed in 5 servers from www.l2j.lt/topai and worked :D::D:D:D:
xAddytzu Posted January 4, 2010 Posted January 4, 2010 This bug is still working in l2j servers :D tryed in 5 servers from www.l2j.lt/topai and worked :D::D:D:D: Confirm, works on l2j. Lie public boolean GoToLove(L2PcInstance activeChar) { if(!activeChar.isMarried()) { activeChar.sendMessage("You're not married."); return false; } if(activeChar.getPartnerId()==0) { activeChar.sendMessage("Couldn't find your fiance in the Database - Inform a Gamemaster."); _log.error("Married but couldn't find parter for "+activeChar.getName()); return false; } L2PcInstance partner; partner = (L2PcInstance)L2World.getInstance().findObject(activeChar.getPartnerId()); if(partner == null) { activeChar.sendMessage("Your partner is not online."); return false; } else if(partner.isInJail()) { activeChar.sendMessage("Your partner is in Jail."); return false; } else if(partner.isInOlympiadMode()) { activeChar.sendMessage("Your partner is in the Olympiad now."); return false; } else if(partner.atEvent) { activeChar.sendMessage("Your partner is in an event."); return false; } else if (partner.isInDuel()) { activeChar.sendMessage("Your partner is in a duel."); return false; } else if (partner.isFestivalParticipant()) { activeChar.sendMessage("Your partner is in a festival."); return false; } else if (partner.isInParty() && partner.getParty().isInDimensionalRift()) { activeChar.sendMessage("Your partner is in dimensional rift."); return false; } else if (partner.inObserverMode()) { activeChar.sendMessage("Your partner is in the observation."); }
HACKS LOVER Posted February 26, 2010 Posted February 26, 2010 smart but a bit tricky triple boxing :S
~Greedy~ Posted February 27, 2010 Posted February 27, 2010 teste in l2java.com and worked :) nice post. Thnx P.S. going to test on l2mafia
Rodery Posted April 24, 2010 Posted April 24, 2010 Holy shit, what a great guide, thanks, iam gonna be a herooo yea :D
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now