Paste #33475: Untitled Paste

Date: 2016/05/15 13:26:09 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


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


- if <server.has_flag[LaggOFix]> {
              - flag server LaggOFix:false duration:5
              - announce "bla1"
              - random {
                - DETERMINE i@lingering_potion[potion_effects=li@POISON,false,false]
                - DETERMINE i@lingering_potion[potion_effects=li@INSTANT_DAMAGE,true,false]
                - DETERMINE i@lingering_potion[potion_effects=li@SLOWNESS,false,true]
                }
              } else {
              - announce "bla2"
              - DETERMINE i@arrow
              }