Page 1 of 1
[Request] Place Boat On The Sea / [Запрос] Место Лодка на м
Posted: 2015-11-24 17:31:29
by Overflow
..
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
Posted: 2015-11-24 17:43:34
by Incorrect User
What it requires Injection?
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
Posted: 2015-11-25 18:32:10
by Overflow
..
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
Posted: 2015-11-25 18:39:34
by Incorrect User
Boat and House have a different target than the other subjects. Use uo.lclick/uo.target only(select boat type)
Code: Select all
uo.useobject ('FindItem'); performs the boat
wait(100)
And try uo.target(uo.getserial("finditem"), "ground", 1, "boat Type", uo.getx(), uo.gety() + 5, -5)
Or this uo.lclick(uo.getx(), uo.gety() + 5)
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
Posted: 2015-11-27 04:10:41
by Overflow
..
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
Posted: 2015-11-27 13:28:34
by Incorrect User
Try it
Code: Select all
uo.useobject ('FindItem'); performs the boat
wait(100)
uo.target("lasttargetkey", -1, -1, -1, uo.getx(), uo.gety() + 5, -5)
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
Posted: 2015-11-28 16:51:10
by Overflow
..
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
Posted: 2015-11-28 22:33:13
by Incorrect User
Where -5 Z?
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
Posted: 2015-11-30 20:43:44
by Overflow
..
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
Posted: 2015-11-30 21:34:39
by Incorrect User
Overflow wrote:You know how to remove the information from the "Lastgump" the injection of memory?
No way. What is it for? Maybe there's another way to solve the problem.
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
Posted: 2015-11-30 22:17:14
by Overflow
..
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
Posted: 2015-11-30 22:46:45
by Incorrect User
Check PM You not have script for enter antimacro?
Code: Select all
sub antimacro_notice()
repeat
if not uo.LastGump("replyed") and uo.LastGump("text", 0) == "Anti Macro" then
uo.playwav("C:\AM.mp3")
repeat
wait(100)
until uo.LastGump("replyed") ; or some msg
else
wait(100)
end if
until uo.dead()
end sub