Search found 2 matches

by Lepet
2006-09-27 18:30:53
Forum: Scripting Ore
Topic: Помогите...
Replies: 2
Views: 1005

NMY wrote:попробуй вырезать ети строки:

Code: Select all

if not UO.ObjAtLayer("Rhand") then
UO.FindType(Weap,-1,'backpack')
if UO.FindCount() then
UO.Equip('Rhand','finditem')
endif
endif


всё окей =)спасибо =))мог бы и сам додуматься,но видимо лень не даёт =)
by Lepet
2006-09-27 17:50:06
Forum: Scripting Ore
Topic: Помогите...
Replies: 2
Views: 1005

Помогите...

Есть вот такой скрипт:

var Timer=UO.Timer()
var food= '0x097B'
sub WarTrain()
VAR E, t, Enemy='0x0031F2BC' , MinHP=70, G=true, L, Weap='0x4031598E' ; type of weapon
UO.Attack(Enemy)
UO.DeleteJournal()
while G==true
wait(500)
if not UO&#46 ...