Jump to content

Recommended Posts

Posted

Here is the official Maxtor's Help.htm we all know. (well not everyone :P )

 

 

 

This is the ultimate collection with almost every htm known hack exists. REMEMBER this help-hack is made for default C1-C3 server files, so most of them are fixed by now...

 

 

 

Some pics of this new html here:

 

 

 

18ip.th.jpg23vm.th.jpg37rn.th.jpg

 

 

 

43ce.th.jpg57qt.th.jpg65ms.th.jpg

 

 

 

 

 

- Instructions:

 

 

 

- To enable these files you have to copy them at your default Lineage II ../l2text folder,and replace.

 

 

 

* Some Servers uses l2player (anti-hack) versions 0.1 - 0,2 (source code exists on internet) or custom versions (unreleased).To play at these servers you have to find the right engine.dll, nwindow.dll and l2.exe.

 

* Some other Server uses l2updater, to enable help-hack you just do the normal updates, and then run your   l2.exe after you copied all the neccesary files.

 

* Remember this help-hack is made for default Server Files. Most of them are fixed by now!

 

 

 

 

 

(try them fast, before they patch them)     8)

 

------------------

 

History:

 

Ver 1.5

 

* Added over 800 Recipes! ;-)

 

* Added Gablin Master more items at npcshops

 

* Added more L2J Tools,change psw/repair etc

 

* Added L2J Adena exploit,Potion exploit,Free Teleport exploit

 

* Added more questitems

 

* Added Free items

 

 

 

Ver 1.4

 

* Fixed old htmls

 

* Added Saperate htmls : xpandsp.htm,freeadenas.htm,freeitems.htm,freequestitems.htm (and quests)

 

* Added many questitems, and varius other

 

* Fixed some quests (soon more)

 

* Added more npcshops

 

* Added L2J possibility to change name ingame

 

* Added Dupe Items in L2J Servers (Warehouse)

 

 

 

Ver 1.3

 

* Added Ride Wyvern-Strider in L2J Servers

 

* Added Change Occupation in L2J Servers (beta)

 

 

 

Ver 1.2

 

* Included some Known Recipe IDs

 

* Added Clan Hall to any NPC

 

* Added L2J Warehouse

 

* Fixed quest:Test of healer (thnks to Evil-X)

 

* Added sell-any-item in NPCShops

 

 

 

ver 1.0

 

* First public release! (posted at gamehaqs.com)

 

(note that most of the exploits have been patched,but not all of them)

 

 

 

TO DOWNLOAD PLZ REGISTER FIRST

  • Like 1
Posted

same on paradise.. or do i something wwrong..

 

 

 

i jsut downloaded the 1.5 version droped it in the right folder.. start up the game then i see the new help menu..

 

So what now ???? :cry:

Posted

You CAN'T get exp from bandellos in giran church. Single one who give you exp is valkon wh keeper in giran. On some servers he is removed. Now even if you have those option you still cant use them ^^

Posted
You CAN'T get exp from bandellos in giran church. Single one who give you exp is valkon wh keeper in giran. On some servers he is removed. Now even if you have those option you still cant use them ^^

 

look...

 

when i'm going to press the button "Valkon fast lvl up"

 

valkon says me did u find the 7 journeyman rings?

 

when u find them come and speak to me.

Posted
why i cant open HELp menu in l2 ikon? any one can make me this hack or told ? how to good instal?http://ikon.servegame.org/

 

 

 

Because they have disable and you can not open,it s a way to try to block the Maxtor help hack ^^.But Maxtor will find a way =) .

Posted

To see the help menu:

 

Extract Maxtor1.5.rar to your desktop...

 

a file named Maxtor1.5 will appear...

 

then rename it to l2text and copy it...

 

then paste it to your lineage 2 foldier(NOT system foldier)

 

run the game,login,enter ur char and then press ALT+X---->help..

 

BUALA!~ :D

Guest
This topic is now closed to further replies.



  • 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