Posts: 212
Threads: 14
Joined: Apr 2011
While trying to open Injection I get an error. It says: "loading ilpatch.cfg Error" and won't let me open it. Ever seen that before?
Posts: 287
Threads: 10
Joined: Dec 2011
Probably your client dir isn't set up right Ramza, pay attention...
Anyways I made the simpliest version of autotarget script. Keep in mind though that it's very basic script and it most likely won't switch target as you press them, if anyone wants script that will switch targets, check for PKs or Gray players I can make one, not for free though ...;p Anyways, here it is so you get an idea of how it works.
sub targetto()
dim mw[2]
mw[0] = '0x0190'
mw[1] = '0x0191'
var i
UO.Ignore('self','on')
UO.Set('finddistance','12')
For i = 0 to 1
UO.FindType(mw[i],-1,'ground')
If UO.FindCount()>0 then
UO.AddObject('enemy','finditem')
endif
next
endsub
Posts: 212
Threads: 14
Joined: Apr 2011
Gang Wrote:Probably your client dir isn't set up right Ramza, pay attention...
Anyways I made the simpliest version of autotarget script. Keep in mind though that it's very basic script and it most likely won't switch target as you press them, if anyone wants script that will switch targets, check for PKs or Gray players I can make one, not for free though ...;p Anyways, here it is so you get an idea of how it works.
sub targetto()
dim mw[2]
mw[0] = '0x0190'
mw[1] = '0x0191'
var i
UO.Ignore('self','on')
UO.Set('finddistance','12')
For i = 0 to 1
UO.FindType(mw[i],-1,'ground')
If UO.FindCount()>0 then
UO.AddObject('enemy','finditem')
endif
next
endsub
The likely culprit is that my client directory didn't have multiple client types. It just has one "client" not a 5.01a or whatever it should be. My folder doesnt look like the one int he picture.
Posts: 813
Threads: 33
Joined: Feb 2012
Ramza Wrote:The likely culprit is that my client directory didn't have multiple client types. It just has one "client" not a 5.01a or whatever it should be. My folder doesnt look like the one int he picture.
There should be a rar file called clients in your injection folder when you install injection via the IN patcher, extract those to your UO folder and then try selecting the 5.0.1 client. Don't forget to apply to 4.0.1 version in the injection main tab or else it won't work :p
(This post was last modified: 03-03-2012, 05:40 PM by
sm0ke.)
Posts: 212
Threads: 14
Joined: Apr 2011
I got injection to work and I set up some of the macros, but for some reason it doesn't let me look in a runebook while I have injection running. It just crashes. I couldn't find anything on the forums about this, any idea why? Just says error occurred and have to relog everytime.
edit: Also, everytime I relog, all my spells and skills that I have dragged out are reset. I crash whenever I open up a player vendor also, when using injection but not razor. Anyone have an idea why?
edit2: So it seems like it's crashing anytime I use something custom like the webstone or bounty board also. Not sure what that means.
(This post was last modified: 03-05-2012, 04:29 AM by
Ramza.)
Posts: 813
Threads: 33
Joined: Feb 2012
Ramza Wrote:I got injection to work and I set up some of the macros, but for some reason it doesn't let me look in a runebook while I have injection running. It just crashes. I couldn't find anything on the forums about this, any idea why? Just says error occurred and have to relog everytime.
edit: Also, everytime I relog, all my spells and skills that I have dragged out are reset. I crash whenever I open up a player vendor also, when using injection but not razor. Anyone have an idea why?
edit2: So it seems like it's crashing anytime I use something custom like the webstone or bounty board also. Not sure what that means.
Try using my setup on the injection main display in the screenshot from the original post, yeah it's normal to crash while dragging and npc's name and running off although I'm not sure why you are crashing on all the rest though you're sure you installed it correctly?
Posts: 212
Threads: 14
Joined: Apr 2011
I am pretty sure. I am just going to run with Razor tonight and try it again tomorrow. May just do full reinstall and see if that helps. The game itself plays just fine, but just certain things I interact with make it crash.
Posts: 813
Threads: 33
Joined: Feb 2012
Ramza Wrote:I am pretty sure. I am just going to run with Razor tonight and try it again tomorrow. May just do full reinstall and see if that helps. The game itself plays just fine, but just certain things I interact with make it crash.
Hm, yeah may be client side. When you go to the IN-Patcher go to tools use the 6-x-x client see if that fixes it.
Posts: 212
Threads: 14
Joined: Apr 2011
I tried the 6.x.x client but that didn't work either. I have all day tomorrow so I will see about just redoing the entire thing.
Posts: 73
Threads: 2
Joined: Feb 2012
If you crash when you open gumps, then it's because you didn't check 4.0.1 at the main. Guide is pretty detailed, just a bit more attention
Posts: 212
Threads: 14
Joined: Apr 2011
In my defense, it says "click off" so I took that to mean you don't check that box. I know the picture has the box checked, but that's not really what the guide says
. That did fix it though, thank you.
Posts: 1
Threads: 0
Joined: Mar 2012
i am getting an error when tryin to run injection.... everything is ok intill it start patching client then i get an error.. the error details are... Failed to install hook in client Reason {87}.. my dir is set to my uo folder, server is game.in-uo.net,2593.. client 5.0.1hm then i hit launch then i get that error... anyone??