Jump to content

[Mini Guide]Enchant Items with accuracy


mg13gr

Recommended Posts

Hello guys.

 

I would like to make this guide just for newbies of PHX and maybe for some of the veterans who didn't know how to do this above.

This guide is especially for L2 Evo.

 

I will show you how to make accurate enchants.

 

You may have heard until now that if you want to change the enchant number you must modify the 6th and 7th couple of letters/numbers, but if you just add a random letter/number, you will get random enchant too.

 

So, let's start!

 

 

Let's grab a packet first!

 

I will use this one:

A7 97 5F 01 00 A0 86 01 00 01 00 00 00 00 00 00 00 00 00 00 00

 

It's nothing special.

Elven Jewels Set (D Grade)

 

1. First of all copy the 6th and the 7th couple of numbers/letters.

s5lee8.jpg

 

2. Go to "More (Advanced)" tab and paste them into "Hex:" field.

3. Make the same configurations.

wsmfb4.jpg

 

4. Ok, now is the main part of the guide.

We took this number: 34464

This is +0. We want to make it maximum enchanted, +25 on L2 Evo.

 

So, we must do: 34464+25=34489

 

Write 34489 instead of 34464.

A new combination of numbers and letters will appear in "Hex" field.

It will be "B9 86", only for this packet or similar ofc.

 

9uxfu0.jpg

 

5. Copy the new one.

6. Go to "Send packets" tab.

7. Replace the old combination with the new one.

 

Now we must have this packet:

A7 97 5F 01 00 B9 86 01 00 01 00 00 00 00 00 00 00 00 00 00 00

 

8. Press send.

9. Check the results in game.

atbhs.jpg

 

 

That's all! ^^

 

P.S I made it, because I got bored explaining it so many times to different persons... =/

P.S2 It's related with my other guides.

P.S3 I hided for this amount of posts, because it has packets inside so it can help others to understand what my other guides contain.

Link to comment
Share on other sites

So, you mean that with this way i can enchant at the max of the server without to ban me? I mean, with this way they cannot ban me?

Link to comment
Share on other sites

So, you mean that with this way i can enchant at the max of the server without to ban me? I mean, with this way they cannot ban me?

I guess that, yes you are right! ^^

Until now, no bans for me with this way.

 

Link to comment
Share on other sites

I quite didn't get it, what do you enchant with this, the skills or items?

 

And also you said "see the results in game", I can't see the result because I'm currently not in a state to play Lineage 2 so could you please write results or post a screen or something. I'd be grateful.

 

Thanks and keep the job up! :)

Link to comment
Share on other sites

Firs of all, I have to mention that this is related with my other guides for L2 Evo, this and this.

 

1. It's for L2 Evo or any other server where these exploits above work.

2. It's for items.

3. I forgot to upload the results' pic, now added in the first post.

 

atbhs.jpg

Link to comment
Share on other sites

I quite didn't get it, what do you enchant with this, the skills or items?

 

And also you said "see the results in game", I can't see the result because I'm currently not in a state to play Lineage 2 so could you please write results or post a screen or something. I'd be grateful.

 

Thanks and keep the job up! :)

 

With this way u can enchant an item from phx on whatever + u want. For example server's max is +60? u will add your code and u'll get your +60 weapon. voila! :P

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



  • Posts

    • First of all you need to understand that there is no ultimate guide "how to", server sources has some similar things but it also has some differences that you will be hard to adapt without skills. Saying skills I mean not only java skills, the most required ones is understanding lineage 2 core processes task-scheduling and client-server networking  communication.   You need to: -learn some core information about Java language -learn some lessons about java programming to understand what is java classes, packages, imports etc. -learn how to edit java source code with some IDE (one of them eclipse) -learn how to compile java source code (with ant for example)   Then for the best way you need to get most popular sources form thread above and try to integrate that scripts like for native, I mean as I can see that mostly provided scripts are for acis, so take acis sources and ty to integrate or find something directly for mobius etc.   Doing all this you will need to understand three things First - How player communicates with server What is action bypasses (when player clicks some link in HTML) and where your server handles it (find RequestBypassToServer packet and learn how its working) What is user/voice/admin commands (when player writes some in chat with "." or "/" or "//") and where your server handles it (find VoiceCommandHandler and learn how its working)   Second - How server doing core logic If addon has some logic that not depends on direct user action it will mostly required some scheduled task (some logic that will be runs periodically), so you need to  find some ThreadPoolManager and Runnable usages and understand how its working Maybe you will need some data storage, so you will need to find how server working with database (try to find how server executes SQL requests, SELECT, INSERT, UPDATE)   Third - How server communicates back to player You need to find how server sends packets to player, find some sendPacket() method and its usages, for example Say2 packet (its when server sends some chat message to client) etc   Unfortunately there is no easy way, some sources will be easier to adapt cuz of similarity between sources some will be harder  
    • I'm starting on this. I know enough to be able to make my website with php, html and css. I also know linux to maintain a server but I don't know anything about java and its compilation.   Can anyone help me learn how to add this type of code to a server? I'm using L2jMobius, but I have no idea or concept of how to start to add codes. Do I need to add it before compiling? Can it be added once the datapack is compiled? How do I know where I should add it?   I would appreciate any kind of information, please!   I wanna to add some codes nex collection, like TvT events, etc:     See you guys and thanks for all the help are in the forum!
    • it says standard here , that is , without protection , it is made from another source code , the goal of my dll is just to kill the game guard , the hwid code is cut out there , since no one uses the old protections on projects - but your answer is clear   ps then choose another option for yourself )
    • remove  DisableGameGuard() from code at all.  compile and send here new dsetup.dll  
    • I shared my dsetup with the HWID system but I can't log in that Error. When I put yours it gave this error.
  • 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