Paste #29651: Diff note for paste #29650

Date: 2016/02/03 22:06:51 UTC-08:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


 mcmmo:
     type: world
     debug: true
     events:
         on mcmmo player gains xp for skill:
         - if <player.location.is_within[cu@orcdungeon]> {
           - determine cancelled
         }
+        - if li@unarmed|sword|woodcutting !contains <context.skill> {
+          - queue clear
+        }
         - define 2 <context.xp.round>
         - title 'subtitle:<&a><&7>+<player.flag[exp_drop].add[<def[2]>].as_int||<def[2]||>> xp <&7>[<&e><context.skill><&7>]                                                             ' targets:<player> fade_in:0 stay:10t fade_out:2s
         - flag <player> exp_drop:+:<def[2]> duration:2s
-