Imagine Nation Forums
Basic Injection Guide - Printable Version

+- Imagine Nation Forums (https://in-uo.net/forums)
+-- Forum: Imagine Nation archive (https://in-uo.net/forums/forumdisplay.php?fid=6)
+--- Forum: Player Guides (https://in-uo.net/forums/forumdisplay.php?fid=29)
+--- Thread: Basic Injection Guide (/showthread.php?tid=5022)

Pages: 1 2 3


Basic Injection Guide - sm0ke - 03-02-2012

Can we maybe sticky this please as it was requested a lot :p

Since a lot of new players intrested in the PvP or even PvM requested it heres a basic guide on how to get on and use injection.

Well it's pretty simple i'll post a screen shot first so you can get a good idea then i'll explain how to do it. (circled in red are important things that you must get right or you won't be able to connect)

Picture --> [Image: 9vju9v.png]

First off download and get Modians Legacy UO and the IN Patcher from here --> http://in-uo.net/index.php?option=com_content&view=article&id=57

Follow the instructions step by step that are on that page before you even try setting up injection. (You can replace the razor launcher with the injection launcher and download injection into your UO folder as your setting up your Ultima Online)


- Once you do all this change the client DIR to your UO folder
- Then add a new server name it whatever you want and under the name put in the login in the address bar game.in-uo.net,2593 add it and save it. (make sure you save it).
- For the client Add a name and choose the 5.0.1 Client add it and save it.

Once you've done all this you will be able to log on injection but your not clearly done yet, you will need to type something in Version in the main tab where i circled in red, 4.0.1 and then make sure you click off the version check box and press save. (the boxs i have checked off are to my own preference you may use those if you like or test out other things but most of them create lag and are useless).

So finally you are on injection and it's stable and you're ready to play and set up your macros =]

Below is a guide on how to create macros for injection.

Since everyone is starting to use injection due to less lag, I guess I'll help out and post all the basic macros you need to pvp or pvm

Steps to setting up and using injection:

1. Go to the macro section add the line of the macro and put in a hotkey in the little bar below and press add hotkey
2. Go back to the main section tab and don't forget to click save or whatever you've done will not be saved
3. You can customize your injection appearence in the display section to whatever comfort you like
4. The waittargetobject person1 is used for partners theres a heal reflect and bandages for them, how this works is you make an in game macro called ,addobject person1. once that's done you click on your partner and all your macros for healing reflect and resing will work with whoever you targeted. Don't forget to save in the injection main tab or if you logout or crash it will now save.
5. Waittargetobject rune is very simalar it's a recalling macro you make a macro in game to say ,addobject rune and click on the rune and press the key that you have set for it and it will recall to the rune you have marked. Once again don't forget to save it's important to save because if you don't what you've done won't be saved.
6. That's pretty much it now enjoy and have fun with injection and if you have any questions post them and i'll answer them as best i can I'm sure others who are even more experienced than me will help as well Smile

waittargetobject person1; cast 'Greater Heal'
waittargetobject person1; cast 'Reflect'
usetype 0x0F0C (gh pot)
usetype 0x0F09 (mana pot)
usetype 0x0F0D (greater mana pot)
usetype 0x1F4A ;waittargetlast (light scroll)
usetype 0x1F5F ;waittargetlast (fs scroll)
usetype 0x1F49 ;waittargetself (gh scroll)
usetype 0x1F50 ;waittargetself (reflect scroll)
cast 'Magic Arrow' ;waittargetself
waittargetself; usetype bandage
cast 'Paralyze' ;waittargetlast
cast 'Clumsy' ;waittargetlast
cast 'Weaken' ;waittargetlast
cast 'Bless' ;waittargetself
cast 'Poison' ;waittargetlast
cast 'Greater Heal' ;waittargetself
cast 'Magic Reflection' ;waittargetself
cast 'Heal' ;waittargetself
cast 'Cure' ;waittargetself
waittargetobject rune; cast 'Recall'
waittargetobject person1; usetype bandage
cast 'Recall'
cast 'Wall of Stone'
cast 'Teleport'
useskill 'Hiding'
useskill 'Detect Hidden'


Basic Injection Guide - Ramza - 03-02-2012

So you set the target then when you use the macro including that you don't have to target? That's clever. Razor has similar functions but this seems easier. Does it work with scrolls?


Basic Injection Guide - sm0ke - 03-02-2012

Ramza Wrote:So you set the target then when you use the macro including that you don't have to target? That's clever. Razor has similar functions but this seems easier. Does it work with scrolls?

Yes, there are some PvP scrolls listed above but if you wish to make a different one you can type ,info and get the item TYPE of the scroll

Then you can apply it, to target last, target self or target an object. For example

usetype 'Type' ;waittargetlast (uses the scroll on your last target)
usetype 'Type' ;waittargetself (uses the scroll on your self)
usetype 'Type' ;waittargetobject (uses the scroll on on an object you have set in game, For example you can add an object by simply typing in game ,addobject 'person' or 'rune')

Hope this helped :p


Basic Injection Guide - Ramza - 03-02-2012

Sorry I'm on a phone so I missed some of it. Looks great thanks for that smoke.


Basic Injection Guide - por corp wis - 03-02-2012

well done ;p


Basic Injection Guide - Epic - 03-02-2012

Got a script that will target a random target or a random enemy?


Basic Injection Guide - sm0ke - 03-02-2012

Epic Wrote:Got a script that will target a random target or a random enemy?

No I don't I still use targets to get my last target :p

Also i forgot to add how too add a key to re-equip weapons, there's a lot of ways to do this here is what I use. Go to object types in your injection tab and create a new object preferably the name of your new weapon for example name it battleaxe. Once you've added it you can click the from target button then click on your battle axe in your pack and it will get the object type and set battleaxe to = that type. When that's done you can click save and go to the hotkey tab on injection and import it into a macro now.

usetype battleaxe <-- is the what is needed to be added to a key

When you use the macro usetype battleaxe it will now re-equip your battle axe or any other battle axe you have on you.

You can set this up for up for any weapon just repeat what you did for the battle axe just change the name :p, don't forget to press save or your macros won't save.


Basic Injection Guide - Raziel_ - 03-03-2012

sm0ke Wrote:No I don't I still use targets to get my last target :p

Also i forgot to add how too add a key to re-equip weapons, there's a lot of ways to do this here is what I use. Go to object types in your injection tab and create a new object preferably the name of your new weapon for example name it battleaxe. Once you've added it you can click the from target button then click on your battle axe in your pack and it will get the object type and set battleaxe to = that type. When that's done you can click save and go to the hotkey tab on injection and import it into a macro now.

usetype battleaxe <-- is the what is needed to be added to a key

When you use the macro usetype battleaxe it will now re-equip your battle axe or any other battle axe you have on you.

You can set this up for up for any weapon just repeat what you did for the battle axe just change the name :p, don't forget to press save or your macros won't save.

do you know anyway to use a specific item? i mean, if i have 2 battle axes to equip always that one i want?


Basic Injection Guide - sm0ke - 03-03-2012

Raziel_ Wrote:do you know anyway to use a specific item? i mean, if i have 2 battle axes to equip always that one i want?

Like discussed in game useobject 'ID' :p


Basic Injection Guide - Eru - 03-03-2012

Nice. Smile I actually took your post from somewhere else and posted it here along with a few others: http://in-uo.net/forums/showthread.php?306-Setting-up-UO-with-Injection

Found this in the INX archive also: http://in-uo.net/forums/showthread.php?5975-Injection-Guide

Lots of good info in these 3 threads for people trying to get started with Injection. I was talking to Gang about finding a way to patch the clients to increase their resolution beyond a tiny 800x600, but we never followed through on it. That's the only thing keeping me from using Inj now.


Basic Injection Guide - sm0ke - 03-03-2012

Glad I can help :p, hopefully this will encourage new players to use injection Big Grin


Basic Injection Guide - Gang - 03-03-2012

The problem with the resolution is that client set on the 800x600 as (like I've been told) OSI servers don't allow you to see more than 14 tiles around. So if anyone knows to use assembler, contact me and we can patch few clients ...;p


To target random guy theres many ways.. UO.GetName , UO.GetSerial and so on. UO.GetNotoriety if your interested in the color of their name... ;p