Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Injection help
#13

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 Tongue
#14

Ok, that seemed to work. Now cant find UO window and cant open fonts.mul.
#15

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.
#16

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.
#17

Yes I, that is the server and I did everything you said in your post.
#18

Its saying there is a problem communicating with origin, please restart your ultima online or try again.
#19

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.
#20

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:
[Image: injset.png]
#21

thanks again Eru for helping me get everything up and running smoothly.
#22

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

[SIGPIC][/SIGPIC]
#23

can anyone check and remake tinker scripts, its not working here
or can any make me macro for razor with restock etc

[SIGPIC][/SIGPIC]
#24

Client 5 not working.


Forum Jump:


Users browsing this thread: 2 Guest(s)