Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/15/17 in all areas

  1. Some more news : to avoid DMCA from Koreans, now i'm extracting « RO files format » -> « our custom files format » converter from the Æsir and after this will be done, i'll publish Æsir on github.
    2 points
  2. Need the latest kRO Install folder for your private server? Look no further! ----> Download <---- Latest: 2023-04-04 Installation: Official kRO Updated: 04/04/2023 Download Link: https://mega.nz/folder/jUsDgRxQ#ttLmLjPY9p9cfU5_ShWVCw Package contains RSU RO Patcher Lite for kRO and kRO RE by [Ai4rei] This package is maintained by [Akkarin] Note: Due to continued abuse of my webservers, the files have been moved to MEGA. You can download an extractable .zip of an installed kRO directory, or you can download the official installer from kRO's website. Note: If you require older maps that are compatible with 2021 and older clients, download the 2021 .zip. A fan of this topic? Hit the rep button
    1 point
  3. Uploaded by request Hashes: SHA1 542F5BF78695A01CC4582207DF8962CBA724A79F SHA256 1C6FA00D0BF6FA136DBB89E40ED3FC4DE072002C6DC15B5649B71529EC196429 MD5 3365A7566618B290B9BA1719249AAA97 https://mega.nz/#!I3gixBCQ!vJzF6-t3eS-lZxetr6x7I_ZCBK5CL7PMajLHc1tRn2I Disclaimer: This client is a property of Gravity co.ltd. It will be removed upon a request from Gravity or its authorized person.
    1 point
  4. offset 5DEF4D change 0F 85 0B BE FF FF to 90 90 90 90 90 90
    1 point
  5. Hi guys, I want to share with you guys what i did. My brother and father ask me to help them with remotely backup mysql database because i am learning some programming language at school now, so i did SimpleMysql Backup . Since then i had try to include more future into it. After some readings, i think i will include ssh console. Something like 'putty' but not as complex as it is. So i made a ssh console/terminal from c# (you can look at the video below). After i successfully made a connection via ssh to terminal, i try to include more function into it, and i have included controlling the emulator (start, restart and stop) recompile backup the emulator server information (such as uptime and online player) sql backup (using my previous sql backup but with less option as to make the application smaller) emulator log file viewer (from sql log for now, as i do not really know where rathena keep their log file) create any account (any ID) edit account and also char (for char edit is still on progress) server status (online / offline) Status window that i included is just for viewing via ssh when the command runs. It used my ssh console code. There also a short video i made to proof to you guys that it works. The purpose i make a post about this is to see how many people is interested in this project so that i can gather input and implemented in the application. I will be releasing the application for free without any charges if there are people interested. The reasons i give it for free is because i like to code and i do not know where i can contribute. rAthena emulator is using c++ and i am still in school learning about programming. So i cannot contribute there, but maybe here . I really like you guys to reply and comment here if you guys are interested in the application. I do not know if there are any rAthena control panel out there. That is why i try to make one. Below is the application details. written in c# using ssh.net and mysql library. after school project written by a noob coder.......... SSH Console Control Panel
    1 point
  6. Try to change it in hex editor: offset 5DEE8F change 75 to EB
    1 point
  7. switch( checkquest(7122,PLAYTIME) ) {// 4 hours case -1: // Quest not started (not in quest log) case 0: // the time limit has not yet been reached -> cooldown case 1: // the time limit has not been reached but the quest is marked as complete case 2: // the time limit has been reached -> can redo the quest } end; case 0 and case 1 should return the cooldown message. case 2 player can redo the quest
    1 point
  8. Hi guys ! I have one extra news for you. This or next week the client will be open sourced, so everyone will be able to make it better ! Thank you for support.
    1 point
  9. i don't see what to explain --------------------------------------- *checkquest(<ID>{,PLAYTIME|HUNTING{,<char_id>}}) If no additional argument supplied, return the state of the quest: -1 = Quest not started (not in quest log) 0 = Quest has been given, but the state is "inactive" 1 = Quest has been given, and the state is "active" 2 = Quest completed If parameter "PLAYTIME" is supplied: -1 = Quest not started (not in quest log) 0 = the time limit has not yet been reached 1 = the time limit has not been reached but the quest is marked as complete 2 = the time limit has been reached If parameter "HUNTING" is supplied: -1 = Quest not started (not in quest log) 0 = you haven't killed all of the target monsters and the time limit has not been reached. 1 = you haven't killed all of the target monsters but the time limit has been reached. 2 = you've killed all of the target monsters --------------------------------------- can you tell us what the errors you get or what wrong ?
    1 point
  10. My bad in the script, find this section //check that nobody else is inside for(set .@i,0; .@i<getarraysize(.map$); set .@i,.@i+1) { set .@map$, instance_mapname(.map$[.@i]); if (.@map$ != "" && getmapusers(.@map$) > 0) { mes "Another team is already in the " + .instance_name$ + ". I can't send you there, sorry."; close; } } and remove it. I though I allready did it, but apparently not...
    1 point
  11. Try with addtimer addtimer 3000,strnpcinfo(3) +"::OnTalk"; end; OnTalk: dispbottom "Already 3 secs"; end;
    1 point
×
×
  • Create New...