Jump to content

Recommended Posts

Posted (edited)

Code for forbidden names which users can't name their characters.

### Eclipse Workspace Patch 1.0
#P aCis_350
Index: config/server.properties
===================================================================
--- config/server.properties (revision 5)
+++ config/server.properties (working copy)
@@ -64,6 +64,9 @@
 # Allow delete chars after D days, 0 = feature disabled.
 DeleteCharAfterDays = 7
 
+#Restricted names for characters
+RestrictedNames = fuck,dildo,admin
+
 # Define how many players are allowed to play simultaneously on your server.
 MaximumOnlineUsers = 100
 
Index: java/net/sf/l2j/Config.java
===================================================================
--- java/net/sf/l2j/Config.java (revision 5)
+++ java/net/sf/l2j/Config.java (working copy)
@@ -521,6 +521,8 @@
  
  /** clients related */
  public static int DELETE_DAYS;
+ public static String FORBIDDEN_NAMES;
+ public static List<String> LIST_FORBIDDEN_NAMES = new ArrayList<>();
  public static int MAXIMUM_ONLINE_USERS;
  public static int MIN_PROTOCOL_REVISION;
  public static int MAX_PROTOCOL_REVISION;
@@ -1108,6 +1110,12 @@
  SERVER_LIST_TESTSERVER = server.getProperty("TestServer", false);
  
  DELETE_DAYS = server.getProperty("DeleteCharAfterDays", 7);
+ FORBIDDEN_NAMES = server.getProperty("RestrictedNames", "fuck,dildo,admin");
+ LIST_FORBIDDEN_NAMES = new ArrayList<>();
+ for (String listid : FORBIDDEN_NAMES.split(","))
+ {
+ LIST_FORBIDDEN_NAMES.add(listid);
+ }
  MAXIMUM_ONLINE_USERS = server.getProperty("MaximumOnlineUsers", 100);
  MIN_PROTOCOL_REVISION = server.getProperty("MinProtocolRevision", 730);
  MAX_PROTOCOL_REVISION = server.getProperty("MaxProtocolRevision", 746);
Index: java/net/sf/l2j/gameserver/network/clientpackets/CharacterCreate.java
===================================================================
--- java/net/sf/l2j/gameserver/network/clientpackets/CharacterCreate.java (revision 5)
+++ java/net/sf/l2j/gameserver/network/clientpackets/CharacterCreate.java (working copy)
@@ -79,6 +79,18 @@
  return;
  }
  
+ if(!Config.FORBIDDEN_NAMES.isEmpty())
+ {
+ for(String st : Config.LIST_FORBIDDEN_NAMES)
+ {
+ if(_name.toLowerCase().contains(st))
+ {
+ sendPacket(new CharCreateFail(CharCreateFail.REASON_INCORRECT_NAME));
+ return;
+ }
+ }
+ }
+ 
  if (!StringUtil.isValidPlayerName(_name))
  {
  sendPacket(new CharCreateFail(CharCreateFail.REASON_INCORRECT_NAME));
Edited by Gam3Master
  • Like 1
Posted

Give credits for what? its 1 line code and is already implement in every project (acis, l2j e.t.c)

Really? I am not sure if aCis has it.

Posted (edited)

Code for forbidden names which users can't name their characters.

 

http://pastebin.com/9JXurCeE

Your code will not work properly. If you forbid one player name, if statement return false.

Just change

if(Config.FORBIDDEN_NAMES.length > 1)

to

if(Config.FORBIDDEN_NAMES.length >= 1) or if(Config.FORBIDDEN_NAMES.length > 0)

 

Thank you for your sharing ;)

Edited by ClassyCraw
Posted

Your code will not work properly. If you forbid one player name, if statement return false.

Just change

if(Config.FORBIDDEN_NAMES.length > 1)

to

if(Config.FORBIDDEN_NAMES.length >= 1) or if(Config.FORBIDDEN_NAMES.length > 0)

 

Thank you for your sharing ;)

thanks for response I will update it

Posted (edited)

Both ways sux. Simply

if (!Config.WHAT_EVER_CONFIG_IT_IS.isEmpty())

So, if config is empty, the feature is disabled.

Edited by SweeTs
Posted (edited)

Oh right it's [], so simply length > 0. Also, in your case you can't leave it empty (error otherwise)  :P

 

Also, while the config uses lower case letters, you don't have to use st.toLowerCase(), simply st is enough.

Edited by SweeTs
Posted (edited)

Also, while the config uses lower case letters, you don't have to use st.toLowerCase(), simply st is enough.

 

That would mean Dildo, dIldo, diLdo, dilDo, dildO (and all others possibilies) would be legit.

 

And yeah I did that to write dildo 5x. Now 6x.

Edited by Tryskell
Posted

Lets not forget Amouncements, Anouncements, Announcenets, Annonucements, Announcenemts, Annauncements, Nlk, Admln and whatever else I saw in my servers xD

Posted (edited)
+ for (String listid : FORBIDDEN_NAMES.split(","))
+ {
+ LIST_FORBIDDEN_NAMES.add(String.valueOf(listid));
+ }

String.valueOf is useless.

 

 

 

+ if(!Config.FORBIDDEN_NAMES.isEmpty())
+ {
+ for(String st : Config.LIST_FORBIDDEN_NAMES)
+ {
+ if(_name.toLowerCase().contains(st))
+ {
+ sendPacket(new CharCreateFail(CharCreateFail.REASON_INCORRECT_NAME));
+ return;
+ }
+ }
+ }

>

if (LIST_FORBIDDEN_NAMES.contains(_name.toLowerCase())
{
 sendPacket(new CharCreateFail(CharCreateFail.REASON_INCORRECT_NAME));
 return;
}
Edited by Tryskell
Guest
This topic is now closed to further replies.


  • Posts

    • Both are in-game bots. I'm looking for an out-of-game bot ((one that doesn’t require the L2 client).     Hmm, never heard about this bot. Will check, thank you
    • 🎉 L2Mid is back! After a 3-year pause, we’re launching a new Interlude server based on the original Interlude client (old school 😉).   What to expect • The classic Interlude spirit • Old friends, rival clans, and returning legends • A season focused on pure nostalgia   This may be our final Interlude server. (maybe 😉) 🗓️ Opening: December 5, 2025 at 20:00 (GMT+2)   https://l2mid.com
    • Hello, i was wondering if there's a guide on how to add the enchanting armor glow system from  Ertheia or Lindvior to hi5?
    • I imported this file using Unreal Engine 2 Runtime, modified it, saved it back, and then placed it on the client. When I run the game and wear this back accessory, the client crashes!     2025.10.28 03:52:59 OS : Windows XP 5.1 (Build: 2600) CPU : GenuineIntel  Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz @ 3697 MHz 1023MB RAM Video : NVIDIA GeForce GT 730 (3064) PosCode : TS4(273) -119:-62:-1474 4/1 [0] SkeletalMesh MFighter_Fuckl2jangel.MFighter_Fuckl2jangel: Serial size mismatch: Got 383399, Expected 383403 History: LoadObject <- (SkeletalMesh MFighter_Fuckl2jangel.MFighter_Fuckl2jangel 8376427==8376427/8376498 7993028 383403) <- ULinkerLoad::Preload <- PreLoadObjects <- UObject::EndLoad <- UObject::StaticLoadObject <- (Engine.Mesh MFighter_Fuckl2jangel.MFighter_Fuckl2jangel NULL) <- UMeshComponent::LoadMeshComponent <- UMeshContainer::UpdateMeshComponents <- APawn::UpdateMeshComponents <- User::UpdatePawnMeshContainerByItem <- User::UpdatePawnMeshContainer <- User::SetPawnResource <- NCPawnView_InvenItemWnd::OnRButtonDown <- NCVirtualWndMain::SetFocusingWindow <- NCVirtualWndMain::DispatchWndMsg <- NConsoleWnd::DispatchWndMsg <- NConsoleWnd::MasterConsoleEventProcess <- UEngine::InputEvent <- UWindowsViewport::CauseInputEvent <- UWindowsViewport::UpdateInput <- UViewport::ReadInput <- APlayerController::Tick <- ALineagePlayerController::Tick <- TickAllActors <- ULevel::Tick <- (NetMode=0) <- UMasterLevel::Tick <- TickLevel <- UGameEngine::Tick <- UpdateWorld <- MainLoop   I don't know what the reason is. Can you help me?
  • 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