Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. メインウェポン武器制限(レコード、木の鍬、弓)
  2. aliases:
  3. mainweapon = 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2267, 261, 290, 417
  4. on crackshot shoot:
  5. player's tool is enchanted with Fortune
  6. set {lim.%player%_main} to number of mainweapon of Fortune 3 in the player's inventory
  7. if {lim.%player%_main} is greater than 1:
  8. message "<pink>メインウェポンを2つ以上持って戦闘することは出来ません!"
  9. damage the player by 3 hearts
  10. make a safe explosion with force 0 at the player
  11. apply blindness 10 to the player for 5 seconds
  12. apply slowness 10 to the player for 5 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement