Jump to content

Recommended Posts

Posted

When I try to set auto-enchanting script, I get this message (error):

 

0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65 : FOREACH
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: Script Thread Crashed at Line: 66 File: C:\Documents and Settings\Vlad\Desktop\New Text Document.l2s
0:23:48 :[#############################

 

And this is my script: (only what I've edited)

 

INCLUDE StdLib\inventory.l2c
// ===================================================================================================================

// START OF EDITING PART (YOU SHOULD CHANGE THE SETTINGS FROM BELOW TO YOUR NEEDS)
// ===================================================================================================================
DEFINE_GLOBAL STRING item_name "Imperial Crusader Breastplate"        // Here you need to change with what item you want to enchant
DEFINE_GLOBAL STRING normal_enchant_name "Scroll: Enchant Armor (S)"        // The exact name of your normal enchant scroll
DEFINE_GLOBAL STRING blessed_enchant_name "Blessed Scroll: Enchant Weapon (S)"        // The exact name of you blessed enchant scroll(only for blessed enchants)

DEFINE_GLOBAL INT type_of_enchanting 6    // The method of enchanting you want set from 1-7 (see below):
         // 1 - Normal enchant each One by One;
         // 2 - Normal enchant each One to Top;
         // 3 - Blessed enchant only one item;
         // 4 - Blessed enchant each One to Top;
         // 5 - Blessed enchant each One by One an keep the highest; 
         // 6 - Normal enchant each One by One and stop to Top;
         // 7 - Blessed enchant each One by One and stop to Top;
										  
DEFINE_GLOBAL INT keep_items_num 1        // How meny items you want to keep when enchanting One by One (for One by One enchanting + blessed)

 

Halp  :(

Posted

When I try to set auto-enchanting script, I get this message (error):

 

0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:47 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:47 :[#############################
0:23:47 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65: INVALID VARIABLE TYPE
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: SCRIPT ERROR: LINE 65 : FOREACH
0:23:48 :[#############################
0:23:48 :[#############################
0:23:48 :[ERROR: Script Thread Crashed at Line: 66 File: C:\Documents and Settings\Vlad\Desktop\New Text Document.l2s
0:23:48 :[#############################

 

And this is my script: (only what I've edited)

 

INCLUDE StdLib\inventory.l2c
// ===================================================================================================================

// START OF EDITING PART (YOU SHOULD CHANGE THE SETTINGS FROM BELOW TO YOUR NEEDS)
// ===================================================================================================================
DEFINE_GLOBAL STRING item_name "Imperial Crusader Breastplate"        // Here you need to change with what item you want to enchant
DEFINE_GLOBAL STRING normal_enchant_name "Scroll: Enchant Armor (S)"        // The exact name of your normal enchant scroll
DEFINE_GLOBAL STRING blessed_enchant_name "Blessed Scroll: Enchant Weapon (S)"        // The exact name of you blessed enchant scroll(only for blessed enchants)

DEFINE_GLOBAL INT type_of_enchanting 6    // The method of enchanting you want set from 1-7 (see below):
         // 1 - Normal enchant each One by One;
         // 2 - Normal enchant each One to Top;
         // 3 - Blessed enchant only one item;
         // 4 - Blessed enchant each One to Top;
         // 5 - Blessed enchant each One by One an keep the highest; 
         // 6 - Normal enchant each One by One and stop to Top;
         // 7 - Blessed enchant each One by One and stop to Top;
										  
DEFINE_GLOBAL INT keep_items_num 1        // How meny items you want to keep when enchanting One by One (for One by One enchanting + blessed)

 

Halp  :(

script is only for kamael +++

isnt work on IL

Posted

How come, it must be working with IL too! :(

 

Or is there any other script for Interlude?

Posted

How come, it must be working with IL too! :(

 

Or is there any other script for Interlude?

I dont know but this script is only for kamael +++

  • 7 months later...
Posted

Hi i have gracia epilogue and want try autoenchant with scritps but with l2.net programs this dont work , i dont know how to get enchant packet from l2, tired many times but fail QQ PLS HELP!

its high rate server with l2j files

Posted

How come, it must be working with IL too! :(

 

Or is there any other script for Interlude?

 

hmm if you use old version of l2net you cant make that, but if you pay 5$ for donate key then you can use l2net for interlude but in new version, ther that script will work

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

    • 3000 subscribers in our Telegram channel! Thank you all for your support and interest in our project! Very soon, we’ll be hosting an exciting giveaway or contest just for you! Don’t miss the chance to take part — subscribe here: https://t.me/accsforyou_shop✅ Active Links: Digital goods store (Website): Go Store Telegram bot: Go Telegram bot for purchasing Telegram Stars: Go SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) during October! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." – post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases!
    • 3000 subscribers in our Telegram channel! Thank you all for your support and interest in our project! Very soon, we’ll be hosting an exciting giveaway or contest just for you! Don’t miss the chance to take part — subscribe here: https://t.me/accsforyou_shop✅ Active Links: Digital goods store (Website): Go Store Telegram bot: Go Telegram bot for purchasing Telegram Stars: Go SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) during October! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." – post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases!
    • 3000 subscribers in our Telegram channel! Thank you all for your support and interest in our project! Very soon, we’ll be hosting an exciting giveaway or contest just for you! Don’t miss the chance to take part — subscribe here: https://t.me/accsforyou_shop✅ Active Links: Digital goods store (Website): Go Store Telegram bot: Go Telegram bot for purchasing Telegram Stars: Go SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) during October! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." – post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases!
    • 3000 subscribers in our Telegram channel! Thank you all for your support and interest in our project! Very soon, we’ll be hosting an exciting giveaway or contest just for you! Don’t miss the chance to take part — subscribe here: https://t.me/accsforyou_shop✅ Active Links: Digital goods store (Website): Go Store Telegram bot: Go Telegram bot for purchasing Telegram Stars: Go SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) during October! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." – post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases!
    • 3000 subscribers in our Telegram channel! Thank you all for your support and interest in our project! Very soon, we’ll be hosting an exciting giveaway or contest just for you! Don’t miss the chance to take part — subscribe here: https://t.me/accsforyou_shop✅ Active Links: Digital goods store (Website): Go Store Telegram bot: Go Telegram bot for purchasing Telegram Stars: Go SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) during October! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." – post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases!
  • 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