Advertisement
UDON_JP

Untitled

May 5th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. on death:
  2. attacker is a player
  3. victim is not a player
  4. if victim is a zombie:
  5. if name of victim is "&a&l大地の妖精":
  6. add 5 to {xp.%attacker%}
  7. if name of victim is "&a&l大地の&6&l王":
  8. add 30 to {xp.%attacker%}
  9. if victim is a skeleton:
  10. if victim's name is "&d&l花に&b&l満ちた&8&l狩人":
  11. add 10 to {xp.%attacker%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement