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 Quote
kosker Posted January 1, 2010 Posted January 1, 2010 1 it is good. 2 it isnt yours. 3 give credits Quote
`Vaxil Posted January 2, 2010 Posted January 2, 2010 On 1/1/2010 at 5:59 PM, kosker said: 1 it is good. 2 it isnt yours. 3 give credits 1.it is his 2.it is veryhelpfull,and good Quote
Devangell™ Posted January 2, 2010 Author Posted January 2, 2010 On 1/2/2010 at 11:10 AM, VaXiL1sB@cK said: 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..!! Quote
dEvilKinG Posted January 2, 2010 Posted January 2, 2010 I remember i did it once and i got reported. Never posted it here. Quote
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: Quote
xAddytzu Posted January 4, 2010 Posted January 4, 2010 On 1/3/2010 at 10:26 AM, DeathCreature said: This bug is still working in l2j servers :D tryed in 5 servers from www.l2j.lt/topai and worked :D::D:D:D: Quote Confirm, works on l2j. Lie Quote 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."); } Quote
HACKS LOVER Posted February 26, 2010 Posted February 26, 2010 smart but a bit tricky triple boxing :S Quote
tiziano Posted February 27, 2010 Posted February 27, 2010 nice info i will try use it! thanks! :) Quote
~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 Quote
Rodery Posted April 24, 2010 Posted April 24, 2010 Holy shit, what a great guide, thanks, iam gonna be a herooo yea :D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.