Jump to content

Recommended Posts

Posted

Like really ? 

image.thumb.png.18fa83e88509efcf689fbaef7b69f7af.png

 

tab highlighting is a thing of textures, not wasting my time texturing

scrollbars can't address 10000 players because HTML has limited size therefor making it impossible to use the scrollbar. pages? oh common

class icons are configurable, really u noticed this?

clan crest is a pain in the ass to be correctly placed on the html

who cares for the toplist guy's ally ?

title 400px, WWWWWWWWWWWWWWWW is a valid tittle too

 

there is zero db usage, its all in memory, but htmls are not cached because they are dynamic, they are built with the cached data

Posted (edited)
12 minutes ago, Elfocrash said:

 

This is how you do ingame toplists list a boss.

 

 

 

PS: When you post something and ask for feedback, be able to take it. If you wanna ask like a child and reject everything then don't post it in the first place.

 

yeah I really need font of size 10 to make the retards understand their rankings, are you serious?

these two toplists are completely different, mine maximizes competitiveness, whereas the other sacrifices all the practicality and features. 

You compare apples to oranges, and you are wasting my time with your shit again 

 

PS: at least bomb me with actual negetive feedback, not bullshit, I've countered all of them

Edited by xdem
Posted
Just now, Elfocrash said:

There is absolutely no negative feedback. There is only constructive one. I'm not a 10 year-old that's looking for a fight. I'm giving you my honest feedback. If you don't wanna take it it's your choice.

 

okay, you got my answers. is it over yet?

btw, tell me more on how chrome, mozzila look awkward and shit with the tabs inside the title-bar :D

 

and how a professional tool like Excel used by hundreds of thousands of companies that make lots of money, needs more eye-candies 

Posted (edited)

as I said on the main post, the community board is streamed while the user is looking at it, and stops when its closed, this means you have a real time view of all PvPs/Etc listed on the toplists.

 

for the sake of this example, PvPs increase by 100 each time. 

 

The design is simple to make the above functionality viable with minimal latency

 

 

Now imagine a server with 100 people PvPing for the first ranks, isn't this toplist doing its job? Myself, I can't wait to see it on the live server

Edited by xdem
Posted (edited)

so its terribly looking, 70clics to scroll, but it at least updates itself saving you from 1 manual click LUL

 

edit: what about use cases of that, who would actually stare on self updated rank list which takes 70% of screen? i would say majority gives it a quick glance after pvp and close right after, doubt anyone would even notice something changed midway :D

Edited by AlmostGood
  • Haha 2
Posted

u all miss the point of this toplist, simply because you are not players, you cant think like a player and you dont have their mentality, thats why most of you that trashtalk here never managed to have a good server the last 10 years(?) elfocrash? admins think that making eye sugar and fancy htmls attract players, but in reality all what players want is something that is practical by all means. my toplist is and promotes competitiveness.

 

this is the old toplist we used to have 2011-2018 and is essentially a copy of l2pride toplist, l2pride can't be denied and their cb was genius, the one i posted is a GREAT improvement over its predecessor.

 

https://cdn.discordapp.com/attachments/325405546930765825/482664322921791494/rsiGeaW.png

 

 

 

Posted
17 minutes ago, Elfocrash said:

You're such a fangirl. Just because something was good back in the day doesn't mean it's still good. But you are still using SAP so there is not much to expect from you anyway.

 

Fun fact. I am the developer of 2 of the biggest interlude servers right now and I have been for the past 2 years. Guess what? In both servers we have really fancy UI and really good UX. You know why? Because people love it.

 

PS: When everybody is telling you the same thing then it's most likely that you're the wrong one not the rest of the world.

 

im getting feedback on the looks, while I dont give a fuck about it. the point here is to showcase the zero latency live updating scoreboard that is collecting data real time. I want to share this as a more complete system and Im getting criticized on the looks, the topic is about a toplist and the code behind it

 

ps: not very professional of you to trash talk on SAP, analysts work on whatever the client outsources to them, its not our job to force them to switch from SAP to oracle and vice versa

 

btw in Greece SAP is the most common. banking/insurance/reinsurance/shipping/warehousing ERP and there's a HUGE demand for professionals.  at least i work in my country even if I don't like SAP

Posted (edited)

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.

Edited by Rootware
Posted

As i player i will say :
1) do i really have to "click" all the time just to move down/up? cause there is no way as i player i will waste my time by clicking 
2) after top 5 i have no idea who and how many pvps/pks they have , since my eyes are kinda fucked up without any lines to help me with 
3) and what top PVE is ? the guys with the most killed mobs ?

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

    • hello, i want to wtt my charracter in l2elmorelab 1x harbor for 1.5kkk adena in l2reborn 10x new. Or if you interested tell me your offer. :)) Clean Mail 30 lvl Cleric Naked   Updated.
    • package ai.npc.NFWalker; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Random; import l2r.gameserver.enums.CtrlIntention; import l2r.gameserver.model.Location; import l2r.gameserver.model.actor.L2Npc; import l2r.gameserver.model.quest.Quest; import l2r.gameserver.network.clientpackets.Say2; import l2r.gameserver.network.serverpackets.NpcSay; public class NFWalkerAI extends Quest { private static final int WALKER_NPC_ID = 20116; private final Map<String, Route> routes = new HashMap<>(); private final Map<Integer, Integer> npcIndexes = new HashMap<>(); private final Map<Integer, Boolean> npcReverse = new HashMap<>(); private final Map<Integer, String> npcCurrentRoute = new HashMap<>(); public NFWalkerAI() { super(-1, NFWalkerAI.class.getSimpleName(), "ai/npc/NFWalker"); loadRoutes(); addSpawnId(WALKER_NPC_ID); } private void loadRoutes() { // Route 1 Data Route route1 = new Route("route1"); route1.addPoint(new RoutePoint(0, 149363, 172341, -941, 0, false, "")); route1.addPoint(new RoutePoint(1, 148568, 172328, -980, 5, true, "Puff")); route1.addPoint(new RoutePoint(2, 148536, 172792, -980, 0, false, "")); // Route 2 Data Route route2 = new Route("route2"); route2.addPoint(new RoutePoint(0, 149363, 172341, -941, 0, false, "")); route2.addPoint(new RoutePoint(1, 150248, 172328, -980, 5, true, "Rise my children! Bring me the servants of the god! Let them be offered to our god Bifrons!")); route2.addPoint(new RoutePoint(2, 150248, 172776, -980, 0, false, "")); // Add routes to the map routes.put("route1", route1); routes.put("route2", route2); } @Override public String onSpawn(L2Npc npc) { if (npc.getId() == WALKER_NPC_ID) { selectInitialRouteForNpc(npc); } return super.onSpawn(npc); } @Override public String onAdvEvent(String event, L2Npc npc, l2r.gameserver.model.actor.instance.L2PcInstance player) { if (event.equalsIgnoreCase("move")) { moveNpc(npc); } else if (event.equalsIgnoreCase("check_reached")) { checkIfReached(npc); } return null; } private void moveNpc(L2Npc npc) { String routeName = npcCurrentRoute.get(npc.getObjectId()); Route route = routes.get(routeName); Integer pointIndex = npcIndexes.get(npc.getObjectId()); if (route != null && pointIndex != null) { RoutePoint point = route.getPoints().get(pointIndex); if (point.isRun()) { npc.setRunning(); } else { npc.setWalking(); } if (!point.getChat().isEmpty()) { npc.broadcastPacket(new NpcSay(npc.getObjectId(), Say2.NPC_ALL, npc.getId(), point.getChat())); } npc.getAI().setIntention(CtrlIntention.AI_INTENTION_MOVE_TO, new Location(point.getX(), point.getY(), point.getZ())); // Log movement intention System.out.println("NPC " + npc.getObjectId() + " moving to " + point.getX() + ", " + point.getY() + ", " + point.getZ()); // Schedule a check to see if the NPC has reached its destination startQuestTimer("check_reached", 1000, npc, null); } } private void checkIfReached(L2Npc npc) { String routeName = npcCurrentRoute.get(npc.getObjectId()); Route route = routes.get(routeName); Integer pointIndex = npcIndexes.get(npc.getObjectId()); if (route != null && pointIndex != null) { RoutePoint point = route.getPoints().get(pointIndex); Location currentLocation = npc.getLocation(); Location targetLocation = new Location(point.getX(), point.getY(), point.getZ()); // Check if the NPC has reached the target location if (currentLocation.equals(targetLocation)) { // Log that the NPC has reached the target System.out.println("NPC " + npc.getObjectId() + " reached target " + targetLocation); // Schedule the next movement startQuestTimer("move", point.getDelay() * 1000, npc, null); if (!npcReverse.get(npc.getObjectId())) { pointIndex++; if (pointIndex >= route.getPoints().size()) { npcReverse.put(npc.getObjectId(), true); pointIndex = route.getPoints().size() - 1; } } else { pointIndex--; if (pointIndex < 0) { npcReverse.put(npc.getObjectId(), false); pointIndex = 0; // Choose a new route after completing the current one in both directions switchRouteForNpc(npc); return; } } npcIndexes.put(npc.getObjectId(), pointIndex); } else { // Check again after 1 second startQuestTimer("check_reached", 1000, npc, null); } } } private void selectInitialRouteForNpc(L2Npc npc) { // Randomly select either route1 or route2 String selectedRouteName = "route" + (new Random().nextInt(2) + 1); npcCurrentRoute.put(npc.getObjectId(), selectedRouteName); npcIndexes.put(npc.getObjectId(), 0); npcReverse.put(npc.getObjectId(), false); startQuestTimer("move", 5000, npc, null); // Log initial route selection System.out.println("NPC " + npc.getObjectId() + " selected initial route " + selectedRouteName); } private void switchRouteForNpc(L2Npc npc) { String currentRoute = npcCurrentRoute.get(npc.getObjectId()); String newRoute = currentRoute.equals("route1") ? "route2" : "route1"; npcCurrentRoute.put(npc.getObjectId(), newRoute); npcIndexes.put(npc.getObjectId(), 0); npcReverse.put(npc.getObjectId(), false); startQuestTimer("move", 5000, npc, null); // Log route switching System.out.println("NPC " + npc.getObjectId() + " switched to route " + newRoute); } private static class Route { private List<RoutePoint> points = new ArrayList<>(); public Route(String name) { } public void addPoint(RoutePoint point) { points.add(point); } public List<RoutePoint> getPoints() { return points; } } private static class RoutePoint { private int id; private int x, y, z, delay; private boolean run; private String chat; public RoutePoint(int id, int x, int y, int z, int delay, boolean run, String chat) { this.id = id; this.x = x; this.y = y; this.z = z; this.delay = delay; this.run = run; this.chat = chat; } public int getId() { return id; } public int getX() { return x; } public int getY() { return y; } public int getZ() { return z; } public int getDelay() { return delay; } public boolean isRun() { return run; } public String getChat() { return chat; } } } I looking for help, with this, the npc not start to move. Im trying to create, an NPC wich have multiple walk routes basic logic is  random pick a route complite the route  like Route 1 start form zero (0 -> 1 -> 2(or more) -> 1 -> 0) When the npc return to 0, the script should pic the other route and start again.  And if there is a message like point 1 here     "route1.addPoint(new RoutePoint(1, 148568, 172328, -980, 5, true, "Puff"));" The npc should display the chat message. Currently my problem is the npc not moving, but if I manage it to start moving its randomly move between the route 1 and 2 set of coordinates. Currently for me its  a nightmare. I hope anyone can help somhow.
    • We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX! Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
    • qual e o valor pra atualizar o java da soucer ?
  • Topics

×
×
  • Create New...