Author Topic: [V4 , Pascal] [UO:R FS] dxrom's Heal Another  (Read 4543 times)

0 Members and 1 Guest are viewing this topic.

Offline dxromTopic starter

  • Master of the milestones!
  • Elite
  • *
  • *
  • Posts: 1080
  • Activity:
    0%
  • Reputation Power: 15
  • dxrom is working their way up.dxrom is working their way up.dxrom is working their way up.
  • KEYBOARD COWBOY, GREAT SAMURAI OF THE INTERNET.
  • Respect: +100
  • Referrals: 1
    • View Profile
[V4 , Pascal] [UO:R FS] dxrom's Heal Another
« on: October 10, 2012, 01:08:11 PM »
0
Here is another healing script. Basically used to heal other players... Say for example you are macroing on one chr, and they are taking dmg from it... Or you need to train healing on someone. This is what that would be used for.

I've completely overhauled this script and added the support of healing an additional persons. I require people to test it however (as I have not yet tested it on two persons). You can however still use it to heal only one person, the option is there for a second though.

It's pretty straight forward, healTAR1 is first person you want healed, healTAR2 is the second. the number following is their percentage of health remaining.

CheckTarget(healTAR1,60); means to check healTAR1 and if they are under 65% hp, heal them.

ICQNum is the ICQ number for your MAIN ICQ that stealth will be ALERTING (If you chose to use this ofcourse, if not then // the ICQClient() parts. NOT THE PROCEDURE!)
ICQClientNum is the number of the ICQ account stealth will connect with in order to send you an alert.
ICQClientPW is the password associated with the ICQ account stealth will connect with in order to send you an alert.

Known bugs:
function Exit; doesn't care to do what it's supposed to do. *grumbles*

There are 1 attachment(s) in this post. You must register and post an acceptable introduction to download
DoubleHealer_public.sc
« Last Edit: October 10, 2013, 09:30:39 PM by dxrom »



 ​_██​_
(ಠ​_ృ)
I do say, ol' Chap! Come play EVE Online! Why here is a 21 Day Free Trial!

Offline dxromTopic starter

  • Master of the milestones!
  • Elite
  • *
  • *
  • Posts: 1080
  • Activity:
    0%
  • Reputation Power: 15
  • dxrom is working their way up.dxrom is working their way up.dxrom is working their way up.
  • KEYBOARD COWBOY, GREAT SAMURAI OF THE INTERNET.
  • Respect: +100
  • Referrals: 1
    • View Profile
Re: Heal Another (Updated to heal TWO mobiles)
« Reply #1 on: May 09, 2013, 01:48:50 PM »
0
Updated



 ​_██​_
(ಠ​_ృ)
I do say, ol' Chap! Come play EVE Online! Why here is a 21 Day Free Trial!

Offline Crome969

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Heal Another (Updated to heal TWO mobiles)
« Reply #2 on: May 10, 2013, 10:43:47 AM »
0
try :
Code: [Select]
exit;
to jump out of a function and

Code: [Select]
raiseException(erCustomError, 'for example, script stop');
To Stop a script *giggles*

else good work:)

Offline dxromTopic starter

  • Master of the milestones!
  • Elite
  • *
  • *
  • Posts: 1080
  • Activity:
    0%
  • Reputation Power: 15
  • dxrom is working their way up.dxrom is working their way up.dxrom is working their way up.
  • KEYBOARD COWBOY, GREAT SAMURAI OF THE INTERNET.
  • Respect: +100
  • Referrals: 1
    • View Profile
Re: Heal Another (Updated to heal TWO mobiles)
« Reply #3 on: May 10, 2013, 03:49:10 PM »
0
Ah tyty :>



 ​_██​_
(ಠ​_ృ)
I do say, ol' Chap! Come play EVE Online! Why here is a 21 Day Free Trial!

Offline dxromTopic starter

  • Master of the milestones!
  • Elite
  • *
  • *
  • Posts: 1080
  • Activity:
    0%
  • Reputation Power: 15
  • dxrom is working their way up.dxrom is working their way up.dxrom is working their way up.
  • KEYBOARD COWBOY, GREAT SAMURAI OF THE INTERNET.
  • Respect: +100
  • Referrals: 1
    • View Profile
Re: Heal Another (Updated to heal TWO mobiles)
« Reply #4 on: May 10, 2013, 04:20:30 PM »
0
Updated.



 ​_██​_
(ಠ​_ృ)
I do say, ol' Chap! Come play EVE Online! Why here is a 21 Day Free Trial!

Tags: