Hsuwan

Untitled

Dec 12th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. command /receivegift:
  2. trigger:
  3. if {玩家資料補償::%player%} isn't set:
  4. set {玩家資料補償::%player%} to 0
  5. if {玩家資料補償::%player%} isn't 1:
  6. set {玩家資料補償::%player%} to 1
  7. make console execute command "questexp %player% 500 0"
  8. if {玩家資料.%player%::玩家等級} is more than or equal to 10:
  9. make console execute command "questexp %player% 10100 10"
  10. if {玩家資料.%player%::玩家等級} is more than or equal to 20:
  11. make console execute command "questexp %player% 86250 20"
  12. if {玩家資料.%player%::玩家等級} is more than or equal to 25:
  13. make console execute command "questexp %player% 151176 25"
  14. if {玩家資料.%player%::玩家等級} is more than or equal to 30:
  15. make console execute command "questexp %player% 426455 30"
  16. if {玩家資料.%player%::玩家等級} is more than or equal to 35:
  17. make console execute command "questexp %player% 681330 35"
  18. if {玩家資料.%player%::玩家等級} is more than or equal to 40:
  19. make console execute command "questexp %player% 1146970 40"
  20. if {玩家資料.%player%::玩家等級} is more than or equal to 45:
  21. make console execute command "questexp %player% 1943495 45"
  22. if {玩家資料.%player%::玩家等級} is more than or equal to 50:
  23. make console execute command "questexp %player% 3402500 50"
  24. command /deletegift:
  25. trigger:
  26. if player isn't op:
  27. delete {玩家資料補償::*}
Add Comment
Please, Sign In to add comment