Jump to content
  • 0

[HELP] KIlling Spree


Question

Posted

when i import this                   import lt.equal.gameserver.network.serverpackets.ExShowScreenMessage;    here   gameserver.model.actor.instance;

 

 

 

it say [javac] C:\workspace\new equal\Equal-GameServer\java\lt\equal\gameserver\model\actor\instance\L2PcInstance.java:147: cannot find symbol

   [javac] symbol  : class ExShowScreenMessage

   [javac] location: package lt.equal.gameserver.network.serverpackets

   [javac] import lt.equal.gameserver.network.serverpackets.ExShowScreenMessage;

   [javac]                                                 ^

   [javac] 1 error

 

 

what i have to do ?:s

5 answers to this question

Recommended Posts

  • 0
Posted

Don't put it there after "package lt.equal.gameserver.network.serverpackets".

 

Look Here: , do something like that...

 

import lt.equal.gameserver.network.serverpackets.TargetUnselected;

import lt.equal.gameserver.network.serverpackets.TradeDone;

import lt.equal.gameserver.network.serverpackets.TradeOtherDone;

import lt.equal.gameserver.network.serverpackets.TradeStart;

import lt.equal.gameserver.network.serverpackets.UserInfo;

import lt.equal.gameserver.network.serverpackets.ExShowScreenMessage;

import lt.equal.gameserver.skills.AbnormalEffect;

  • 0
Posted

this is how i have put it i press save i searche the files but i can't find the file ExShowScreenMessage.java

 

Maybe doesn't exist, are u using old equal ?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..