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

Newbie Spellweaver
Joined
Aug 6, 2014
Messages
71
Reaction score
17
E6oUPz - [Release] Blade & soul Revolution(mobile) server+client - RaGEZONE Forums



Re2eI66 - [Release] Blade & soul Revolution(mobile) server+client - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 14, 2011
Messages
67
Reaction score
19
Re: [Release] Blade & soul Revolution(mobile) server+client

You can use nox player version 64 bit

Thanks, it works with it! Now I just need to find out why it closes as soon as I press login button! Nevermind, I'm stupid and forgot to port forward.



For english, you need to edit the file ClientSaveData.xml from Android/data/com.jlonline.revolution/files/UE4Game/TSProject/TSProject/Saved.

Change zh-hant to en_US, save and enjoy the game in english. Also, game works on phone too!
 
Last edited:
Newbie Spellweaver
Joined
Jun 24, 2019
Messages
50
Reaction score
7
Ok,so we go to client part. You need to unpack 剑灵手游_修改过.apk - you can use 7zip or winrar for that. Open lib/arm64-v8a/libUE4.so with hex editor and search for unicode 139.196.32.250 Replace it with you own ip. Make sure they are same in size - they need to be aligned. You can use any ip,as long as it have same 14 digits overall(This is with dots included). Don't try with ip that have more or less - its won't work,since it just broke offset.

i just change unicode to unicode,but the size was bit bigger,how to hex it with align,plz help me
 
Last edited:
Newbie Spellweaver
Joined
Apr 10, 2020
Messages
76
Reaction score
11
Re: [Release] Blade & soul Revolution(mobile) server+client

sharkmaster Thank you. It runs well in Korean. Have a nice day.





Thank you. It runs well in Korean. Have a nice day.
 
Newbie Spellweaver
Joined
Apr 10, 2020
Messages
76
Reaction score
11
Do you know how to pay cash or pay for new stones in-game? If you know, please teach me how.
 
Junior Spellweaver
Joined
May 8, 2011
Messages
150
Reaction score
86
Tried to play til level 40 on my phone with me friends, almost everything works just fine, If you encounter crash problem, try to lower your graphic setting, the only problem is Chat system not working.
 
Newbie Spellweaver
Joined
May 12, 2021
Messages
11
Reaction score
0
someone please share VM server& client work, im newbie for setting it, always get error :(
 
Junior Spellweaver
Joined
May 8, 2011
Messages
150
Reaction score
86
to keep the ip address length in libUE4.so, since this string is actually a URL, you can simply put "/" at the end of it, for example

139.196.32.250:8888/
192.168.1.102:8888//

And Please anyone could kindly mention if in-game chat working or not ? Mine is not working.
 
Last edited:
Joined
Mar 29, 2019
Messages
1,014
Reaction score
1,147
to keep the ip address length in libUE4.so, since this string is actually a URL, you can simply put "/" at the end of it, for example

139.196.32.250:8888/
192.168.1.102:8888//

And Please anyone could kindly mention if in-game chat working or not ? Mine is not working.

Not working for me either
 
Experienced Elementalist
Joined
Jan 11, 2010
Messages
245
Reaction score
44
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>
 
Back
Top