Jump to content

[Guide]"Klepste Ton Allon Xwris Na SaS Katalavei"(Low Servers Reccomended)


Recommended Posts

Posted

WeLL...

Dn exe 3anadei tpt tetoio edw pera sto greek section kai afou o fakoykas asxoleite me to greek eipa na ton voi8isw ligo

Einai Ena Bug Pou Otan Epeza TG PvP x35 "Ekleva ton allon" xwris na ka8omai an usarw hacks klp.

As Arxisoume:

Xreiazeste:

1)Enan Necro Na Exei Parei To Tranfer Pain Skill

2)Episis An Sas einai eukolo enan sps i sorcer

=================================

1o Step)Kante Summon To pet t necro.

 

2o Step)Arxiste Na Varate To Pet mexri na paei low hp.Prose3te na min psofisei apo ta hit sas!

2/2o Step)An Exete SpS Char vgalte to weapon sas kai kante tou Freezing Shackle (Reccomended).Sinistw Freezing Shackle Twra boreite na to kanete me pola way!

 

3o Step)To Pet sas twra exei poli low hp pate s PvP/Pk Zone i ekei p pio prin psofisate apo players,enw exete energopoiisei to tranfer pain!

Prosoxi Edw!Dn prepei na ginete flag gt an ginete flag tote to bug dn 8a piasei..

Prosoxi 3ana!Dn Prepei auto p 8a sas ri3ei na einai war!

 

4o Step)Poloi apo autous sas varane gia na arxisete kai eseis na tous varate...Enw Exete Tranfer Pain To Pet Sas Psofaei

 

5o Step The Best)Killarete to Player me karma kai t peftoun items!

=================================================

Sinistw na exete kai enan filo mazi sas gia na min sas ri3ei o karma player!

PS.Sto English Section Iparxei Alla auto einai pio katanoitiko!

Posted

File ontos auto douleuei Poli kairo

 

An kai nomizo pos eimai Sxetiko

 

Dn 8elei poli fantasiosi ala Ontos auto douleuei 100% se low rate server otan omos apo karma peftoun Items

 

 

Einai ena Poli analitiko Guide File  Kai idika Gia tous Newbie Pou auta ta ma8enoun Twra

 

Kali sinexia

Posted

Comming Soon New Guide And Waiting For fakoykas Replys!

8elw na sinergastw me ton fakoyka kanontas ta greek sections kalytera apo ta english to site einai apo owner elina kai etc pisteuw oti einai kalytero ta greek section na emfanistoun pio polu..

ena kako omws..!

pola atoma p dn 3eroun elinika vlepoun to title tou topic kai lene can u explain this to english plz..If i Have moderator status 8a ekana delete kai delete ota ta qoute apo alous san na min iprxan dld.!

euxaristw gia ta logia sou!

Posted

Ok isws ta dokimazw se kalous server dunno,pantws dn douleuei se L2JFree interlude last rev to pet dn exei ka8olou life alla dn peftei apla menei me 0 life.

 

Akougetai poli logiko na douleuei kati tetio,euxaristw Strike,poli kalo guide.

 

Pare k +1 karma gia tin prospa8eia p kaneis file m.

Posted

euxaristw fakoyka...

8a kanei oti borw kai na kanoume kai mazi merika topics posts gia na kanoume to greek section "kalytero" apo to english(8elei xrono)...

Ok isws ta dokimazw se kalous server dunno,pantws dn douleuei se L2JFree interlude last rev to pet dn exei ka8olou life alla dn peftei apla menei me 0 life.

 

Akougetai poli logiko na douleuei kati tetio,euxaristw Strike,poli kalo guide.

 

Pare k +1 karma gia tin prospa8eia p kaneis file m.

S L2J Interlude einai pws 8a to ri8miseis...an valeis na einai to pet 'invul' kai na menei synexeia me 0 life dn pianei...

gia auto lew Low Server Recommended!

Posted

lol ? olo auto gia na mas peis oti prepei na killarw ton karma player? auto pianei mono se servers pou to karma drop rate weap /armor / jewel exei aukshthei kai den einai 0 dld den pianei .. oute bug einai kai oute 150 post den xreiazontai ..

nc

 

1rst warning

Posted

dn eipa pou8ena oti einai bug...

exw valei Guide gia ena trick..ta 150 posts nomizw a3izoun kai etc kai aliws dn exw prob na alaxtei apo moderator i g.moderator..

(Low Servers Reccomended) to eipa kai auto gt ekei exei  karma drop

kai prosopika to xrisimopoiousa ston TG!

Posted

Arakste re dn peirazei otidipote trick einai xrisimo k oloi mas to exoume xrisimopoihsei.Kala ok sigouro einai oti ama parei pk to pet 8a exei poli ligo karma k etsi dn 8a exei polla drops alla exei k tin plaka t na parei pk xwris kan na to katalabei xD.

 

BTW mikrina ta grammata s gt itan terastia k itan ligo diskolo na diabastei ena megalo keimeno etsi.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • I suggest logging real player data such as positions, movement, quests, skills used in real time, and general actions and save them in whatever format you like. You need to organize and verify the data. If your data are not enough you can create synthetic data based on your existins real data. later you have 2 options  You can fine tune a smaller model (for example, from hugging face). This requires time, money(compute power), and plenty of trial and error, but the benefit is that you can run it locally without relying on external services. Use existing LLMs and  instead of training you can store your data in a vector database and let the LLM query it( im not sure if RAG is the right term here). This approach is faster to set up but depends on the model  and the output you want to achieve(you will need some research there). Regardless of which approach you take  you should expose only safe actions through a service or API. This can be done with MCP(model context protocol) or a custom api ensuring the model (local or external) can only trigger controlled api calls such as movePlayer, castSkill, etc etc, which are already implemented in most sources, but you will need to implement them for your models output and behavior.    Doable? Yes by commiting  a tone of hours and i dont think java code is the problem here. Is it worth it? If you’re doing it to learn then go for it. But if your goal is to create “real fake player” experience on your server or to sell it later  its not worth it. Spend your time elsewhere   yes they can
    • in process upgrade Wolf and to Rose. price updated 🙂   p464 Elf - $10,000 p507 Wolf - $25,000 p520 Rose - $40,000 (complete in 2 weeks)   Rental agreement - p464 Elf - $5,000 + 50% of all server revenue p507 Wolf - $10,000 + 50% of all server revenue p520 Rose - $15,000 + 65% of all server revenue
    • And what model you wanna train? LLMs can't do that.
    • Discord         :  utchiha_market Telegram        : https://t.me/utchiha_market Auto Buy Store  : https://utchiha-market.mysellauth.com/ Not sure if we’re legit? Check Our server — real reviews, real buyers https://discord.gg/4EPpYhe2HA  | https://campsite.bio/utchihaamkt
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock