Euro Posted May 30, 2014 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
KeyWorld Posted May 30, 2014 Author 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
Kichi Posted May 30, 2014 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
Aeomin Posted May 31, 2014 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
KeyWorld Posted June 15, 2014 Author 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
Angelisk Posted June 15, 2014 Posted June 15, 2014 you are awesome, that's the only thing I have to say Quote
johnbond Posted June 15, 2014 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
KeyWorld Posted June 16, 2014 Author 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
johnbond Posted June 16, 2014 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
Doch Posted June 16, 2014 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
KeyWorld Posted August 14, 2014 Author 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
GodKnows Jhomz Posted September 17, 2014 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
Winz Posted September 27, 2014 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
anacondaq Posted September 28, 2014 Posted September 28, 2014 roBrowser on the biggest exUSSR internet space: http://habrahabr.ru/post/236683/ Quote
moraru Posted October 3, 2014 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
moraru Posted October 6, 2014 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
uyjulian Posted October 6, 2014 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
johnbond Posted October 6, 2014 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
uyjulian Posted October 7, 2014 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
johnbond Posted October 7, 2014 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
uyjulian Posted October 7, 2014 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
MrUnzO Posted October 11, 2014 Posted October 11, 2014 This is AWESOME!! I'm looking for mod this client to something like a new game!! Quote
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.