Hey guys,

so after some years I need to update my stupid old UO files I am messing around with for several years now. So due to the fact I like to use Centred+ and it is not supportingthe .uop stuff I am gong to use the 7.0.23.1 client with a full installation. I files are back from the SA era or something like that and I need to transfer my stuff from one art.mul to another (same with textures and so on...) So with the compare-tool I can do this item by item....But I have nearly changed the whole art... So could anybody please save me and add the possibility to say: change all different items/textures/whatever

One click only, not every single item....

HELP!!!

Thanks :D
 
You can use the UOFiddler extention to compair items and then this AutoHotKey script to copy from one side to the other.

Use the key combo:
Alt+Control+] to start it.
] to pause.
Alt+] to suspend.

Code:
WinWait, UOFiddler, Show only Difference
IfWinNotActive, UOFiddler, Show only Difference, WinActivate, UOFiddler, Show only Difference
WinWaitActive, UOFiddler, Show only Difference

;  ! Alt
;  ^ Control
;  + Shift

;****************        suspend
]::Pause

!]::Suspend

~!^]::
Loop
{
Sleep, 100
Send, {SHIFTDOWN}{F10}{SHIFTUP}{DOWN}{DOWN}{ENTER}{DOWN}
}
 

Attachments

  • CompareItemsCopier.zip
    376 bytes · Views: 12
OMG, don't know how to give you "twe thumbs up" "thumbs up" "Winner" and everthing else. You really rescued me!

Thank you so much!

:D
[doublepost=1487844580][/doublepost]Btw, where do I copy this script?
 
Back