Jump to content

Recommended Posts

Posted

Hi im curently having a pvp farm server and a low rate server and i wanna ask you would you like like 2 new dedicated hosted servers???

 

 

one Pure PVP easy to get items subs and etc and one mid rate with farm? like 30-45x?

 

give me your sugestions please :D

i have a dedicated machine with 24gb ram

Posted

Personally i'll prefer a PvP server.. pretty easy to get items but u should invent urself something unique to make the gameplay interesting..

 

+Currency only adena & gold bars!

Posted

Also i preffered a high rate pvp server, cuz for me, i have few time for play, so if i need to farm 2-3 hrs every day, for 2 weeks i'm gonna quit soon.

 

Some thing i suggest, if it is pvp server, dont make it +30 enchant stuff, make it max 16, and maybe a low enchant rate, so maybe could be more balanced, o some way hard to get enchants and blessed enchants.

 

Other thing, make something with raid boss, cuz on high rates, the usual raid boss, no1 kill them, normal i mean raids on ketra, varka, silent valley, hotsprings, some of blazin swamp, and some a bit lower could increase level.

 

Other example, make the toppest weapons expensives, s84, and the enchants make them low rate succes, but to dont broke the weapon, just low -2 enchant if fail, safe +3, max 16. With that people will have few weapons and maybe not so much ++++

 

Well i dont know if other people like this, but this are some suggestions.

Posted

yy i like GvE server too,but not with fucking donators +30 skills lol(scryde)

 

OnTopic:I would prefer the pvp server too.i suggest you to open only one (for me the pvp on) and concenstrate on this

Posted

we are a 8 dev team so concatrate on a server won't be a problem :) but im thinking about a pure pvp server with just a hard way for enchants and that not so hard

Posted

Well yeah the PvP srvs is the best choice.. to make it more interesting u could add Rb's how other ppl said.. that drops rb jewels + blessed + ls... also make that when enchant fails item doesnt break but goes back 2 enchants.. how other ppl mentioned..

My opinion is that if u make farming too hard ppl won't join,so u could also make easy farm for items but hard for ls.. or something else just try invent something unique.

Posted

BTW wich is the name server, to have it in mine to joing if u create a entertaining server :D

 

About the raidboss, make them hard, that need to be killed by at least 2 parties, respawn time like 2-4 days, good drop, make like 20-25 raids, so clans will need to fight to get them, so 2 parties killing the raid, 1 or 2 more defending if pvp comes :D.

Other thing, that the raidboss dont die by reflect damage.

 

Normal enchants 40% rate, blessed 55% or something like that, and if failed, dont break just lose 2 enchants :D. If safe is 3 or maybe for for duals have SA, and to 5 failed, that it return to 4, but to 6, if failed, return to 4, what i mean, that if any enchant failed, dont reduce from safe enchant.

 

If anyone dont understand tell me and i'll edit it :D

Posted

I understood but..40% enchant rate on a high rate PvP srv? :/ lol no

 

About the raidboss, make them hard, that need to be killed by at least 2 parties, respawn time like 2-4 days, good drop, make like 20-25 raids, so clans will need to fight to get them, so 2 parties killing the raid, 1 or 2 more defending if pvp comes :D.

 

Also u ever thought if srv will get so much ppl that there will be so much parties at rbs?

Posted

hmm i see some verry nice ideas:)

 

 

i don't know the name yet or i will launch this server under my other server name(same site with low rate) :) or new name :)

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