Jump to content
  • 0

Question

12 answers to this question

Recommended Posts

  • 0
Posted

Bump with a question.

 

I've made the files to create a new channel but there is a problem :

 

How can i bind a button to this channel? (Example : ! for shout, $ for my channel.)

  • 0
Posted

I've modified the Say2.java and add the 2 handlers that i want to create.

After i've create the 2 handler in data/handlers/chathandlers

 

The core part is over now? Do you know where is clientcoded?

  • 0
Posted

I've modified the Say2.java and add the 2 handlers that i want to create.

After i've create the 2 handler in data/handlers/chathandlers

 

The core part is over now? Do you know where is clientcoded?

 

About core, you're ok once you created handlers and registered them in master handler.

 

About client, got no clue - not my cup of tea ;D.

  • 0
Posted

Just modify ChatAll.java.. Make a boolean, and if text begins with your prefix, for example ~ say the text in the way you want(your channel) and set the boolean to false. Then say the text normally if the boolean is true and not false. I hope you get me.

  • 0
Posted

                         if ((text.charAt(0) == ':') && activeChar.isVIP())
		{
			CreatureSay cs = new CreatureSay(activeChar.getObjectId(), type, activeChar.getAppearance().getVisibleName(), "[VIP] "+text);
                                Collection<L2PcInstance> plrs = activeChar.getKnownList().getKnownPlayers().values();

			for (L2PcInstance player : plrs)
				{
					if (player.isVIP())
					{
						player.sendPacket(cs);
					}
				}
			        activeChar.sendPacket(cs);
                          }

 

Work for this L2Pcinstance but not for others players.

  • 0
Posted

if ((text.charAt(0) == ':') && activeChar.isVIP())
		{
			CreatureSay cs = new CreatureSay(activeChar.getObjectId(), type, activeChar.getAppearance().getVisibleName(), "[VIP] "+text);
                              for (L2PcInstance player : L2World.getInstance().getAllPlayersArray())
				{
					if (player.isVIP())
					{
						player.sendPacket(cs);
					}
				}
			        
                          }

 

Working.

Thanks both to you.

 

Edit : I guess colors for chat are in client?

 

Edit 2 :

 

if ((text.charAt(0) == ':') && activeChar.isVIP())
		{
			StringBuffer temptext = new StringBuffer(text);
			temptext.deleteCharAt(0);
			String text2 = "";
			text2 = text2+ temptext.toString();
			text2 = ':' + ' ' + text; // For an easy read.
			CreatureSay cs = new CreatureSay(activeChar.getObjectId(), type, activeChar.getAppearance().getVisibleName(), "[VIP Channel] "+text2);

 

I want to delete the character ':' from the string. INGAME it's look like : Pseudo: [VIP Channel] 122:test

Why 122 and not : "Pseudo: [VIP Channel] : text" ?

  • 0
Posted

                         if ((text.startsWith(":") && activeChar.isVIP())
		{
			CreatureSay cs = new CreatureSay(activeChar.getObjectId(), 15, activeChar.getName(), "[VIP] "+text.substring(1));
                                Collection<L2PcInstance> plrs = L2World.getInstance().getAllPlayers().values();

			for (L2PcInstance player : plrs)
				{
					if (player.isVIP())
					{
						player.sendPacket(cs);
					}
				}
			        activeChar.sendPacket(cs);
                          }

Like this it should work fine. The 15 i put is a red color of text. Try the types in Say2, for example Say2.TRADE and choose the one you like.

  • 0
Posted

if ((text.startsWith(":") && activeChar.isVIP()))
		{
			CreatureSay cs = new CreatureSay(activeChar.getObjectId(), Say2.PARTYROOM_ALL, activeChar.getName(), "[Demon Channel] "+text.substring(1));
			for (L2PcInstance player : L2World.getInstance().getAllPlayersArray())
				{
					if (player.isVIP())
					{
						player.sendPacket(cs);
					}
				}
			        
            }

 

Is finally the good code. Thanks An4rchy.

Guest
This topic is now closed to further replies.


  • Posts

    • No, the real purpose is cheating and custom  development for games.  I'm building a custom AI moderator specially for checking illegal activity and flag current topica.
    • Hello trying to edit Armorgrp_Classic.dat using L2ClientDat Editor - l2jmobius edition I can normally open a file but can't save, even can't save "clean" version of file (just open and then click save) Other files i can normally open, edit and save. but there is problem with Armorgrp_Classic.dat Anyone find solution, or other Editor for protocol 166 ?   [25/12 15:10:11] --------------------------------------- [25/12 15:10:11] Open file: Armorgrp_Classic.dat [25/12 15:10:11] File Armorgrp_Classic.dat encrypted. Lineage2Ver413 decrypt ... [25/12 15:10:11] Decrypt Armorgrp_Classic.dat file successfully by v413_encdec decrypter. [25/12 15:10:11] Read the file structure ... [25/12 15:10:11] Unpacking [L2GameDataName.dat] [25/12 15:10:11] GameDataName: Load 97534 count. [25/12 15:10:11] Completed. [25/12 15:11:32] Wrong param count for wrapper: fertheia_mesh_add, paramIndex: 1, params: {{{[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11;[none]};{{109;114};{0;-1};{109;114};{0;-1};{109;114}}};{[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None]};[None]} -node: fertheia_mesh_add[WRAPPER][null][null] param: {{{[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11;[none]};{{109;114};{0;-1};{109;114};{0;-1};{109;114}}};{[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None]};[None]} org.l2jmobius.xml.exceptions.PackDataException: Wrong param count for wrapper: fertheia_mesh_add, paramIndex: 1, params: {{{[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11;[none]};{{109;114};{0;-1};{109;114};{0;-1};{109;114}}};{[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None]};[None]} -node: fertheia_mesh_add[WRAPPER][null][null] param: {{{[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11;[none]};{{109;114};{0;-1};{109;114};{0;-1};{109;114}}};{[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None]};[None]} at org.l2jmobius.xml.DescriptorWriter.packData(DescriptorWriter.java:275) at org.l2jmobius.xml.DescriptorWriter.packData(DescriptorWriter.java:184) at org.l2jmobius.xml.DescriptorWriter.parseData(DescriptorWriter.java:100) at org.l2jmobius.actions.SaveDat.action(SaveDat.java:70) at org.l2jmobius.actions.ActionTask.doInBackground(ActionTask.java:48) at org.l2jmobius.actions.ActionTask.doInBackground(ActionTask.java:27) at java.desktop/javax.swing.SwingWorker$1.call(SwingWorker.java:303) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328) at java.desktop/javax.swing.SwingWorker.run(SwingWorker.java:340) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1095) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:619) at java.base/java.lang.Thread.run(Thread.java:1447) [25/12 15:11:32] buff == null.  
    • Leave your contact information or write to me on Telegram @dieorditsa
    • Hello everyone, I’m looking for a graphic designer to design a custom logo that will be used in NPC HTML interfaces for Lineage. Please send me a private message if you are interested.
    • ok sounds good sign me up
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock