[Release] Blade & soul Revolution(mobile) server+client

Page 8 of 11 FirstFirst 1234567891011 LastLast
Results 106 to 120 of 163
  1. #106
    Enthusiast djshiro is offline
    MemberRank
    Jul 2012 Join Date
    30Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    Quote Originally Posted by jaeker1 View Post
    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 ????

  2. #107
    Proficient Member oldmagic is offline
    MemberRank
    Sep 2006 Join Date
    SwedenLocation
    168Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    can someone upload it all to google drive or something pls ?

  3. #108
    Novice envinask is offline
    MemberRank
    Aug 2021 Join Date
    1Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    Quote Originally Posted by geralex88 View Post
    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?

  4. #109
    Novice vinhlqa1822 is offline
    MemberRank
    Aug 2021 Join Date
    1Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    How can fix chat bro?

  5. #110
    Apprentice potatoees is offline
    MemberRank
    Jun 2021 Join Date
    7Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

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

  6. #111
    Novice qun20vn is offline
    MemberRank
    Aug 2021 Join Date
    1Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    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×

  7. #112
    Proficient Member memvoicam is offline
    MemberRank
    Nov 2014 Join Date
    JapanLocation
    179Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    does anyone know how to convert CSV file to BIN file?

  8. #113
    Apprentice jakkrit47 is offline
    MemberRank
    Sep 2020 Join Date
    7Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    anyone have a solution game dropped help me
    Last edited by jakkrit47; 30-08-21 at 03:47 AM.

  9. #114
    Valued Member jaeker1 is offline
    MemberRank
    Oct 2005 Join Date
    fsdfsdfsdfLocation
    103Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    i want chat server

  10. #115
    Belgian Dev. rocklee330 is offline
    MemberRank
    Apr 2012 Join Date
    BelgiumLocation
    554Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    if any need i have do a vmware setup
    https://uptobox.com/user_public?hash...der=3907256429

    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 by rocklee330; 31-08-21 at 08:42 PM.

  11. #116
    GoPlay Labs Changzu is offline
    MemberRank
    Jun 2007 Join Date
    KoreaLocation
    489Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    Files work perfectly. :) Has anyone managed to fix the chat server? That's the only thing that doesn't seem to work.

  12. #117
    Member templar is offline
    MemberRank
    Mar 2012 Join Date
    91Posts

    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??

    - - - Updated - - -

    Quote Originally Posted by rocklee330 View Post
    if any need i have do a vmware setup
    https://uptobox.com/user_public?hash...der=3907256429

    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 by templar; 15-09-21 at 05:24 AM.

  13. #118
    Valued Member VooDo0 is offline
    MemberRank
    Sep 2011 Join Date
    104Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    Hi Guys ,

    Check this link Google link for BNS

    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
    https://youtu.be/IcVo8H_zhDM

    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
    https://youtu.be/IcVo8H_zhDM
    Last edited by VooDo0; 25-09-21 at 11:44 AM.

  14. #119
    Joke Time lightryuk12 is online now
    MemberRank
    Apr 2019 Join Date
    290Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    nice share but you test it?

    Quote Originally Posted by VooDo0 View Post
    Hi Guys ,

    Check this link Google link for BNS

    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
    https://youtu.be/IcVo8H_zhDM

    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
    https://youtu.be/IcVo8H_zhDM

  15. #120
    Apprentice Stylerbob is offline
    MemberRank
    May 2009 Join Date
    21Posts

    Re: [Release] Blade & soul Revolution(mobile) server+client

    Quote Originally Posted by lightryuk12 View Post
    nice share but you test it?
    I have tested it and it is working in english



Advertisement