Jump to content
  • 0

How can i make enchant +1000


lipici

Question

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

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

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 ...

Link to comment
Share on other sites

  • 0

	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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...