Jump to content

Recommended Posts

Posted

it's ok, just don't try be that smart with such "blind" comments if you don't know what's wrong..first test by yourself after speak man..

 

Okey Accountant well done here

Posted

The english patch says its virus but its not ... its taking the .dll as virus 

Its not about all antiviruses only some of them

Maybe we will change it somehow but for now either use russian patch either dont worry it hasnt contain any virus just its the compatibility with windows 10

Posted (edited)

Hello guys ... We updated our patch 

Check it out now :)

Thats truth ... We are trying our best Please if you have any suggestion post it in our forum http://l2matrix.com/forum 

Vote to make it popular ! 

you need more players..

Also add a command or community board so we can see ppl on..

Edited by camenomat0
Posted (edited)

Things should be nerfed:

1)Soultakers summons with full buff

2)Tattoos (necro 1930 c speed w/o malaria)

 

Things should be added:

1)Antibot :dat:

2) Seraph + Queen buffs in NPC

 

Things should be edited:

1)Npcs (GK, GM shop)

2)Farm spots (not only varka)

3)Duration of serapth and queen.

Edited by tatan
Posted

 

Things should be added:

1)Antibot :dat:

2) Seraph + Queen buffs in NPC

 

you forgot the most important: players

how long gonna run like that,plus wings need to be removed,they're awfull and too much stats

Posted

you forgot the most important: players

how long gonna run like that,plus wings need to be removed,they're awfull and too much stats

I thought that I don't really have to mention lack of players ;D ;D

I didn't collect enough coins for wings so I don't know their boost ;]

Posted

Things should be nerfed:

1)Soultakers summons with full buff

2)Tattoos (necro 1930 c speed w/o malaria)

 

Things should be added:

1)Antibot :dat:

2) Seraph + Queen buffs in NPC

 

Things should be edited:

1)Npcs (GK, GM shop)

2)Farm spots (not only varka)

3)Duration of serapth and queen.

Tattoos why ? its retail if necro has 1900 as you say Sps has 2300 :) so it doesnt change anything

Antibot yes thats true but nowdays people are using adrenaline ... we are thinking ways to stop this sh!t ... catsguard doesnt work... 

Wings doesnt give crazy stats ... we implement them to give balanced(to the way its possible) stats 

About the buffs yes many people asked about those buffs ... We considering to add them ... 

But as you said guys the huge problem is the lack of players ... Saddendly i cant do something without your help ... 

Posted

Tattoos why ? its retail if necro has 1900 as you say Sps has 2300 :) so it doesnt change anything

Antibot yes thats true but nowdays people are using adrenaline ... we are thinking ways to stop this sh!t ... catsguard doesnt work... 

Wings doesnt give crazy stats ... we implement them to give balanced(to the way its possible) stats 

About the buffs yes many people asked about those buffs ... We considering to add them ... 

But as you said guys the huge problem is the lack of players ... Saddendly i cant do something without your help ... 

still way too much,by the way,server gameplay in general is unfinished,as for players you should first try to advertise before make an opening,at least you can still work and make fixes,and advertise every day,add something attractive and update your features,and btw wings need to be removed in my opinion,because they are ugly,plus op stats that ppl not need.

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

    • Hi, great work! Are there any bugs? And will it work with a high five?
    • For others that would like to understand in more details:   The login server also uses a protocol (sent by the server to the client in the very first packet). For instance, the C4 client (the one I'm developing my emulator for) expects the protocol number `50721` (or `0xc621`) which works as follow (from what I've gathered): Preamble: L2 packets are divided into two parts: size and payload; As mentioned, every packet starts with two bytes containing the whole packet size (thus including those two bytes, e.g. a packet of size 15 will have the number `15` written onto its first two bytes and a following payload of 13 bytes); For login server, first byte of the payload is the opcode (game server must deal with variable-sized opcodes); Next bytes are the packet content; Before sending the packet, its buffer size (minus the initial two bytes) is padded to 8 bytes (required by upcoming Blowfish encoding); A checksum of the packet is appended at the end, then the payload is again padded to 8 bytes; If the opcode is not `0` (also written as `0x00`), then the payload is encoded by Blowfish; Packet is sent over the network. You can have a look at my implementation (in C++) here (do note I'm assuming little-endian).   In this protocol, the auth packet (`0x00`) sent back by the client is RSA encrypted using the RSA modulus sent in the first server packet, inserted right after the protocol number.  
    • Hello guys I wanna buy some  Lessons for an L2J Developer
    • Let me give you something for inspiration and get you addicted to bot AI     And a siege 😛     What I have notice helps a lot the LLM to act real, is to give it a real-persons background. So for each LLM in the context beggining, besides the L2 facts, give it a real-life back story "You are a 67 years old retired nurse who plays Lineage 2 while her husband reads his newspaper, you are calm, collected but get mad if insulted". But that makes for a creative bot but its repetitive. So what you can also do, is pick random 20 news sites and for each bot every 2-3 days, initialize a context that is affected by the "news" the bot reads in the "real world".  So for example there's Iran - US war ok ? You take the news, put it in an LLM and ask it, extract the "abstract feelings" that this news piece invokes into you without mentioning anything related to the news. Then you take the result and inject it to the bots LLM prompt after its backstory.  This leads to some VERY human-like behavior from bots. 
  • 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..