КОМЕНТАРІ •

  • @scandinaviannegro
    @scandinaviannegro 3 роки тому +6

    Trammie you still need 40 magery to cast recall from scroll. You won't need magery if you have a runetome/runebook and is charged with the scroll.

    • @trammie
      @trammie 3 роки тому +7

      Shit you are right! Alright everyone add 40 magery to your build or carry a blessed runebook.

    • @kerenton5897
      @kerenton5897 3 роки тому +1

      @@trammie is blessed runebook hard to get for new players

    • @kalseph
      @kalseph 3 роки тому +1

      @@kerenton5897 blessed runebook is about 60-65k. You won't be able to afford it right away but it really doesn't take long to get. It's worth saving up and getting one early

    • @trammie
      @trammie 3 роки тому +13

      @@kerenton5897 It is difficult you need to save up 50k gold to get one. probably cheaper just to pay the npc mage 400 gold for 40 magery skill while you are still new and when you can no longer fit the 40 magery on your template then switch to a runebook.

    • @Dungeon_Synth_Enjoyer
      @Dungeon_Synth_Enjoyer 3 роки тому

      Also convert recall scrolls by type

  • @SunshineMatt
    @SunshineMatt 3 роки тому +8

    Just so you know, using any other razor macro qith a hotkey or anything will stop this macro from running. It is safer to skip the conditional (if statement) but pay attention and hit a hotkey to recall home when you track a red.

    • @toolmantaylor5450
      @toolmantaylor5450 3 роки тому +5

      Put this at the top of your macro. So I use this if statement at the top of my mining macro for example.

  • @xetear
    @xetear 3 роки тому +3

    I put hiding and stealth on my resource gatherer. I did this after watching you kill gatherers with your red. I call it the stealth gatherer. Probably not original, but I am happy now that I've dodged a few reds.

    • @drumlessons833
      @drumlessons833 3 роки тому

      Can you gather and be invis at the same time?

  • @keskinkesir4468
    @keskinkesir4468 3 роки тому +3

    You have become the most famous Uo player ever! Congrats with 3.77k !

    • @trammie
      @trammie 3 роки тому +3

      Thanks dude we are on the raod to 100k!

  • @shanedoyle3167
    @shanedoyle3167 3 роки тому +1

    Thank you so much Trammie, this is amazing for my miner. Just created a noob miner, left Andria to start mining. Get PK'd in 5 mins.
    Rez get another pickaxe, leave town in a differeent direction - 5 minutes later same PK kills me.
    Set up this macro, although- how can you recall with Magery = 0? The scroll wouldn't work for me until Magery 20, I set it to 40 for 100%. And now, it's so awesome, the PK has absolutely no opportunity now. Even with Tracking only at 60, I don't even see them before I'm safe and sound back in town.
    So awesome, thanks so much!
    EDIT : Such an amazing script, look away for a few seconds look back and I"m safe in town. PK averted again.

  • @Psionifier
    @Psionifier 3 роки тому +2

    TRAMMIE BACK AT IT AGAIN WITH PRO TIPS

  • @brenicillin
    @brenicillin 3 роки тому +1

    love your content dude. UO was my life back in the day

    • @trammie
      @trammie 3 роки тому +1

      Thanks man UO has been a huge part of my life and I am not ashamed by that it has made me an interesting individual.

  • @ZapatosVibes
    @ZapatosVibes 3 роки тому +1

    Since having that macro runs means you can't use any other macros, I prefer to simply have a big red flashing message overhead (can program in Razor) when I track a red. Then you can simply hit your emergency recall macro or run to the nearest dungeon gate.

    • @shanedoyle3167
      @shanedoyle3167 3 роки тому

      If you write a script, you can run multple checks on each cycle and you don't need to do any pausing.
      Implement timers, and you can Mine and run the escape checking at the same time.
      Something like this gives a msg when you are at limit weight, arms new tool on breakage, checks tracking and runs escape, keeps lighting campfires(just for training). You can create, run and reset timers instead of pausing.
      if not timerexists 'miningTimer'
      createtimer 'miningTimer'
      endif
      if not timerexists 'campingTimer'
      createtimer 'campingTimer'
      endif
      if not timerexists 'warningTimer'
      createtimer 'warningTimer'
      endif
      if insysmsg 'Now Tracking:' or insysmsg 'Attacking'
      overhead 'PKS SENSED'
      script 'Escape'
      endif
      if weight > 375
      if timer 'warningTimer' > 1500
      overhead 'OVER WEIGHT'
      settimer 'warningTimer' 0
      endif
      else
      if rhandempty ?? 0
      overhead 'Broke it, arming new pickaxe'
      dress 'Pickaxe'
      endif
      if timer 'miningTimer' > 1900
      overhead 'Mining'
      hotkey 'Use item in Hand'
      hotkey 'Target Self'
      settimer 'miningTimer' 0
      endif
      if insysmsg 'do not see any'
      for 5
      overhead 'NO ORE'
      endfor
      endif
      if timer 'campingTimer' > 10000
      usetype 'kindling'
      if insysmsg 'fail to ignite'
      //overhead 'FIRE FAILED'
      else
      //overhead 'FIRE SUCCESS'
      settimer 'campingTimer' 0
      endif
      endif
      endif
      loop

  • @DoniMusic
    @DoniMusic 3 роки тому

    Haha! TRAM THE MAM. I thought of this about a week ago and I can confirm it works like a goddam charm. I have it baked into my mining macro

    • @trammie
      @trammie 3 роки тому +1

      Thats a pro play Doni!

    • @DoniMusic
      @DoniMusic 3 роки тому

      @@trammie and I would almost suggest going with less than 100 tracking. Maybe 80, or it will pop too often. Just a few more pro tips, emphasis on the TIP

  • @falklandmoon4328
    @falklandmoon4328 Рік тому +2

    And how to escape Reds from dungeons fast?

  • @BrittaniJohnson-z6w
    @BrittaniJohnson-z6w Рік тому +1

    Do you have to have tracking?

  • @elsupremeo
    @elsupremeo 3 роки тому +1

    "...I'm happy that this keeps people with their loot."
    **is a master-level thief**
    I'm on to you, brah,

    • @trammie
      @trammie 3 роки тому +1

      XD keeping the loot for my hands only.

    • @archimond7861
      @archimond7861 3 роки тому +1

      @@trammie Bruh you're like the Jeff Bezos of outlands rn silently preparing your dream is a server full of peacers and tinkers ready to get merked wearing absolutely the finest goods all in one swoop through the dungeons. I feel the goals

  • @flapjackid
    @flapjackid 2 роки тому +1

    Great video, thanks a lot. It has saved my ass many times. I do have a question though - With my mage I use a rune, and it works like a charm. With my bard, who has no magic, I use a rune book. When I run it with the bard, the rune book opens when the red tracking arrow appears, but it does not take me to safety, even though I recorded it to. I have to click on the blue button when the book opens. This extra step I have to do could be enough so I get nailed. Any fix to this that you know of? Thanks a lot in advance.

    • @trammie
      @trammie 2 роки тому +1

      Let me take a look, might have to add a short delay like .3 seconds between actions but ill test it out and let you know.

    • @flapjackid
      @flapjackid 2 роки тому

      @@trammie Thank you!!

    • @flapjackid
      @flapjackid 2 роки тому

      @@trammie I took your advice and put a .2 second delay between actions and it works great! Thanks for the tip!

  • @NewYears1978
    @NewYears1978 3 роки тому +1

    How much tracking do you have and waste points on to make this work?

    • @trammie
      @trammie 3 роки тому +1

      I'd reccomend 80 but it also gives you a damage increase bonus.

    • @NewYears1978
      @NewYears1978 3 роки тому

      @@trammie Okay cool I see it on the Wiki now. Nice to have an actual use for camping now. I see you can use it to get around the map too - that's a cool feature.

  • @ZacksLab
    @ZacksLab 3 роки тому +2

    any suggestions for dungeons? my 4 year old son has been playing my warrior and he loses his damn mind when he gets pk'd

    • @overbe
      @overbe 3 роки тому +1

      in dungeons you need positional awareness, always be aware of gate location + side from which pks can get to you. No easy ways around that. Additionally you can run the same macro, just remove recall part and add overhead message or play the sound. You should have plenty of time to run away.

    • @Dungeon_Synth_Enjoyer
      @Dungeon_Synth_Enjoyer 3 роки тому

      @@overbe what do you mean play the sound? You can have a sound alert instead of a overhead msg?

    • @ZacksLab
      @ZacksLab 3 роки тому

      @@overbe hah yeah, that's what i would do. unfortunately his response is to scream "MURDERERS!" and proceed to fall onto the floor crying. maybe i will look for more wilderness spots for him to hunt so that he can run the automated escape macro.

    • @overbe
      @overbe 3 роки тому +1

      @@Dungeon_Synth_Enjoyer Not sure if Razor can play sound, but UOSteam definitely can.
      If not, you could use [pouch to trigger trapped pouch for kaboom + visuals. You should always be running when that happens anyway because of thieves.

    • @cmm3110
      @cmm3110 3 роки тому +2

      wow that is pretty awesome he is playing UO. !!!!

  • @SweetMeng86
    @SweetMeng86 3 роки тому +1

    @Trammie any chance I can join your guild? Took a break from the game for awhile looking to get back into it

    • @trammie
      @trammie 3 роки тому

      Did we ever get you in Peter?

    • @SweetMeng86
      @SweetMeng86 3 роки тому

      @@trammie Hey man yeah you got me in we are all good. Being part of the guild has sparked the interest in the game again. I stopped playing over a year ago especially after my house collapsed but its been fun to get back at it

  • @truedox
    @truedox 3 роки тому

    A lot of times reds are not close enough to be a threat. I wonder if it is possible to parse the 'steps to target' message and trigger when below a certain distance?

    • @cmm3110
      @cmm3110 3 роки тому

      yeah possibly..... or drop your tracking to a lower skill level maybe? The radius is insane where AFK reds have me insta recalling away. lol. Even when I hide players in housing etc.

  • @massimobhoori1169
    @massimobhoori1169 3 роки тому +2

    Good for new players but one of the main problems is that it will also auto detect reds that are afk in homes. Probably better to manually activate it

    • @trammie
      @trammie 3 роки тому +5

      You can filter tracking to not track reds in homes.

    • @massimobhoori1169
      @massimobhoori1169 3 роки тому +1

      Learnt a new thing! Only been on outlands for a week and having a blast

  • @LoclinUploads
    @LoclinUploads 3 роки тому

    Add this at the end to keep your mining macro and your evac going at the same time
    Else
    Exec: Use item in Hand
    This will let you keep mining and will only trigger the recall when you start tracking the red.

    • @gross100
      @gross100 2 роки тому

      How do I track automatically all the time ? I have 90 tracking.

  • @ThatOneViking2319
    @ThatOneViking2319 3 місяці тому +1

    Is there any way to do this using hiking?

  • @theciompo2769
    @theciompo2769 3 роки тому

    Great video!

  • @Martovv_
    @Martovv_ 3 роки тому

    I really needed this😂

  • @ksdurg
    @ksdurg 2 роки тому

    How much tracking do you need to detect reds? Thanks.

    • @trammie
      @trammie 2 роки тому

      I would recommend a minimum of 80 for it to work good.

  • @VoidReplicant
    @VoidReplicant 3 роки тому

    You humble beautiful bastard

  • @danielmedeiros542
    @danielmedeiros542 3 роки тому

    Also if u use anyother macro it will stop this macro

  • @artificialintelligence143
    @artificialintelligence143 3 роки тому

    Ick, macros to EZ, kill content.

  • @brThefox
    @brThefox Рік тому

    That’s not funny at all. I prefer get killed and not escape because of a macro