Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. on rightclick:
  2. if player's tool is 372 named "Pierscen" with lore "nazwa":
  3. if {dodatkowe::res::%player%} is true:
  4. set {dodatkowe::res::%player%} to false
  5. #send "Wylaczyles dodatkowe obrazenia!"
  6. else:
  7. set {dodatkowy::res::%player%} to true
  8. #send "Wlaczyles dodatkowe obrazenia!"
  9. on resistance:
  10. if attacker is player:
  11. if {dodatkowe::res:;%defenser%} is true:
  12. add 5000 to resistance
  13. else:
  14. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement