ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

UO Outlands - How to make your own Razor Scripts (+update for mining)

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ส.ค. 2024
  • This video is a continuation of my beginners video about creating your first script for mining. I explore how to set hue, dclickbytype and how to gather info from Razor inside the client and setup an organizer agent. I'm a new player but have a great interest in programming and scripts. Let me know in the comments if this was helpful or if you need something specific!
    Check out the full script on my website: jaseowns.com/
    0:00​ - Intro
    0:49 - Get started
    1:04 - Organize Scripts using Category
    1:40​ - Setting Color and Hue in Razor
    2:20​ - Create mining script
    3:20​ - Escape script due to captcha
    3:47​ - Woah that was easy!
    4:20 - Razor Commands in Game
    4:45 - Info Command on item
    5:05 - Copy to clipboard
    5:25 - Info Command on mobile
    5:39 - Range checks in Razor
    6:20 - Use a specific container
    6:50 - Custom equip without using Dress
    7:46 - Options for checking backpack space
    8:20 - Check weight in razor and exit script
    8:55 - Using a packhorse and organize agent
    9:40 - Add organize agent to script
    10:15 - Check packhorse weight
    10:25 - Outtro
    If you're interested in learning more about UO Outlands, check it out here: uooutlands.com/
    UO Outlands is a free-to-play Ultima Online shard loosely set in the T2A era which launched in October of 2018. Our mission from the onset has been to create a version of Ultima Online which enhances every aspect of gameplay, creating a shard which we believe emulates how Ultima Online should have always been had it stayed the course.
    #uo​
    #ultimaonline​
    #outlands

ความคิดเห็น • 60

  • @NorthernAquaAdventurer
    @NorthernAquaAdventurer 3 ปีที่แล้ว

    hey i have a quick question when using the script dclicktype 'pickaxe' and i have 4-5 pickaxes in my bags it just moves the pickaxes around in my bag? any idea whats going on here?

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว +3

      Yes this particular script messes up if you have more than one pickaxe. I did another video about improving this + adding a packhorse organizer and how you can't skip the captcha. th-cam.com/video/w0HA5ez3wqs/w-d-xo.html
      But here is the updated script you would want:
      clearsysmsg
      if weight > 290
      organizer 1
      endif
      overhead 'Mining' 0
      if rhandempty ?? 0
      dclicktype 'pickaxe' backpack
      endif
      hotkey 'Use item in hand'
      wait 1100
      if insysmsg 'do not see any'
      overhead 'Move to next spot' 37
      endif
      loop

  • @gigglesthegoat9175
    @gigglesthegoat9175 3 ปีที่แล้ว +1

    First video was good, but follow up and addressing post patch (that I instinctively forgot about since after a while you forgot d-click picaxe causes wait for target) that made the second video sub worthy. Keep it going!

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว

      Will do! thx again!

  • @PwnstarrGaming
    @PwnstarrGaming 3 ปีที่แล้ว +2

    another banger !!! woop woop

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว

      Thanks PWNSTARR GAMING! Woot

  • @rankinroderick
    @rankinroderick 3 ปีที่แล้ว +1

    Really great stuff, amigo. This is super useful for my crafter build.

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว

      Thanks for watching! More to come!

  • @muqali4203
    @muqali4203 3 ปีที่แล้ว

    I use steam for my mining, but now that razor has access to lists you can use a list as a counter to keep track of how often you've loaded your packie. You could also do something goofy like turn your main loop into a "while weight < x" and surround it with a for loop. These methods assume your pack starts empty.

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว

      Thanks for checking out another one :) I do have more mining/pack horse scripts awaiting videos to be made. In my latest mining script I use I have 5 packies where I put 5 ore on each packie and then move to next horse. That uses the list to keep track of which horse is next.

  • @lighthouseKeeper42
    @lighthouseKeeper42 3 ปีที่แล้ว

    Another good one! Thanks for the update and the new tipps!

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว

      Thanks for watching!

  • @chuckleheadone8529
    @chuckleheadone8529 3 ปีที่แล้ว

    If you've started crafting, how to script gumps for making an item then recycling only from your back pack would be nice. I have crafting macros but they try to recycle anything around me, not just what's in my pack. Plus scripts are easier to share with new players. Keep up the good work.

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว

      Thanks for the suggestion - just posted a video in response to people asking about Captcha.. but crafting could be next!

  • @hektyus941
    @hektyus941 3 ปีที่แล้ว

    Another great vid ! Very informative thanks a lot !!

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว

      Thanks for checking it out!

    • @hektyus941
      @hektyus941 3 ปีที่แล้ว +1

      @@Jaseowns No problem waiting for next one !
      Just as a personal taste, maybe you could lower a bit the music sound in background.
      Not much but maybe just a bit (again nothing to do with the content itself which is clear and great, just I think it's a bit too loud compared with your voice ;-) )

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว

      Thx for the feedback. Haha second video I forgot to add music. Still learning :)

    • @hektyus941
      @hektyus941 3 ปีที่แล้ว +1

      @@Jaseowns I downloaded Outlands and gonna give it a try, they can thank you for that XD

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว +1

      Amazing! I’m working on a new video for BRAND new players but it won’t be ready for a few more days

  • @Bare_Minimum
    @Bare_Minimum 3 ปีที่แล้ว +1

    Great video. Would be nice if you turned down in-game audio a bit :D

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว

      Thanks for the suggestion! Will keep that in mind on the next one - still learning haha

  • @mantooth-cw2rv
    @mantooth-cw2rv 3 ปีที่แล้ว

    Nice update!

  • @chuckleheadone8529
    @chuckleheadone8529 3 ปีที่แล้ว +1

    Very nice sharing with guild for our new players. Could you do a break with any Gump to auto stop for captchas?

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว

      Great suggestion! I tried that in a quick video but it did not work - can it out here: th-cam.com/video/w0HA5ez3wqs/w-d-xo.html

  • @sh3940
    @sh3940 3 ปีที่แล้ว

    thanks for this!

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว +1

      My pleasure - thanks for watching!

  • @griffinjiujitsu
    @griffinjiujitsu 3 ปีที่แล้ว

    Thank you, but I am having an issue, If you have multiple pickaxes in your bag this script wants to cycle through them, unless I am doing something wrong?

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว +1

      Yes this particular script messes up if you have more than one pickaxe. I did another video about improving this + adding a packhorse organizer and how you can't skip the captcha. th-cam.com/video/w0HA5ez3wqs/w-d-xo.html
      But here is the updated script you would want:
      clearsysmsg
      if weight > 290
      organizer 1
      endif
      overhead 'Mining' 0
      if rhandempty ?? 0
      dclicktype 'pickaxe' backpack
      endif
      hotkey 'Use item in hand'
      wait 1100
      if insysmsg 'do not see any'
      overhead 'Move to next spot' 37
      endif
      loop

  • @tendrillion3580
    @tendrillion3580 2 ปีที่แล้ว

    Hey i know the video is old but just in case i'll ask, i've been using the lumberjack script and it works perfectly, but this one i have problems with the captchas, they just start popping up the moment i run the script and they won't stop, resulting in a 6 hour ban from collecting resources.

    • @Jaseowns
      @Jaseowns  2 ปีที่แล้ว +1

      Be sure to check out my new site for scripts : here is an updated lumberjack one outlands.uorazorscripts.com/skills/lumberjacking/7832ffda-9637-454b-84f1-823be2c05048

    • @tendrillion3580
      @tendrillion3580 2 ปีที่แล้ว

      @@Jaseowns Hey thanks, it was the mining script that was giving me the captcha problems but i see there are new ones on your site.

    • @Jaseowns
      @Jaseowns  2 ปีที่แล้ว

      Whoops :D sorry about the wrong link but glad you found it!

  • @leo_glive
    @leo_glive 2 ปีที่แล้ว

    Is it possible to configure some auto-gold-loot-from corpses?

    • @Jaseowns
      @Jaseowns  2 ปีที่แล้ว

      I think Outlands blocks interactive scripts and macros with a corpse.

  • @mastery2208
    @mastery2208 2 ปีที่แล้ว

    how can i git it cordiantes to mine?
    can't click on my char "says too close"

    • @Jaseowns
      @Jaseowns  2 ปีที่แล้ว

      Are you on Outlands? On outlands "smart" gather is enable meaning clicking yourself will automatically target things around you. On other servers, you need to use targetrelloc and choose a coordinate. This for example will hit something directly to the north of your character.
      hotkey "Use item in hand"
      waitfortarget
      targetrelloc 0 -1

  • @NewYears1978
    @NewYears1978 2 ปีที่แล้ว

    Can you do an if for if an item is not in backpack? Kind of like an if count but for non stackables?

    • @Jaseowns
      @Jaseowns  2 ปีที่แล้ว

      Yeah you can use “if findtype “name” backpack” or “if counttype “name” backpack > 0” where you replace name with item name or item id

    • @NewYears1978
      @NewYears1978 2 ปีที่แล้ว

      @@Jaseowns Of course right after I asked I watched like six of your vids and found the findtype stuff in there =D
      Your videos are awesome, thanks for sharing the knowledge.

  • @sparetime4914
    @sparetime4914 3 ปีที่แล้ว

    Could you make a crafting one on how to afk craft and restock lets say ingots when u get low so it keeps going. I tried macro but the restock agent always stops the macro. (For skill gain, recycling materials)

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว

      This sounds like a great one to create - thanks!

  • @RudolfAW
    @RudolfAW 3 ปีที่แล้ว

    Where do we download this Razor version? The one in the official paged doesn't have the "scripts" tab

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว +1

      These videos cover UO Outlands which comes with a custom Razor instance - but the scripts tab should also be available on versions 1.6+ of the Razor Community Edition (RCE)
      www.razorce.com/guide/

    • @RudolfAW
      @RudolfAW 3 ปีที่แล้ว +1

      @@Jaseowns Thanks for the info, mate!

  • @leo_glive
    @leo_glive 2 ปีที่แล้ว

    is it possible to create a script to move automatically a number of reagents from a container to our bag?

    • @Jaseowns
      @Jaseowns  2 ปีที่แล้ว +1

      You can use a restock agent for that - go to the restock tab, add the reagents and number you want then run that agent and select your source container.

    • @leo_glive
      @leo_glive 2 ปีที่แล้ว

      @@Jaseowns Thanks Mate!

  • @plumppickle4u108
    @plumppickle4u108 2 ปีที่แล้ว

    Hi thanks for your videos they are really awsome, im nee to game and need help w taming macros. Please help

    • @Jaseowns
      @Jaseowns  2 ปีที่แล้ว

      I haven't done a taming one yet, but over at tameoutlands.com you can use theirs!

  • @rogeriofortini1987
    @rogeriofortini1987 3 ปีที่แล้ว

    Hello friend. Could you make a video showing how to make a lumber script? How do I target trees? Thank you!

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว +1

      Haven’t had a chance to finish my cooking video, but lumberjack is next. Tip on Outlands is you just need to target yourself and not the actual tree. This does a smart gather. Hope to publish more videos soon! Thanks for watching

    • @rogeriofortini1987
      @rogeriofortini1987 3 ปีที่แล้ว

      @@Jaseowns thank you for the tip. Ill try It.

    • @Jaseowns
      @Jaseowns  3 ปีที่แล้ว +1

      It took awhile - but lumberjacking video up! th-cam.com/video/SCOwIzE5lBw/w-d-xo.html

  • @drownedcreation
    @drownedcreation 2 ปีที่แล้ว

    the 'script' command seems to no longer be working. Is it just me?

    • @Jaseowns
      @Jaseowns  2 ปีที่แล้ว +1

      It should be working - did you get this resolved? Once you call another script it stops executing the original caller just fyi

    • @drownedcreation
      @drownedcreation 2 ปีที่แล้ว

      @@Jaseowns I did, thanks. There were a few things throwing me off in general... I did expect control to return to the calling script and I also didn't have the beta client.

  • @elvachildress5213
    @elvachildress5213 2 ปีที่แล้ว

    I need to make an Archer script? Can you help me?

    • @Jaseowns
      @Jaseowns  2 ปีที่แล้ว

      What kind of archer script? :D Discord!