Skip to content

Commit

Permalink
* updated mem addresses for patch 3.01
Browse files Browse the repository at this point in the history
  • Loading branch information
InvisibleShield committed Jul 15, 2015
1 parent 69fcf87 commit 386e51e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MEMMAP
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- repeat this until you get a address like "ffxiv.exe" + 221E2CB8
- doppel click this address and you have your address
-->
<BaseAddressOffset>16986360</BaseAddressOffset>
<BaseAddressOffset>16990456</BaseAddressOffset>
<Offsets>
<int>96</int>
<int>0</int>
Expand Down
Binary file modified Zodiac Glass.v12.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion Zodiac Glass/FFXIV/FFXIVMemoryMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public class FFXIVMemoryMap
{
private static readonly Lazy<FFXIVMemoryMap> _default = new Lazy<FFXIVMemoryMap>(() => new FFXIVMemoryMap() { ItemSetPointer =
new FFXIVPointer() { BaseAddressOffset = 0x010330F8, Offsets = new int[] { 0x60, 0x0 } }
new FFXIVPointer() { BaseAddressOffset = 0x010340F8, Offsets = new int[] { 0x60, 0x0 } }
});

public static FFXIVMemoryMap Default
Expand Down
2 changes: 1 addition & 1 deletion Zodiac Glass/Properties/AssemblyProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
internal static class AssemblyProperties
{
internal const string Version = "1.4.1506.29001"; // X.X.Year_Year_Month_Mont.Day_Day_BuildOfDayBuildOfDayBuildOfDay
internal const string Version = "1.4.1507.15001"; // X.X.Year_Year_Month_Mont.Day_Day_BuildOfDayBuildOfDayBuildOfDay
internal const string Name = "Zodiac Glass";
internal const string Copyright = "© 2015 Invisible Shield";
}
Expand Down

0 comments on commit 386e51e

Please sign in to comment.