Jump to content
  • 0

[help]Enchant problems


Question

Posted

kalhspera se oloys alo ena topic ton asxeto peri dev (emena)

exw ena prob ston server ka8os otan exw to weapon +max kai pathsw enchant m leei inapropriate enchanting conditions

otan omws ksanapathsw enchant to oplo spaei....

kserei kaneis ti paizei?

6 answers to this question

Recommended Posts

  • 0
Posted

Gameserver\Config\Enchant.properties

 

Κοίτα εάν υπάρχει το OverEnchant= βάλε όσο Max το έχεις!!!

( Κάπως έτσι λέγεται )

  • 0
Posted

exw ena prob ston server ka8os otan exw to weapon +max kai pathsw enchant m leei inapropriate enchanting conditions

otan omws ksanapathsw enchant to oplo spaei....

basika exei ws eksis

exw +20 weap (sto max dld)

pataw enchant

-an to enchant petyxei tote leei inapropriate kai loipa xanw to scroll alal den febgei apo to inventory

-an den petyxei to weapon spaei

dld 8elw ena code p na elenxei ama to oplo h armor h jewel einai sto max

ama einai na leei inapropriate alliws na kanei enchant

  • 0
Posted

Sorry gia to doublepost alla dikaiologoyme:

eftiaksa ton elenxo p zhthsa parapanw oriste

 

 

 

Enas moderator na kanei lock ayto to topic plz

 

 

at line 77
        	activeChar.sendPacket(new SystemMessage(SystemMessageId.INAPPROPRIATE_ENCHANT_CONDITION));
            return;
        }
      	
+        if(item.getItem().getType2() == L2Item.TYPE2_ACCESSORY && item.getEnchantLevel() >= Config.ENCHANT_MAX_JEWELRY	
+        		|| item.getItem().getType2() == L2Item.TYPE2_SHIELD_ARMOR && item.getEnchantLevel() >= Config.ENCHANT_MAX_ARMOR
+        		||item.getItem().getType2() == L2Item.TYPE2_WEAPON && item.getEnchantLevel() >=           Config.ENCHANT_MAX_WEAPON)
+        {
+           	activeChar.sendMessage("Your item is enchanted at maximum");            return;
+        }
        
           	if (activeChar.getActiveTradeList() != null)
           	{
           	 activeChar.cancelActiveTrade(); 

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