Jump to content

Question

Posted (edited)
 
Hello everybody i need some l2j source for online server with 300-400 online and i can't find some good working source if you know some links or anything please comment below 
P.S I haven't enough money to buy source  :happyforever: 
Edited by chxikva

Recommended Posts

  • 0
Posted

Its cute. Thank you <3

np :3

but really now,, to the idiot SANCTUM or whatever ur name called i dont have problem in helping others but ihave problem

when others ask things like this.. 

  • 0
Posted (edited)

It's the reason i've posted :D I Can't find any working cb to install on l2jserver what i found is just htmls of cb if you have link of crappy cb (working) give me and i'll install and modify it :)

Edited by chxikva
  • 0
Posted (edited)

It's the reason i've posted :D I Can't find any working cb to install on l2jserver what i found is just htmls of cb if you have link of crappy cb (working) give me and i'll install and modify it :)

you cant even write on a forum properly and you want install a cb? 

you posted 2 post without comments in row and 1 more with sweetS guote without comment again.. and 1 now.. this mean 3 comments in row..

wow you need to come into SPAM region, soon their servers will be full and they will have to buy more GB space xDDD

 

oh also mr 6 years developer

http://www.maxcheaters.com/topic/198459-request/?do=findComment&comment=2522899

 

i admit i am noob but you say you're good but still u cant make this :DDDD

Edited by AccessDenied
  • 0
Posted

when i press quote and writing answer it don't works :\

i go sleep, sweet dreams, love ya <3 and i suggest you get the premade htmls and make the codes by urself is easy codes..

even i made it

  • 0
Posted

np :3

but really now,, to the idiot SANCTUM or whatever ur name called i dont have problem in helping others but ihave problem

when others ask things like this..

 

You're calling me an idiot but ya ain't can spell a Latin word properly.

Poor fanboy.

  • 0
Posted

You're calling me an idiot but ya ain't can spell a Latin word properly.

Poor fanboy.

Afcourse guys like you who spend their 50% of day in maxcheaters will find 1 reason to answer you, 

i feel so bad for you i dont really care how i write here 

at least i am not a vip member at maxcheaters :P crawl back to your cave really cause you have no idea why u even answer to me

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
Answer this question...

×   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’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.    
    • i think it's the auto sorting of the interface that sucks, check InventoryWnd script in interface.u, or completely disable the request item list packet when toggling the inventory window (also in InventoryWnd script or similar name)
  • 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