Jump to content

Recommended Posts

Posted

only for hellbound? did it works on interlude?

 

yup it works to interlude / ct1 / ct1.5 ..

  • 2 weeks later...
Posted

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

Posted

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

Posted

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

Posted

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

 

 

Posted

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

 

Guest
This topic is now closed to further replies.


×
×
  • Create New...