Author Topic: Arch Cure on friend  (Read 3801 times)

0 Members and 1 Guest are viewing this topic.

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Arch Cure on friend
« on: March 03, 2017, 04:18:06 PM »
0
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

Online gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6191
  • Activity:
    3.2%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +273
  • Referrals: 3
    • View Profile
Re: Arch Cure on friend
« Reply #1 on: March 03, 2017, 06:08:41 PM »
0
That is weird - could not get it to work.


Offline valen2.0

  • Full Member
  • ***
  • Posts: 229
  • Activity:
    0%
  • Reputation Power: 3
  • valen2.0 has no influence.
  • Respect: +63
  • Referrals: 0
    • View Profile
Re: Arch Cure on friend
« Reply #2 on: March 03, 2017, 08:42:05 PM »
0
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.
« Last Edit: March 03, 2017, 08:45:32 PM by valen2.0 »

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • 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: Arch Cure on friend
« Reply #3 on: March 03, 2017, 09:05:33 PM »
0
Did you remember to set the last target as the findid?
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline valen2.0

  • Full Member
  • ***
  • Posts: 229
  • Activity:
    0%
  • Reputation Power: 3
  • valen2.0 has no influence.
  • Respect: +63
  • Referrals: 0
    • View Profile
Re: Arch Cure on friend
« Reply #4 on: March 03, 2017, 09:08:04 PM »
0
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

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Arch Cure on friend
« Reply #5 on: March 04, 2017, 07:12:17 PM »
0
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.  

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Arch Cure on friend
« Reply #6 on: March 05, 2017, 01:33:45 PM »
0
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.

Online gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6191
  • Activity:
    3.2%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +273
  • Referrals: 3
    • View Profile
Re: Arch Cure on friend
« Reply #7 on: March 05, 2017, 02:09:52 PM »
0
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

Tags: