Follow the instructions on the screen and install. When installing select custom setup, and there are very web server + support php. Php myadmin mysql server, and we do not need.
Initially, the server put to the port 80 (80 port should be open. If it is closed, use another). Attention: NIGDE do not choose MySQL. Your sql server, and is already set!
(perform these actions only if you do not earn support RNR)
Open your windows and find there php.ini file.
It will require you to change the line
; extension = php_mssql.dll
You must remove the symbol
;
Then change
mssql.secure_connection = Off
at
On mssql.secure_connection =
Starting appach and put in localhost in the browser. If it works, then proceed to setting up the site.
Apo do kai pera den 3erw ti na kanw ???
Den polikatalava to guide meta kai den 3r ti na kanw :-[
*PS vasika eki p lei na katevasis to apache ego katevasa to xampp ala to xi mesa to apache so the same thing ;)
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.
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)
Question
Mask
Pedia ime ligo noob s auto to 8ema ala ok kati 3ero...Sto 8ema mas tr :D
8elw na kanw web site me to xampp program kai 8a i8ela help...
Ekana ta akolu8a vimata apo ena guide : Installation Site
Installing and configuring the site to PHP
To work site you will need to install Apache server, you can download it here http://www.apache.org/dyn/closer.cgi
Follow the instructions on the screen and install. When installing select custom setup, and there are very web server + support php. Php myadmin mysql server, and we do not need.
Initially, the server put to the port 80 (80 port should be open. If it is closed, use another). Attention: NIGDE do not choose MySQL. Your sql server, and is already set!
(perform these actions only if you do not earn support RNR)
Open your windows and find there php.ini file.
It will require you to change the line
; extension = php_mssql.dll
You must remove the symbol
;
Then change
mssql.secure_connection = Off
at
On mssql.secure_connection =
Starting appach and put in localhost in the browser. If it works, then proceed to setting up the site.
Apo do kai pera den 3erw ti na kanw ???
Den polikatalava to guide meta kai den 3r ti na kanw :-[
*PS vasika eki p lei na katevasis to apache ego katevasa to xampp ala to xi mesa to apache so the same thing ;)
*PS 2 episis ekana auto p lei edo http://www.maxcheaters.com/forum/index.php?topic=12517.0x kai ekana edit to config.php
Ama mporitei na helparete 8a sas ime eugnomon :D
TY ;)
0 answers to this question
Recommended Posts
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.