Facebook
From xN0MANDx, 8 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 304
  1. #########################################
  2. # Autor xN0MANDx                        #
  3. # Zakaz Kradnięcia Skryptu Na Inne Fora #
  4. # Mój Server: EvolutionRPG.Ench.PL      #
  5. #########################################
  6.  
  7. # Wprowadza zmęczenie podczas chodzenia i biegania
  8.  
  9. on any move:
  10.     if difference between {Chodzenie::%player%::lastuse} and now is smaller than 20 seconds:
  11.         stop
  12.     set {Chodzenie::%player%::lastuse} to now
  13.     set the player's food level to 9
  14.     wait 2 second
  15.     set the player's food level to 8
  16.     wait 2 second
  17.     set the player's food level to 7
  18.     wait 2 second
  19.     set the player's food level to 6
  20.     wait 2 second
  21.     set the player's food level to 5
  22.     wait 2 second
  23.     set the player's food level to 4
  24.     wait 2 second
  25.     set the player's food level to 3
  26.     wait 2 second
  27.     set the player's food level to 2
  28.     wait 2 second
  29.     set the player's food level to 1
  30.     wait 2 second
  31.     set the player's food level to 10
  32.     wait 2 second
  33.     stop