Тема: Macros
Показать сообщение отдельно
Re: Macros
Старый 19.02.2012, 19:37   #23
LanceR
Mystical Hero
 
Аватар для LanceR
 
Регистрация: 12.01.2010
Адрес: [frozen]
Сообщений: 1,057
Репутация: 13 [+/-]
на правильном пути, пока что (от 5 до 15)
LanceR на правильном пути, пока что (от 5 до 15)
Чар: Burning
Гильдия: [frozen]
По умолчанию Re: Macros

I will give it to you tomorrov.
everything works, just had to remove the first lines of / /






Добавлено через 9 минут
/ / F2 - last object, lasttarget - in the client
/ / F5 - TargetNext well as the client
/ / string message
set $ f1 You fail to tame the creature
set $ f2 too far away
set $ f3 can't see
set $ f4 too far away
set $ f5 Taming
set $ f6 tame
set $ f7 tame hungry
set $ a1 accept
set $ a2 skill
set $ a3 already

/ / could not tame, try again.
if (lastmsg = $ f1)
send f2
end_if

/ / this tame little animals can not, try the following
if (lastmsg = $ f2) or (lastmsg = $ f3) or (lastmsg = $ f4) or (lastmsg = $ f5) or (lastmsg = $ f6) or (lastmsg = $ f7)
send f5
send f2
end_if

/ / tamed, well, let go, take the following
if lastmsg (lastmsg = $ a1) or (lastmsg = $ a2) or (lastmsg = $ a3)
say all release
send f5
send f2
end_if

/ / this bitch We already know more tamit pointless, go to the mod and pitch out of it to reset and start the process taminga tamit next.
if lastmsg friend
send {tab}
wait 100
send {tab}
wait 100
say Damn!!!
send f5
send f2
end_if

/ / because of the lag remained varmode.
if lastmsg peace
send {tab}
wait 100
send f2
end_if

/ / this is the case if you get off the script for some reason. If you wander around the house a lot of animals, it can be modified, or at least reduce the delay to 5000.
if timer> 150 000
say all release
send f5
send f2
set timer
end_if

--------------
Try this yet

/ / F2 - last object, lasttarget - in the client
/ / F5 - TargetNext well as the client
/ / string message
set $ f1 You fail to tame the creature
set $ f2 too far away
set $ f3 can't see
set $ f4 too far away
set $ f5 Taming
set $ f6 tame
set $ f7 tame hungry
set $ a1 accept
set $ a2 skill
set $ a3 already

/ / could not tame, try again.
if (lastmsg = $ f1)
send f2
end_if

/ / this tame little animals can not, try the following
if (lastmsg = $ f2) or (lastmsg = $ f3) or (lastmsg = $ f4) or (lastmsg = $ f5) or (lastmsg = $ f6) or (lastmsg = $ f7)
send f5
send f2
end_if

/ / tamed, well, let go, take the following
if lastmsg (lastmsg = $ a1) or (lastmsg = $ a2) or (lastmsg = $ a3)
say all release
send f5
send f2
end_if

/ / this bitch We already know more tamit pointless, go to the mod and pitch out of it to reset and start the process taminga tamit next.
if lastmsg friend
send {tab}
wait 100
send {tab}
wait 100
say Damn!!!
send f5
send f2
end_if

/ / because of the lag remained varmode.
if lastmsg peace
send {tab}
wait 100
send f2
end_if

/ / this is the case if you get off the script for some reason. If you wander around the house a lot of animals, it can be modified, or at least reduce the delay to 5000.
if timer> 150 000
say all release
send f5
send f2
set timer
end_if
__________________
Welcome

Последний раз редактировалось LanceR; 19.02.2012 в 19:52.. Причина: Добавлено сообщение
LanceR вне форума   Ответить с цитированием