Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/11/18 in all areas

  1. Maybe i got something wrong, but since heal is no SC it shouldnt work that way. Its not even in the first list. I think you have to change: skill.cpp at line 6262 (least recent commit) case AL_HEAL: case AB_HIGHNESSHEAL: { int heal = skill_calc_heal(src, bl, skill_id, skill_lv, true); int heal_get_jobexp; if (status_isimmune(bl) || (dstmd && (status_get_class(bl) == MOBID_EMPERIUM || status_get_class_(bl) == CLASS_BATTLEFIELD))) heal = 0; To: case AL_HEAL: case AB_HIGHNESSHEAL: { int heal = skill_calc_heal(src, bl, skill_id, skill_lv, true); int heal_get_jobexp; if ((dstmd && (status_get_class(bl) == MOBID_EMPERIUM || status_get_class_(bl) == CLASS_BATTLEFIELD))) heal = 0; I did not test it but maybe it helps if the solution by Mahiro did not work.
    2 points
  2. View File Crystal II CRYSTAL II CUSTOM MONSTER Greetings again, rAthena! I'm Haziel, once more, I'm back planning on new freebies every week! For the first one of this new series of free content, I'm bringing a new utility sprite: Crystal II. Crystal II is a Custom Monster, an alternate version to my previous release Crystal, obviously meant to be used in Events, Battlegrounds, War of Emperium or any of those kinds of environments where breaking a seal, switch or crystal might be an objective. It has Standing, Damage and Dying animations. As usual, Sound Effects are included and it also comes in four colours: I hope you enjoy the final product! If you're interested on my work, Contact me on hyering or through one of the channels below! By downloading this file, you agree with my Terms of Service: • YOU WILL NOT remove my signature from any of the included files. • YOU WILL NOT alter, edit, recolour any of my files unless for your personal use. • YOU WILL NOT repost, repass or mirror my work nor edited versions of it anywhere. • YOU WILL NOT sell, resell or in any manner, ask money or rewards using my work as exchange. • YOU WILL NOT claim my work as yours. Submitter Haziel Submitted 11/11/2018 Category Monster Sprites Video Content Author Vlambeer, Haziel Graphics  
    1 point
  3. It's in your client's msgstring table just search the word in there :))
    1 point
  4. Version 1.0.0

    766 downloads

    Here is 1 of some sprite that lately I make to my server. Credits: Idea: AvonRO. Image: Gravity Interactive (Box & Smoke) w0wzukubg (Cards Image) (I don't know who own the Guy image since I can't find it or the source no longer available) It's just my experiments about sprite editing to improve my experience about it. Do remain any credits of respective author if you know.
    Free
    1 point
  5. I guess they didn't update the boss spawn script on pre-re, but have you tryed adding it into pre-re? because if you take a good look it is still the same but rather updated on re side.
    1 point
  6. hola, eimira yo una ves abri un server eRO (español ro) que tenia todos los npc en español mas las descripcion de item y skill, hasta los mensajes estaban en español (msg.txt) si te interesa te lo busco y te lo paso. me mandas inbox o si queires se sube a repositorio
    1 point
×
×
  • Create New...