time

  1. meko

    Date and Time functions v1

    This script provides functions to easily calculate date and time. More functions might be added in the future. now() a shorthand function to get the current time > returns the number of seconds elapsed since the Unix epoch now() // => 1497119219 (example, increments every second)...
  2. meko

    Date and Time functions

    View File Date and Time functions This script provides functions to easily calculate date and time. More functions might be added in the future. now() a shorthand function to get the current time > returns the number of seconds elapsed since the Unix epoch now() //...
  3. F

    Effect for a time

    How to create a potion that makes the user with resistance to freezing (or anything else) for a time (1 minute)?
  4. R

    Bossnia!! time start and timeup!!

    - script Bossnia Staff#1 -1,{ mes "[Riss]"; mes "Hello?"; mes "I am an adventurer."; mes "Haha~"; next; if (Zeny > 999999) { mes "[Riss]"; mes "Would you really like to take the challenge?"; mes "Ok, just choose the course."; next; .@i =...
  5. mrlongshen

    PVP rest time

    prontera,165,177,3 script PVP Warper 106,{if (!agitcheck() || !agitcheck2()) { if (select("Yes!","No thanks.") == 2) close; warp "guild_vs5",0,0; announce strcharinfo(0) + " has entered the PVP Room.",0; announce "There are ["+getmapusers("guild_vs5")+"/30] players inside.",0; end; } end;}...
Back
Top