Jump to content

Recommended Posts

Posted

This script is an encrypted version, with an external configuration file, for L2Net ONLY.

The script is able to enchant 5 different items with one setup, by enchanting them one by one.

For example, let's say, you want to enchant a full armor set, or full jewel set.

All you need to do, is write at least a part of the item's name, which is CASE SENSITIVE!

And the script will start to enchant it with the first item you have specified in order.

It will ALWAYS look for the smallest enchanted item, and start to enchant that.

You can define the maximum enchant you want the script to stop at, so for example

you want to enchant +10 weapons, the script will enchant as many +10 weapons as it can,

until it runs out of materials. You can also set the script, to keep an amount of items

you specify, for example, you set the script, to keep 2 items, it doesn't matter, what the

maximum enchant is, it will always keep the highest 2 items in your inventory.

Price: 5 €.

For an additional 2 €, you can ask me to go to your server, and set the script, to buy the items you want,

so the script won't ever stop, unless it has ran out of adena.

For an additional 5 €, I will write a custom farming script for your server, to always give adena to you, or to

the enchant bot, to never run out of adena.

Posted

good luck with your sales but is already shared the thing is that i dont remember if i found it in this forum :P

 

I do know that there are several enchant scripts around on forums like this, however, haven't seen one, that can enchant full armor sets with one set-up, or works with all 3 chronicles, yes, the script you get will work with all three chronicles, this is a 3 in 1 script, with a very easy configuration, that I haven't seen before.

 

Example: ( from actual configuration file )

 

//----------//-----------//-----------//----------//----------//
// A part of the item's name(s) you are enchanting, or full name.

DEFINE_GLOBAL STRING ItemToEnchant1 "Recurve"
DEFINE_GLOBAL STRING ItemToEnchant2 ""
DEFINE_GLOBAL STRING ItemToEnchant3 ""
DEFINE_GLOBAL STRING ItemToEnchant4 ""
DEFINE_GLOBAL STRING ItemToEnchant5 ""

//-----------//------------//------------//-----------//----------//
// A part of the scroll name you are enchanting with, or full name.

DEFINE_GLOBAL STRING ScrollName "Weapon (S-Grade)"

//---------//---------//---------//---------//--------//--------//--------//--------//--------//
// The maximum enchant value on the server, or the maximum value you want the script to stop at.

DEFINE_GLOBAL INT MaxEnchant 25

//-------//--------//---------//---------//---------//-----------//
// The amount of items to keep of each one of the specified items.

DEFINE_GLOBAL INT KeepCount 1

Posted

This is mine, so its not the same good luck with your sales :)

// START OF EDITING PART (YOU SHOULD CHANGE THE SETTINGS FROM BELOW TO YOUR NEEDS)
// ===================================================================================================================
DEFINE_GLOBAL STRING item_name "Elegia Shoes"        // "tên item cần enchant
DEFINE_GLOBAL STRING normal_enchant_name "Scroll: Enchant Armor (S)"        // Tên dấy Enchant thường
DEFINE_GLOBAL STRING blessed_enchant_name "Blessed Scroll: Enchant Armor (S)"               // tên dấy blessed enchant ( only for blessed enchants )

DEFINE_GLOBAL INT type_of_enchanting 6   // chọn 1-7 theo mấy cách dưới:                  
         // 1 - Normal enchant each One by One; enchant bình thường từng cái                   
         // 2 - Normal enchant each One to Top; Enchant BT từng cái tới max         
         // 3 - Blessed enchant only one item;     Bless Enchant 1 item         
         // 4 - Blessed enchant each One to Top; Bless Enchant từng cai tới max         
         // 5 - Blessed enchant each One by One an keep the highest; enchant từng cái + bằng nhau và giử lai cai cao nhất ( +1 +1 +1 = > > +2+2+2 )         
         // 6 - Normal enchant each One by One and stop to Top; tương tự 5 nhưng bằng dấy thường. chỉ dừng lại khi lên max
         // 7 - Blessed enchant each One by One and stop to Top; 

DEFINE_GLOBAL INT keep_items_num 1        // số item giử lại khi enchanting One by One ( for One by One enchanting + blessed )
DEFINE_GLOBAL INT enchant_to_top 16     // max enchant ( for One to Top enchanting + blessed )
DEFINE_GLOBAL INT enchant_safe 16        // Safe enchant ( for Blessed enchanting )
DEFINE_GLOBAL INT min_little_delay 300    // min_little_delay should be always lower than max_little_delay - these two are for random delay between the values.
DEFINE_GLOBAL INT max_little_delay 350      // max_little_delay should be always higher than main_little_delay - this two will add some delay so carefull what you set.
// ===================================================================================================================
// END OF EDITING PART (DON'T CHANGE NOTHING FROM BELOW)
// ===================================================================================================================

Posted

If you're interested in any type of script for L2Net private servers, just add me on skype: fireflyz89. I can write any script you want for your server.

  • 2 weeks later...
Posted

Script has been upgraded.

 

Now enchants 6 items with one set-up.

Now completely ignores lag, and ping. ( Meaning, it cannot make any mistakes, since it waits for server's response, to continue enchanting )

Now keeps as many items, as you want.

You can now set, the delay between injecting packets. ( If the server you're playing on, doesn't have a flood protection, you can enchant very fast, 200 scrolls/min or more )

 

Tested healer script coming soon... :F

 

Work reference of one of my free scripts: http://www.insane-gamers.com/showthread.php/6631-Auto-Augment-script-Freya-and-High-Five

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...