Jump to content

Question

Posted

Hello guys,

 

I need some help to apply a patch with eclipse....

I'm trying to add a code which is for C6 on Epilogue Project....

 

Look at the picture and tell me what to do please!!!

The problem is the "CreatureSay"....

 

http://img339.imageshack.us/i/shitu.png/

6 answers to this question

Recommended Posts

  • 0
Posted

Lol mate, it is so hard to roll over this marked line?

 

There is little info about whats wrong + few sollutions!

 

1) Make sure that there is import for CreatureSay Class:

 

import com.l2jserver.gameserver.network.serverpackets.CreatureSay;

 

2) And this code suck. Use this:

 

activeChar.sendPacket(new CreatureSay(0, Say2.PARTY, "", text));
  • 0
Posted

Its the same ...

 

Its like:

 

int something;

something = 20;

 

instead of:

 

int something = 20;

 


 

kaskfk.jpg  8)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...