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.life <= 60 then
uo.print("Waiting Life Critical"); Msg from me
uo.exec("usetype 0x0F82 0x0532") ...
Search found 6 matches
- 2004-07-18 21:59:08
- Forum: Scripting Ore
- Topic: Healing (PVP)
- Replies: 3
- Views: 1982
- 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()
healx:
if uo.life<90 then
UO.Print( ...
Ex1: If Life <= 90 Using Bandageself
Else
if life < 60 using Heal potion
Ex2:
Sub control()
healx:
if uo.life<90 then
UO.Print( ...
- 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?
do you have a script to PVP From me?
- 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()
healx:
if (UO.life<=90) then
UO.Print("***Using Bandage***")
UO.exec ("bandageself")
wait(5500)
end if
if (UO.life<=40 ...
i'm try using this script, and find error retry in Line 15... i undestand this error..
Sub control()
healx:
if (UO.life<=90) then
UO.Print("***Using Bandage***")
UO.exec ("bandageself")
wait(5500)
end if
if (UO.life<=40 ...
- 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 ...
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 ...
- 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 ...
-----------------------------------------------------------------------------
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 ...