Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/23/23 in all areas

  1. This is confirmed and should now be fixed on the latest version. market_clone_no_src_modification.txt
    1 point
  2. prontera,150,150,0 script Sample 100,{ if ( countitem( .item ) < .amount ) { mes "You don't have my requirements"; close; } delitem .item, .amount; getitem .p, .a; announce "Yayks! " + strcharinfo( 0 ) + " won the event",0; hideonnpc strnpcinfo(1); end; OnMinute30: set .@i, rand( getarraysize( .BringMeItems ) ); set .item, .BringMeItems[ .@i ]; set .amount, rand( 10, 30 ); announce "Bring me " + .amount + "x " + getitemname( .item ),0; hideoffnpc strnpcinfo(1); end; OnInit: setarray .BringMeItems[0],501,7227,4001,7005,909,512,714; set .p, 7227; set .a, 5; hideonnpc strnpcinfo(1); end; }
    1 point
×
×
  • Create New...