Jump to content

Recommended Posts

Posted (edited)

This system is just to give merchants a life. To avoid floods create a config for this I left "FloodProtector.SOCIAL" as an example only. code

 

+<?xml version="1.0" encoding="UTF-8"?>
+<list>
+<!--  SayType
+
+	ALL,
+	SHOUT, // !
+	TELL, // "
+	PARTY, // #
+	CLAN, // @
+	GM,
+	PETITION_PLAYER,
+	PETITION_GM,
+	TRADE, // +
+	ALLIANCE, // $
+	ANNOUNCEMENT,
+	BOAT,
+	L2FRIEND,
+	MSNCHAT,
+	PARTYMATCH_ROOM,
+	PARTYROOM_COMMANDER, // (Yellow)
+	PARTYROOM_ALL, // (Red)
+	HERO_VOICE,
+	CRITICAL_ANNOUNCE;
+ -->
+	<settings npcId="30001" text="Hello what do you want ?" sayType="SHOUT" effect="true" />
+</list>

 

 

code optimization

edioN5X.png

Update

Edited by Williams
Posted (edited)

1. If you're working with Java 15+ this

 

public class MerchantSay
+{
+	private final int _npcId;
+	private final String _text;
+	private final SayType _type;
+	private final boolean _effect;
+	
+	public MerchantSay(int npcId, String text, SayType type, boolean effect)
+	{
+		_npcId = npcId;
+		_text = text;
+		_type = type;
+		_effect = effect;
+	}
+	
+	public int getNpcId()
+	{
+		return _npcId;
+	}
+	
+	public String getText()
+	{
+		return _text;
+	}
+	
+	public SayType getType()
+	{
+		return _type;
+	}
+	
+	public boolean isEffects()
+	{
+		return _effect;
+	}
+}

 

Can be simply in 1 line like this:

 

+ public record MerchantSay(int npcId, String text, SayType type, boolean effect){}

 

2. Your code broadcast to all players the text and the effect. If 3-4 players click at the same time it will be a mess. Send packet only to the player who clicked. 

 

3. Why return if the data is null ?

 

final MerchantSay says = MerchantSayData.getInstance().getNpc(getNpcId());
+		if (says == null)
+			return "";

 

Doesn't this mean that the other NPC that are not registered as MerchantSay won't display a proper html path? 

 

4. Kinda pointless to use all Say2 channels. Nobody is going to use for example L2FRIEND, MSNCHAT or CRITICAL_ANNOUNCE. Especially the way you wrote your code if any Admin does it will spam the whole place surrounded by players (can also be a gate to flood), simply use All chat. 

 

In addition if you made the video it's very annoying to have 8 seconds of dubstep intro while the video is 19. 50% of the video is the intro.

Edited by Kara
Posted (edited)
2 hours ago, Kara said:

1. If you're working with Java 15+ this

 



public class MerchantSay
+{
+	private final int _npcId;
+	private final String _text;
+	private final SayType _type;
+	private final boolean _effect;
+	
+	public MerchantSay(int npcId, String text, SayType type, boolean effect)
+	{
+		_npcId = npcId;
+		_text = text;
+		_type = type;
+		_effect = effect;
+	}
+	
+	public int getNpcId()
+	{
+		return _npcId;
+	}
+	
+	public String getText()
+	{
+		return _text;
+	}
+	
+	public SayType getType()
+	{
+		return _type;
+	}
+	
+	public boolean isEffects()
+	{
+		return _effect;
+	}
+}

 

Can be simply in 1 line like this:

 



+ public record MerchantSay(int npcId, String text, SayType type, boolean effect){}

 

2. Your code broadcast to all players the text and the effect. If 3-4 players click at the same time it will be a mess. Send packet only to the player who clicked. 

 

3. Why return if the data is null ?

 



final MerchantSay says = MerchantSayData.getInstance().getNpc(getNpcId());
+		if (says == null)
+			return "";

 

Doesn't this mean that the other NPC that are not registered as MerchantSay won't display a proper html path? 

 

4. Kinda pointless to use all Say2 channels. Nobody is going to use for example L2FRIEND, MSNCHAT or CRITICAL_ANNOUNCE. Especially the way you wrote your code if any Admin does it will spam the whole place surrounded by players (can also be a gate to flood), simply use All chat. 

 

In addition if you made the video it's very annoying to have 8 seconds of dubstep intro while the video is 19. 50% of the video is the intro.

Really xD I use java 11 and not 15, I cleaned the code. Didn't you like my intro?🤣🤣

 

edioN5X.png

Update

Edited by Williams
Posted (edited)

1 phrase cmon man. Make a pool of phrases which are chosen randomly upon talk with an npc. U can also check npc's sex and use that to deliver different phrases.

Then if player used more 1kk upon buying something the trader should comment that in general chat.

Or a big drop was sold so npc says that he received some nice goods etc.

If you start to hit  the merchant he should call the guards and they're spawning outside the shop and rush in to attack player ;)))

Edited by Xtellia

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


  • Posts

    • "I recently purchased the account panel from this developer and wanted to leave a positive review.   The transaction was smooth, and the developer demonstrated exceptional professionalism throughout the process.   What truly sets them apart is their outstanding post-sale support. They are responsive, patient, and genuinely helpful when addressing questions or issues. It's clear they care about their customers' experience beyond just the initial sale.   I am thoroughly satisfied and grateful for the service. This is a trustworthy seller who provides real value through both a quality product and reliable support. 100% recommended."
    • Server owners, Top.MaxCheaters.com is now live and accepting Lineage 2 server listings. There is no voting, no rankings manipulation, and no paid advantages. Visibility is clean and equal, and early listings naturally appear at the top while the platform grows. If your server is active, it should already be listed. Submit here https://Top.MaxCheaters.com This platform is part of the MaxCheaters.com network and is being built as a long-term reference point for the Lineage 2 community. — MaxCheaters.com Team
    • ⚙️ General Changed “No Carrier” title to “Disconnected” to avoid confusion after abnormal DC. On-screen Clan War kill notifications will no longer appear during Sieges, Epics, or Events. Bladedancer or SwordSinger classes can now log in even when Max Clients (2) is reached, you cannot have both at the same time. The max is 3 clients. Duels will now be aborted if a monster aggros players during a duel (retail-like behavior). Players can no longer send party requests to blocked players (retail-like). Fixed Researcher Euclie NPC dialogue HTML error. Changed Clan leave/kick penalty from 12 hours to 3 hours. 🧙 Skills Adjusted Decrease Atk. Spd. & Decrease Speed land rates in Varka & FoG. Fixed augmented weapons not getting cooldown when entering Olympiad. 🎉 Events New Team vs Team map added. New Save the King map added (old TvT map). Mounts disabled during Events. Letter Collector Event enabled Monsters drop letters until Feb. 13th Louie the Cat in Giran until Feb. 16th Inventory slots +10 during event period 📜 Quests Fixed “Possessor of a Precious Soul Part 1” rare stuck issue when exceeding max quest items. Fixed Seven Signs applying Strife buff/debuff every Monday until restart. 🏆 Milestones New milestone: “Defeat 700 Monsters in Varka” 🎁 Rewards: 200 Varka’s Mane + Daily Coin 🌍 NEW EXP Bonus Zones Hot Springs added Varka Silenos added (hidden spots excluded) As always, thank you for your support! L2Elixir keeps evolving, improving, and growing every day 💙   Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs
    • https://sms.pro/ — we are an SMS activation platform  seeking partners  mobile number providers  mobile number owners  owners of GSM modems  SIM card owners We process 1,000,000 activations every day.  寻找合作伙伴  手机号码提供商  手机号码持有者  GSM调制解调器持有者  SIM卡持有者 我们每天处理1,000,000次激活。  Ищем партнеров  Владельцы сим карт  провайдеров  владельцев мобильных номеров  владельцев модемов  Обрабатываем от 1 000 000 активаций в день ⚡️ Fast. Reliable.   https://sms.pro/ Support: https://t.me/alismsorg_bot
  • Topics

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