Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/17/16 in all areas

  1. change while( .@idn < @inventorylist_count ){ to while( .@idn < @inventorylist_count && Zeny >= 1000 ){
    1 point
  2. change OnHour12: if( !gettime(4) || ( gettime(4) == 6 && gettime(3) >= 12 ) || ( gettime(4) == 1 && gettime(3) < 12 ) ) { into this OnHour00: if( gettime(4) == 0 || gettime(4) == 5 || gettime(4) == 6 ) {
    1 point
×
×
  • Create New...