Advertisement
Hsuwan

Untitled

Dec 9th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 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. send "&6文靜之潭 補償系統 &e>> &c您已成功領取 &d2018 / 5 / 31 的回溯補償經驗包!"
  8. send "&6文靜之潭 補償系統 &e>> &c此補償包為一次性!"
  9. make console execute command "questexp %player% 500 0"
  10. if {玩家資料.%player%::玩家等級} is more than or equal to 10:
  11. make console execute command "questexp %player% 10100 10"
  12. if {玩家資料.%player%::玩家等級} is more than or equal to 20:
  13. make console execute command "questexp %player% 86250 20"
  14. if {玩家資料.%player%::玩家等級} is more than or equal to 25:
  15. make console execute command "questexp %player% 151176 25"
  16. if {玩家資料.%player%::玩家等級} is more than or equal to 30:
  17. make console execute command "questexp %player% 426455 30"
  18. if {玩家資料.%player%::玩家等級} is more than or equal to 35:
  19. make console execute command "questexp %player% 681330 35"
  20. if {玩家資料.%player%::玩家等級} is more than or equal to 40:
  21. make console execute command "questexp %player% 1146970 40"
  22. if {玩家資料.%player%::玩家等級} is more than or equal to 45:
  23. make console execute command "questexp %player% 1943495 45"
  24. if {玩家資料.%player%::玩家等級} is more than or equal to 50:
  25. make console execute command "questexp %player% 3402500 50"
  26. command /deletegift:
  27. trigger:
  28. if player is op:
  29. delete {玩家資料補償::*}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement