UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

Complete Skill Guide

lDedric

Page
Bushido addon for momentum strike

Get a Boat and sail off the swamp near destard, equip a bow, be sure to have as much hci as you can if your archery is low (with 40% hci you don;t need to train archery, but having 40 archery (from haven helps) and 40 hci really helps a bunch.

UO Steam Macro for Momentum Strike
Code:
if mana >= 20
  getenemy 'gray' 'closest' 'enemy' 'criminal'
  pause 50
  attack 'enemy'
  if mana > 10
    cast 'momentum strike'
    waitforjournal 'You transfer' 60000 'system'
    if @injournal 'You transfer' 'system'
      clearjournal
      replay
    endif
  endif
else
  pause 15000
  replay
endif
 

Kallitcha

Squire
Carpentry

Skill Gain Guide: Grab some tools and wood and make me some cool furniture!

30 to 45 - Wooden Box
45 to 48 - Vesper Style Chair
48 to 65 - Ballot Box
65 to 72 - Fukiya
72 to 79 - Bokuto
79 to 100 - Gnarled Staff

Reasons to be a Carpenter: You get to make house deco, weapons, armor and instruments. At GM Carpentry you also gain access to the Stonecrafting skill at no extra skill point cost.

Carpentry Links:
Carpentry Information: http://guide.uo.com/skill_11.html
Carpentry Calculator: http://uo.stratics.com/content/skills/carpentry.php
Stonecrafting Information: http://guide.uo.com/skill_1005.html
Instead of gnarled staff, make Shepards Crook.
Carpentry

Skill Gain Guide: Grab some tools and wood and make me some cool furniture!

30 to 45 - Wooden Box
45 to 48 - Vesper Style Chair
48 to 65 - Ballot Box
65 to 72 - Fukiya
72 to 79 - Bokuto
79 to 100 - Gnarled Staff

Reasons to be a Carpenter: You get to make house deco, weapons, armor and instruments. At GM Carpentry you also gain access to the Stonecrafting skill at no extra skill point cost.

Carpentry Links:
Carpentry Information: http://guide.uo.com/skill_11.html
Carpentry Calculator: http://uo.stratics.com/content/skills/carpentry.php
Stonecrafting Information: http://guide.uo.com/skill_1005.html
Instead of gnarled staff make Shepard crook. You can turn in crook for library points. Same skill, better return for investment. :)
 

silvertiger

Knight
hi a uos macro for stealth please?
turn "North"
walk "North"
turn "South"
walk "South"
waitforgump 0xe0e675b8 15000
replygump 0xe0e675b8 1 0
pause 1000
turn "North"
walk "North"
turn "South"
walk "South"
waitforgump 0xe0e675b8 15000
replygump 0xe0e675b8 1 7
pause 1000

Start at any moongate. You must be in the gate.
 

richardglen

Sorceror
Ninjitsu

Skill Gain Guide: Get your hands on a Ninjitsu Skill Book and do that ninja like stuff.

20 to 50 - Mirror Image
50 to 85 - Shadow Jump
85 to 120 - Death Strike

Mirror Image Macro:
!Loop
Assistant.Macros.IfAction|1|1|10
Assistant.Macros.ExtCastSpellAction|508|4294967295
Assistant.Macros.PauseAction|00:00:03.5000000
Assistant.Macros.HotKeyAction|1517|
Assistant.Macros.HotKeyAction|1395|
Assistant.Macros.EndIfAction

Shadow Jump Macro:
!Loop
Assistant.Macros.ExtCastSpellAction|507|4294967295
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|0|1
Assistant.Macros.PauseAction|00:00:02
Assistant.Macros.IfAction|1|0|14
Assistant.Macros.WaitForStatAction|1|1|34|3600
Assistant.Macros.EndIfAction
Assistant.Macros.ExtCastSpellAction|507|4294967295
Assistant.Macros.WaitForTargetAction|2
Assistant.Macros.TargetRelLocAction|0|-1
Assistant.Macros.PauseAction|00:00:02
Assistant.Macros.IfAction|1|0|14
Assistant.Macros.WaitForStatAction|1|1|34|3600
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|must be in stealth mode
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.WalkAction|4
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.WalkAction|4
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.EndIfAction

Requires at least 100 Hiding and 60 Stealth for this to run properly.

Death Strike Macro:
!Loop
Assistant.Macros.IfAction|1|1|40
Assistant.Macros.ExtCastSpellAction|508|4294967295
Assistant.Macros.PauseAction|00:00:02
Assistant.Macros.ExtCastSpellAction|502|4294967295
Assistant.Macros.HotKeyAction|1517|
Assistant.Macros.HotKeyAction|1395|
Assistant.Macros.PauseAction|00:00:05
Assistant.Macros.EndIfAction

This must be run inside a house you own, co-own or are friended to.

Reasons For Ninja:
1. You can Animal Form into cool things.
2. You get cool attacks.
3. You can be annoying in Fel with darts.

Ninjitsu Links:
Ninjitsu Information: http://guide.uo.com/skill_53.html
Ninjitsu Ability Chart: http://uo.stratics.com/content/skills/ninjitsu.php
How do I copy and paste that macro into razor? Sorry if it is a nooby question lol. Just wondering if there is anyway to take the macro you use and put it into razor without me just hitting record and trying to set it up like you did. Thanks!
 
How do I copy and paste that macro into razor? Sorry if it is a nooby question lol. Just wondering if there is anyway to take the macro you use and put it into razor without me just hitting record and trying to set it up like you did. Thanks!

Go to C:\Users\Your username\AppData\Roaming\Razor\Macros

Make or edit a macro file that ends in .macro. Open it up in notepad and you can copy and paste. If you are making it from scratch in notepad when you do save as, make sure you change it from txt to all file types so you can save it with the .macro extension (otherwise it would be like ninja.macro.txt)
 

richardglen

Sorceror
Go to C:\Users\Your username\AppData\Roaming\Razor\Macros

Make or edit a macro file that ends in .macro. Open it up in notepad and you can copy and paste. If you are making it from scratch in notepad when you do save as, make sure you change it from txt to all file types so you can save it with the .macro extension (otherwise it would be like ninja.macro.txt)
Thanks a lot, makes sense.
 
Top