Advertisement
CREAMPAN0408

Untitled

Apr 2nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # MOBTABLEs
  2. # This example file shows you how to set up a basic drop table.
  3. # Drop tables can be used in both a mob's equipment and drops
  4. # to have multiple items tied to a single table.
  5. SkeletonKingDrops:
  6. Conditions:
  7. - playerwithin 40
  8. Drops:
  9. - otimusyanokabuto 1 0.5
  10. - otimusyanoaitemu 1 20
  11. - otimusyanoturugi 1 0.1
  12. - otimusyanookane 1 60
  13. - exp 100
  14. - heroesexp 200
  15. DropsPerLevel:
  16. - exp 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement