Jump to content

Recommended Posts

Posted

common guys, clicking is not needed, who cares for the bottom 200? u maybe want to scroll a bit around 100 to see the area that effects you and if somebody wants to take your position or rank. there's no point to scroll down 10000 times unless you are a maniac

 

26 minutes ago, Rootware said:

200 players at the same time performing your actions will make your server inaccessible.

 

Make Top 20 with better design and notification of own position like "Your position is xxx." or "Not ranked.". This is will enough.

 

And don't forget make all statistic cachable.

 of course not, servers today can handle hundreds of gb traffic without problem. of course the server wont use 5euros vps, but still that wouldn't be a problem... a few mbs of traffic for 200 players looking at your cb is zero overhead in todays standards

Posted

the lines issue will be addressed with a background texture, but still when I share it, i will share only the code not the looks so people can do anything with it. its not limited just to toplist, realtime ranking can do lots of stuff like reward top players every day, events etc

Posted (edited)
20 minutes ago, xxdem said:

the lines issue will be addressed with a background texture, but still when I share it, i will share only the code not the looks so people can do anything with it. its not limited just to toplist, realtime ranking can do lots of stuff like reward top players every day, events etc

What's the point of sharing something in 2019? The community is toxic, criticism and people who just "grab and make money".

No worth it.

 

Oh and let's no forget this AlmostGood trash who sit 10 years in this forum crying for others.

Edited by V-Ray
Posted
3 minutes ago, xxdem said:

but still when I share it

An a .command npc window with pagination is faster (on coding term) and much more effective also do the world a favor and don't lie to make them like this shit you never shared anything you always said "you will".

[GR]τόσα χρόνια εδω μέσα χειρότερη παπαριά σαν αυτή δεν έχω ξανα δεί, κάνε μας την χάρη αυτή τη φορά και μην το κάνεις "share" ...ξέρεις απο αυτά που κάνεις στη φαντασία σου μόνο[/GR]

 

Posted

whats the difference between "pagination" and this, the developer can make my code jump by 10 or 20 or eve 100 a time, not one by one as I did, this is just a parameter I chose to have as 1. am I talking to developers or players that blame the configuration I chose? 

 

We are supposed to talk about a realtime zero overhead/latency inmemory ranker that works without db calls, for the whole playerbase that can be parammeteriased with any filter, not the looks of the toplist that i posted just for example.

Posted

and people, lets be real for the last decade most servers use cached static toplists that update every X seconds with probably not real data since PVPs are not committed live on the database if the player is online,  this is what we are addressing here

Posted
42 minutes ago, xxdem said:

common guys, clicking is not needed, who cares for the bottom 200? u maybe want to scroll a bit around 100 to see the area that effects you and if somebody wants to take your position or rank. there's no point to scroll down 10000 times unless you are a maniac

 

 of course not, servers today can handle hundreds of gb traffic without problem. of course the server wont use 5euros vps, but still that wouldn't be a problem... a few mbs of traffic for 200 players looking at your cb is zero overhead in todays standards

 

You are right if admin skilled and knows what need to buy from hardware and how the better configure software. But in real life too many season servers based on cheap/medium VPS. And CB it's a little part of many other systems of GS and can produce many lags for other players/subsystems if developer with this features not cares about performance. And don't forget about lags from GC work. 200 ppl can produce enough garbage in heap if developer didn't cares about optimal code.

 

Generally, modern admin cares only price (cheapes > better) and DDoS protection.

Posted
2 minutes ago, Elfocrash said:

L2BattleRoyale had a toggle for the user to enable the exact same real time update tech for the ingame toplist. It's nothing special and it's very easy to do.

 

The reason why you don't have a scrolling bar or pagination is because the HTML refresh will make it look even more unresponsive that it is right now since the scroll won't be maintained on each update.

 

the reason i dont have a scrollbar is that it requires to render all lines on a single request; the cb html will always have to render more lines and theres also the packet limit for showboard, whereas mine feeds a constant of 30 in my case lines per request and is not limited by showboard packet size and can simulate the scrolling of the whole playerbase on virtually a single page.

 

I dont see a counter argument on changing the configuration to 10 or page_size jumps by the way, why is that?

 

also, in case you didnt notice, at the bottom of the list you always see your position unless you are within the page limit, this is not possible with the scrollbar in a world where l2 html had no size limit.

 

finding and rendering the position of your player, even if you are bottom 10k real time and without latency is what makes my ranker unique among others. but again lets not talk on the looks and ux

Posted (edited)

because at the end of the day only the ranking code will be shared

 

btw l2br server never reached any expectations in terms of big db and huge online ammounts, we dont know if what you made is comparable to my ranker

Edited by xxdem
Posted
3 minutes ago, Elfocrash said:

This would be fine as long as the player is the one who chooses this number, not you

 

Then move it at the top if the player is out of the current index range

 

You're missing the point. There is nothing special in the ranking code. It's just very basic sorting. The UI looks terrible so I doubt anybody would be interested in that anyway.

 

if its nothing special then I am keeping it for myself, idk I got excited to have zero latency ranker access with live values. Gives me many ideas for features and felt like sharing. anyway can be locked then

Posted

I also like the minimalistic approach. What I found questionable :

  • The scrollbar, a 25 slots pagination is far less painful at usage for players.
  • The "live" behavior, probably a ressource grinder for almost no benefits (it's not a LoL competition).
  • Your position should be more visible
  • Some improvement room upon what is displayed (title : pointless, icon for class hard to understand,  too much color / gradiant).

It's heavily subject to personal tastes - probably what I find ok, someone else will hate it.

Posted

yea 1 was kinda stupid actually, gonna use a 10 by default, the color is the actual name color the player has at the moment included purple / red while on flag / karma

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

    • UPDATE M63 Introduced the first major Party Logic system: Bots can join and operate under a real-player party leader. Party members: follow the real player, assist the leader in combat, coordinate around the party leader, support party combat instead of behaving purely as independent farmers. Added initial party formation/follow behavior. Added party-aware PvP assisting.   Expanded Party Support / Party Combat behavior: Improved party coordination across different bot classes. Added broader healer/support participation. Expanded combat equipment/ammunition support, including all six arrow grades. Party members became more coordinated in PvP and group combat. Added improved bot reaction to resurrection situations. Added compatible resurrection-answer handling. Refined party formation behavior. Party combat became more persistent when members were attacked. Party members maintain combat participation more reliably instead of immediately dropping engagement.     Major Party Logic expansion:   Changed party travel formation Added temporary main assister leadership: if the real-player leader dies, a random living damage dealer becomes combat leader, other bots assist that damage dealer, if the assister dies, another DD can take over. Added special Bishop/Cardinal real-player leader logic: bots continue following the real player, a damage-dealer bot becomes the party’s combat assister. Added 5-second idle Party Logic: if the real-player leader stops moving/actively controlling combat for 5 seconds, bots can resume autonomous farming around the leader. Temporary main assisters use the bot’s already configured PvP mode instead of a separate Party Logic PvP system. Existing modes remain authoritative: Idle AttackFlagged AttackEveryone Temporary main assister can independently acquire PvP targets according to its configured mode. Other party bots assist that selected combat leader. Made Party Logic target acquisition party-location aware. While operating in a party, autonomous PvE/PvP searches can be centered around the real player’s current location rather than only the bot’s original farming position. Existing bot farmRadius remains the effective acquisition radius. This allows parties to travel away from their original farming areas while continuing to operate dynamically.     Expanded Bishop/Cardinal Party Logic behavior:   Bishop/Cardinal parties now use the same 5-second activity/idle model as normal real-player-led parties. While the Bishop/Cardinal leader is moving or active: bots prioritize staying with the real player, maintain the ~70–100 unit random formation. After the Bishop/Cardinal remains idle for 5 seconds: party bots may return to autonomous farming around the leader. When the Bishop/Cardinal starts moving again: party members transition back to following the leader. PvP remains independent of the PvE idle condition: valid PvP targets can still trigger combat according to each bot’s configured PvP mode.     Optional Hero System: Added a new hero_enabled option for Autobots. Bot creation gained Hero appearance: No / Yes. Existing bots default to hero_enabled = 0. Bots with hero_enabled = 1 spawn with native Lucera Hero status/aura/appearance through Player.setHero(true). Hero weapons configured through the existing Autobots item system can be equipped normally. This is intentionally visual/status Hero only: no Hero skill injection, no automatic native Hero skills, no changes to combat AI or targeting. Hero state can also be changed directly in the database and takes effect after respawning the bot.     DOWNLOAD
    • Throw a free cloudflare SSL cert in there. 😄
    • Nextarget was a LT international clan in Dawn and  Evoke and other servers, playing most in Interlude, so dunno if you try use this name to atrack the players or smth.
    • Server Specs ChapterInterlude Classic EXP / SP Ratex50 Adena Ratex30 Drop Ratex20 Spoil Ratex15 Max Level78 Website https://l2nextarget.com/ Start On Today At 22:00
    • Since last forums fail, I decided to introduce a little website over PTS server holder - just to make basic informations more reachable. You can discover it over http://anothercrappyinterludeserver.com/   Discord channels ACCESS TO SOURCES and SERVER INSTALLATION were also reworked to be easier to handle.
  • 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..