Page 1 of 1

Simple question about targettileoffset UOS And Targeting

Posted: Fri Sep 27, 2019 12:57 pm
by Mansonjr
Hi!

I'm Pretty new to the server and trying to run some macros... From now on i was able to reach 2700 skill points yayyy :dance Thank you all the Published macros authors and modders!.

Well my problem is when i try to run a macro for example on minoc mining cave

Code: Select all

while weight < '350'and not @injournal 'no metal here'
  if @findtype 0xe86 'any' 'backpack' or @findtype 0xf39 'any' 'backpack' 1
    useobject 'found'
    waitfortarget 2000
    targettileoffset 0 -1 0
    pause 1000
  else
    headmsg "MOVE" 999
    stop
  endif
it always says "Target Cannot be seen", after a review some published macros the only working one for the orion client but i wanted to use UOS.

I learned a bit how the code works, and tried to do this simple script to map a key with it and it works... but only in felucca entrance...

How can i make it work on minoc tiles?

Thank for your time :)