Jump to content

Recommended Posts

Posted

Hey there,

 

I know I'm a new member, however I noticed that there could be some changes considering the forum. First of all, it's a long time that it's opened and maybe there are topics which should be deleted: not updated for a year, or aren't very much needed. As I'm new here, and there are loads of topics which I would like to read, however as there are 40 pages almost for each there isn't much time. Second, it's mentioned that for repeated topics they're gonna be deleted, well I found at least 20  repeated topics in this forum and I'm registered only 50 minutes... As administrator it's your responsibility to take care of this forum and delete all the trash. If you're busy probably would be best to ask someone to help. As I saw, there are many people who would like to help, so why not use them? :) Just some small tips, which I think would make this forum be better! :)

Posted

Yes, And I saw that happening. It was a mistake from the beginning, that the forum was left without proper administration, and as I mentioned, if there would be some people to help, it's achievable. The question is are you going to help or just be a lazy bum :D like majority of people are: they let others to do, but the problems is the others think the same...

Posted

Why to delete topics?Maxtor cares about numbers

 

forum has ~65k inactive members

but if someone logs in forum he will see the 75k members registered

 

same for posts/topics

Posted

it can happen but thats not going to happen simple because lets take an example...

 

now there are tons of useless topics you delete it ok but 2 days later theres 10 times more what im referring to is your plan would be good with a huge mass bann

Posted

Why to delete topics?Maxtor cares about numbers

 

forum has ~65k inactive members

but if someone logs in forum he will see the 75k members registered

 

same for posts/topics

Community care more then Maxtor about that.

At least me, i would never agree to delete my posts even if i go away by couple of years.

Posted

Why couldn't any of these things happen?

 

I'll make you a question.

Would an administrator (generally, of any site) listen to what a Regular User has to say, while he/she doesn't care about what his High-Level Staffers suggest?

Posted

I'll make you a question.

Would an administrator (generally, of any site) listen to what a Regular User has to say, while he/she doesn't care about what his High-Level Staffers suggest?

 

maxtor = $.$ hence the only way to make him work is money but for topic delets the g.mods are enough

Posted

maxtor = $.$ hence the only way to make him work is money but for topic delets the g.mods are enough

 

1) I was talking generally ::)

2) I'm making a general question, not for the specific topic. Once Pwnz0r answers it, he will take an answer "why this can't happen".

Posted

To answer all the questions: As I said, there are many topics that repeat, so why it should trash the forum? Second it looks like 12-year old is running the place. I've seen such nice forums: the layout, everyday administration and etc. I know it can not be exactly the same, but the creator should take care of it. In the end, why he or she (don't know) should not take care of his forum. Why then in the first place he created it if he's not putting attention? I understand maybe there isn't time, that's why I'm suggesting to "hire" more people to look after. As I saw, there would be loads of people who would help with this task. And yes, if the administration would be clever, he would listen to what people say; I mean not rubbish nonsense. I think it;s not a stupid suggestion to make this forum nicer, or it's a bad thing?

Posted

To answer all the questions: As I said, there are many topics that repeat, so why it should trash the forum? Second it looks like 12-year old is running the place. I've seen such nice forums: the layout, everyday administration and etc. I know it can not be exactly the same, but the creator should take care of it. In the end, why he or she (don't know) should not take care of his forum. Why then in the first place he created it if he's not putting attention? I understand maybe there isn't time, that's why I'm suggesting to "hire" more people to look after. As I saw, there would be loads of people who would help with this task. And yes, if the administration would be clever, he would listen to what people say; I mean not rubbish nonsense. I think it;s not a stupid suggestion to make this forum nicer, or it's a bad thing?

 

you say that because you dont know maxtor the forum is like that because of maxtor and nobody can change that not even him

Posted

Maxtor is somehow a $$ addict.

 

Anyway,shouldn't you(we)stop criticizing the staff/admin?

 

its not that these just facts nobody said anything wrong about the staff members its just about maxtor but its like that since years so...

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

    • sell adena l2rebon signature x1 - 1kk = 1 dollars l2reborn x10 - 500kk = 4 dollars E-Global x Lu4 - 1kk = 2 dollars BOHPTS - x20-x500 TOP PRICE DISCORD - GODDARDSHOP TELEGRAM - MMOPROMO Also on sale are Epic jewelry, Clothes at a very good price
    • Hello Sorry, my Discord is: ave7309
    • “Hello, I’d like to present a short description of the server. Everyone starts equally at max level 80. The server includes a custom buffer, custom class master, custom weapons and armors, custom zones, custom teleporter, custom raid bosses, and much more. I’ll leave a link in the description for those who want to see how everything looks inside. The server is only open on weekends, and you can find more news via the Facebook link.”   https://www.facebook.com/profile.php?id=61578869175323
    • 1. You where subscriber 3 years ago. 2. There is no current L2jMobius 2.8 Seven Signs version. Subcriber or not. 3. You have your answer from multiple forums that more items is more delay.  
    • 1. Optimize Packet Serialization Look in ItemList.java or wherever the inventory packet is constructed. Instead of building the packet with inefficient string concatenation or repeated allocations, use a preallocated buffer and avoid creating new objects for each item. Mobius sources are Java-based, so profiling with something like VisualVM or YourKit can help see where most time is spent. 2. Avoid Sending the Full List Each Time Modify the server to send only changed items (diff packets) when the inventory window opens. Some newer forks implement this as “lazy loading” or paged inventory so the client only loads e.g. 100 items at a time. 3. Limit the Inventory Size Per Page Instead of showing all 500 slots at once, split the inventory into pages/tabs (100 slots each). When the user switches a tab, send only that page’s items. This requires some client-side editing, but it’s the most user-friendly long-term fix. 4. Database & Cache Optimizations Ensure your items table is indexed by owner_id to make the query for player items fast. Cache item templates and static data so they are not reloaded every time the inventory is shown. ⚠️ Things to Keep in Mind Increasing slots from 80 → 500 does not just change a number — it multiplies the workload for packet building and UI rendering. You can’t fully avoid some extra cost with 500 items, but you can keep it under a few milliseconds if you optimize how and when the data is sent.    
  • 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