MoMoProxy has updated more static residential proxies for USA location, anyone interested in can view: https://momoproxy.com/static-residential-proxies
To manually override it you got to use command //field_cycle set_step 1 11
1 is the field cycle id for hellbound island from db (fiy 2 & 3 are the seeds in gracia sod and soi) and 11 is the level you want to change it to. Anywhere from 1 to 11 will work for different stages.
Question
Oxgn
Ρε σεις τα μισά που λέει να βρω και να προσθέσω απο κάτω δεν τα έχει... τι πρέπει να κάνω
+++ java/net/sf/l2j/gameserver/network/clientpackets/RequestEnchantItem.java (working copy)
@@ -212,6 +212,7 @@
break;
}
}
+ maxEnchantLevel = Config.ENCHANT_MAX_WEAPON_CRYSTAL;
for (int scrollId : CRYSTAL_SCROLLS)
{
if (scroll.getItemId() == scrollId)
@@ -221,6 +222,7 @@
break;
}
}
+ maxEnchantLevel = Config.ENCHANT_MAX_WEAPON_BLESSED;
for (int scrollId : BLESSED_SCROLLS)
{
if (scroll.getItemId() == scrollId)
@@ -241,6 +243,7 @@
break;
}
}
+ maxEnchantLevel = Config.ENCHANT_MAX_ARMOR_CRYSTAL;
for (int scrollId : CRYSTAL_SCROLLS)
{
if (scroll.getItemId() == scrollId)
@@ -249,6 +252,7 @@
break;
}
}
+ maxEnchantLevel = Config.ENCHANT_MAX_ARMOR_BLESSED;
for (int scrollId : BLESSED_SCROLLS)
{
if (scroll.getItemId() == scrollId)
@@ -269,6 +273,7 @@
break;
}
}
+ maxEnchantLevel = Config.ENCHANT_MAX_JEWERLY_CRYSTAL;
for (int scrollId : CRYSTAL_SCROLLS)
{
if (scroll.getItemId() == scrollId)
@@ -277,6 +282,7 @@
break;
}
}
+ maxEnchantLevel = Config.ENCHANT_MAX_JEWERLY_BLESSED;
for (int scrollId : BLESSED_SCROLLS)
{
if (scroll.getItemId() == scrollId)
0 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now