Posts: 377
Threads: 25
Joined: Jan 2011
Try copying the .dll file and pasting it into your injection folder. Don't know what I'm talking about when it comes to injection but that's worth a shot
Posts: 22
Threads: 4
Joined: Apr 2011
Ok, that seemed to work. Now cant find UO window and cant open fonts.mul.
Posts: 22
Threads: 4
Joined: Apr 2011
Ok, Finally got it to the UO login screen. I type my account name and PW but it then says unable to connect. Is the shard down? Can someone post a screenshot of their injection settings?? In the "Relay" spot under the "Main" tab it has an IP address but the box isnt checked. Does that have to be something specific? A screenshot would really help. Thank you.
Posts: 2,059
Threads: 158
Joined: Jan 2011
server should be: imaginenation.dyndns.org,2593
Did you try doing the automatic setup with the patcher? It will create UOFolder\Injection and you just run the launcher from that folder. It's working fine for me when I do that, but if it's broken for you, let me know and I'll try to figure out the problem.
Posts: 22
Threads: 4
Joined: Apr 2011
Yes I, that is the server and I did everything you said in your post.
Posts: 22
Threads: 4
Joined: Apr 2011
Its saying there is a problem communicating with origin, please restart your ultima online or try again.
Posts: 2,059
Threads: 158
Joined: Jan 2011
Try this:
- Open iLaunch.exe
Next to Server, click Edit List
Select the server. (Patcher should have named it "Imagine Nation")
[list:1m4glzui]Address should be: imaginenation.dyndns.org,2593
If the sever's different, change it and press SAVE before OK.[/list:u:1m4glzui]
I'm using client 5.0.1h and that's the one that should be popping up in the list for client.
Posts: 2,059
Threads: 158
Joined: Jan 2011
OnE Wrote:Can someone post a screenshot of their injection settings??/
These are the settings, but they should be the default ones that the Patcher installs:
Posts: 22
Threads: 4
Joined: Apr 2011
thanks again Eru for helping me get everything up and running smoothly.
Posts: 144
Threads: 3
Joined: Mar 2011
if anyone need tinker for inject
i think its work
Code:
VAR Sunduk = '0x4013FA45'
Sub Tinkering()
VAR TT='0x1EB8'
VAR counter
While UO.SkillVal('Tinkering','1') < 1000
UO.DeleteJournal()
counter = 0
UO.RClick(146,82)
UO.WaitMenu('Tinkering menu','Tools','Tinkering menu','lockpick')
UO.UseType(TT)
Repeat
wait(200)
counter = counter + 1
Until UO.InJournal('You create') OR UO.InJournal('You failed') OR (counter>40)
Wait(100)
If UO.Count('0x1BEF') <= 100 then
Grab_Iron()
EndIf
If UO.Count('0x14FC') >= 100 then
Drop_LockPicks()
wait(2000)
EndIf
Wend
EndSub
Sub Grab_Iron()
UO.FindType(0x1BEF,-1,Sunduk)
UO.Moveitem('finditem','200','backpack')
Wait(1000)
EndSub
Sub Drop_Lockpicks()
UO.FindType(0x14FC,-1,'backpack')
UO.Moveitem('finditem','100',Sunduk)
wait(1000)
EndSub
Posts: 144
Threads: 3
Joined: Mar 2011
can anyone check and remake tinker scripts, its not working here
or can any make me macro for razor with restock etc
(This post was last modified: 06-02-2011, 06:19 AM by
Gatin.)
Posts: 4
Threads: 2
Joined: Mar 2012