Jump to content

[Share]Offline Trade , Craft


Recommended Posts

I am using l2j,

where the fuck is this part?

 Index: data/scripts/handlers/chathandlers/ChatTell.java
===================================================================
--- data/scripts/handlers/chathandlers/ChatTell.java	(revision 5944)
+++ data/scripts/handlers/chathandlers/ChatTell.java	(working copy)
@@ -76,6 +76,11 @@
				activeChar.sendMessage("Player is chat banned.");
				return;
			}
+			if (receiver.getClient().isDetached())
+			{
+				activeChar.sendMessage("Player is in offline mode.");
+				return;
+			}

			if (!receiver.getMessageRefusal())
			{

Link to comment
Share on other sites

I am using l2j,

where the -beep- is this part?

 Index: data/scripts/handlers/chathandlers/ChatTell.java
===================================================================
--- data/scripts/handlers/chathandlers/ChatTell.java	(revision 5944)
+++ data/scripts/handlers/chathandlers/ChatTell.java	(working copy)
@@ -76,6 +76,11 @@
				activeChar.sendMessage("Player is chat banned.");
				return;
			}
+			if (receiver.getClient().isDetached())
+			{
+				activeChar.sendMessage("Player is in offline mode.");
+				return;
+			}

			if (!receiver.getMessageRefusal())
			{

kanto kapos if(_type == tell ) kapos etsi sto say2 elegkse tis methodous ekei kai tha to vreis
Link to comment
Share on other sites

kanto kapos if(_type == tell ) kapos etsi sto say2 elegkse tis methodous ekei kai tha to vreis

αν δεν το βάλω καθόλου αυτό πειράζει ε?
Link to comment
Share on other sites

apla otan kanei pm kapios den tha tou lei pos ine se offline trade, kai tha sinexizei , den tha to epistrefei.

εννοείς πως θα μπορεί ακόμη να του κάνει pm?
Link to comment
Share on other sites

μπορείς να γράψεις ακριβώς πως να το κάνω?

if(_type ==TELL)
			{
			if (receiver.isDatached())
			{
				activeChar.sendMessage("is in offline traade");
				return ;
			 }
			}

sto say2

Link to comment
Share on other sites

I am using l2j,

where the -beep- is this part?

 Index: data/scripts/handlers/chathandlers/ChatTell.java
===================================================================
--- data/scripts/handlers/chathandlers/ChatTell.java	(revision 5944)
+++ data/scripts/handlers/chathandlers/ChatTell.java	(working copy)
@@ -76,6 +76,11 @@
				activeChar.sendMessage("Player is chat banned.");
				return;
			}
+			if (receiver.getClient().isDetached())
+			{
+				activeChar.sendMessage("Player is in offline mode.");
+				return;
+			}

			if (!receiver.getMessageRefusal())
			{

 

same for me someone can answer in english please where to find this file?

Link to comment
Share on other sites

  • 1 month later...
  • 2 months later...

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
Reply to this topic...

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