Jump to content

Leaderboard

Popular Content

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

  1. why 07_07? 06_18 much better (without costume system)
    1 point
  2. think this already exist in KN_CHARGEATK unit.c case KN_CHARGEATK: { unsigned int k = (distance_bl(src,target)-1)/3; // +100% every 3 cells of distance if( k > 2 ) k = 2; // ...but hard-limited to 300%. casttime += casttime * k; } battle.c case KN_CHARGEATK: { // +100% every 3 cells of distance but hard-limited to 500% unsigned int k = wd.miscflag / 3; if (k < 2) k = 0; else if (k > 1 && k < 3) k = 1; else if (k > 2 && k < 4) k = 2; else if (k > 3 && k < 5) k = 3; else k = 4; skillratio += 100 * k; } break;
    1 point
  3. Hey guys, Just a quick announcement to keep everyone in the loop; the staff have been discussing IP.Downloads and the Paid File feature for a while now, and we have come to a decision that the feature will be phased out. We will not be approving any more paid file uploads, and any that currently exist will vanish when we remove the feature entirely. The cut-off date for this is currently unknown, but will likely be before the end of this weekend. Payouts are still being processed. Having little time during my days to adequately perform administrative duties brings me to the next point: Admins. While I've been saying to our current staff over the last 6 months that we need additional Admins and Managers, no names have yet been put forward, despite some of our team constantly telling me that we need more managers/admins. I'm making this need public in the hope that someone will step up to the plate and return the forums to a hive of activity. Everyone should be made aware that all applications for any position of staff should be made via the Staff Applications page. Maki and myself are looking to step down into the Supporting Admin role, so we will be on-hand to coach successful applicants to the Admin role in our setup, which is a lot more complex than just an installation of IPB on a webserver. Further to my statement regarding my inactivity, I would greatly appreciate it if rAthena forum users refrained from encroaching on my private life in the form of harassment via Facebook, email, twitter and my tumblr accounts. For those that have been keeping an eye on my Facebook profile, you may well have seen the health issues I have, and will continue to face as things progress. If you have, then you should understand when I ask everyone to please stop. On a lighter note, I hope everyone is enjoying their summer
    1 point
  4. another easier way i found 1) get JOCR 2) Take screengrabs and copy the text from the screenshots using JOCR 3) paste it into Notepad++ 4) in Notepad++ click on Encoding>Character Sets> Korean> Windows 949 5) Voila your gibberish text is now converted in Korean 6) head over to translate.google.com and start translating.... Note: just make sure you copy all the korean text in a single notepad then save a copy of it before converting it into korean then proceed from step 4
    1 point
×
×
  • Create New...