Jump to content

Recommended Posts

Posted

Lipon eimai palios sto l2 kai 8elo na arxiso enan server pou exo ma8i oti

einai polu kalos kai oti exi trela pvp.Alla antimetopizo provlima me to

patch dn mporo na katalavo ti prepi na kano me to hosts file dn ta

katexo genika afta.Opios mpori as mou grapsi genika ti prepi na kano oli

ti diadikasia tha tou eimai evgnomon!

 

KAI PALI EFXARISTO!!!

Posted

Λοιπόν, μολις κατεβάσεις τα Hosts θα πας : ''Ο Υπολογιστής μου'' /-> ''Τοπικός Δίσκος'' /-> ''WINDOWS'' /-> ''System32'' /-> ''Drivers'' /-> ''Etc'' /-> και θα κάνεις επικόλληση το ''Host file'' που κατέβασες εκει.

 

Μετα αν ο server που κατέβασες σου δίνει κ ''system'' θα πας στο ''Client'' σου και παρε το ''system'' που σου δόθηκε και βαλτο μεσα.

 

 

Posted

lol an isoun palio sto l2 8a ikseres pos na to kaneis ;p

 

 

afou katevaseis to patch toy infinitel2 8a to anikseis kai 8a leei host kai apo dipal browse. pata ekei kai dose to path pou egrapse o astra meta pada ok k afou pei oti olokliro8ike (dn 8a argisei) meta pata to X pano na klisi.. :p meta ta ipolipa ta exei grapsei k o astra.apo to system. an kai to patch tou infinitel2 vazei kai to ikonidio t l2.exe sthn epifania ergasias. epomenos boreis na to trexeis k apo ekei!

 

 

HF ston infinitel ine porosi ala ta items 8eloun kapsimo gia na vgoun :P

Posted

re pedia dn lei na katevaso to hosts lei mono to patch kai otan kano browse mou dixni imhosts.sam

                                                                                                                    networks

                                                                                                                    protocol

                                                                                                                    services

kai otan patao ena apo afta kai kano install lei pos afti i diadromi dn epitrepete

dn mporo na katalavo kai sto site dixni kai kano afto akrivos

kai pali tpt

Posted

Gia na logareis ston infinitel2 kane c/p auto edo sta hosts sou.

 

# Copyright © 1993-2006 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.

#

# This file contains the mappings of IP addresses to host names. Each

# entry should be kept on an individual line. The IP address should

# be placed in the first column followed by the corresponding host name.

# The IP address and the host name should be separated by at least one

# space.

#

# Additionally, comments (such as these) may be inserted on individual

# lines or following the machine name denoted by a '#' symbol.

#

# For example:

#

# 102.54.94.97 rhino.acme.com # source server

# 38.25.63.10 x.acme.com # x client host

 

127.0.0.1 localhost

69.16.243.105 L2authd.lineage2.com

69.16.243.105 auth.lineage2.com.tw

69.16.243.105 auth.lineage2.jp

69.16.243.105 L2auth.Lineage2.in.th

69.16.243.105 L2auth.Lineage2.ph

69.16.243.105 L2testauthd.lineage2.com

 

 

PS : An exeis vista kane ena reply !

Posted

VISTA EXO:)

 

Orea, anikse to notepad san diaxiristis (run as admin)

kai meta file > open > system32 > drivers > etc > all files ke bres ta host ke kane c/p to text

pou egrapsa parapano. Etc tha boreis na ta kaneis save meta.

Posted

enois na anixo notepad na pao anigma na epilexo to imhosts.sam tna to anixo kai na kano epikolisi

afto pou egrapses???kai na to apo8ikefso kai otan m lei sto patcher browse na patiso se afto pou 8a kano apo8ikefsi???

 

Posted

Oxi to imhosts.sam.

To aplo ''hosts'' .

Kai dn xriazese patcher, apla

kane c/p auta pou sou egrapsa sto hosts . (Oxi imhosts.sam oute hosts.msn oute hosts.bak)

Posted

dn exo hosts eki mesa exi mono imhosts.sam

                                          services

                                          protocol

                                          networks

Posted

Patises ''All files'' kato deksia pano apo to ''open'' ?

An patises ke dn exeis, dn exo idea ti prepei na kaneis.

 

Ps: Min pirakseis to imhosts kalitera.

Perimene kapion pou kserei kalitera na

se helparei.

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

    • fixed the flickering , if you noticed to an other specific page please let me know
    • 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..