Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/25/20 in all areas

  1. Heya, Don't use timers that run scripts on players (you should avoid using the addtimer command entirely). The reason for that is you're attempting to run two scripts at once, and the script engine doesn't support that very well. Set the timer as a local variable instead: mes "type anything in 5 seconds"; .@limit = gettimetick(0) + 5000; input(.@text); clear(); if (gettimetick(0) >= .@limit) { mes "time over"; close; } mes "you did it"; close;
    2 points
  2. There´s a new method of upscaling imagens using Artificial Inteligence, based on Deep learning. Here´s the results of my tests with it (called ESRGAN) And there is another AI model that change animations to 60 FPS (Called DAIN) Original (about 10 fps)-> 60 fps (gif aproximation to post here)-> And the two methods can be combined: Its possible to make a 4k Remake of ragnarok with this?
    1 point
  3. View File High Definition Damage Font Hi all, This is a basic damage font alternative which can be used to bring a little more high definition resolution to Ragnarok! I made this purely because I was tired of staring at the hideously stretched and over-pixelated damage numbers while I was doing some testing. Feel free to give it a try! There is a slightly wider spacing between digits that I wasn't able to close off because the client must determine spacing/positionings between, but if you want to reduce some of the spacing I have provided another .act file suffixed "_larger" which reduces the spacing but makes the damage text a bit larger. Thanks Submitter Epoque Submitted 03/31/2019 Category Sprites & Palettes Video Content Author Chris Copeland  
    1 point
  4. Just set temporary variables when time run out, when input is done >> check that variables.
    1 point
  5. hii, did you ever solve this problem? It seems like this happens with certain Nvidia cards. If you choose the card in the RO setup, it should be solved :3 But I'd like to know if there's any other cause, or if anyone knows anything else about it, and I'll report any findings to Borf in his Discord server (because this only seems to happen with maps saved with Browedit).
    1 point
  6. The topic has been removed because of rAthena staff double standards and hypocrisy things. (rA staff blame me that I made a money on this topic while it's not and never was) All that I did for the last 2.5 years with around ~1k answers from my side is help for free for newbies here, but to rA staff, my topic is a pain in the ass. Sorry guys, but the topic can't be maintained on such a community anymore because of its admins. Bye
    1 point
  7. @rans Try to open your "data.grf" with GRF Editor and press "Ctrl+Alt+S". It helped me with opening new GRF in "GRF Tool".
    1 point
×
×
  • Create New...