Jump to content

[Share][Guide]New Command For Player Stats


Recommended Posts

  • 2 weeks later...

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 ?? :)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

 

 

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock