Advertisement
intangibles

Untitled

Jun 20th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.77 KB | None | 0 0
  1.  
  2.  
  3. ## This will use symbol Transcend
  4. Thread.new {
  5.      while true
  6.           wait_until{(not Spell[9049].active? and not Spell[9812].active? and not dead? and running?('bigshot')) and percenthealth <= 80 and (!standing? or stunned? or webbed?) and ((GameObj.npcs.any? { |npc| npc.type !~ /passive/ and npc.status !~ /dead/ }) or (GameObj.loot.each { |i| i.noun =~ /cloud/}))}
  7.           pause_script 'bigshot' if running? 'bigshot'
  8.           dothistimeout "sym trans confirm", 3, /space between the corporeal|^You have already|^You strain/
  9.           unpause_script 'bigshot' if running? 'bigshot'
  10.      end
  11. }
  12.  
  13. while line = get
  14.   fput 'out', 'Obvious' if line =~ /You walk into a gaping/
  15.   puts "<pushStream id=\"speech\"/>#{line}\n<popStream/>\n" if line =~ /^\[Private/
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement