Advertisement
Guest User

Untitled

a guest
Jan 30th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. PLANGOOD 17
  2. IF
  3. GlobalLT("DMWW_mage_difficulty","GLOBAL",3)
  4. OR(2)
  5. DifficultyLT(NORMAL)
  6. !Global("DMWW_mage_difficulty","GLOBAL",0)
  7. Global("innate_casting","LOCALS",1)
  8. THEN
  9. RESPONSE #100
  10. ActionOverride(Player1,DisplayStringHead(Myself,502742)) // Running block 1 of PLANGOOD.BCS
  11. ApplySpellRES("dw#inrem",Myself) // No such index
  12. SetGlobal("innate_casting","LOCALS",0)
  13.  
  14. Continue()
  15. END
  16.  
  17. DW#MG27 34
  18. IF
  19. Allegiance(Myself,ENEMY)
  20. Range(Player1,30)
  21. !GlobalTimerNotExpired("thief_detection","LOCALS")
  22. CheckStatGT(Player1,65,DETECTILLUSIONS)
  23. ModalStateObject(Player1,DETECTTRAPS)
  24. THEN
  25. RESPONSE #100
  26. ActionOverride(Player1,DisplayStringHead(Myself,247157)) // Running block 3 of DW#MG27.BCS
  27. SetGlobalTimer("thief_detection","LOCALS",ONE_MINUTE)
  28. Continue()
  29. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement