[Request] Place Boat On The Sea / [Запрос] Место Лодка на м
Moderators: Murderator+, Murderator
[Request] Place Boat On The Sea / [Запрос] Место Лодка на м
..
Last edited by Overflow on 2016-10-26 14:32:43, edited 1 time in total.
-
- Posts: 949
- Joined: 2011-05-23 00:33:30
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
..
Last edited by Overflow on 2016-10-26 14:32:32, edited 1 time in total.
-
- Posts: 949
- Joined: 2011-05-23 00:33:30
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
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 / [Запрос] Место Лодка
..
Last edited by Overflow on 2016-10-26 14:32:22, edited 1 time in total.
-
- Posts: 949
- Joined: 2011-05-23 00:33:30
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
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 / [Запрос] Место Лодка
..
Last edited by Overflow on 2016-10-26 14:32:08, edited 1 time in total.
-
- Posts: 949
- Joined: 2011-05-23 00:33:30
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
..
Last edited by Overflow on 2016-10-26 14:31:51, edited 1 time in total.
-
- Posts: 949
- Joined: 2011-05-23 00:33:30
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
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 / [Запрос] Место Лодка
..
Last edited by Overflow on 2016-10-26 14:31:35, edited 1 time in total.
-
- Posts: 949
- Joined: 2011-05-23 00:33:30
Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка
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