Author Topic: killing and healing subs  (Read 1581 times)

0 Members and 1 Guest are viewing this topic.

Offline CrisisTopic starter

  • Global Moderator
  • *
  • *
  • Posts: 3022
  • Activity:
    2.6%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +206
  • Referrals: 2
    • View Profile
killing and healing subs
« on: March 13, 2015, 06:40:59 PM »
0
I have been Googling to see if there were any PvM killing subs or health monitor subs but no luck, just full scripts. I think I may be able to figure out the health monitor/heal sub but not feeling very optimistic about a PvM killing sub. Does anyone know where I can find any working ones?

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13304
  • Activity:
    0.6%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: killing and healing subs
« Reply #1 on: March 13, 2015, 06:57:13 PM »
0
I looked to see if I had anything subed out, but I don't seem to have anything.  My healer kinda runs in another tab and you forget about it.  You'd know if it's active by monitoring a !TM_HEAL flag (or also *TM_HEAL).  You could just run my healer and look at those flags and farm away.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline CrisisTopic starter

  • Global Moderator
  • *
  • *
  • Posts: 3022
  • Activity:
    2.6%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +206
  • Referrals: 2
    • View Profile
Re: killing and healing subs
« Reply #2 on: March 13, 2015, 08:06:49 PM »
0
I was hoping this might work to give me a start but I obviously did something wrong. I think it is in setting the target but not positive.

Code: [Select]
set %KOS PHB_QHB
findItem %KOS G_12
if findcnt > 0
  {
  gosub killtime
  }
  
sub killtime
findItem %KOS G_12
KillLoop:
event macro 15 41
target 5s
set #ltargetid %KOS
set #ltargetkind 1
event macro 22 0
wait 50
finditem %KOS
if #findcnt > 0
   {
      goto KillLoop
   }
if #HITS < ( #MAXHITS - 50 )
  {
  set #lobjectid
  event macro 15 28
  wait 20
  target
  event macro 23 0
  wait 20
  }
return

Tags: