ScriptUO

Official ScriptUO EasyUO Scripts => Script Debug => Topic started by: The Ghost on March 03, 2017, 04:18:06 PM

Title: Arch Cure on friend
Post by: The Ghost on March 03, 2017, 04:18:06 PM
Hello, I need some tester on OSI.

I would like to know if it only me that having issue with the spell arch Cure,  here a simple snippet that i would like you to test.   I can cast Cure and heal on the friend but can't cast Arch cure on him. 

Code: easyuo
  1. finditem xxx G_9  ; <   xxx= id of your friend
  2.      if #findcnt > 0
  3.       {
  4.         event macro 15 24    ; <-- 24 = Arch cure,  10= cure  28=G-heal
  5.         target 5s
  6.         set #ltargetKind 1
  7.         event macro 22 0
  8.         wait 10
  9.        }
  10.  halt
  11.  
  12.  

Thx
Title: Re: Arch Cure on friend
Post by: gimlet on March 03, 2017, 06:08:41 PM
That is weird - could not get it to work.

Title: Re: Arch Cure on friend
Post by: valen2.0 on March 03, 2017, 08:42:05 PM
Doesn't work for me ghost, I even tried on a non garg. I entered the id for the xxx and it didnt target. even with that mystic spell.
Title: Re: Arch Cure on friend
Post by: TrailMyx on March 03, 2017, 09:05:33 PM
Did you remember to set the last target as the findid?
Title: Re: Arch Cure on friend
Post by: valen2.0 on March 03, 2017, 09:08:04 PM
I did end up setting it to #LTARGETID and it worked for all except the arch cure. So ghost honestly id use the mystic spell
Title: Re: Arch Cure on friend
Post by: The Ghost on March 04, 2017, 07:12:17 PM
I try this and still cant cast arch cure on target.
Code: easyuo
  1.    finditem xxx G_9  ; <   xxx= id of your friend
  2.      if #findcnt > 0
  3.       {
  4.         event macro 15 24   ; <-- 24 = Arch cure,  10= cure  28=G-heal
  5.         target 5s
  6.         set #ltargetid #findid
  7.         set #ltargetKind 1
  8.         event macro 22 0
  9.         wait 10
  10.        }
  11.  halt
  12.  
  13.  
Title: Re: Arch Cure on friend
Post by: The Ghost on March 05, 2017, 01:33:45 PM
I ask the question over easy and our best friend mister S....answer that this is a know problem, nothing new.    Guest we all miss that memo.

Thx for the help.
Title: Re: Arch Cure on friend
Post by: gimlet on March 05, 2017, 02:09:52 PM
I ask the question over easy and our best friend mister S....answer that this is a know problem, nothing new.    Guest we all miss that memo.

Thx for the help.

lol