Euro Posted May 30, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 26 Reputation: 10 Joined: 01/01/12 Last Seen: October 12, 2023 Share Posted May 30, 2014 (edited) Whoah! Thanks KeyWorld for this XDAny ideas on how to make this compatible to harmony but will not expose the server to bots? XD Edited May 30, 2014 by Euro Quote Link to comment Share on other sites More sharing options...
KeyWorld Posted May 30, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 379 Reputation: 304 Joined: 11/10/11 Last Seen: December 2, 2014 Author Share Posted May 30, 2014 Whoah! Thanks KeyWorld for this XD Any ideas on how to make this compatible to harmony but will not expose the server to bots? XD No way. The encryption used by Harmony is closed source, so there are no way for me to know how the packet encryption work and write a patch to support it. Quote Link to comment Share on other sites More sharing options...
Kichi Posted May 30, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share Posted May 30, 2014 KeyWorldi stuck on last step number 5 <!DOCTYPE html> <html> <head> <title>ROBrowser's App from http://www.robrowser.com</title> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <script type="text/javascript" src="https://rawgithub.com/vthibault/roBrowser/master/api.js"></script> <script type="text/javascript"> function initialize() { var ROConfig = { target: document.getElementById("robrowser"), type: ROBrowser.TYPE.FRAME, application: ROBrowser.APP.MAPVIEWER, remoteClient: "http://grf.robrowser.com/", width: 800, height: 600, packetver: 20130513, }; var RO = new ROBrowser(ROConfig); RO.start(); } window.addEventListener("load", initialize, false); </script> </head> <body> <div id="robrowser">Initializing roBrowser...</div> </body> </html> where do we put that code?and also i had no idea how to open/execute the client? i prefer API my robrowser root : htdocs/RO/ xxx/RO ? xxx/RO/client ? as far as i know only files inside demos that i can execute Need help thank you Quote Link to comment Share on other sites More sharing options...
Aeomin Posted May 31, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 104 Reputation: 30 Joined: 11/11/11 Last Seen: July 4, 2019 Share Posted May 31, 2014 roBrowser is not well supported by phones and tablets. It required at least a system that support OpenGL ES 2.0, after it depends of the browser (some of them, depending of the phone do not work, so currently users will have to test on different browsers...). And at least, robrowser isn't designed for phone (talking about hardware and UI) : there is no touch controls, no frustum culling to avoid intensive work on GPU, ... So if you want to have RO in your phone, robrowser isn't the best idea. But oh hey, it runs on my venue 8 pro! So yes it can run on windows tablet if have touch support (and carrying 20kg battery pack). Quote Link to comment Share on other sites More sharing options...
KeyWorld Posted June 15, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 379 Reputation: 304 Joined: 11/10/11 Last Seen: December 2, 2014 Author Share Posted June 15, 2014 @Kichi Better to move to roBrowser's forum for support. In your case, just copy the file you need and mofify the API call with what you need. @Aeomin It can run, yeah, but I prefer to focus on desktop/laptop foir now instead of saying "It works on mobile" and having to debug a hell lot of new hardware when only 10% of mobiles can run it (and depending of their browsers too). @All Since the latest topic updates, a few things were adding : It's now possible to use item that execute skills (fly wings, butterfly wings, scrolls, ...). Identify items using magnifier (or using Identify skill). Can cast the Skill Auto-Spell. Possibility to see, equip/unequip ammos. Possibility to remove status ("off" button in equipment to remove falcon/cart/mount). Added the card system. Added the trade system Fix 2nd and 3rd job attack animations. Added babies correct size DB refactoring (lot of new DB files). A new compiler tool (user friendly). A new tool to convert lua/txt/xray files to the new roBrowser's DB. Quote Link to comment Share on other sites More sharing options...
Angelisk Posted June 15, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 128 Reputation: 33 Joined: 01/21/13 Last Seen: November 8, 2024 Share Posted June 15, 2014 you are awesome, that's the only thing I have to say Quote Link to comment Share on other sites More sharing options...
johnbond Posted June 15, 2014 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 457 Reputation: 11 Joined: 02/17/13 Last Seen: January 23, 2018 Share Posted June 15, 2014 Can this ROBROWSER also share the same sql database of my oler server? Is it possible to alternately run the client type ragnarok and the robrowser? I mean players will have the option to either use client type or robrowser. is it possible? Thanks. Quote Link to comment Share on other sites More sharing options...
KeyWorld Posted June 16, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 379 Reputation: 304 Joined: 11/10/11 Last Seen: December 2, 2014 Author Share Posted June 16, 2014 @johnbond roBrowser doesn't have any sql connection (fortunately because of security), it connect on the server as the official client do : using sockets. And of course you can have the browser client and your own full client (there are already servers doing it). Quote Link to comment Share on other sites More sharing options...
johnbond Posted June 16, 2014 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 457 Reputation: 11 Joined: 02/17/13 Last Seen: January 23, 2018 Share Posted June 16, 2014 @johnbond roBrowser doesn't have any sql connection (fortunately because of security), it connect on the server as the official client do : using sockets. And of course you can have the browser client and your own full client (there are already servers doing it). Oh okay. Thanks. But where does it store the player database? Quote Link to comment Share on other sites More sharing options...
Doch Posted June 16, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 79 Reputation: 6 Joined: 12/10/13 Last Seen: December 21, 2022 Share Posted June 16, 2014 (edited) as roBrowser is a client, it sends the data to the server and the server manages all the sql stuff, I guess Edited June 16, 2014 by Doch Quote Link to comment Share on other sites More sharing options...
KeyWorld Posted August 14, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 379 Reputation: 304 Joined: 11/10/11 Last Seen: December 2, 2014 Author Share Posted August 14, 2014 Exactly, it act as the official client, it doesn't store players data somewhere. Little compilation of what's were done since the last time: Emoticons Support @monsterbig / @monstersmall Support for monster hp bar Support for teleport / warp portal window (also identify and autocast skill). Support for pet hunger bar Add discount and overcharge (correct display) Can now open users shop Now supporting Party System (and friends /hi, /invite, /leave, /organize, change leader, expel, change configs, casting skill on names, everythings.). Awesome memory optimization (can now render 5x more monsters on screen). And a lot of bugfixes and clean up. Maybe others things I forget through. 5 Quote Link to comment Share on other sites More sharing options...
niunzin Posted August 16, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 06/11/12 Last Seen: February 25, 2024 Share Posted August 16, 2014 OMG THAT IS AWESOME!!!!!!!!!!!!!!!!! Quote Link to comment Share on other sites More sharing options...
comsamo Posted August 19, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 06/24/14 Last Seen: September 30, 2014 Share Posted August 19, 2014 awesome... wow Quote Link to comment Share on other sites More sharing options...
GodKnows Jhomz Posted September 17, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 333 Reputation: 68 Joined: 09/05/12 Last Seen: June 13, 2023 Share Posted September 17, 2014 Just a question sir @KeyWorld.Do I really need to extract the whole data.grf and upload it to my webhost ? Quote Link to comment Share on other sites More sharing options...
Winz Posted September 27, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted September 27, 2014 This is great, but it's really wow. Memory usage of browser explodes up really high and Internet usage as well. seen some lags here (i mean when you're moving the cursor) The right click (rotation) seems wrong tho. But, I won't let you down. this project is ultra-great. keep it up! Quote Link to comment Share on other sites More sharing options...
anacondaq Posted September 28, 2014 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted September 28, 2014 roBrowser on the biggest exUSSR internet space: http://habrahabr.ru/post/236683/ Quote Link to comment Share on other sites More sharing options...
moraru Posted October 3, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 38 Reputation: 0 Joined: 08/27/14 Last Seen: August 19, 2015 Share Posted October 3, 2014 Ill do it for my server in the near future, so players can play when they are not at home Quote Link to comment Share on other sites More sharing options...
johnbond Posted October 4, 2014 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 457 Reputation: 11 Joined: 02/17/13 Last Seen: January 23, 2018 Share Posted October 4, 2014 Quote Link to comment Share on other sites More sharing options...
moraru Posted October 6, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 38 Reputation: 0 Joined: 08/27/14 Last Seen: August 19, 2015 Share Posted October 6, 2014 So i guess you can even play with a smartphone or tablets if have firefox or simiar explorers lol, gona try seems very very interesting Quote Link to comment Share on other sites More sharing options...
uyjulian Posted October 6, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 04/18/13 Last Seen: February 12, 2022 Share Posted October 6, 2014 So i guess you can even play with a smartphone or tablets if have firefox or simiar explorers lol, gona try seems very very interesting Most smartphone browser don't support WebGL. However Safari for IOS 8 supports WebGL, and Chrome for Android supports it too. Quote Link to comment Share on other sites More sharing options...
johnbond Posted October 6, 2014 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 457 Reputation: 11 Joined: 02/17/13 Last Seen: January 23, 2018 Share Posted October 6, 2014 Hmm this thing is improving from time to time. Now works with ios8 mobile browsers very nice. This robrowser look promising someday. Ill keep a close watch if everything is already good to use. Thank you for this Mr. KeyWorld. Quote Link to comment Share on other sites More sharing options...
uyjulian Posted October 7, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 04/18/13 Last Seen: February 12, 2022 Share Posted October 7, 2014 Confirmed working for IOS8! However there is a few problems: 1. The screen moves all over the place when you move your finger 2. Tapping on the screen will always move to the chat bar 3. No audio Quote Link to comment Share on other sites More sharing options...
johnbond Posted October 7, 2014 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 457 Reputation: 11 Joined: 02/17/13 Last Seen: January 23, 2018 Share Posted October 7, 2014 Confirmed working for IOS8! However there is a few problems: 1. The screen moves all over the place when you move your finger 2. Tapping on the screen will always move to the chat bar 3. No audio 1. True. 2. Everytime you click the screen the keyboard goes up and leaving no space to make the character walk. Character cant walk. 3. Yes no audio. Quote Link to comment Share on other sites More sharing options...
uyjulian Posted October 7, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 04/18/13 Last Seen: February 12, 2022 Share Posted October 7, 2014 (edited) Confirmed working for IOS8! However there is a few problems: 1. The screen moves all over the place when you move your finger 2. Tapping on the screen will always move to the chat bar 3. No audio 1. True. 2. Everytime you click the screen the keyboard goes up and leaving no space to make the character walk. Character cant walk. 3. Yes no audio. Actually character can walk if you hold the phone upright Edited October 7, 2014 by julialy Quote Link to comment Share on other sites More sharing options...
MrUnzO Posted October 11, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 24 Reputation: 3 Joined: 10/10/14 Last Seen: January 19, 2023 Share Posted October 11, 2014 This is AWESOME!! I'm looking for mod this client to something like a new game!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.