Jump to content

Recommended Posts

Posted

I make this short guide for all the idiots that don't know how to make normal enchants and make only +99999999999 items.

 

Oke so FIRST you need L2phx: http://l2phx.pp.ru/arhive/l2phx.3.4.1.81.rar

 

Once you have downloaded L2phx run it.

It should look something like this ->

http://img171.imageshack.us/my.php?image=phxdf2.jpg

http://img145.imageshack.us/my.php?image=phx2ck4.jpg

 

 

If you're playing on a Gracia part 2 server make shure you click the tick at 2.

Now, start your L2.exe (preferably in window mode, Alt+Enter). In the white area on the left you should see L2.exe(build xxxx) OK.

 

Login your character, and you should see your character's name at 1. If you do not see your character's name there after you have logged in, click 1 and see if your character's name is on the list and select it. If your character is not on the list, then the server you play on is not compatible with your version of L2phx. (for example if you play on Gracia and you have L2phx v3.2.0)

 

Now you're all set to make some 1337 h@Xx.

 

Overenchanted items

 

Now here is the most common thing you will use in L2phx, buying overenchanted items. First off, the server you play on must have a GM shop.

 

At the GM shop, buy one of the item you want enchanted (you will need money for at least 2 of this item). Now, click on 4 and look for the item buy packet. Now, I know this is confusing to find, but try to delete all other packets before clicking "Confirm" when you buy item, then you will see the packet easy. (like in the second image)

Copy the packet!

Now go to 3 and paste your packet there.

 

Now, on weapons, the packet numbers for enchant are usually the 6th and 7th. The way the packet looks depends on the type of GM shop and the type and grade of the item.

 

Let's take for example, this packet(some mage weapon):

 

68 B2 07 01 00 E0 FD 1C 00 01 00 00 00 00 00 00 00 00 00 FE FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

 

In this case, E0 and FD are the numbers that set the item's enchant number.

The formula is hard to figure out sometimes, but if you change these numbers and send packet you will buy the item allready enchanted (before you send packet always talk to GM shop first and have it targeted)

 

I cannot quite explain how the numbers work but, if you change E0 to E9, you will get the item at +9, but if you change E0 to F0 you will get it at +16. F1 will be +17, F2 will be +18 etc.

 

FOR NOOBS: The maximum enchant you can get on any item (as I found out) is FF FF. Depeding on the item, it will have +63k or +48k or more, it depends... So basicly just change the 6th and 7th numbers to FF and FF to get an ultra enchanted item.

 

Also, if the 6th number does not have a letter, almost same things happen when you change.

For example, if you have the 6th number 40 and you make it 49, you will get +9, if you change it to 50 you will get +16. (see the pattern?)

Try things out a few time and you will eventually get the enchant you want!

 

 

PLEASE DO NOT PK PEOPLE WITH +9999999 items!

IT'S NOT FUN AND YOU WILL GET BANNED!

But most of all you will ruin the server! Try to make items + server's maximum enchant.

 

If you send edited packets and you just buy the weapon at +0, the server you play on is protected and L2phx is useless there, find another server.

 

THE END. (all thanks are wellcome)

 

 

All credits go to synn3r who make this guide, i think is better have the same guide here  :)

If i must hide this just tell me how xD

Posted

all credits go to synn3r who make this guide, i think is better have the same guide here  :)

If i must hide this just tell me how xD

Just read what i write....

Posted

Cool guide, but it dont work with normal player shops?

If someone make a shop and sell an weapon like that... it wont work, right?

Gonna test later, but if someone already knows it, post please.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Update M54: Global HP/MP/CP consumable handling expanded beyond combat-only usage. Offensive mage idle recovery with learned skill Battle Heal. Spellhowler/Storm Screamer prioritizes Hurricane, using Vampiric Claw mostly below 90% HP. Major structural refactor initialized: Added category/class organization such as Archer, Dagger, Tank, Mage, Healer, Support and Specialized class files. Further structural cleanup. Extracted combat memory/state and more class-policy logic from the main controller. Added global stuck/inactivity watchdog for bots blocked by terrain/geodata. Added unreachable dropped ground-item timeout/temporary blacklist. Reworked Necromancer/Soultaker PvP: Dominator level 78+ maintains learned Arcane Power toggle on. Overlord/Dominator level 44+ maintains learned Soul Guard toggle automatically. Stability/scalability update: Bot controller ticks staggered instead of all starting in the same phase: Same 350 ms update rate retained Reduces simultaneous AI workload bursts. Removed the old manual aggressive-monster EVT_AGGRESSION bridge. Phantoms now use native Lucera setActive() behavior so monsters aggro them naturally. Reduced unnecessary NPC scans and native AI event pressure. Added saved-bot equipment overrides using a separate database table:         lucera_autobots_items Existing lucera_autobots remains the main saved-bot identity/state table. Equipment rows are linked to saved bots through bot_id. Added optional convenience view to show bot name together with equipment overrides:         lucera_autobots_items_view Added editable equipment slots in columns: Weapon Shield Helmet Chest Legs Gloves Boots Necklace Left/Right Earrings Left/Right Rings Equipment override values: 0 = use normal class/level profile item -1 = force slot empty >0 = equip that Item ID Custom equipment works only for saved database bots. Default class/level equipment profiles remain unchanged. Supports custom equipment from No Grade to S Grade, regardless of the bot's current level. Added validation for invalid item IDs and incompatible equipment slots. Added handling for: Two-handed weapons vs shields Full-body armor vs separate leggings Added all-grade Soulshots and Spiritshots to bot inventory/replenishment so custom lower-grade weapons still use the correct shots. Mage profiles that already use Blessed Spiritshots keep that behavior with all relevant grades available. First save the bot normally so it exists in table:         lucera_autobots Then open:         lucera_autobots_items Find the row with the same bot_id and edit only the equipment slots you want. Example: weapon_id = 6608 shield_id = -1 helmet_id = 0 chest_id = 0 legs_id = 0 gloves_id = 0 boots_id = 0 This means: weapon_id 6608 → custom weapon shield_id -1 → no shield all 0 values → keep normal default profile equipment After editing the DB, despawn and respawn the saved bot so M54 reloads its equipment overrides. Do not edit bot_id. Use it only to identify which saved bot the equipment row belongs to.   DOWNLOAD
    • It will be multi client so it will detect the client from the files and adapt the packets and asset loading. I am aiming for C4 and H5 after IL
    • this is just to simplify your life, time, and can be done for free by yourself just watch some tutorials, in case you don't wanna waste time check it out!   https://l2getwork.art   https://l2getwork.art/showcase.html  
    • Good job! Any chance for it to be downgradeable or at least compatible with older chronicles?
    • Fermata now runs in a web browser too. Try it here: https://web.fermata.gg/    
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..