Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/19/14 in all areas

  1. finally lol this will be good as a reference o:!
    2 points
  2. hi, https://github.com/rathena/rathena/blob/master/npc/custom/etc/mvp_room.txt Try it its done for me.. Have to edit but its work.
    2 points
  3. roBrowser is an open source project that try to port Ragnarök Online in the browser using web technologies (javascript, HTML5, WebGL). It's goal for now is to match the official client, and in future add custom features on its core. As it use web technologies, it will allow to use it in all OS, and in future should work in all ables system that can render a web page. Get the source (Thanks to report all bugs) If you like roBrowser, you can help me improving it or even thinking about doing a donation ? Screenshots Some usefulls links : Source code Installation guide WebSite API Guide Forum Demo (Yep there is even a demo if you want to try it).
    1 point
  4. Find 2414,9,6,2,-1,0x3,1,5,1,yes,0,0x80,3,none,0,0x0, WM_REVERBERATION,Reverberation Replace (Can cast up to 10) 2414,9,6,2,-1,0x3,1,5,1,yes,0,0x80,10,none,0,0x0, WM_REVERBERATION,Reverberation
    1 point
  5. Really!? Then my whole life has been a lie
    1 point
  6. Bonjour Nogueira, désactiver renouvellement du système, vous devez le désactiver ici, http://rathena.googlecode.com/svn/trunk/src/config/renewal.h et mettre «/ /» sur ces et recompiler. J'espère que cela aide
    1 point
  7. I agree with Sanasol, sadly this tool is easily bypassed at the moment. Its something I have heard of with some of my contacts, and yes I work for a lot of servers. Edit: and btw, you people, you should be more thankful that someone is taking its time to explain it to you, rather than being so refusing. Anyway, its your money at the end.
    1 point
  8. A long time since the last post (vacation, home relocation, waiting internet access). A lot of things were changed in the CORE to have a better organized code, I will not talk a lot about it since it's not finished yet, but it's sure now, roBrowser never be so stable. I will just detail the visual change. Intro Window A new button comes: "start", simply to run the tool without needed to send a client file (and so switching to remote GRF). The idea change too, instead of reading the GRFs, it's now reading the entire client (select all your files and give it to him), so I can select what I want to use (client, data.ini, grfs) and extract informations I need to run the tool. Packetver Auto-Detection Now roBrowser should be able to support packets from 2004 to (near)today and send the appropriate packets to the server. It can detect packetver from two techniques: If you drag drop your client, roBrowser get the packetver from the compiled date of your executable (PE Header). Guessing packetver from the packets received from servers. I didn't see an error for now since I connected on pservers. Configuration File A configuration file appeared in roBrowser, for now there is not much parameters but I will expend it in future. It's currently possible to set the : packetver ( YYYYMMDD / "auto", "client", "server"). remote host (default: http://grf.robrowser.com/). grf_list ( default: "data.ini", or json representation). clientinfo file (sclientinfo ? clientinfo ? other ? json representation ?). set specific configs for each servers in clientinfo if using json representation. UI I modify the chararacters on char-select UI, the selected player is moving (same animation that after the player get hit). I still need to check the window size for the char-select to know if need to write the mapname or not... Still in progress, I continue to write UI for the game, it's the most boring part... I added some checks on map loader, since an old update, if there was an error the loading just stop. So right now, if there is an error with a texture not found, model error, or other, the loading just skip and continue. Log System I extended the log system to be clean with differents colors for each informations, it's just easier to catch information and errors, all packets (and their structures) are accessibles throw the log and it's possible to know if they have a callback or not. And now ? Currently working on finishing to organize the code, after still a lot to do with all the UI and packets to interract with but the structure is here. Planning a release on september if I find time before my next vacations. Bonus Do you remember some posts back, I show some screenshots of a GRF Viewer using roBrowser's Core ? Here a video I made some months ago : Note: the models are a little slow to load : the reason because of a "no-cache" option that reload all scripts (network connection) each time you try to load a RSM. Without this options, it's instant loading. It will of course be available with roBrowser's source code (I would like to post it in my old GRF Viewer topic, but it's archived and I can't update it...).
    1 point
×
×
  • Create New...