Author Topic: Client Modification - Fiddlers  (Read 12560 times)

0 Members and 1 Guest are viewing this topic.

Offline joe_speededTopic starter

  • Newbie
  • *
  • Posts: 8
  • Activity:
    0%
  • Reputation Power: 1
  • joe_speeded has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Client Modification - Fiddlers
« on: January 26, 2013, 04:00:42 PM »
0
Hello everyone, I'm new here so forgive me if I do something noobish.

I played on a server a while back and on there forums was a guy who "made" a custom client by patching the art.mul and other files. Once I saw his modifications I quickly learned to do this on my own using fiddlers and photoshop.

My issue is, I've reinstalled Ultima since then and when I try to use fiddlers it errors out

Code: [Select]
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Ultima.Art.IsValidStatic(Int32 index)
   at FiddlerControls.ItemShow.OnLoad(Object sender, EventArgs e)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
   at System.Windows.Forms.TabControl.UpdateTabSelection(Boolean updateFocus)
   at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.TabControl.WmSelChange()
   at System.Windows.Forms.TabControl.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
UoFiddler
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/UoFiddler.exe
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
Controls
    Assembly Version: 4.4.0.0
    Win32 Version: 4.4.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/Controls.DLL
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Ultima
    Assembly Version: 4.3.2.0
    Win32 Version: 4.3.2
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/Ultima.DLL
----------------------------------------
ComparePlugin
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/ComparePlugin.dll
----------------------------------------
MassImport
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/MassImport.dll
----------------------------------------
MultiEditor
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/MultiEditor.dll
----------------------------------------
SendItem
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/SendItem.dll
----------------------------------------
TestPlugin
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/TestPlugin.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Upon investigation I found out that I don't even have an art.mul file (missing other files as well) in my ultima online dir yet it works just fine when I play.

Anyone know why this might be? and how I can fix it?

Offline Masscre

  • Gran Master Jester !!
  • Scripthack
  • *
  • Posts: 4615
  • Activity:
    0%
  • Reputation Power: 55
  • Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!Masscre is leading the good life!
  • Gender: Male
  • Air Guitar Commander !!
  • Respect: +144
  • Referrals: 1
    • View Profile
Re: Client Modification - Fiddlers
« Reply #1 on: January 26, 2013, 04:08:26 PM »
0
UO updated several months back and this is one of the files that they took out. I am sure the areas they used where just placed into another file, but this was one of their ways to keep easyuo from being able to look at tiles so out miners and lumberjack scripts would not work. :)

Offline joe_speededTopic starter

  • Newbie
  • *
  • Posts: 8
  • Activity:
    0%
  • Reputation Power: 1
  • joe_speeded has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Client Modification - Fiddlers
« Reply #2 on: January 26, 2013, 04:15:38 PM »
0
Should I reinstall an older version of the client, or is there a work around or other mul editor?

Offline dxrom

  • Master of the milestones!
  • Elite
  • *
  • *
  • Posts: 1080
  • Activity:
    0%
  • Reputation Power: 15
  • dxrom is working their way up.dxrom is working their way up.dxrom is working their way up.
  • KEYBOARD COWBOY, GREAT SAMURAI OF THE INTERNET.
  • Respect: +100
  • Referrals: 1
    • View Profile
Re: Client Modification - Fiddlers
« Reply #3 on: January 26, 2013, 04:56:01 PM »
0
They updated, but were retarded about it. You can just extract the muls and patch them, the game will still read from the muls if they are present.



 ​_██​_
(ಠ​_ృ)
I do say, ol' Chap! Come play EVE Online! Why here is a 21 Day Free Trial!

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Client Modification - Fiddlers
« Reply #4 on: January 26, 2013, 08:41:11 PM »
0
Should I reinstall an older version of the client, or is there a work around or other mul editor?

Dont reinstall client... just download one of the zips of the old mul files and put then in your client directory.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Crome969

  • Elite
  • *
  • *
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Client Modification - Fiddlers
« Reply #5 on: January 27, 2013, 05:08:09 AM »
0
Hello everyone, I'm new here so forgive me if I do something noobish.

I played on a server a while back and on there forums was a guy who "made" a custom client by patching the art.mul and other files. Once I saw his modifications I quickly learned to do this on my own using fiddlers and photoshop.

My issue is, I've reinstalled Ultima since then and when I try to use fiddlers it errors out

Code: [Select]
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Ultima.Art.IsValidStatic(Int32 index)
   at FiddlerControls.ItemShow.OnLoad(Object sender, EventArgs e)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
   at System.Windows.Forms.TabControl.UpdateTabSelection(Boolean updateFocus)
   at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.TabControl.WmSelChange()
   at System.Windows.Forms.TabControl.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
UoFiddler
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/UoFiddler.exe
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
Controls
    Assembly Version: 4.4.0.0
    Win32 Version: 4.4.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/Controls.DLL
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Ultima
    Assembly Version: 4.3.2.0
    Win32 Version: 4.3.2
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/Ultima.DLL
----------------------------------------
ComparePlugin
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/ComparePlugin.dll
----------------------------------------
MassImport
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/MassImport.dll
----------------------------------------
MultiEditor
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/MultiEditor.dll
----------------------------------------
SendItem
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/SendItem.dll
----------------------------------------
TestPlugin
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/TestPlugin.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Upon investigation I found out that I don't even have an art.mul file (missing other files as well) in my ultima online dir yet it works just fine when I play.

Anyone know why this might be? and how I can fix it?

UOFiddler broked apart when they changed critical files to uop file format.
for the first patches you were be able to convert from uop to mul and modify, when they changed content of uop more all converters broked apart ( they still convert but not correct )

if you need older Client Version with mul only i would recommned to load one of those here : http://svn.twuni.net/uoclient/t2a/tags/by-version/ and then patch max until 7.0.23.0

I noticed until a version ( i dont know exact version adhoc ) Wyatt released his ultima.sdk for uop reading ( when i see his posts i think up to 7.0.26.0 ) http://ruosi.org/news/ultima_sdk_with_uop_support/2012-08-14-37 .
But for newer clients it also not working anymore.

If you want to patch uo with fiddler , you need be able to update fiddler sources to read\write uop and then patch those files. Else i would recommned to use Clients < 7.23.0. and patch mul files.

Another interesting Source is http://dev.uoquint.ru/projects/essence-udk they have jeffs updated openuo.dll ( his replacement for ultima.sdk for runuo\fiddler ) as Source in their reporsity.

So if you are able to write Code in C# you may be able to modify Fiddler for uop.

Stealth also adding uop support currently, but its implemented in the tool itself, so you wont be able to copy and paste code\content and use in fiddler..

Offline subman

  • Restricted
  • *
  • Posts: 1
  • Activity:
    0%
  • Reputation Power: 1
  • subman has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Client Modification - Fiddlers
« Reply #6 on: April 21, 2016, 02:39:54 AM »
0
 at System.Windows.Forms.NativeWindow.Callback IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam

Tags: