Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/30/15 in Posts

  1. clif_damage(struct block_list* src, struct block_list* dst, unsigned int tick, int sdelay, int ddelay, int64 sdamage, int div, enum e_damage_type type, int64 sdamage2) src : who send this dst : who receive this tick : when do this sdelay, ddelay, div, sdamage2 : you don't need to care it sdamage : yeap, damage number type : 0 ~ 12, there are info in clif.c Here is a little sample about monster send 9999 to me : clif_damage(&md->bl, &sd->bl, gettick(), 0, 0, 9999, 0, DMG_NORMAL, 0);
    1 point
  2. - script tran_res_cmd -1,{ OnCMD: if( eaclass() & EAJL_UPPER ) message strcharinfo(0), "Transcendent jobs are not allowed this command."; else atcommand "@command"; end; OnInit: bindatcmd "command","tran_res_cmd::OnCMD"; }
    1 point
  3. Yeah that icons finally
    1 point
×
×
  • Create New...