Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/01/24 in Posts

  1. all monsters - script monsterdrop -1,{ OnNPCKillEvent: if(rand(100) <= 9){//9% getitem(502,1);//item id is the 502 } end; } only in lhz_dun03 - script monsterdrop -1,{ OnNPCKillEvent: if(strcharinfo(3) == "lhz_dun03"){//map name lhz_dun03 if(rand(100) <= 9){//9% getitem(502,1);//item id is the 502 } } end; }
    1 point
×
×
  • Create New...