Difference between revisions of "Razor Enhanced"

From UO Eventine Wiki
Jump to navigation Jump to search
(Created page with "<div style="float:right">__TOC__</div> == Overview == Razor Enhanced is the preferred assistant to use on UO Eventine. It has more compatibility with our custom client, and al...")
 
Line 9: Line 9:
  
  
[https://github.com/Dramoor/Razor-Enhanced-Scripts/blob/main/Attack.py Basic Attack Script]
+
===Attacking===
 +
'''Basic Attack Script''' [https://github.com/Dramoor/Razor-Enhanced-Scripts/blob/main/Attack.py Click Here]
 +
 
 +
===Mining===
 +
'''Basic Mining Script:''' [https://github.com/Dramoor/Razor-Enhanced-Scripts/blob/main/Mining.py Click Here]

Revision as of 01:36, 15 November 2021

Overview

Razor Enhanced is the preferred assistant to use on UO Eventine. It has more compatibility with our custom client, and also works with the custom open-source client Classic Ultima Online. You can download the Razor Enhanced by going to here. Razor Enhanced supports multiple syntaxes for your scripting needs. You can code in python, and C#, or it can support UO Steam code by adding //UOS as the first line before the code and saving it as a .uos file.

Example Codes

Below we will update as we can scripts that work and can help show you how some functions work.


Attacking

Basic Attack Script Click Here

Mining

Basic Mining Script: Click Here