- Ignore Mana Cost now actually ignores mana cost. You don't require minimum 1 mana to be able to cast spells.
- Supercharged Psion Aura does even more damage. The latest psion formula divides the damage amount by 100 -- I have removed this division.
- Changed Town Shortcuts to let you select individual shortcuts that are open/closed. Added missing Abyss shortcut. You can also select All to open them in one go (as before). There is no [+] displayed next to this list but you can use the Left/Right keys to collapse/expand it.
The updated Excel file includes new items introduced by Mordor. Obviously, this is not required for cheats. It is just in case anyone else wants to take up development of the tables.
If you are new to these tables, you can follow the progression here and learn about the different cheats, how to use some features, possible bugs, etc.: 1.1224, 1.1702/1.1763, 1.2022, 1.2100.
New cheat table: viewtopic.php?p=284732#p284732
New config table: viewtopic.php?p=284002#p284002
The macro in Excel has a small mistake. Rings and amulets for mages and summoners were slightly mixed up. This is the correct macro code (I will not be re-posting the Excel file).
Code: Select all
Function GetJewelry()
Sheets(1).Activate
Dim Jewelry
Jewelry = Array("Ring", "RingM", "RingS", "Amulet", "AmuletM", "AmuletS")
Dim output As String
For i = 0 To 5
output = output & "[""" & Jewelry(i) & """]" & "=[["
For r = 2 To 1393
If Range("C" & r).Value = Left(Jewelry(i), 4) Or Range("C" & r).Value = Left(Jewelry(i), 6) Then
If ((i = 0 Or i = 3) And Range("D" & r).Value = "" And Range("E" & r).Value = "") Or ((i = 1 Or i = 4) And Range("E" & r).Value = "") Or (i = 2 Or i = 5) Then
output = output & Range("A" & r).Value & ":" & Range("B" & r).Value & vbCrLf
End If
End If
Next r
output = Left(output, Len(output) - 2) & "]]" & vbCrLf & "," & vbCrLf
Next i
output = Left(output, Len(output) - 3)
' Debug.Print output
GetJewelry = output
End Function
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1