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!

how to fix that Cashshop Fails to connect

Joined
Sep 27, 2006
Messages
557
Reaction score
88
How to truly fix it cash-shop.

File : ServiceCore.dll.xml
//Change 127.0.0.1 to your own IP

Code:
<setting name="LocationServiceIP" serializeAs="String">
        <value>127.0.0.1</value>
      </setting>
      <setting name="LocationServicePort" serializeAs="String">
        <value>42</value>

Code:
<setting name="CashShopPort" serializeAs="String">
        <value>6500</value>
      </setting>

Xampp Folder

xampp\apache\conf\extra

Go to File: httpd-ssl.conf

Find:
Code:
#
# When we also provide SSL we have to listen to the 
# standard HTTP port (see above) and to the HTTPS port
#

Listen 443
Listen 6500

Add port 6500
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
more like truly not work.. good try Bravo.

Since we are known how to add cashshop items to any NPCs, cashshop aka depot supply work or not isn't an issue.unless you want to open an private servers and make quick cash. If nexon found out then they won't be happy. That was the reason why this servers have depot supply broken in the first place.
 
Last edited:
Upvote 0
Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
Main focus is to find out how get Delia to fully playable on our server files. Without the replacement of her with mods. I hope there's will be newer server files release in the future.
 
Upvote 0
Back
Top