Search found 6 matches

by DeathMan
2004-07-18 21:59:08
Forum: Scripting Ore
Topic: Healing (PVP)
Replies: 3
Views: 1982

Error!

Which a Error?

Its script was good, and have error in line 15... i don't whit him find =/

Help:

Its is my script:


sub control()
healing:
if uo&#46;life <= 60 then
uo&#46;print&#40;"Waiting Life Critical"&#41;; Msg from me
uo&#46;exec&#40;"usetype 0x0F82 0x0532"&#41 ...
by DeathMan
2004-07-18 07:13:54
Forum: Scripting Ore
Topic: Healing (PVP)
Replies: 3
Views: 1982

Healing (PVP)

I would like one script of healing, which verifies if life this down, and agreement, it healase or with Bandages or Potion...

Ex1: If Life <= 90 Using Bandageself
Else
if life < 60 using Heal potion

Ex2:


Sub control&#40;&#41;
healx&#58;
if uo&#46;life<90 then
UO&#46;Print&#40 ...
by DeathMan
2004-07-17 05:02:15
Forum: Scripting Ore
Topic: Script Healing For PVP (Auto-Healing)
Replies: 6
Views: 5518

Script

Don't function...

do you have a script to PVP From me?
by DeathMan
2004-07-16 20:22:42
Forum: Scripting Ore
Topic: Script Healing For PVP (Auto-Healing)
Replies: 6
Views: 5518

Script

=/
i'm try using this script, and find error retry in Line 15... i undestand this error..

Sub control&#40;&#41;
healx&#58;
if &#40;UO&#46;life<=90&#41; then
UO&#46;Print&#40;"***Using Bandage***"&#41;
UO&#46;exec &#40;"bandageself"&#41;
wait&#40;5500&#41;
end if
if &#40;UO&#46;life<=40 ...
by DeathMan
2004-07-16 19:22:22
Forum: Scripting Ore
Topic: Script Healing For PVP (Auto-Healing)
Replies: 6
Views: 5518

Script

Sorry,
This Script Was Error inLine 15, Function Not FOund... i undestand thsi error...

Look all and try find error:

Sub control()
healx:
if (UO.life<=90) then
UO.Print("***Using Bandage***")
UO.exec ("bandageself")
wait(5500)
end if
if (UO.life<=40) then
UO.Print("***Using Heal ...
by DeathMan
2004-07-15 18:09:52
Forum: Scripting Ore
Topic: Script Healing For PVP (Auto-Healing)
Replies: 6
Views: 5518

Script Healing For PVP (Auto-Healing)

What is Problem?
-----------------------------------------------------------------------------
Sub control()
HealX:
if (UO.life<=90) then
UO.Print("***Using Bandageself***")
UO.usetype("bandageself") ; Healing-Bandage
wait(5500)
end if
if (UO.life<=40) then
UO.Print("***Using Life ...