Jump to content

Recommended Posts

Posted

Look..I have made the 1st change you told me

and then if i change the name to stat.java

i have to change at the voicedcommandhandlers.java 

this line : import net.sf.l2j.gameserver.handler.voicedcommandhandlers.stat; with stat.java ??

and this : registerVoicedCommandHandler(new stat()); with stat.java huh ??

then at compile..it gives me much errors

C:\...\stat.java.java :P [29,7] class stat is public,should be declared in a file named stat.java

 

C:\...\ [31,51] cannot find symbol

symbol : class pvp

location : class net.sf.l2j.gameserver.handler.voicedcmdhandlers.stat

 

C:\ [60,37] cannot find symbol

symbol : class pvp

location : net.sf.l2j.gameserver.handler.voiceddmdhandlers.stat

:P

 

If i not change it to stat.java

 

it gives me this : C:\...\[31,51] cannot find symbol

symbol : class pvp

location : class net.sf.l2j.gameserver.handler.voicedcmdhandlers.stat

 

;D

 

Posted

It Works Fine now ..

thnx :)

 

np :) ask if u have any other prob about the command here

  • 2 weeks later...
Guest
This topic is now closed to further replies.


×
×
  • Create New...