Jump to content

Who is STRONGER???  

420 members have voted

  1. 1. Who is STRONGER???

    • Donator
      64
    • Bugger
      229
    • All-Day Player
      129


Recommended Posts

Posted

All-Day-Player (or maybe not all day, but skilled palyer), because donator can have nice equipment, but also he can be NO_SKILL_PLAYER xD With Bugger...hmmm...I know the best way of defeating bugger xD It's called - PETITION xD

Posted

All-Day-Player (or maybe not all day, but skilled palyer), because donator can have nice equipment, but also he can be NO_SKILL_PLAYER xD With Bugger...hmmm...I know the best way of defeating bugger xD It's called - PETITION xD

good bugger cannot be detected and hackers too(if there is not protection to the server)

Posted

the best combo is all-dayplayer+bugger 8)

Yeah this is the worst combo

 

 

Coz millions hours of playing are for nothing when u get banned

Posted

I think that answer to this question is not easy...

 

i will use as example L2Elite...

 

An *AllDayPlayer can obtain same thing that a donator got just by trade... and FOR SURE an *AllDayPlayer with same armor/weapon of a donator will PWN him really easy.

In this server bugger have not a lot to do now (in the past they did a lot of ++ and other thing) so i think they cannot do that much now..

 

But all example will be different server by server... and player to player.

Personally i never donate for a server... but i have pwned a lot of time ppl with full set ++ donated + raid jwl (traded with other donated items).. and in the same way i got pwned a lot of time from donator that 1shot or 2shot me..

 

BTW i think that *AllDayPlayer can obtain same thing that donator get... so AllDayPlayer will ever pwn a donator...

About Bugger.. i think that all depend from WHAT they can do on server where they play... logically if a bugger obtain GM Speed x4 will be a little hard to pwn..

 

 

p.s. btw i know also a "AllDayPlayer" really naab xDDD

*maybe it's better if on my post you read "Skilled player" everywhere now there is "AllDayPlayer" xD

 

 

p.p.s i know also a "AllDayPlayer Donator" really naab xDDDDDDDD

Posted

the best combo is all-dayplayer+bugger 8)

no i think best combo is:

you are as a leecher with party alldayplayer+bugger :P

 

seriously i think bugger is best anyway. why?

 

bugger can make items,money,fast lvling with bug/exploit. even if he cannot lvl then can buy pwrlvl from alldayplayer and he dont need to spend before comp 24/7 :P

Posted

good bugger cannot be detected and hackers too(if there is not protection to the server)

 

Not so sure, some of exploits&cheats are easy to see, I believe that most of players have something like INTELLIGENCE and see that something's wrong, and also I think that admins or GMs can check easily users of bugs, cheats and exploits, and about hacking it's obviously different from simple cheating ;)

Posted

Not so sure, some of exploits&cheats are easy to see, I believe that most of players have something like INTELLIGENCE and see that something's wrong, and also I think that admins or GMs can check easily users of bugs, cheats and exploits, and about hacking it's obviously different from simple cheating ;)

of course it is easy for the admin or the GMs to see you when hacking or bugging but a good hacker never does his tricks when they are online(if they are not online the story is upon the gameguard)

Posted

Yes, I agree with that ;) Unfortunately (or maybe fortunately?) on my server there is probalby no hackers (or maybe they are so good, that no one know about them..) xD There was only one cheater, but he was quickly found and got ultimatum ^^

Posted

Bugger = 20 years old player = NOT burned player :P = Da playa!!

 

P.S : Believe me this thing is checked 1000 times :P .

f.e in L2 Core (W.H enchant,augument stuck...)

You pwn everyone and you spend 0 time and 0 money.

 

all day player = 10 y.o. player = burnt player = never the playa... trust me xD

Bugger = 20 years old player = NOT burned player :P = Da playa!!

 

P.S : Believe me this thing is checked 1000 times :P .

f.e in L2 Core (W.H enchant,augument stuck...)

You pwn everyone and you spend 0 time and 0 money.

 

 

No,i'm playing on l2core,and i can pwn the buggers,(witch using WH enchant or augment stuck) its a big lie,if u pwn some noobs it doesnt means u are pro.

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