Jump to content

Auto enchanting for l2j servers (not completely automated) NOT "SAFE" Enchanting


Recommended Posts

Posted

New version for enchant script, check

http://ltwonet.com/showthread.php?t=2701

 

 

EDIT: Alot of you thought I was out of the cheating loop eh? Wrong!

 

Well this will save you loads of time, you know when you have to wait 5 seconds to enchant? You can skip that crap. I'll explain how. Notice that this guide is ONLY for L2J servers.

 

firstly, download l2.net.

 

http://l2net.insane-gamers.com/

 

1. make sure you download the datapack as well as the update.... so 347c and 351c (or later) and put all the files in the same folder.

 

2. Read up on how to login at www.ltwonet.com and login.

 

3. copy this script

 

//Change to what you want it to enchant to
DEFINE INT ENCHANT 18

//DO NOT CHANGE
DEFINE STRING ONEONE "19 22 6C 2B 10 00 00 00 00"
DEFINE STRING TWOTWO " "
DEFINE INT CURENCHANT 1


//CHANGE, you will need to get the first enchant packet of each weapon and replace it here
SET TWOTWO "5F A5 8B 2D 10 00 00 00 00 "
CALLSUB ENCHANT
SET TWOTWO "5F A7 8B 2D 10 00 00 00 00"
CALLSUB ENCHANT
SET TWOTWO "5F A6 8B 2D 10 00 00 00 00 "
CALLSUB ENCHANT
SET TWOTWO "5F 96 41 03 10 00 00 00 00"
CALLSUB ENCHANT
SET TWOTWO "5F 1A 42 03 10 00 00 00 00 "
CALLSUB ENCHANT
PRINT_TEXT "ALL DONE"
SCRIPT_END

SUB ENCHANT
SET CURENCHANT 1
PRINT_TEXT "Weapon unique packet is: <&TWOTWO&>"

WHILE ZERO == ZERO
IF CURENCHANT < ENCHANT
    INJECT "<&ONEONE&>"
    SLEEP 400
    INJECT "<&TWOTWO&>"
    MATH CURENCHANT CURENCHANT ADD ONE
    PRINT_TEXT "Currently enchanted to: <&CURENCHANT&>"
SLEEP 400
ELSE
    RETURNSUB
ENDIF
WEND
RETURNSUB

PRINT_TEXT "DONE"
SCRIPT_END

 

4. Open the scripting pull down window. Select debug and dump mode. This will now give out one packet that you need for this script, I will explain how to obtain this packet, its really simple. Go to your main lineage 2 window, find a nice quiet place where there aren't many people around.... this will simplify your task, enchant a weapon, go back to the l2.net window, look down, you will see l2.net text that will look like this

 

11:33:51 PM :[DEBUG: 19 22 6C 2B 10 00 00 00 00  <==== this packet is not needed, its you clicking on the enchant scroll

11:33:52 PM :[select item to enchant.

11:33:57 PM :[DEBUG: 5F 1A 42 03 10 00 00 00 00  <==== this packet indicates the weapon you want to enchant... this is needed

11:33:57 PM :[Your Icarus Spitter has been successfully enchanted.

 

you can identify this packet quite easily.... it will always start with 5F, it will always end with 10 00 00 00 00 and this part 1A 42 03 will be random. Copy the packet YOUR client gave you example = 5F 1A 42 03 10 00 00 00 00

 

now in the script, there will be the following code, paste your packet with the first packet you see in the following code.

 

SET TWOTWO "5F A5 8B 2D 10 00 00 00 00" would become SET TWOTWO "5F 1A 42 03 10 00 00 00 00"

 

and continue to paste in more packets. You can add more packet lines or delete them, thats entirely up to you and how many weapons you want to enchant.

 

NOTE: Always choose a different weapon to enchant to obtain the packet

 

 

SET TWOTWO "5F A5 8B 2D 10 00 00 00 00"

CALLSUB ENCHANT

SET TWOTWO "5F A7 8B 2D 10 00 00 00 00"

CALLSUB ENCHANT

SET TWOTWO "5F A6 8B 2D 10 00 00 00 00 "

CALLSUB ENCHANT

SET TWOTWO "5F 96 41 03 10 00 00 00 00"

CALLSUB ENCHANT

SET TWOTWO "5F 1A 42 03 10 00 00 00 00 "

CALLSUB ENCHANT

 

5. Open the scripting pull down window. Select Script Editor, paste the script I posted, save as as whatever you want. (you can also edit the scripts from there)

 

6. Edit the following line to your liking DEFINE INT ENCHANT 18.... this means the script will enchant every weapon UP TO +18 if they started as +1, so if you want your weapon to be +10, change DEFINE INT ENCHANT 18 to DEFINE INT ENCHANT 10 and save.

 

7. Open the scripting pull down window, click SET MAIN SCRIPT, find the script you just saved

 

8. Open the scripting pull down window, click start script... wait until the script finished edit the script for the next weapon batch, repeat.

 

 

 

This will all become very easy and quicker then manually clicking every script. Average time to enchant a weapon to +16 is 1.5 minutes. This script will enchant a weapon to 16 in 16 seconds plus the time it took you to get the weapon packet. Once this becomes fluid to you, you will save much more time.

 

TIP. When you open the script window, click on the box that says "TOP", this will keep the current window on top of everything else. Quite useful

 

If you enchant with different scrolls then S grade, you MAY require to change the following line

 

DEFINE STRING ONEONE "19 22 6C 2B 10 00 00 00 00" Change the packet to the scroll you need. (it will not change)

 

This is mostly for high rate servers that require you to enchant alot.

 

enjoy the power of l2.net.

 

Just to let you drool a bit.... took me 41 seconds, including copying packets to enchant from 1 to 25

 

8:36:08 PM :[DEBUG: 19 22 6C 2B 10 00 00 00 00 
8:36:08 PM :[select item to enchant.
8:36:13 PM :[DEBUG: 5F 76 F9 2C 10 00 00 00 00 
8:36:14 PM :[Your Icarus Spitter has been successfully enchanted.
8:36:14 PM :[DEBUG: cleanup tick
8:36:24 PM :[Clan member PonyFaker has logged into game.
8:36:26 PM :[Weapon unique packet is: 5F 76 F9 2C 10 00 00 00 00
8:36:26 PM :[select item to enchant.
8:36:26 PM :[Currently enchant to: 2
8:36:26 PM :[Your +1 Icarus Spitter has been successfully enchanted.
8:36:27 PM :[select item to enchant.
8:36:27 PM :[Currently enchant to: 3
8:36:27 PM :[Your +2 Icarus Spitter has been successfully enchanted.
8:36:28 PM :[select item to enchant.
8:36:28 PM :[Currently enchant to: 4
8:36:28 PM :[Your +3 Icarus Spitter has been successfully enchanted.
8:36:29 PM :[select item to enchant.
8:36:29 PM :[Currently enchant to: 5
8:36:29 PM :[Your +4 Icarus Spitter has been successfully enchanted.
8:36:30 PM :[select item to enchant.
8:36:30 PM :[Currently enchant to: 6
8:36:30 PM :[Your +5 Icarus Spitter has been successfully enchanted.
8:36:31 PM :[select item to enchant.
8:36:31 PM :[Currently enchant to: 7
8:36:32 PM :[Your +6 Icarus Spitter has been successfully enchanted.
8:36:32 PM :[select item to enchant.
8:36:32 PM :[Currently enchant to: 8
8:36:33 PM :[Your +7 Icarus Spitter has been successfully enchanted.
8:36:33 PM :[select item to enchant.
8:36:33 PM :[Currently enchant to: 9
8:36:34 PM :[Your +8 Icarus Spitter has been successfully enchanted.
8:36:34 PM :[select item to enchant.
8:36:34 PM :[Currently enchant to: 10
8:36:35 PM :[Your +9 Icarus Spitter has been successfully enchanted.
8:36:35 PM :[Currently enchant to: 11
8:36:36 PM :[select item to enchant.
8:36:36 PM :[Your +10 Icarus Spitter has been successfully enchanted.
8:36:36 PM :[select item to enchant.
8:36:36 PM :[Currently enchant to: 12
8:36:37 PM :[Your +11 Icarus Spitter has been successfully enchanted.
8:36:37 PM :[select item to enchant.
8:36:37 PM :[Currently enchant to: 13
8:36:38 PM :[Your +12 Icarus Spitter has been successfully enchanted.
8:36:38 PM :[select item to enchant.
8:36:38 PM :[Currently enchant to: 14
8:36:39 PM :[Your +13 Icarus Spitter has been successfully enchanted.
8:36:39 PM :[select item to enchant.
8:36:39 PM :[Currently enchant to: 15
8:36:40 PM :[Your +14 Icarus Spitter has been successfully enchanted.
8:36:40 PM :[select item to enchant.
8:36:40 PM :[Currently enchant to: 16
8:36:41 PM :[Your +15 Icarus Spitter has been successfully enchanted.
8:36:41 PM :[select item to enchant.
8:36:41 PM :[Currently enchant to: 17
8:36:42 PM :[Your +16 Icarus Spitter has been successfully enchanted.
8:36:42 PM :[select item to enchant.
8:36:42 PM :[Currently enchant to: 18
8:36:43 PM :[Your +17 Icarus Spitter has been successfully enchanted.
8:36:43 PM :[select item to enchant.
8:36:43 PM :[Currently enchant to: 19
8:36:44 PM :[Your +18 Icarus Spitter has been successfully enchanted.
8:36:44 PM :[select item to enchant.
8:36:44 PM :[Currently enchant to: 20
8:36:45 PM :[Your +19 Icarus Spitter has been successfully enchanted.
8:36:45 PM :[select item to enchant.
8:36:45 PM :[Currently enchant to: 21
8:36:46 PM :[Your +20 Icarus Spitter has been successfully enchanted.
8:36:46 PM :[select item to enchant.
8:36:46 PM :[Currently enchant to: 22
8:36:47 PM :[Your +21 Icarus Spitter has been successfully enchanted.
8:36:47 PM :[select item to enchant.
8:36:47 PM :[Currently enchant to: 23
8:36:48 PM :[Your +22 Icarus Spitter has been successfully enchanted.
8:36:48 PM :[select item to enchant.
8:36:48 PM :[Currently enchant to: 24
8:36:49 PM :[Your +23 Icarus Spitter has been successfully enchanted.
8:36:49 PM :[select item to enchant.
8:36:49 PM :[Currently enchant to: 25
8:36:50 PM :[Your +24 Icarus Spitter has been successfully enchanted.
8:37:08 PM :[DEBUG: 19 22 6C 2B 10 00 00 00 00 
8:37:08 PM :[select item to enchant.
8:37:08 PM :[DEBUG: 5F 77 F9 2C 10 00 00 00 00 
8:37:08 PM :[Your Icarus Spitter has been successfully enchanted.
8:37:18 PM :[Weapon unique packet is: 5F 77 F9 2C 10 00 00 00 00
8:37:18 PM :[select item to enchant.
8:37:19 PM :[Currently enchant to: 2
8:37:19 PM :[Your +1 Icarus Spitter has been successfully enchanted.
8:37:20 PM :[select item to enchant.
8:37:20 PM :[Currently enchant to: 3
8:37:20 PM :[Your +2 Icarus Spitter has been successfully enchanted.
8:37:21 PM :[select item to enchant.
8:37:21 PM :[Currently enchant to: 4
8:37:21 PM :[Your +3 Icarus Spitter has been successfully enchanted.
8:37:22 PM :[select item to enchant.
8:37:22 PM :[Currently enchant to: 5
8:37:22 PM :[Your +4 Icarus Spitter has been successfully enchanted.
8:37:23 PM :[select item to enchant.
8:37:23 PM :[Currently enchant to: 6
8:37:23 PM :[Your +5 Icarus Spitter has been successfully enchanted.
8:37:24 PM :[select item to enchant.
8:37:24 PM :[Currently enchant to: 7
8:37:24 PM :[Your +6 Icarus Spitter has been successfully enchanted.
8:37:25 PM :[select item to enchant.
8:37:25 PM :[Currently enchant to: 8
8:37:25 PM :[Your +7 Icarus Spitter has been successfully enchanted.
8:37:26 PM :[select item to enchant.
8:37:26 PM :[Currently enchant to: 9
8:37:26 PM :[Your +8 Icarus Spitter has been successfully enchanted.
8:37:27 PM :[select item to enchant.
8:37:27 PM :[Currently enchant to: 10
8:37:27 PM :[Your +9 Icarus Spitter has been successfully enchanted.
8:37:28 PM :[select item to enchant.
8:37:28 PM :[Currently enchant to: 11
8:37:28 PM :[The enchantment has failed!  Your +10 Icarus Spitter has been crystallized.
8:37:28 PM :[The equipment, +10 Icarus Spitter, has been removed.
8:37:28 PM :[You have earned 7316 Crystal: S Grade(s).

Posted

if you want to enchant with ARMOUR enchants or C/B/A etc you'll need to change that one packet that starts with 19 xx xx xx xx xx

Posted

i dont fin

EDIT: Alot of you thought I was out of the cheating loop eh? Wrong!

 

Well this will save you loads of time, you know when you have to wait 5 seconds to enchant? You can skip that crap. I'll explain how. Notice that this guide is ONLY for L2J servers.

 

firstly, download l2.net.

 

http://l2net.insane-gamers.com/

 

1. make sure you download the datapack as well as the update.... so 342c and 351c and put all the files in the same folder.

 

2. Read up on how to login at www.ltwonet.com and login.

 

3. copy this script

 

//Change to what you want it to enchant to
DEFINE INT ENCHANT 18

//DO NOT CHANGE
DEFINE STRING ONEONE "19 22 6C 2B 10 00 00 00 00"
DEFINE STRING TWOTWO " "
DEFINE INT CURENCHANT 1


//CHANGE, you will need to get the first enchant packet of each weapon and replace it here
SET TWOTWO "5F A5 8B 2D 10 00 00 00 00 "
CALLSUB ENCHANT
SET TWOTWO "5F A7 8B 2D 10 00 00 00 00"
CALLSUB ENCHANT
SET TWOTWO "5F A6 8B 2D 10 00 00 00 00 "
CALLSUB ENCHANT
SET TWOTWO "5F 96 41 03 10 00 00 00 00"
CALLSUB ENCHANT
SET TWOTWO "5F 1A 42 03 10 00 00 00 00 "
CALLSUB ENCHANT
PRINT_TEXT "ALL DONE"
SCRIPT_END

SUB ENCHANT
SET CURENCHANT 1
PRINT_TEXT "Weapon unique packet is: <&TWOTWO&>"

WHILE ZERO == ZERO
IF CURENCHANT < ENCHANT
    INJECT "<&ONEONE&>"
    SLEEP 400
    INJECT "<&TWOTWO&>"
    MATH CURENCHANT CURENCHANT ADD ONE
    PRINT_TEXT "Currently enchanted to: <&CURENCHANT&>"
SLEEP 400
ELSE
    RETURNSUB
ENDIF
WEND
RETURNSUB

PRINT_TEXT "DONE"
SCRIPT_END

 

4. Open the scripting pull down window. Select debug and dump mode. This will now give out one packet that you need for this script, I will explain how to obtain this packet, its really simple. Go to your main lineage 2 window, find a nice quiet place where there aren't many people around.... this will simplify your task, enchant a weapon, go back to the l2.net window, look down, you will see l2.net text that will look like this

 

11:33:51 PM :[DEBUG: 19 22 6C 2B 10 00 00 00 00  <==== this packet is not needed, its you clicking on the enchant scroll

11:33:52 PM :[select item to enchant.

11:33:57 PM :[DEBUG: 5F 1A 42 03 10 00 00 00 00  <==== this packet indicates the weapon you want to enchant... this is needed

11:33:57 PM :[Your Icarus Spitter has been successfully enchanted.

 

you can identify this packet quite easily.... it will always start with 5F, it will always end with 10 00 00 00 00 and this part 1A 42 03 will be random. Copy the packet YOUR client gave you example = 5F 1A 42 03 10 00 00 00 00

 

now in the script, there will be the following code, paste your packet with the first packet you see in the following code.

 

SET TWOTWO "5F A5 8B 2D 10 00 00 00 00" would become SET TWOTWO "5F 1A 42 03 10 00 00 00 00"

 

and continue to paste in more packets. You can add more packet lines or delete them, thats entirely up to you and how many weapons you want to enchant.

 

NOTE: Always choose a different weapon to enchant to obtain the packet

 

 

SET TWOTWO "5F A5 8B 2D 10 00 00 00 00"

CALLSUB ENCHANT

SET TWOTWO "5F A7 8B 2D 10 00 00 00 00"

CALLSUB ENCHANT

SET TWOTWO "5F A6 8B 2D 10 00 00 00 00 "

CALLSUB ENCHANT

SET TWOTWO "5F 96 41 03 10 00 00 00 00"

CALLSUB ENCHANT

SET TWOTWO "5F 1A 42 03 10 00 00 00 00 "

CALLSUB ENCHANT

 

5. Open the scripting pull down window. Select Script Editor, paste the script I posted, save as as whatever you want. (you can also edit the scripts from there)

 

6. Edit the following line to your liking DEFINE INT ENCHANT 18.... this means the script will enchant every weapon UP TO +18 if they started as +1, so if you want your weapon to be +10, change DEFINE INT ENCHANT 18 to DEFINE INT ENCHANT 10 and save.

 

7. Open the scripting pull down window, click SET MAIN SCRIPT, find the script you just saved

 

8. Open the scripting pull down window, click start script... wait until the script finished edit the script for the next weapon batch, repeat.

 

 

 

This will all become very easy and quicker then manually clicking every script. Average time to enchant a weapon to +16 is 1.5 minutes. This script will enchant a weapon to 16 in 16 seconds plus the time it took you to get the weapon packet. Once this becomes fluid to you, you will save much more time.

 

TIP. When you open the script window, click on the box that says "TOP", this will keep the current window on top of everything else. Quite useful

 

If you enchant with different scrolls then S grade, you MAY require to change the following line

 

DEFINE STRING ONEONE "19 22 6C 2B 10 00 00 00 00" Change the packet to the scroll you need. (it will not change)

 

This is mostly for high rate servers that require you to enchant alot.

 

enjoy the power of l2.net.

 

Just to let you drool a bit.... took me 41 seconds, including copying packets to enchant from 1 to 25

 

8:36:08 PM :[DEBUG: 19 22 6C 2B 10 00 00 00 00 
8:36:08 PM :[select item to enchant.
8:36:13 PM :[DEBUG: 5F 76 F9 2C 10 00 00 00 00 
8:36:14 PM :[Your Icarus Spitter has been successfully enchanted.
8:36:14 PM :[DEBUG: cleanup tick
8:36:24 PM :[Clan member PonyFaker has logged into game.
8:36:26 PM :[Weapon unique packet is: 5F 76 F9 2C 10 00 00 00 00
8:36:26 PM :[select item to enchant.
8:36:26 PM :[Currently enchant to: 2
8:36:26 PM :[Your +1 Icarus Spitter has been successfully enchanted.
8:36:27 PM :[select item to enchant.
8:36:27 PM :[Currently enchant to: 3
8:36:27 PM :[Your +2 Icarus Spitter has been successfully enchanted.
8:36:28 PM :[select item to enchant.
8:36:28 PM :[Currently enchant to: 4
8:36:28 PM :[Your +3 Icarus Spitter has been successfully enchanted.
8:36:29 PM :[select item to enchant.
8:36:29 PM :[Currently enchant to: 5
8:36:29 PM :[Your +4 Icarus Spitter has been successfully enchanted.
8:36:30 PM :[select item to enchant.
8:36:30 PM :[Currently enchant to: 6
8:36:30 PM :[Your +5 Icarus Spitter has been successfully enchanted.
8:36:31 PM :[select item to enchant.
8:36:31 PM :[Currently enchant to: 7
8:36:32 PM :[Your +6 Icarus Spitter has been successfully enchanted.
8:36:32 PM :[select item to enchant.
8:36:32 PM :[Currently enchant to: 8
8:36:33 PM :[Your +7 Icarus Spitter has been successfully enchanted.
8:36:33 PM :[select item to enchant.
8:36:33 PM :[Currently enchant to: 9
8:36:34 PM :[Your +8 Icarus Spitter has been successfully enchanted.
8:36:34 PM :[select item to enchant.
8:36:34 PM :[Currently enchant to: 10
8:36:35 PM :[Your +9 Icarus Spitter has been successfully enchanted.
8:36:35 PM :[Currently enchant to: 11
8:36:36 PM :[select item to enchant.
8:36:36 PM :[Your +10 Icarus Spitter has been successfully enchanted.
8:36:36 PM :[select item to enchant.
8:36:36 PM :[Currently enchant to: 12
8:36:37 PM :[Your +11 Icarus Spitter has been successfully enchanted.
8:36:37 PM :[select item to enchant.
8:36:37 PM :[Currently enchant to: 13
8:36:38 PM :[Your +12 Icarus Spitter has been successfully enchanted.
8:36:38 PM :[select item to enchant.
8:36:38 PM :[Currently enchant to: 14
8:36:39 PM :[Your +13 Icarus Spitter has been successfully enchanted.
8:36:39 PM :[select item to enchant.
8:36:39 PM :[Currently enchant to: 15
8:36:40 PM :[Your +14 Icarus Spitter has been successfully enchanted.
8:36:40 PM :[select item to enchant.
8:36:40 PM :[Currently enchant to: 16
8:36:41 PM :[Your +15 Icarus Spitter has been successfully enchanted.
8:36:41 PM :[select item to enchant.
8:36:41 PM :[Currently enchant to: 17
8:36:42 PM :[Your +16 Icarus Spitter has been successfully enchanted.
8:36:42 PM :[select item to enchant.
8:36:42 PM :[Currently enchant to: 18
8:36:43 PM :[Your +17 Icarus Spitter has been successfully enchanted.
8:36:43 PM :[select item to enchant.
8:36:43 PM :[Currently enchant to: 19
8:36:44 PM :[Your +18 Icarus Spitter has been successfully enchanted.
8:36:44 PM :[select item to enchant.
8:36:44 PM :[Currently enchant to: 20
8:36:45 PM :[Your +19 Icarus Spitter has been successfully enchanted.
8:36:45 PM :[select item to enchant.
8:36:45 PM :[Currently enchant to: 21
8:36:46 PM :[Your +20 Icarus Spitter has been successfully enchanted.
8:36:46 PM :[select item to enchant.
8:36:46 PM :[Currently enchant to: 22
8:36:47 PM :[Your +21 Icarus Spitter has been successfully enchanted.
8:36:47 PM :[select item to enchant.
8:36:47 PM :[Currently enchant to: 23
8:36:48 PM :[Your +22 Icarus Spitter has been successfully enchanted.
8:36:48 PM :[select item to enchant.
8:36:48 PM :[Currently enchant to: 24
8:36:49 PM :[Your +23 Icarus Spitter has been successfully enchanted.
8:36:49 PM :[select item to enchant.
8:36:49 PM :[Currently enchant to: 25
8:36:50 PM :[Your +24 Icarus Spitter has been successfully enchanted.
8:37:08 PM :[DEBUG: 19 22 6C 2B 10 00 00 00 00 
8:37:08 PM :[select item to enchant.
8:37:08 PM :[DEBUG: 5F 77 F9 2C 10 00 00 00 00 
8:37:08 PM :[Your Icarus Spitter has been successfully enchanted.
8:37:18 PM :[Weapon unique packet is: 5F 77 F9 2C 10 00 00 00 00
8:37:18 PM :[select item to enchant.
8:37:19 PM :[Currently enchant to: 2
8:37:19 PM :[Your +1 Icarus Spitter has been successfully enchanted.
8:37:20 PM :[select item to enchant.
8:37:20 PM :[Currently enchant to: 3
8:37:20 PM :[Your +2 Icarus Spitter has been successfully enchanted.
8:37:21 PM :[select item to enchant.
8:37:21 PM :[Currently enchant to: 4
8:37:21 PM :[Your +3 Icarus Spitter has been successfully enchanted.
8:37:22 PM :[select item to enchant.
8:37:22 PM :[Currently enchant to: 5
8:37:22 PM :[Your +4 Icarus Spitter has been successfully enchanted.
8:37:23 PM :[select item to enchant.
8:37:23 PM :[Currently enchant to: 6
8:37:23 PM :[Your +5 Icarus Spitter has been successfully enchanted.
8:37:24 PM :[select item to enchant.
8:37:24 PM :[Currently enchant to: 7
8:37:24 PM :[Your +6 Icarus Spitter has been successfully enchanted.
8:37:25 PM :[select item to enchant.
8:37:25 PM :[Currently enchant to: 8
8:37:25 PM :[Your +7 Icarus Spitter has been successfully enchanted.
8:37:26 PM :[select item to enchant.
8:37:26 PM :[Currently enchant to: 9
8:37:26 PM :[Your +8 Icarus Spitter has been successfully enchanted.
8:37:27 PM :[select item to enchant.
8:37:27 PM :[Currently enchant to: 10
8:37:27 PM :[Your +9 Icarus Spitter has been successfully enchanted.
8:37:28 PM :[select item to enchant.
8:37:28 PM :[Currently enchant to: 11
8:37:28 PM :[The enchantment has failed!  Your +10 Icarus Spitter has been crystallized.
8:37:28 PM :[The equipment, +10 Icarus Spitter, has been removed.
8:37:28 PM :[You have earned 7316 Crystal: S Grade(s).

i dont find 342c to dowload -.-
Guest
This topic is now closed to further replies.



  • Posts

    • What’s DatForge? Well… it’s a website I built initially to edit .dat files for Lineage 2… but not only that. Now it also handles: .dat, .ini, .htm, and .l2r files basically most Lineage 2 client data file types across 33+ chronicles. https://datforge.pages.dev/   Support / Reports / Anything Discord: https://discord.gg/5YwhBr5Dhx (use it for support, bug reports, or anything related to the project) Does it work for every version? No idea. I haven’t tested every single one… unless you want to volunteer. Do I plan to support every version? Yes. That’s the dream. Will that dream become reality? idk man, can’t promise shit. What’s coming next? (aka things I plan to do before I disappear) xdat editor .u editor / compiler / decompiler Let me sell you a dream real quick I will maintain this forever… probably… maybe… don’t quote me on that. Before you even start First requirement to use anything I build: you gotta be able to think. I won’t spend time drawing. Also… whoever said “there’s no such thing as a stupid question” was lying to make stupid people feel better. If you ask a stupid question, I will ignore it. PERIOD. Extra FAQ (since people will ask anyway) Am I looking for other pseudo AI coders/devs to join? Not really… unless you can actually add real value. Am I looking for people to manage a Discord server? Probably yes. I hate that crap. Will we be friends if you sign up? Not really. Will I do any changes on your L2J server if you sign up? No. Will I teach you how to code? No. How do you know if I’m legit? You don’t. FAQ (before you ask) What makes us different? There is no us. It’s just me. What makes me different? idk, you tell me. Why should you buy it? You probably shouldn’t. But if you want to… go ahead. How do I try it? Click the link. That’s it. Will the free account have everything? Read the pricing page. Don’t ask questions you can answer yourself. What if I find issues? I’m not your father, I won’t teach you how to use it. But if something is actually broken, post it and I’ll fix it. Why is it taking so long? Because you’re buying a tool, not hiring an employee. I work on it when I have time. If you want to pay my salary… we can talk (no promises). Am I an asshole like I sound? Not really. But people seem to like it, so I’m leaning into it. Will you share the source? Yes. Wait and see. If you're still here Congrats. Feel free to ask questions or suggest features. Just don’t come with crazy ideas, and remember: suggestions ≠ implementation. Bug reports If you report issues, they’ll most likely be fixed within a few hours… worst case a few days. Security issues / bypasses If you find something interesting, send me a PM with steps to reproduce. If it’s legit, you might get rewarded. “But if I don’t report it I can exploit it forever” …until I fix it myself and now you got nothing. Your call. Release dates When is xdat editor coming out? Soon. What day? Soon. What about .u files? Soon. Why no dates? Because this is not my full-time job. Pricing Do I need to pay to try it? No. There’s a free tier. If you want more, you can pay and unlock everything. Final note (before the “ooh but…” starts) This tool was built for me. I just decided to share it. I’m not a company. I’m not trying to live off this. But if you want a tool and don’t want to build it yourself… well… I already did 
    • report: scammer @nickathan he was a customer of me and this time i trusted him to send the files before i get paid .. he said in 1 hour he will give the money, i gave him space for 2 weeks , but he vanished! Proofs can be transmitted to @Celestine 
    • If they ask you to write something, you should ask for the full context. We had a private chat between the administrators of mxc and gx ext. He was allowed back on the forum on the condition that he did not spam unnecessary posts. As far as I'm concerned, it shouldn't be allowed because it involves multiple scams. We want and aim for a stronger community. He's not only doing this with this account, but with several, since this user has multiple accounts. As for what one user or another contributes, that's irrelevant; I often provide support to the community and I don't need to make it public. But I repeat, if they ask you to write a comment, just ask for the full context, nothing more than that. Or if you want a direct answer from me, feel free to message me privately so we can avoid spamming a post about an extender. That's the problem with second chances 
    • I currently have a working custom quest, but the problem is that I can't see it in the game's quest log. I've added it to questname-e.dat, but I still don't see it. I think there's another file where I need to add it, but I can't find it. For the items and skills I've added, I've always put it in the name and grp fields, but there's nothing related to questgrp.dat in the quest log. Could you tell me where I can add it?
  • 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..