Stefoulis15 Posted July 9, 2008 Posted July 9, 2008 WoW.... This Command Is Awesome... Thanks A Lot Vent.. It's Just PERFECT... Thanks AGAIN
agnostosx Posted July 9, 2008 Posted July 9, 2008 Omg guys!!!I like those codes...!!! :D Vent00za thank you very much!!!
Vago Posted July 9, 2008 Posted July 9, 2008 Cant do pretty much with it but its a great example of how voicecommands work..
fdLP. Posted July 15, 2008 Author Posted July 15, 2008 only for hellbound? did it works on interlude? yup it works to interlude / ct1 / ct1.5 ..
Th3oneGandalF Posted July 29, 2008 Posted July 29, 2008 I'm having an error during the compile . C:\users\klp\stat.java:[31,51] cannot find symbol symbol : class pvp location : Class com.l2jfree.gameserver.handler.voicedcommandhandlers.stat :P Any Help ?? :)
fdLP. Posted July 29, 2008 Author Posted July 29, 2008 I'm having an error during the compile . C:\users\klp\stat.java:[31,51] cannot find symbol symbol : class pvp location : Class com.l2jfree.gameserver.handler.voicedcommandhandlers.stat :P Any Help ?? :) check this package com.l2jfree.gameserver.handler.voicedcommandhandlers; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import com.l2jfree.gameserver.handler.IVoicedCommandHandler; import com.l2jfree.gameserver.network.serverpackets.GMViewCharacterInfo; import com.l2jfree.gameserver.model.actor.instance.L2PcInstance; import com.l2jfree.gameserver.network.SystemMessageId; import com.l2jfree.gameserver.network.serverpackets.SystemMessage; the package .. i think u have net.sf.l2j or gimme the code so i can solve it .. as i see u use l2jfree
xCurced_007 Posted July 31, 2008 Posted July 31, 2008 Doesn't Work on IL :-/ It Gives Me Error In Compiling .. :S
fdLP. Posted July 31, 2008 Author Posted July 31, 2008 Doesn't Work on IL :-/ It Gives Me Error In Compiling .. :S works on IL , ct1 ,ct1.5 i have tested it . gimme the error and tell me on which pack u try to add it
xCurced_007 Posted July 31, 2008 Posted July 31, 2008 I try to add this at l2jfree interlude :) the error : C:\...\voicedcommandhandlers\stat.java:[20,50] package net.sf.l2j.gameserver.network.serverpackets does not exist C:\...\...[23,50] package net.sf.l2j.gameserver.network.serverpackets does not exist C:\../voicedcommandhandlers\stat.java:[31,51] cannot find symbol symbol : Class pvp location : Class net.sf.l2j.gameserver.handler.voicedcommandhandlers.stat
fdLP. Posted July 31, 2008 Author Posted July 31, 2008 change net.sf.l2j.gameserver.network.serverpackets to net.sf.l2j.gameserver.serverpackets and tell me also save it to stat.java and register it to voicedcommandhandlers.java
Recommended Posts