Author Topic: [Support] Simple Bandage Healer  (Read 16607 times)

0 Members and 1 Guest are viewing this topic.

Offline camotbik

  • Sr. Member
  • *
  • Posts: 349
  • Activity:
    0%
  • Reputation Power: 3
  • camotbik has no influence.
  • Gender: Male
  • Hello! I'm a UO addict.
  • Respect: +38
  • Referrals: 0
    • View Profile
« Reply #15 on: January 01, 2013, 12:07:29 PM »
0
Code: [Select]
Procedure WatchStatus;
begin
  while not dead do
  begin
    if IsPoisoned(self) and not IsYellowHits(self) then DrinkCure;
    if (GetHP(Self) < DrinkHealPotionAt) and (GetHP(Self) > 0) and not Poisoned and not IsYellowHits(self) then DrinkHeal;
    if (Stam < DrinkStamPotionAt) then DrinkStam;
    if IsYellowHits(self) then EatApple;
    if (GetSkillValue('Healing') > 20.0) and (GetHP(Self) < (GetMaxHP(Self))) and (GetHP(Self) > 0) then Bandageself;
    wait(50);
  end;
end;
An example
What you witness -- is whatver..
uogamers hybrid.

Offline Crome969Topic starter

  • 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
« Reply #16 on: January 03, 2013, 12:48:20 AM »
0
Currently Developing an Event Buff_Debuff Catcher so even states, that not showed directly on Character could be detected.
List of yet supported Buffs\Debuffs can be found here : http://docs.polserver.com/packets/index.php?Packet=0xDF

While those informations popping up i filling an internal Custom Variable (Custom Type ) with the Stats
Code: [Select]
1011 : PlayerBuff.Buff_EnemyOfOne := state; so this or other scripts can read this and handling their ways they want..

There are 1 attachment(s) in this post. You must register and post an acceptable introduction to download
buff_debuff.png
« Last Edit: January 03, 2013, 12:55:40 AM by Crome969 »

Offline Crome969Topic starter

  • 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
« Reply #17 on: January 07, 2013, 09:50:21 AM »
0
Updated Entry Post and released latest Version..

Offline uofreak

  • Restricted
  • **
  • Posts: 12
  • Activity:
    0%
  • Reputation Power: 1
  • uofreak has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: [Support] Simple Bandage Healer
« Reply #18 on: November 16, 2018, 07:16:32 AM »
0
Hi all,

I am thinking of using this on a freeshard running RunUO -- also they have a very custom healing system, not sure they even have bandages at this point... will try to replace the then portion with [aid and target self.

Do you think it'd work fine on RunUO and not POL? I guess I'll find out, thanks for the template!

Offline zchosen

  • Restricted
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 1
  • zchosen has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: [Support] Simple Bandage Healer
« Reply #19 on: October 09, 2020, 06:43:57 AM »
0
Hello, this is my 1st post, i would like to download this script.

Thank you

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2997
  • Activity:
    3.2%
  • 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: +205
  • Referrals: 2
    • View Profile
Re: [Support] Simple Bandage Healer
« Reply #20 on: October 09, 2020, 02:29:44 PM »
0
Hello, this is my 1st post, i would like to download this script.

Thank you

It has been a very long time since it was post once to be able to download. You need to go to the new member section and post a good intro and your restricted status will be removed allowing you to download scripts.

Tags: Crome Stealth