Evaluating Intelligence

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Neznaika
Posts: 30
Joined: 2005-03-11 23:00:30

Evaluating Intelligence

Post by Neznaika »

Помогите пожалуйста вставить в скрипт эвала кормёжку для чара и для дракона , дракон не растамленный.

Скрипт:

Code: Select all

sub Evaluate() 
repeat
uo.useskill('Evaluating Intelligence')
uo.waittargetobject('0x000341967','0x000341967')
wait(4000)
until uo.dead()
end sub
flake
Expert!
Posts: 746
Joined: 2004-08-11 23:56:17
Location: The Citadel
Contact:

Post by flake »

Code: Select all

sub Evaluate() 
Var Eda=''   ; Сюда вписать тип еды.
repeat
UO.UseType(Eda)
wait(300)
UO.MSG('Eat', Eda)
uo.useskill('Evaluating Intelligence')
uo.waittargetobject('0x000341967','0x000341967')
wait(4000)
until uo.dead()
end sub
Post Reply