Heal/Cure self

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
Num3erOne-
Posts: 3
Joined: 2009-04-15 11:17:45

Heal/Cure self

Post by Num3erOne- »

Hey
Its possible creat scripts in yoko like thhis:
Scripts from easyuo


healcure:
if C in #charstatus
{
goto cure
}
set %jstart #jindex
event macro 15 3
set %rodzaj 2
gosub spellcheck1 300

In one key im wont have cure and heal when im have posion click key and cure click the same key heal.
If is possible pleas write a scripts what works in yoko injection
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Yes, possible.

if uo.poisoned() then
; cure
endif
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Num3erOne-
Posts: 3
Joined: 2009-04-15 11:17:45

Post by Num3erOne- »

Can you write all scripts with heal and cure ??


sub Heal()
if not UO.waiting() then
UO.Exec("cast Heal self")
end if
if uo.injournal("cliloc# 0xA3A1") then
UO.Exec("cast Heal self")
uo.deletejournal()
end if
end sub

Where im must add scripts with cure ??
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Что-то он фигню какую-то спрашивает, ничего не понятно..

Кто-нибудь ему ответит кроме меня ?)
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
CoS
Posts: 53
Joined: 2007-06-20 15:38:11

Post by CoS »

script with cure must include heal function ?
ему походу надо чтобы в скрипте после хила шёл кур
Post Reply