Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/21/15 in all areas

  1. 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
    5 points
  2. Oh i see, might you have use @monsterignore? well if you get inside. and your the current owner of the castle obviously the guardians won't attack you. Note: the Orc Archer can hit you between 10x10 cells.
    1 point
  3. case MO_EXTREMITYFIST: if(sstatus->sp <= 7000) skillratio += 100 * (7 + sstatus->sp / 10); else skillratio += 100 * (7 + 7000 / 10); skillratio = min(500000,skillratio); //We stop at roughly 50k SP for overflow protection break; You can also comment out the last skill ratio statement because you have already set the max sp in the computation
    1 point
  4. the header comment says it all: /*========================================== * Invoked when a player has received damage *------------------------------------------*/ anyway, your issue about salamander and necromancer still triggering it is that because these monsters are considered as bosses. if you don't want that to happen you can manually change their "mode" in your mob_db sql tables by checking https://rathena.org/wiki/Custom_Mobs#Database_Structure by the way src->type == BL_MOB && is_boss(src) try using only is_boss(src) since a boss types can only be related to mobs. not sure about the part where a player is the one attacking though.
    1 point
×
×
  • Create New...