Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] MVCore 1.6.3 Premium + 5 premium themes for free

Newbie Spellweaver
Joined
Mar 27, 2010
Messages
17
Reaction score
5
For fix webshop items which not have excellent options (for select it):
Site/pages/Webshop.php
Find:
PHP:
	if($mvcore['w_exc_anc_item'] == 'no' && $sanci[0] != '') { $item_exc = 0; }; // Ancient.
Replace with:
PHP:
if($mvcore['w_exc_anc_item'] == 'no' && $item_anc >= '1') { $item_exc = 0; }; // Ancient.
For me, worked.
 
Back
Top