Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/09/20 in all areas

  1. 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
  2. Thank you so it was perfect! helped me a lot, sorry if I posted in the wrong corner is my first time on the Forum
    1 point
  3. type `@resetladder`, the *bindatcmd script command does it, currently only GM can do it or you want something like weekly reset ladder, or monthly reset ladder ?
    1 point
  4. so bascially you want 2 things, 1. you want a pvp store 2. you are using rAthena https://gist.github.com/AnnieRuru/2b21eccc7e04a4bd6fb39a42c612a511 introduce another player variable, and can be use in point shop this variable doesn't clash with points earn from ladder, and cannot be reset by GM
    1 point
  5. It's already on, Try hunt sphinx dungeons 4th floor. Otherwise use Random Option npcs.
    1 point
  6. wait wait wait this is MY script... https://annieruru.blogspot.com/2019/01/another-approach-to-write-pvp-ladder.html for some reason you are using TXT style pvp ladder, which is .... well its plug and play, but its actually difficult to modify a value or reset the ladder later on that's why most server use SQL pvp ladder, not only because its easy to modify a value, but also can output the result onto the website you are requesting to reset the ladder on a TXT style ladder, you have to set another server variable and compare with another player variable for this to work I already did this before on hercules forum though https://upaste.me/c8d12185033897498 -> topic Download: https://gist.github.com/AnnieRuru/2b21eccc7e04a4bd6fb39a42c612a511 btw, you are using hercules ? why you didn't change getcharid(CHAR_ID_ACCOUNT) into getcharid(3) and so on ? Google translate (from Portugese): This I added more correctly when I talk to the npc nothing happens, Remembering that this script is TXT it does not contain sql. Exactly !!
    1 point
  7. Certificou de não ter dado erro ao usar reloadscript?
    1 point
  8. sec_in01,169,180,5 script Reset_PvP 701,{ if (getgroupid() < 90) end; mes "Ola gostaria de reseta o rank pvp?"; if(select("Não:Sim")== 1) close; query_sql "TRUNCATE TABLE `pvpm_data`"; close; }
    1 point
×
×
  • Create New...