Jump to content

Recommended Posts

Posted

This announcement was made on the L2OldSkool board.

 

BETA Closing on 07/08/09, 9PM GMT+2 (05/08/09)

 

Hey everyone,

This is it! Our beta is finally over! I wanna take the time and thank all the beta testers who helped us make the server as perfect as it is right now. As i said previously, those who helped a lot WILL get rewarded, you know who you guys are. I will pm you ingame once we go live. The server will stay offline for about a week, maybe more, maybe less (hopefully less), and after we re-organize everything, we will go live. Take the time to go ingame and break all your items, or do whatever the heck you wanna do, in those final few moments. If you find me online i'll give out some +25 weapons for fun. Okay, so here's how it will go: On Friday around afternoon (GMT+2), the server will go offline and there will be an immediate wipe.

After that, the databases will be re-installed and re-configured, but registrations will remain CLOSED. (Accounts will be deleted too during wipe, but forum accounts will remain as they are)

Then, we (the team) will launch the server and run the very very final tests, and then the registrations will open up.

I will post an ETA for Live launching on friday, when the server goes offline. (It will be close to Friday 14th of August 2009).

Thanks again everybody and cya on IRC.

Silentz0r

 

P.S. Stay tuned on the forums and on irc (irc.deltaanime.net #l2oldskool) for updates on the server status.

 

Kind Regards,

 

Silentz0r

Posted

hi heiser ^^ im AlemanDMS in the forum of OldSkool

 

too bad that i cant test more the server before server go live, i need some hints of c3 :P

 

maybe i will play BladeDancer, Bounty Hunter or Prophet, dont know yet, what you recomend? first time on C3, so i really dont know anything about classes (wich is better, etc)

Posted

Read up on this site about what was new in c3.  

 

http://l2vault.ign.com/View.php?view=Translations.Detail&id=41

 

Archers shine in c3, however, daggers are decent but their critical skills will not ignore defense like pre c3.  Also, mages are great, SpellSingers are always great.. & with the lack of A/S grade jewls in the beginning mages will do good.  But everyone needs buffs so make a support character as well!

 

We have thought about adding passive skills, IE. dual weapon mastery to prophets, to make them more playable. With the custom Tatoos (IE. tatoo of soul : +33% attack speed) every class will be a great class!

Posted

Server will go LIVE next week, the server is GREAT.  99% bug free, the only c3 server that will bring back your old memories is here!  Stay tuned & register on the forum for more information on the exact date we are going live.  It will grow quick so go ahead & get a head start on launch day.

Posted

posted by Silentz0r on forum!!!!!!!!!!!!!!

 

Hello everyone

I just wanted to make it official, our LIVE launching date will be Friday 14/08/09 , and everything's going as planned for now. Stay tuned on IRC and on our forums for any changes/updates.

See you soon

Posted

Glad to know were going to have a large community when we go live!  Please register on the forums & idle in our IRC channel (info on website) to get updated information about the server & interact with the community.

 

www.l2oldskool.org

Posted

heiser thank you honestly for providing this server, you've got really courage to provite c3 server but is it good for you. I can't join you at the moment cause of vocation I'm on but I will totally try your server because of memories and nostalgy. I've been playing l2 since c1 and I will gladly play c3 again, I hope the server is c3 and there are no features from later updates.

 

Thank you again and you've got my full support.

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