Jump to content

Recommended Posts

Posted

hi guys how are you my name is daniel from argentina, am 28 and i live in buenos aires.

am here because i want to build a lineage 2 server 

 

now i would like to know how and what do you recomend for a good start in a server i have seen server they start and they close in less then a month  i want to open and stay open but dont want to die ont he try 

 

 

now my questions are

 

 

what type of advertisements and where should i advertise and how much to spend ( maybe Massage me if not allowed on forum )

 

do i do l2java and if so why should i do l2java?

 

do i do l2 off and if i do so why should i do l2off?'

 

what does people like exp x5 , x 10 ?  i want to put it at x25 pvp and craft my idea and then just make a lower one later?

 

 

who does l2 servers ?

 

does anyone in MXC do server lineage ? i mean build from scratch and modify ?

 

some one who does websites?

 

some onw who does vote banners?

 

 

well thats all for now guy when i have more questions ill pop  another one thanks

 

Posted

hello daniel.
what client you want? interlude - hi5 ?

about advertisments . you can do here on mxc ,on l2topzone,l2hopzone,
what i mean advertise? put banners from your server.(if you want a perfect banners & site pm Strain.he is the best )

ppl prefer a stable server the rates is not so importand.
the difference btw pvp server and low rate is that the low rate server can start alive more days.

how much you can pay for l2?

if you have more question add me on skype : l2trinitypvp or send me pm

Posted

interlude server

 

money dont know all depends on factors and how people likes server 

 

i have seen server for months server that have spent thousands of euros like 1000-5000 euros in just advertising and they only got 10 people online  that is my problem 

 

i dont want to spend a ton of money and no get people on the opening day

 

i was thinking on using advert64 for server files but dont know 

Posted

interlude server

 

money dont know all depends on factors and how people likes server 

 

i have seen server for months server that have spent thousands of euros like 1000-5000 euros in just advertising and they only got 10 people online  that is my problem 

 

i dont want to spend a ton of money and no get people on the opening day

 

i was thinking on using advert64 for server files but dont know 

well add me ony skype to speak better for everything.

skype: l2trinitypvp

  • 2 weeks later...
  • 2 weeks later...
Posted (edited)

you telling that you want to build l2 server

 

then your choice is chronicle 1

 

but if you just babling about l2 server, but only want build money, chronicle 1 is not your choice

Edited by smeli
Posted (edited)

whore wich scams for 30 euro detected

As i remember you got banned and people laughed at you so true. also plz continue say shit and ill end ur account for ever. It's just a pm

I feel so shame for you because you said you're father, if  i were your kid and i knew that my father speak like this on net i would cut my veins, pathetic

35 yo dude

Edited by AccessDenied
  • 3 months later...
Posted

Buenas! Aquí Nasiferus..

 

Tengo varios packs para vender por si te interesa, enviame un mensaje privado! 

 

Saludos

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

    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • 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..