Yoko

All sides of Injection
It is currently 2025-11-11 13:32:49

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
 Post subject: Темилка лам
PostPosted: 2007-04-20 23:19:08 
Offline

Joined: 2006-03-08 20:53:28
Posts: 115
ВОт скачал скрипт, он должен поидее работать так: стоит на респе темит ламу содится на неё ждет малек кидает в Шринку темит следующую содится кидает в Шринку летит домой скидывает берет две шринки и тд
Code:
sub AutoTame() 
var animal = "0x0000" ; тип животины
var animal_shrinked = "0x0000" ; тип животины в шринке
var animal_rune_id = "0x0000000" ; ид руны к животному
var container = "0x0000000" ; id контейнера куда складывать животину
var home_rune_id  = "0x0000000" ; ид руны домой
var tame_distance = "2"; дальность на которой можно тамить
repeat
doRecallRune(animal_rune_id)
uo.findtype(animal,"-1","ground")
while not uo.findcount()
wait(100)
wend
setGlobal("follow_item", uo.getSerial("finditem"))
uo.exec("follow")
while uo.getDistance("finditem") < tame_distance
wait(100)
wend
doTame(uo.getSerial("finditem"))
uo.terminate("follow")
doShrink(uo.getSerial("finditem"))
checklag()
uo.findtype(animal_shrinked,"-1","ground")
uo.moveitem("finditem", 1, "backpack")
doRecallRune(home_rune_id)
uo.moveitem("finditem", 1, container)
until false
endsub

и там сказно что надо дописать:
Code:
doRecallRune - рекол по руне, ожидание пока улетим 
doTame - тамим животину, пока не затамится
doShrink - шринкуем животину
follow - следуем за целью, которую берём из глобальной переменной "follow_item".

а я не умею помогите пожалуйста. или Хотяб не множко подскажите


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 1 post ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited