Jump to content
  • 0

[REQUEST]File say2.java for l2jfree edited


Question

Posted

i request to give me a say2.java file for l2jfree fixed for announcements

i got an error when i edited...

so if some1 have upload it if u can!

Recommended Posts

  • 0
Posted

1. search i already shared it and other members too

2. show us the error so we can tell you what to do

  • 0
Posted

@mafia_007 the say2.java as u posted and share it at virusa dont work...

@sabas w8ing a lot

 

give us a screen .. not all packs have the same source..

  • 0
Posted

what screen from my error?

oo my error is that i edited the files and then not saved...

i fix this and i add the script but it dont work...

i use L2J Free 2741 for more info...

EDIT:@sabas dont work and your file..hmmm i have my src at eclipse workspace..maybe i must change the location of files?

  • 0
Posted

what screen from my error?

oo my error is that i edited the files and then not saved...

i fix this and i add the script but it dont work...

i use L2J Free 2741 for more info...

EDIT:@sabas dont work and your file..hmmm i have my src at eclipse workspace..maybe i must change the location of files?

 

what u edited ? do u know what u do before u save smth?

 

try this http://rapidshare.com/files/155809962/Say2.java.html

  • 0
Posted

when i say edit i put the code to say2 and didn't work...

now i test this w8 a min i reply

 

 

AGAIN THE SAME WTF....maybe i must change the location of src?

  • 0
Posted

i said that i fix the error with edit,and i put the code but nothing..

i said again maybe i must change the src location files?

  • 0
Posted

i said that i fix the error with edit,and i put the code but nothing..

i said again maybe i must change the src location files?

 

ofc no .. search the forum and i have explained what to edit its 5-6 lines .. and it will work! it works and it will work for ever ... the problem is yours .. and i remind you if u dont know what you are doing just dont do nothing and just upgrade to latest rev

  • 0
Posted

i have the latest rev of IL L2Jfree 2741 1)Done

i have edit the lines but again

 

// If no channel is choosen - return

if (_type == SystemChatChannelId.Chat_None)

{

_log.warn("[say2.java] Illegal chat channel was used.");

return;

}

 

I Change This to

 

// If no or wrong channel is used - return

if (_type == SystemChatChannelId.Chat_None ||

_type == SystemChatChannelId.Chat_Announce ||

_type == SystemChatChannelId.Chat_Critical_Announce ||

_type == SystemChatChannelId.Chat_System ||

_type == SystemChatChannelId.Chat_Custom ||

(_type == SystemChatChannelId.Chat_GM_Pet && !activeChar.isGM()))

{

 

RIGHT?

  • 0
Posted

check the changes from ct2 and Ints one .. then paste them into your say2; int pack and it will work .. simple logic

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...