EdenEternal Posted June 8, 2010 Posted June 8, 2010 hello maxcheaters! i have created command and i want to share for you! if you type .earthquake it will be earthquake with 10 intensity and 60 second duration! you can change duration and intensity from here (activeChar.getX(), activeChar.getY(), activeChar.getZ(), 10, 60); package net.sf.l2j.gameserver.handler.voicedcommandhandlers; import net.sf.l2j.gameserver.handler.IVoicedCommandHandler; import net.sf.l2j.gameserver.serverpackets.Earthquake; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; public class effects implements IVoicedCommandHandler { private static String[] _voicedCommands = { "earthquake" }; public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target) { if (command.equalsIgnoreCase("earthquake")) { Earthquake eq = new Earthquake(activeChar.getX(), activeChar.getY(), activeChar.getZ(), 10, 60); activeChar.broadcastPacket(eq); } return false; } public String[] getVoicedCommandList() { return _voicedCommands; } } Credits to Me!
FighterBoss Posted June 8, 2010 Posted June 8, 2010 LOL ? //earthquake 99 5 :/ Useless And what?All chars will do earthquake?Fail dude....
DominiQue Posted June 8, 2010 Posted June 8, 2010 Useless ! Like all your shares,just idiot cmds... Do you think that someone will change your karma for things like this ? I do not think so..
RainWalker Posted June 8, 2010 Posted June 8, 2010 well as the others said it is useless none will want a earthquake commands cause image at least 20 immature kids doing it.
xAddytzu Posted June 8, 2010 Posted June 8, 2010 huh, You should to improve your imagination. In pvp and you have > 5.000 hp and your oponent is on the ground, you have chance for an earth quake.. something like, just think pink XD
vampir Posted June 8, 2010 Posted June 8, 2010 I think that gm have such commend but just think, u would like to see server with 3k ppl online and all the time u feel earthquake? u could make even to take item to do that or when hero dies there is some % chanse to earthquake or someting like that
FighterBoss Posted June 8, 2010 Posted June 8, 2010 lmao This .erthquake is for players? :S As you can see yes. Anyway maybe was better to use his imagination as xaddy said :P .Somethink really cool maybe happen
BloodyWarrior Posted June 8, 2010 Posted June 8, 2010 You guys must use your imagination and not tell him that it's useless.If you edit this code you can make one awesome event if you have enough imagination! Well, it's a newbie code but anyhow, thanks for the share.
Setekh Posted June 9, 2010 Posted June 9, 2010 am.. really?.. is this share.. actually here? You guys must use your imagination and not tell him that it's useless. Imagination kills l2 with customs.. like that freaking kid who invented wings and Ships exploding on shields >.> wth..
RainWalker Posted June 9, 2010 Posted June 9, 2010 am.. really?.. is this share.. actually here? Imagination kills l2 with customs.. like that freaking kid who invented wings and Ships exploding on shields >.> wth.. +384738743 totally agree
Rain^ Posted June 9, 2010 Posted June 9, 2010 huh, You should to improve your imagination. In pvp and you have > 5.000 hp and your oponent is on the ground, you have chance for an earth quake.. something like, just think pink XD !if.activeChar ...... Easy.But its a useless code.
xAddytzu Posted June 9, 2010 Posted June 9, 2010 !if.activeChar ...... Easy.But its a useless code. easy, huh?
˚کe®κ Posted June 9, 2010 Posted June 9, 2010 !if.activeChar ...... Easy.But its a useless code. teh pro
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