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] Blade & soul Revolution(mobile) server+client

Banned
Banned
Joined
May 23, 2009
Messages
233
Reaction score
24
Re: [Release] Blade & soul Revolution(mobile) server+client

Theres any way to conver csv to bin or backwards?



sir where can i get API for this files? and any guide for the web server setup tnx in advance

ES LANG not works :) i think most not works only english, korea, thai but not the rest i didint test all
 
Banned
Banned
Joined
May 23, 2009
Messages
233
Reaction score
24
Re: [Release] Blade & soul Revolution(mobile) server+client

Game works fine, im using only on local.
Any hit how can fix the chat?
 
Newbie Spellweaver
Joined
Oct 17, 2005
Messages
99
Reaction score
1
i thnk this gm command ,but how to use ?
learnskill all;
allskilllevel 18;
asset all 99999999;

additem eb130071 1 29;
 
Newbie Spellweaver
Joined
Jul 18, 2012
Messages
30
Reaction score
6
i thnk this gm command ,but how to use ?
learnskill all;
allskilllevel 18;
asset all 99999999;

additem eb130071 1 29;

With no way for the chat to even know it's being sent it won't be able to register ????
 
Initiate Mage
Joined
Aug 2, 2021
Messages
1
Reaction score
0
Chat and several features do not work as they use additional external resources. See server settings.

Code:
<Chat>
		<!-- Dev Service -->
		<Room_Create_API url="http://cpdev-talk-api.netmarble.com" port="80" value="/v1/{gamecode}/room/{roomtag}" method="POST"/>
		<Room_Delete_API url="http://cpdev-talk-api.netmarble.com" port="80" value="/v1/{gamecode}/room/{roomtag}" method="DELETE"/>
		<Room_Update_API url="http://cpdev-talk-api.netmarble.com" port="80" value="/v1/{gamecode}/room/{roomtag}" method="PUT"/>
		<Room_Get_API url="http://cpdev-talk-api.netmarble.com" port="80" value="/v1/{gamecode}/room/{roomtag}" method="GET"/>
		<Member_In_API url="http://cpdev-talk-api.netmarble.com" port="80" value="/v1/{gamecode}/room/{roomtag}/member" method="POST"/>
		<Member_Out_API url="http://cpdev-talk-api.netmarble.com" port="80" value="/v1/{gamecode}/room/{roomtag}/member" method="DELETE"/>
		<Notification_Game_API url="http://cpdev-talk-api.netmarble.com" port="80" value="/v1/notification/{gamecode}" method="POST"/>
		<Notification_World_API url="http://cpdev-talk-api.netmarble.com" port="80" value="/v1/notification/{gamecode}/world/{worldid}" method="POST"/>
		<Notification_Room_API url="http://cpdev-talk-api.netmarble.com" port="80" value="/v1/notification/{gamecode}/room/{roomtag}" method="POST"/>
		<Notification_Channel_API url="http://cpdev-talk-api.netmarble.com" port="80" value="/v1/notification/{gamecode}/world/{worldid}/channel/{channelname}/{channelno}" method="POST"/>
		<Notification_User_API url="http://cpdev-talk-api.netmarble.com" port="80" value="/v1/notifiaction/{gamecode}/users" method="POST"/>
		<TalkService_CheckOut_API url="http://cpdev-talk-api.netmarble.com" port="80" value="/v1/{gamecode}/checkOut" method="POST"/>
		<!-- Real Service --> <!--
		<Room_Create_API url="http://talk-api.netmarble.com" port="80" value="/v1/{gamecode}/room/{roomtag}" method="POST"/>
		<Room_Delete_API url="http://talk-api.netmarble.com" port="80" value="/v1/{gamecode}/room/{roomtag}" method="DELETE"/>
		<Room_Update_API url="http://talk-api.netmarble.com" port="80" value="/v1/{gamecode}/room/{roomtag}" method="PUT"/>
		<Room_Get_API url="http://talk-api.netmarble.com" port="80" value="/v1/{gamecode}/room/{roomtag}" method="GET"/>
		<Member_In_API url="http://talk-api.netmarble.com" port="80" value="/v1/{gamecode}/room/{roomtag}/member" method="POST"/>
		<Member_Out_API url="http://talk-api.netmarble.com" port="80" value="/v1/{gamecode}/room/{roomtag}/member" method="DELETE"/>
		<Notification_Game_API url="http://talk-api.netmarble.com" port="80" value="/v1/notification/{gamecode}" method="POST"/>
		<Notification_World_API url="http://talk-api.netmarble.com" port="80" value="/v1/notification/{gamecode}/world/{worldid}" method="POST"/>
		<Notification_Room_API url="http://talk-api.netmarble.com" port="80" value="/v1/notification/{gamecode}/room/{roomtag}" method="POST"/>
		<Notification_Channel_API url="http://talk-api.netmarble.com" port="80" value="/v1/notification/{gamecode}/world/{worldid}/channel/{channelname}/{channelno}" method="POST"/>
		<Notification_User_API url="http://talk-api.netmarble.com" port="80" value="/v1/notifiaction/{gamecode}/users" method="POST"/>
		<TalkService_CheckOut_API url="http://talk-api.netmarble.com" port="80" value="/v1/{gamecode}/checkOut" method="POST"/>
		-->
	</Chat>
	
	<!-- Profile -->
	<!-- Dev Service -->
	<Profile zone="dev">
		<Char_Set_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/profile/v4/set-server" method="POST"/>
		<Char_Get_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/profile/v4/get" method="POST"/>
		<Char_Del_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/profile/v4/delete-server" method="POST"/>
		<Guild_Set_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/guild/set-server" method="POST"/>
		<Guild_Get_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/guild/get" method="POST"/>
		<Guild_Del_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/guild/delete-server" method="POST"/>
		<Guild_Sync_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/guild/synchronize-server" method="POST"/>
		<Guild_Member_Set_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/guild/member/set-server" method="POST"/>
		<Guild_Member_Get_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/guild/members/get" method="POST"/>
		<Guild_Member_Del_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/guild/member/remove-server" method="POST"/>
		<Guild_Member_Sync_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/guild/members/synchronize-server" method="POST"/>
		<Extra_Set_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/extrakv/set-server" method="POST"/>
		<Extra_Get_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/extrakv/get" method="POST"/>
		<Extra_Del_API url="http://cpdev-profileapi.netmarble.com" port="80" value="/extrakv/del-server" method="POST"/>
	</Profile>
	<!-- Reql Service 
	<Profile zone="real">
		<Char_Set_API url="http://profileapi.netmarble.com" port="80" value="/profile/v4/set-server" method="POST"/>
		<Char_Get_API url="http://profileapi.netmarble.com" port="80" value="/profile/v4/get" method="POST"/>
		<Char_Del_API url="http://profileapi.netmarble.com" port="80" value="/profile/v4/delete-server" method="POST"/>
		<Guild_Set_API url="http://profileapi.netmarble.com" port="80" value="/guild/set-server" method="POST"/>
		<Guild_Get_API url="http://profileapi.netmarble.com" port="80" value="/guild/get" method="POST"/>
		<Guild_Del_API url="http://profileapi.netmarble.com" port="80" value="/guild/delete-server" method="POST"/>
		<Guild_Sync_API url="http://profileapi.netmarble.com" port="80" value="/guild/synchronize-server" method="POST"/>
		<Guild_Member_Set_API url="http://profileapi.netmarble.com" port="80" value="/guild/member/set-server" method="POST"/>
		<Guild_Member_Get_API url="http://profileapi.netmarble.com" port="80" value="/guild/members/get" method="POST"/>
		<Guild_Member_Del_API url="http://profileapi.netmarble.com" port="80" value="/guild/member/remove-server" method="POST"/>
		<Guild_Member_Sync_API url="http://profileapi.netmarble.com" port="80" value="/guild/members/synchronize-server" method="POST"/>
		<Extra_Set_API url="http://profileapi.netmarble.com" port="80" value="/extrakv/set-server" method="POST"/>
		<Extra_Get_API url="http://profileapi.netmarble.com" port="80" value="/extrakv/get" method="POST"/>
		<Extra_Del_API url="http://profileapi.netmarble.com" port="80" value="/extrakv/del-server" method="POST"/>
	</Profile> -->

	<!-- Billing -->
	<!--- Dev -->
	<Billing zone="dev">
		<!-- real
		<Billing_Init_API url="http://nmbill.netmarble.com" port="80" value="/P/Billing/v3/Service/Billing/Initialize/" method="POST"/>
		<Billing_VerifyPU_API url="http://nmbill.netmarble.com" port="80" value="/P/Billing/v3/Service/Billing/Verify/" method="POST"/>
		<Billing_ConsumePU_API url="http://nmbill.netmarble.com" port="80" value="/P/Billing/v3/Service/Billing/Consume/" method="POST"/> 
		<Billing_VerifyRM_API url="http://billreward.netmarble.com" port="80" value="/P/Billing/reward/Service/Billing/Verify/" method="POST"/>
		<Billing_ConsumeRM_API url="http://billreward.netmarble.com" port="80" value="/P/Billing/reward/Service/Billing/Consume/" method="POST"/>
		<Billing_ConsumeRepay_API url="http://billreward.netmarble.com" port="80" value="/P/Billing/reward/Service/Billing/Consume/" method="POST"/>
		-->
		<Billing_Init_API url="http://112.175.174.38" port="80" value="/P/Billing/v3/Service/Billing/Initialize/" method="POST"/>
		<Billing_VerifyPU_API url="http://112.175.174.38" port="80" value="/P/Billing/v3/Service/Billing/Verify/" method="POST"/>
		<Billing_ConsumePU_API url="http://112.175.174.38" port="80" value="/P/Billing/v3/Service/Billing/Consume/" method="POST"/>
		<Billing_VerifyRM_API url="http://cpdev-billreward.netmarble.com" port="80" value="/P/Billing/reward/Service/Billing/Verify/" method="POST"/>
		<Billing_ConsumeRM_API url="http://cpdev-billreward.netmarble.com" port="80" value="/P/Billing/reward/Service/Billing/Consume/" method="POST"/>
		<Billing_ConsumeRepay_API url="http://cpdev-billreward.netmarble.com" port="80" value="/P/Billing/reward/Service/Billing/Consume/" method="POST"/>
	</Billing>
	<InGamePush>
		<!--<Push_API url="http://push.netmarble.com" port="80" value="/v2/messages/ingame" method="POST"/>-->
		<Push_API url="http://cpdev-mpush.netmarble.net" port="80" value="/v2/messages/ingame" method="POST"/>
	</InGamePush>

So, what does a chat server need to work?
 
Newbie Spellweaver
Joined
Jun 5, 2021
Messages
7
Reaction score
0
Hi All,

any idea why after i install BNS mobile.. i'm getting Failed to descriptor file TSProject error ? any help would be great .. i already set up the server / change the IP for the APK and etc according to the guide already ..
 
Initiate Mage
Joined
Aug 11, 2021
Messages
1
Reaction score
0
how can i add items to the game ??Enable GingerCannot connect to Ginger Check your internet connection
or reload the browserDisable in this text fieldRephraseRephrase current sentenceEdit in Ginger×
 
Experienced Elementalist
Joined
Nov 8, 2014
Messages
233
Reaction score
14
does anyone know how to convert CSV file to BIN file?
 
Newbie Spellweaver
Joined
Sep 15, 2020
Messages
9
Reaction score
1
anyone have a solution game dropped help me :/::/::/:
 
Last edited:
Joined
Apr 6, 2012
Messages
545
Reaction score
217
if any need i have do a vmware setup


vmware + apk ip : 192.168.0.111
for the windows just start xampp (apache + mysql) and wamp and then the server
i have full clean db (maybe a little to much )so i have put original db in c:/db

its simple and not add any tools only configure and clean db for see something
i not going to add more tuto until there is tools for open files !!

the right languages is : en-KR
not en_GB
 
Last edited:
Junior Spellweaver
Joined
Mar 30, 2012
Messages
118
Reaction score
46
Re: [Release] Blade &amp; soul Revolution(mobile) server+client

hey :), just wondering about the vm and gm web in there it doesn't seem to work for me, and the config information for login doesn't work either, so any help on the login info for that??



if any need i have do a vmware setup


vmware + apk ip : 192.168.0.111
for the windows just start xampp (apache + mysql) and wamp and then the server
i have full clean db (maybe a little to much )so i have put original db in c:/db

its simple and not add any tools only configure and clean db for see something
i not going to add more tuto until there is tools for open files !!

the right languages is : en-KR
not en_GB


hey :), just wondering about the vm and gm web in there it doesn't seem to work for me, and the config information for login doesn't work either, so any help on the login info for that??
 
Last edited:
Junior Spellweaver
Joined
Sep 17, 2011
Messages
121
Reaction score
48
Hi Guys ,

Check this link

1. Download game 1 apk, 1 obb and 1 virtual machine server/
You can unzip anywhere ( password "loulxgame")
Tested to play lan Wifi on PC


2. Install VMware Workstation

3. Go to folder BsSMLouLx run file BNSM.vmx
In the VMware Workstation widows - Select Edit - then select Virtual Network Editor - Click on the VMnet8 Nat network card - Change the subnet IP of the VMnet8 Nat network card to 192.168.1.0 - click "Apply"

4. On the real machine , go to Control Panel - Network and Internet - Network Connections - edit Card man VMnet8 - fix IPV4 to 192.168.1.1

5 Click the - Power on this machine button , if asked , select " I moved it "

6. Run the files in Virtual Machine [1] Start Server - will display 5 widows - wait for the PLAY Server window to finish running , then you can enter the game .
To stop Sv , run [99] Stop.

7. Install APK into Android emulator ( use NOX 64 bit - version 9 ) . Install the app "file Manage " to copy files to the virtual machine

8. After installing the game , click on the game (updating panel appears) , then exit the game . Using the app "File Manage" - copy the file "main11910.com.jlonline.revolution.obb" to the patch "Android/obb/com.jlonlinesea.revolution/ "
After copying, you can enter the game ( you shuld watch the video tutorial for easy understanding)

9. How to switch to English language , you use app - file Manage - open file - "clinetSaveData.xml from Android/data/com.jlonlinesea.revolution/files/UE4Game/TSProject/TSProject/Saved" edit to "<savelanguage>en_US</savelanguage>"

10 Add Money , Stones use Tool GM in Virtual Machine - Left = Account /// Midle = Qty // Right = item ID

11. WebGM - 192.168.1.106:999/gm/gm.php - GM code : admin
 
Last edited:
Banned
Banned
Joined
Apr 1, 2019
Messages
313
Reaction score
19
nice share but you test it?

Hi Guys ,

Check this link

1. Download game 1 apk, 1 obb and 1 virtual machine server/
You can unzip anywhere ( password "loulxgame")
Tested to play lan Wifi on PC


2. Install VMware Workstation

3. Go to folder BsSMLouLx run file BNSM.vmx
In the VMware Workstation widows - Select Edit - then select Virtual Network Editor - Click on the VMnet8 Nat network card - Change the subnet IP of the VMnet8 Nat network card to 192.168.1.0 - click "Apply"

4. On the real machine , go to Control Panel - Network and Internet - Network Connections - edit Card man VMnet8 - fix IPV4 to 192.168.1.1

5 Click the - Power on this machine button , if asked , select " I moved it "

6. Run the files in Virtual Machine [1] Start Server - will display 5 widows - wait for the PLAY Server window to finish running , then you can enter the game .
To stop Sv , run [99] Stop.

7. Install APK into Android emulator ( use NOX 64 bit - version 9 ) . Install the app "file Manage " to copy files to the virtual machine

8. After installing the game , click on the game (updating panel appears) , then exit the game . Using the app "File Manage" - copy the file "main11910.com.jlonline.revolution.obb" to the patch "Android/obb/com.jlonlinesea.revolution/ "
After copying, you can enter the game ( you shuld watch the video tutorial for easy understanding)

9. How to switch to English language , you use app - file Manage - open file - "clinetSaveData.xml from Android/data/com.jlonlinesea.revolution/files/UE4Game/TSProject/TSProject/Saved" edit to "<savelanguage>en_US</savelanguage>"

10 Add Money , Stones use Tool GM in Virtual Machine - Left = Account /// Midle = Qty // Right = item ID

11. WebGM - 192.168.1.106:999/gm/gm.php - GM code : admin
 
Back
Top