Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/16/18 in Posts

  1. .ThirdClass = true; // Enable third classes? to .ThirdClass = false; // Enable third classes?
    1 point
  2. prontera,155,155,5 script Cornfarmer 4_CORN,{ if (BaseJob == Job_Gunslinger) { if (CORNCOOLDOWN > gettimetick(2)){ mes "you need to wait 1 hour to get one more corn"; close; } getitem 26001,1; CORNCOOLDOWN = gettimetick(2) + 3600; //3600 seconds! = 1 hour mes "you got a corn!"; close; }//gs only mes "corn only for gunslingers sorry"; close; }
    1 point
×
×
  • Create New...