Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Stealth

  1. #11
    I have a problem in that way. Yesterday i trained over an hour hiding and stealth, with much armor (i'll say over 24). But not a single point was given to those skills. It is like my character is stuck, but i have a total of 650 aprox skill points. It is possible that my character is broken?

    PD: i cant recall how was my level at those skills, but were between 90 and 95.
    Which item will you attempt to steal?

  2. #12
    Quote Originally Posted by blacklabel View Post
    if conditionals.

    eg:
    use hiding
    if sysmsg you have failed to hide
    pause 10 seconds
    use hiding
    else
    use stealth
    pause 10 seconds
    loop

    (I think, I dont actually have a hide/stealth macro to check to see if it's correct)
    This is going to try to hide every time regardless if you are still hidden or not try this macro instead.

    use skill stealth
    if sys message you must hide first // not sure if that is exactly the right wording im at work right now
    pause 10 seconds // if it does not count the stealth as a skill use because you were not hid you can delete this pause again not sure at work
    use skill hiding
    end if
    pause 10 seconds
    loop

    I will try this tonight and update it if needed. If you are trying to gain in hiding and stealth at the same time the definately use blacklabels macro. Also you can include a double click line on somebodys backpack to increase snooping at the same time in this macro. if you change the puases to 2 second pauses and insert the 2click between those you can snoop up to ten times in one pass of this macro

    use skill stealth
    if sys message you must hide first // not sure if that is exactly the right wording im at work right now
    pause 2 seconds
    double click back pack
    pause 2 seconds
    double click back pack
    pause 2 seconds
    double click back pack
    pause 2 seconds
    double click back pack
    pause 2 seconds
    double click back pack
    use skill hiding
    end if
    pause 2 seconds
    double click back pack
    pause 2 seconds
    double click back pack
    pause 2 seconds
    double click back pack
    pause 2 seconds
    double click back pack
    pause 2 seconds
    double click back pack
    loop
    Burgers are better then pets.

  3. #13
    Switch the sys message to you must be hidden. It's a little slower, since it will try to stealth first whether you failed to hide or not, but there is no chance of the macro breaking because the server saved at the wrong time. It's better for overnight macroing.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •