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

Experienced Elementalist
Joined
Sep 25, 2012
Messages
292
Reaction score
26
HOW to make it work with IGC Server filles? Items hawe problem, if im buying in webshop items in game vault they disapear , or not apear, wasted credits!! How to fix Item matching?
 
Newbie Spellweaver
Joined
Apr 2, 2016
Messages
32
Reaction score
15
Market is not working correctly. Your sold items are shown in Last Market items but in Market section there is not any items shows, also in recent items too. There is another bug, you can not take back your item from market. "My Sold Items" is empty too.
 
Newbie Spellweaver
Joined
Nov 19, 2015
Messages
55
Reaction score
3
Market is not working correctly. Your sold items are shown in Last Market items but in Market section there is not any items shows, also in recent items too. There is another bug, you can not take back your item from market. "My Sold Items" is empty too.
I have same problem.
 
Newbie Spellweaver
Joined
Nov 24, 2015
Messages
93
Reaction score
13
how to fix this ? webmall problem?

SS

Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\pages\Webshop.php on line 1836
 
Experienced Elementalist
Joined
May 16, 2009
Messages
205
Reaction score
101
how to fix this ? webmall problem?

SS

replace this
PHP:
if ((eregi($findslotlikethis,substr($items, $i, strlen($useforlength)))) && ($itemX+$nx<9) && ($itemY+$ny<16))
with this
PHP:
if ((preg_match("%{$findslotlikethis}%i",substr($items, $i, strlen($useforlength)))) && ($itemX+$nx<9) && ($itemY+$ny<16))
 
Newbie Spellweaver
Joined
Nov 24, 2015
Messages
93
Reaction score
13
replace this
PHP:
if ((eregi($findslotlikethis,substr($items, $i, strlen($useforlength)))) && ($itemX+$nx<9) && ($itemY+$ny<16))
with this
PHP:
if ((preg_match("%{$findslotlikethis}%i",substr($items, $i, strlen($useforlength)))) && ($itemX+$nx<9) && ($itemY+$ny<16))


thanks it fix but still got this issue
Warehouse seems to be full, clean and try again!.



and some of the items that i purchase the my website didnt come into my warehouse xD i think web shop on this one is full of bugs atm
 
Last edited:
Newbie Spellweaver
Joined
Jan 28, 2017
Messages
15
Reaction score
0
Hi, can you help?It does not work why the market of things can be inserted and you can not buy them.what could be the problem ?
muonlinegr2 - [Release] MvCore 1.17.0 - RaGEZONE Forums
muonlinegr2 - [Release] MvCore 1.17.0 - RaGEZONE Forums
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
Market is not working correctly. Your sold items are shown in Last Market items but in Market section there is not any items shows, also in recent items too. There is another bug, you can not take back your item from market. "My Sold Items" is empty too.

we are the same did you fix yours?
 
Initiate Mage
Joined
Apr 29, 2016
Messages
3
Reaction score
0
This is old, already go for 1.17.1 from the forum where they are working and from where this contribution was taken
 
Experienced Elementalist
Joined
Sep 25, 2012
Messages
292
Reaction score
26
@Saige How to acces Admin Panel? I use mvcore but i hawe latest version, wanth to test for my self!
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
Still have the problem about the market when you taking it back nothings happens.

muonlinegr2 - [Release] MvCore 1.17.0 - RaGEZONE Forums


muonlinegr2 - [Release] MvCore 1.17.0 - RaGEZONE Forums
 
Back
Top