Jump to content
  • 0

Question

Posted

Hi all i have one problem... i have hi5 server and i chan't fin where to put limit enchant to weapon and armor,  sory for me english plz some 1  one frend told me i must make that whit java but i don't know how to do that so some 1 can help me?????  PLZ

8 answers to this question

Recommended Posts

  • 0
Posted

i know game server.config but is no't i use l2j whit navigat i get server from l2jserver oficial one and lock how is me config

 

 

 

# Enchanting

# ---------------------------------------------------------------------------

# Base rate for scrolls of enchant

# Default: 66.66

EnchantChance = 66.66

 

# This controls the chance an item has to break if it is enchanted.

# This chance is in %, so if you set this to 100%, enchants will always succeed.

# DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT

EnchantChanceElementStone = 60

EnchantChanceElementCrystal = 40

EnchantChanceElementJewel = 100

EnchantChanceElementEnergy = 10

 

# This is the maximum safe enchant.

# Notes:

# If EnchantSafeMax is set to for 8 the item will be safely enchanted to 8 regardless of the max enchant value set above.

# EnchantSafeMaxFull is for full body armor (upper and lower).

# These values should always be greater than 0.

# Default: 3, 4

EnchantSafeMax = 20

EnchantSafeMaxFull = 20

 

# List of non-enchantable items.

# Currently apprentice, travelers weapons and Pailaka items

# Default: 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296

EnchantBlackList = 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296

 

  • 0
Posted

Hi all i have one problem... i have hi5 server and i chan't fin where to put limit enchant to weapon and armor,  sory for me english plz some 1  one frend told me i must make that whit java but i don't know how to do that so some 1 can help me?????  PLZ

 

Should looks like that:

 

# ---------------------------------------------------------------------------
# Enchanting
# ---------------------------------------------------------------------------
# Default enchant rate for scrolls.
# Be aware the data in enchantData.xml will override those values!
# This is just default data (For enchants with not defined such variables)
# Default: 66.66
EnchantChance = 66.66

# Default: 0 (Unlimited)
MaxEnchantLevel = 10

# This controls the chance an item has to break if it is enchanted.
# This chance is in %, so if you set this to 100%, enchants will always succeed.
# DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
EnchantChanceElementStone = 50

#
EnchantChanceElementCrystal = 30

#
EnchantChanceElementJewel = 20

#
EnchantChanceElementEnergy = 10

# This is the maximum safe enchant.
# Notes:
#	If EnchantSafeMax is set to for 8 the item will be safely enchanted to 8 regardless of the max enchant value set above.
#	EnchantSafeMaxFull is for full body armor (upper and lower).
#	These values should always be greater than 0.
# Default: 3, 4
EnchantSafeMax = 3

#
EnchantSafeMaxFull = 10

# List of non-enchantable items.
# Currently apprentice, travelers weapons and Pailaka items
# Default: 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296
EnchantBlackList = 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296

 

And the enchant rates u find there:

 

game/data/enchantData.xml

 

P.S:

 

If u dont have like that... your revision its a bit older and with some missing things. So you need to compile another revision.

 

HI5 SVN:

 

http://svn.l2jdp.com/branches/unstable/L2J_DataPack_BETA/
http://svn.l2jserver.com/branches/unstable/L2J_Server_BETA/

Guest
This topic is now closed to further replies.


×
×
  • 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