Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. eqSword:
  2. Conditions:
  3. - playerwithin 5
  4. - stance ranged
  5. Skills:
  6. - equip{i=vsSword:0}
  7. - effect:particles{particle=fireworksSpark;amount=25;vSpread=0.5;hSpread=0.5;Speed=0;yoffset=1} @self
  8. - setstance{stance=melee}
  9. #
  10. eqBow:
  11. Conditions:
  12. - playerwithin 30
  13. - playernotwithin 5
  14. - stance melee
  15. Skills:
  16. - equip{i=vsBow:0}
  17. - effect:particles{particle=happyVillager;amount=25;vSpread=0.5;hSpread=0.5;Speed=0;yoffset=1} @self
  18. - setstance{stance=ranged}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement