Paste #27916: NameGoesHere

Date: 2016/01/06 14:36:11 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12


# There is NPC with sentry trait with ID 176. Some options (health, strength, etc...) provided. 
# In scripts folder I have only one file: bso2.yml

some_name:
  type: world
  events: 
    on n@176 dies:
    - drop item:379
    - announce "Boss had been defeated!"

# I need a skull to drop from NPC #176 when he would be defeated
# When I kill him nothing happens