Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/18/23 in Posts

  1. add this to your npc script OnBloodyBranch: dispbottom "MVP from bloody branch aren't included as part of mvp rank"; end; update your item_db Script: | monster "this",-1,-1,"--ja--",-1-MOBG_BLOODY_DEAD_BRANCH,1,"#mvp_kill::OnBloodyBranch";
    1 point
  2. unless you edit your SC_BLESSING on your status.cpp case SC_BLESSING: // !TODO: Blessing and Agi up should do 1 damage against players on Undead Status, even on PvM // !but cannot be plagiarized (this requires aegis investigation on packets and official behavior) [Brainstorm] if ((!undead_flag && status->race != RC_DEMON) || bl->type == BL_PC) { if (sc->data[SC_STONE] && sc->opt1 == OPT1_STONE) status_change_end(bl, SC_STONE, INVALID_TIMER); if (sc->data[SC_CURSE]) { status_change_end(bl, SC_CURSE, INVALID_TIMER); return 1; // End Curse and do not give stat boost } } if(sc->data[SC_SPIRIT] && sc->data[SC_SPIRIT]->val2 == SL_HIGH) status_change_end(bl, SC_SPIRIT, INVALID_TIMER); break;
    1 point
  3. I going to ask the same, are you able to use YAML? if is no the case, you can try this: 5516,Hawk_Eyes01,hawk Eyes,4,20,,100,,0,,1,0x808,2,2,512,,60,0,23,{ bonus bDex,1; bonus bLongAtkRate,150; },{},{}
    1 point
  4. 1 point
  5. you are not using latest rathena/yml ?
    1 point
×
×
  • Create New...