[Request] Place Boat On The Sea / [Запрос] Место Лодка на м

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Overflow
Posts: 15
Joined: 2015-03-16 05:10:26

[Request] Place Boat On The Sea / [Запрос] Место Лодка на м

Post by Overflow »

..
Last edited by Overflow on 2016-10-26 14:32:43, edited 1 time in total.
Incorrect User
Posts: 949
Joined: 2011-05-23 00:33:30

Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка

Post by Incorrect User »

What it requires Injection?
Overflow
Posts: 15
Joined: 2015-03-16 05:10:26

Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка

Post by Overflow »

..
Last edited by Overflow on 2016-10-26 14:32:32, edited 1 time in total.
Incorrect User
Posts: 949
Joined: 2011-05-23 00:33:30

Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка

Post 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)
Overflow
Posts: 15
Joined: 2015-03-16 05:10:26

Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка

Post by Overflow »

..
Last edited by Overflow on 2016-10-26 14:32:22, edited 1 time in total.
Incorrect User
Posts: 949
Joined: 2011-05-23 00:33:30

Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка

Post 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)
Overflow
Posts: 15
Joined: 2015-03-16 05:10:26

Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка

Post by Overflow »

..
Last edited by Overflow on 2016-10-26 14:32:08, edited 1 time in total.
Overflow
Posts: 15
Joined: 2015-03-16 05:10:26

Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка

Post by Overflow »

..
Last edited by Overflow on 2016-10-26 14:31:51, edited 1 time in total.
Incorrect User
Posts: 949
Joined: 2011-05-23 00:33:30

Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка

Post 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.
Overflow
Posts: 15
Joined: 2015-03-16 05:10:26

Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка

Post by Overflow »

..
Last edited by Overflow on 2016-10-26 14:31:35, edited 1 time in total.
Incorrect User
Posts: 949
Joined: 2011-05-23 00:33:30

Re: [Request] Place Boat On The Sea / [Запрос] Место Лодка

Post 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
 
Post Reply