Jump to content

Recommended Posts

Posted

Server is nice and stable no crashes except for me crashing it once this morning by accident. :P

 

/case closed.  newb server, newb team, wtf is unique?! this is just  a copy paste l2j server with fake players enabled script.

Posted

/case closed.  newb server, newb team, wtf is unique?! this is just  a copy paste l2j server with fake players enabled script.

 

TOP Programmer eu?

Learn some basics pls, before saying trash like what platform the server uses.

 

IT IS Unique. The chronicle gives the main thing, what is so hard to buy an IL or GF 95% fixed packed from Dxxmax or rent a newer chronicle from ruskie friends?? I see more fail on the upcoming IL servers which are obviously gonna be low populated, but gl!

Posted

/case closed.  newb server, newb team, wtf is unique?! this is just  a copy paste l2j server with fake players enabled script.

 

You suck as a troll lol. Anybody that knows anything about files and actually logs in will see that it is not lol L2J and the population at 800+ is not inflated at all. Let me guess your a butthurt admin from another server that had a bunch of players leave to come to Nostalgia :)

Posted

There isn't really any large bugs left that I can think of at the moment and the little ones we are fixing everyday :) 384 was just after the rr other than that we have not been below 500 since the start and average 800 that number is slowly increasing thankfully :)

 

Thanks for the gl!

Posted

up

 

join the server if you want to play a good and long-term low rate

 

if i want low rate i play retail, not buggy c5 with unbalanced class and fake players, i cant even find a fkin buyer to buy items from in game. dead server

Posted

lol so many fail trolls. Take a look at the bug forum we reply to and resolve every bug posted. Online count now 900+ with over 200 accounts a day made. Haters gonna hate but you can't keep us down :)

Posted

if i want low rate i play retail, not buggy c5 with unbalanced class and fake players, i cant even find a fkin buyer to buy items from in game. dead server

 

go shitlude then, it won't have more player for sure. You just here to troll and say how you hate the server

Do not listen to this guy, he is just emokid

Server is good now and population is growing, even new clans came. So shatap dude you are talking only trash.

Posted

dradden what are talking about?i dont tell lies and here is the proof,1st you said opening day 27 april?fail start opens 29 april,2nd you left serv for 3 days without a post about probs for crushing all the time?you come back after 3 days and said you was just away(no give a f@ck about crashes),3rd you said 2 months you working on the server and all is fine?lie all bugs still here(clan systems,frozen lab,quests and many more)its many more lies you said but im boring to write......and as i know you havent any answers for this,so how you expect ppl still sit at your serv?at first day it has 2k online i cant tell lie but now it remains 800 max with boxes and this is your falt cause this stupid behavior

Posted

Everything you wrote is explained well on the forums but since you obviously don't want to take the few minutes it takes to find that information lets do the lazy person short version for you. The server launched on the 27th no idea what you are talking about. I kept everybody updated on a daily basis. Those 3 days I needed to go out of town and the other staff was supposed to keep everybody updated, they didn't do their job and they got in shit for it...not much else I can do on that.

 

All bugs? Your joking right lol. There are a few that are taking us some time but thats just the way it goes. We have to this point fixed 95% of the reported and existing bugs, yet your going to QQ about that 5%..nice. Another large update coming tomorrow that adds fixes for the clan system which at this point is very close to complete and bug free. Frozen lab quests are not a priority and we never claimed they were but they will be added.

 

We average 800-900 online with an average of 40% people boxing. 100-200 new accounts per day are being created and the community is growing and strong. The tough times actually made our community stronger.

 

Understand now?

 

 

Guest
This topic is now closed to further replies.



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