Advertisement
Guest User

CNCP Magicspells UPDATED

a guest
Jun 26th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. [CODE]PASSIVE_NoCheatPlus:
  2. spell-class: ".PassiveSpell"
  3. triggers:
  4. - spellcast DRAINLIFE_spell
  5. chance: 100
  6. delay: -1
  7. spells:
  8. - COMMAND_DrainlifeExemptNCP
  9.  
  10. COMMAND_DrainlifeExemptNCP:
  11. spell-class: ".ExternalCommandSpell"
  12. command-to-execute:
  13. - "pex user %a add nocheatplus.checks.fight.selfhit"
  14. - "pex user %a add nocheatplus.checks.fight.speed"
  15. - "pex user %a add nocheatplus.checks.fight.critical"
  16. - "pex user %a add nocheatplus.checks.fight.noswing"
  17. - "pex user %a add nocheatplus.checks.fight.angle"
  18. command-to-execute-later:
  19. - "pex user %a remove nocheatplus.checks.fight.selfhit"
  20. - "pex user %a remove nocheatplus.checks.fight.speed"
  21. - "pex user %a remove nocheatplus.checks.fight.critical"
  22. - "pex user %a remove nocheatplus.checks.fight.noswing"
  23. - "pex user %a remove nocheatplus.checks.fight.angle"
  24. command-delay: 1
  25. execute-on-console-instead: true[/CODE]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement