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

Good evening. Please tell me how can two windows download combat (except Archer). I can not remember the appropriate macros.
-------
Look, you put a char on combat rock, a hit, the other is healing, do not forget to put the script on ATAKLAST one that will rock battle ...
for the second Player here's a script that he healing and if that leaves ...
-------
set $ hb f11 / / heal button in assist
set # hw 3000 / / heal wait
set $ othodbtn End / / walk + to move away
set $ podhodbtn PageUp / / walk + to fit
set # minhp 80 / / Level hp, which depart in the direction

: start

if hits <str / / rate limiting, xn put on your own
while hits <str
gosub saver
send $ hb
wait # hw / / delay on the Hill
end_while
end_if

goto start

: saver
if hits <# minhp
repeat 10
send $ othodbtn
end_repeat
set timer
while_not (hits = str) or (timer> 200000)
send $ hb
wait # hw
end_while
if timer> 200 000
repeat 10
say bandage trouble
alarm
wait 1s
end_repeat
stop_script
end_if
repeat 10
send $ podhodbtn
end_repeat
end_if
return

Healing himself, if x is less than the specified (80) walks away, completely heal back. Bandages Put comfortable on the floor to the floor escape routes. When pumping Archer convenient to depart for the corner of the house.

Do not forget in a script to rearrange the buttons on their own, or also bind them, and also setting can do for themselves.

In general if you have any questions write, help!





Добавлено через 4 минуты
------------------------
/ / division of the ore from the remelt
/ / overall delay in GPRS 150
drag 848, 562 903, 559 1
wait 300
move 903, 559
double_left 898, 546
wait 200


Добавлено через 7 минут
---------------------------------------------
1) in the upper left corner of your pack put ore pile (preferably up to 500 units at a time)
/ / 2) in the "script" pilot put a tick in the box to the right of "Point (Ctrl + A)"
/ / 3) is inserted into the script here it is:
/ / / / Division of the ore without melting
/ / Drag 848, 562 903, 559 1
/ / Wait 300
/ / 4) identifies the script 848, 562
/ / 5) in the ultima online hovers over the pile of ore per pack and harvest Ctrl + A. in thee have in place 848, 562 other figures in the same format
/ / 6) to provide a script 903, 559
/ / 7) in the box, ultima online it points around the center of the pack and harvest Ctrl + A. Losses in thee shall Change the number instead of 903, 559
/ / 8) run the script and wait until he will share a piece of the whole bunch
/ / 9), then through the tab "General" you put double click on the coordinates of the ore, which lies at cha in a packet to 1 (or write a script double_left 898, 546 changing the coordinates to the coordinates of your piles)


Добавлено через 10 минут








----Coking----
-----------------
repeat 10
double_left 379, 328 // координаты хвороста на полу
wait 1000
double_left 379, 328 // координаты хвороста на полу
wait 1000
drag 421, 271 399, 257 50 // координаты мяса в сундуке или на полу и кидать в угол пака
wait 1000
repeat 50
double_left 957, 413 // в дабл на мясо в паке
wait 2000
left 379, 308 // на костер
wait 3000
end_repeat
end_repeat
-------------------




Добавлено через 13 минут
----Mening, Lamberjack, taming the manual extraction----
-----------------------------------------
set $ s1 wood.
set $ s2 skill in
set $ s3 str
set $ s4 dex
set $ s5 int
set $ s6 pack
set $ s7 destroer!
set $ s8 You have no line of sight
set $ s9 Try mining in rock
set $ s10 useable ore.
set $ s11 fail to tame

set $ s12 chop.
set $ s13 away
set $ s14 mine
set $ s15 location
set $ s16 can't
set $ s17 master.
set $ s18 skill to tame


set $ sw world save
1
if (lastmsg $ s1) or (lastmsg $ s2) or (lastmsg $ s3) or (lastmsg $ s4) or (lastmsg $ s5) or (lastmsg $ s6) or (lastmsg $ s7) or (lastmsg $ s8) or (lastmsg $ s9) or (lastmsg $ s10) or (lastmsg $ s11)
send z / / LObdzhekt-> VTarget-> LTarget
wait 1000
goto 1
end_if

if (lastmsg $ s12) or (lastmsg $ s13) or (lastmsg $ s14) or (lastmsg $ s15) or (lastmsg $ s16) or (lastmsg $ s17) or (lastmsg $ s18)
send x / / LObdzhekt
wait 1000
end_if

if (lastmsg $ sw)
wait 10 000
end_if
__________________
Welcome

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