Jump to content
  • 0

How can i make enchant +1000


Question

Posted

Hi all !!!

 

How can I make for my server:     Crystal Scrool to give +1000

                                                            Blessed Scrool to give +500

 

So if y put in my "weapon" 2 crystal scrools and 1 blessed scrool to be  "weapon" +2500

 

plz help  ;)

THX.   :)

 

Oh sry I forgot to tell..... my server is epilogue

6 answers to this question

Recommended Posts

  • 0
Posted

Hi all !!!

 

How can I make for my server:    Crystal Scrool to give +1000

                                                            Blessed Scrool to give +500

 

So if y put in my "weapon" 2 crystal scrools and 1 blessed scrool to be  "weapon" +2500

 

plz help  ;)

THX.  :)

 

Oh sry I forgot to tell..... my server is epilogue

Serach is your option ...

  • 0
Posted

	for (int blessedweaponscroll : BLESSED_WEAPON_SCROLLS)
			if (scroll.getItemId() == blessedweaponscroll)
				item.setEnchantLevel(item.getEnchantLevel() + 500);


	for (int crystalweaponscroll : CRYSTAL_WEAPON_SCROLLS)
			if (scroll.getItemId() == crystalweaponscroll)
					item.setEnchantLevel(item.getEnchantLevel() + 1000);

 

an example for weapon scrolls :p

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