Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - xenoglyph

Pages: [1] 2
1
UO Machine Corner / UO Machine 0.3.2.4 released
« on: March 15, 2010, 03:57:50 AM »
Code: [Select]
------------------------------------------------------------------------------------------
UO Machine 0.3.2.4 (03/15/2010):

Update:     ICSharpCode.AvalonEdit updated to build 4.0.0.5572.
Bugfix:     Added support for UO installations without all maps.
Bugfix:     Fix for 'Error injecting ClientHook.dll...'. Thanks Reximus.
Bugfix:     Now compatible with EasyUO.  Thanks Reximus.
Bugfix:     MultiUO support for newer clients.  Thanks Reximus.

------------------------------------------------------------------------------------------

http://code.google.com/p/uo-machine/


2
UO Machine Corner / UO Machine 0.3.2.3 released
« on: January 06, 2010, 03:05:58 AM »
Code: [Select]
------------------------------------------------------------------------------------------
UO Machine 0.3.2.3 (01/06/2010):

Update:     RazorLoader no longer depends on DEVPATH environment variable or the
            RazorLoader.exe.config file.
Bugfix:     MacroEx.GetMapInfo wasn't working for Ter Mur.  Thanks Reximus.

------------------------------------------------------------------------------------------

download

3
Off Topic / Hadley Climatic Research Unit hacked
« on: November 20, 2009, 01:17:29 PM »
http://news.bbc.co.uk/2/hi/science/nature/8370282.stm

i'll resist linking directly to the breached data, instead just google for FOI2009.zip =D

4
UO Machine Corner / UO Machine 0.3.2.2 released
« on: November 16, 2009, 08:33:59 PM »
Code: [Select]
------------------------------------------------------------------------------------------
UO Machine 0.3.2.2 (11/16/09):

Bugfix:     Argument parser in RazorLoader not working properly.  Thanks Reximus.

------------------------------------------------------------------------------------------

http://uomachine.freeforums.org/uo-machine-0-3-2-2-released-t85.html

5
UO Machine Corner / UO Machine 0.3.2.1 released
« on: November 14, 2009, 02:15:59 AM »
Code: [Select]
------------------------------------------------------------------------------------------
UO Machine 0.3.2.1 (11/14/09):

Bugfix:     MacroEx.SystemMessage wasn't null terminated, causing buffer overflow.
Bugfix:     Script exceptions in event handlers were bubbling up to UOM.  They are now
            caught and logged.
Bugfix:     Fresh install of Razor displays message on every startup about english
            language file if you never change to a different language.
Note:       To use RazorLoader standalone you must first set "DEVPATH" environment
            variable to Razor folder or first run UO Machine once to set the variable.
------------------------------------------------------------------------------------------

get it from the usual suspects.
this will likely be my last update for the holiday season unless any major bugs are found.

6
Off Topic / File-sharers are big spenders too
« on: November 03, 2009, 01:39:12 AM »

7
UO Machine Corner / UO Machine Alpha 3 Revision 2 released
« on: October 30, 2009, 02:33:43 AM »
Code: [Select]
------------------------------------------------------------------------------------------
UO Machine Alpha 3 Revision 2 (10/29/09):

Bugfix:     No more force closings of Razor clients.  Razor loader split into it's own
            project;  it's now a console exe.
Bugfix:     Data.Cliloc.GetLocalString(int property, string[] arguments) updated to
            properly parse embedded cliloc strings.
Bugfix:     Double entries are now filtered from WorldItem.Properties.
Update:     WorldItem.Properties (and it's derived types) renamed to PropertyText.  This
            is still decoded item properties stored as a multi-line string.
Update:     WorldItem.Properties (and derived types) is now type UOMachine.Property[].
Update:     Facet.Stygian_Abyss enum entry renamed to Ter_Mur.
Feature:    MacroEx.TestPacket added, mostly for me, which allows an incoming or outgoing
            packet to be sent to UO Machine in order observe how it's handled.
Feature:    UOMachine.Property class added, has 3 properties: string Text which is the
            entire property decoded as a string i.e. "lower reagent cost 14%", int Cliloc
            which is the cliloc entry for the property i.e. 1060434, and string[]
            Arguments which are the arguments for the cliloc i.e. { "14" }.
------------------------------------------------------------------------------------------

http://uomachine.freeforums.org/uo-machine-alpha-3-revision-2-released-t82.html
http://uomachine.pbworks.com/

8
Off Topic / Coolest band you've discovered lately?
« on: October 29, 2009, 12:29:07 AM »
A while back I was approached by a chick who asked me if I'd heard of a band called Gogol Bordello.  I said bordello what?  She said I looked like the lead singer and assured me that was a good thing (she lied).  So I asked her what type of music they played and she told me "gypsy punk".  At that moment I knew one thing: I had to check this band out...and I'm glad I did, they kick ass.  The Cd "Gypsy Punks Underdog World Strike" is especially good.

Think a group of eastern europeans playing accordion/violin, banging on buckets and singing heavily accented punk themed lyrics.  Sounds awesome, right?

9
Xbox 360 / Borderlands!
« on: October 25, 2009, 01:37:02 AM »
Badass game.  I hardly ever play my xbox, but after I got home from work I had to have another go.  It's like Fallout meets Diablo.  I'm still at the beginning of the game (level 7 soldier) , but it's been fun as hell so far.  I thought it was too easy for a moment, until I started meeting level 9 baddies....boy was I wrong.

My only complaint so far is enemy AI, but that's always my complaint.  They intelligently use cover, but their pathfinding skills are lacking.

10
UO Machine Corner / UO Machine Alpha 3 Revision 1 released
« on: October 21, 2009, 10:16:50 PM »
Code: [Select]
------------------------------------------------------------------------------------------
UO Machine Alpha 3 Revision 1 (10/21/09):

Bugfix:     Error parsing gump layouts with additional random whitespace thrown in. (OSI)
Bugfix:     Support for multiple cliloc tokens in generic gump elements.
Bugfix:     Razor loader now remembers last language used and shuts down more properly.
Bugfix:     MacroEx.Target fixed.
Bugfix:     Bug with Mobile.GetEquippedItem and probably others fixed.
Bugfix:     In trying to fiz Razor force closes, found that AppDomains weren't unloading.
Update:     Added some new Stygian Abyss gump elements, I'm probably missing others.
Update:     MacroEx.GumpButtonClick now lets you send text.
Update:     Macro.FindMobiles now overloaded to take an array of IDs to search for.
Update:     Macro.FindItems now overloaded to take an array of IDs to search for.
Update:     Events.General.CustomGumpEvent renamed to GenericGumpEvent.
Feature:    All clients launched from UOM now ignore login.cfg and use the server/port
            from options.
Feature:    Macro.ChangeServer lets you change login server/port for specified client.
Feature:    Macro.LaunchClient allows you to launch a new client.
Feature:    Macro.LaunchRazor allows you to launch a new Razor instance.
Note:       Currently, closing a UOM Razor client may force close other running Razor
            clients within UOM.  It's a known issue that I'm working on.
------------------------------------------------------------------------------------------

http://uomachine.pbworks.com/
http://uomachine.freeforums.org/uo-machine-alpha-3-revision-1-released-t77.html

12
UO Machine Corner / woot! made always light patch for newer clients
« on: October 15, 2009, 01:02:20 AM »
client 7.0.1.1:

original:
Code: [Select]
00463700  /$ 83EC 08               SUB ESP,8
00463703  |. 8B5424 0C             MOV EDX,DWORD PTR SS:[ESP+C]
00463707  |. 8D4424 03             LEA EAX,DWORD PTR SS:[ESP+3]
0046370B  |. 50                    PUSH EAX
0046370C  |. 8D4C24 08             LEA ECX,DWORD PTR SS:[ESP+8]
00463710  |. 51                    PUSH ECX
00463711  |. 52                    PUSH EDX
00463712  |. C74424 10 00000000    MOV DWORD PTR SS:[ESP+10],0
0046371A  |. E8 51980100           CALL client.0047CF70
0046371F  |. 8A4C24 0F             MOV CL,BYTE PTR SS:[ESP+F]
00463723  |. 0FB6C1                MOVZX EAX,CL
00463726  |. 83C4 0C               ADD ESP,0C
00463729  |. 3905 14097300         CMP DWORD PTR DS:[730914],EAX
0046372F  |. 74 1E                 JE SHORT client.0046374F
00463731  |. 80F9 1F               CMP CL,1F
00463734  |. 73 19                 JNB SHORT client.0046374F
00463736  |. 8B0D E0728300         MOV ECX,DWORD PTR DS:[8372E0]
0046373C  |. 85C9                  TEST ECX,ECX
0046373E  |. A3 14097300           MOV DWORD PTR DS:[730914],EAX
00463743  |. 74 05                 JE SHORT client.0046374A
00463745  |. E8 B6340B00           CALL client.00516C00
0046374A  |> E8 117AFFFF           CALL client.0045B160
0046374F  |> 83C4 08               ADD ESP,8
00463752  \. C3                    RETN

patch:
Code: [Select]
0046372F     EB 1E                 JMP SHORT client.0046374F

14
UO Machine Corner / What's coming next?
« on: September 23, 2009, 11:40:30 PM »
For UO Machine Alpha 3 R3 you can expect the following:

who knows

15
Scripting Chat / how to convert EUO IDs to decimal?
« on: August 23, 2009, 01:50:40 AM »
say for instance I have an EUO id of XG or YG, how do i convert that to an integer?  it's not base 26.

Pages: [1] 2