Jump to content
  • 0

[Request/Help]Max enchant on some items...


Question

Posted

Guys, i found this, but i get error:

   [javac] C:\workspace\ugabugaa\trunk\GS-Core\java\net\sf\l2j\gameserver\clientpackets\RequestEnchantItem.java:203: cannot find symbol
   [javac] symbol  : variable maxEnchantList
   [javac] location: class net.sf.l2j.gameserver.clientpackets.RequestEnchantItem
   [javac] 	maxEnchantList = Config.ENCHANT_MAX_LIST;
   [javac] 	^
   [javac] C:\workspace\ugabugaa\trunk\GS-Core\java\net\sf\l2j\gameserver\clientpackets\RequestEnchantItem.java:205: cannot find symbol
   [javac] symbol  : variable maxEnchantList
   [javac] location: class net.sf.l2j.gameserver.clientpackets.RequestEnchantItem
   [javac] 	if (item.getEnchantLevel() >= maxEnchantList && item.isEnchantList())

So..... I need a limit enchant on some items code.... or ..... help me to fix my errors. Thank you !

3 answers to this question

Recommended Posts

  • 0
Posted

maxEnchantList is not found. Create it lol.

 

+	private int maxEnchantList;

 

You did not apply the patch correctly.

 

 

  • 0
Posted

maxEnchantList is not found. Create it lol.

 

+	private int maxEnchantList;

You did not apply the patch correctly.

1000 sorries (sorry, but i don't apply patches anymore, i get a lot of errors, the segments did not match etc...., i add the codes manually....)

 

locked.

  • 0
Posted

1000 sorries (sorry, but i don't apply patches anymore, i get a lot of errors, the segments did not match etc...., i add the codes manually....)

 

locked.

happens, its ok :P just make sure next time ^^

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