Search results

  1. K

    PVP Mode if MVP is alive

    I found this snippet of code on rAthena that when an MVP spawns on his natural map, the pvp mode goes on, when the mvp dies, off.  if( md->state.boss ) { map_setmapflag(bl->m, MF_PVP, true); } I'm having a source error with "map_setmapflag(bl->m, MF_PVP, true);" Tried using...
  2. K

    Potion Pitcher on Emperium

    Hi, how to enable potion pitcher on emperium with a fixed amount of 500HP per potion pitch?
Back
Top