Simple table for Titan Quest Anniversary Edition, may or may not work.
Usage info:
Scripts with "To Activate: XXX" can only be activated (put an "X" into the box) after doing action XXX.
Scripts with "To Update: XXX" will only update their effect after doing action XXX.
Addresses with "XXX?" will enable the script effect XXX when 1 is put into the Value.
In general:
A. Do action YYY.
B. Activate (put an X) the "Initialization (Activate This First)" script.
C. Activate (put an X) the "Base Address Scan (To Activate: YYY, To Update: ZZZ)" script.
D. Enable (put a 1) the desired effect. Example: "Set Health to Max?" address.
E. Do action ZZZ.
V1001
1. Character.
"Run Speed, Attack Speed, Cast Speed Set to Max?" sets Run Speed, Attack Speed, Cast Speed to max.
"Invincible, God, Omnipotent Set to Invincible, God, Omnipotent?" sets Invincible, God, Omnipotent to Invincible, God, Omnipotent.
Allows the following to be modfied.
- Records.
2. ItemEquipment.
Allows the following to be modfied.
- Requirements.
3. Item.
Allows the following to be modfied.
- Completion.
V1000
1. Tested game version Anniversary Edition V1.3. May work on other versions.
2. Character.
"Life Set to Max?" sets Life to max (effectively Godmode).
"Energy Set to Max?" sets Energy to max.
"Attributes Set to Massive?" sets Attributes to massive (non-permanent).
"Attribute Points, Skill Points Set to Massive?" sets Attribute Points, Skill Points to massive.
"Gold Set to Massive?" sets Gold to massive.
Allows the following to be modfied.
- Level.
- Experience.
2. SkillMastery.
Allows the following to be modfied.
- Mastery Points. Modifying this to 0 allows Mastery to be reselected.
3. Skill.
"Cooldown Set to 0?" sets Cooldown to 0.
-------
Oraz
Hi all,
Here a table for version 1.3 (plaza version/No AOB). It contains :
- Pointer to XP, Run speed, Life, Mana
- SuperPowa is a funny script for a farming run. It overpower all characters stats in one clic (final stats are = your character value + 3x the value of Powwwwaaaaaaaa). It is not permanent : deactivate the script to remove overwhelming. You need to activate the Player struture script first.
- No cooldown on skills
- better loot : 30000 is enought to drop legendaries, epics and infrequent Items like buns.
- Charm/relic Max-1 Stack : change the current stack to the max-1. To use it you need 2 same charm or relic. for charms, move your mouse over these charms, the stack figure will be increased to 4, merge them to have a complete charm with bonus + an imcomplete charm. Do it again when you find the same charm... (warning : if your character wear an item with a complete charm/relic, drop it before activing this script)
-Artifact /No reactives : you only need a formula to create an artifact
------------
iNvIcTUs oRCuS
These instructions represent simple assembler...
Btw you can use this...
Its for the latest version 1.3 of titan quest anniversary edition.
-------------
Csimbi
Here's a table.
Should be self-explanatory.
Note:
The attack speed mod is applied after all calculations (player speed, weapon speed, etc.) and the built-in cap, too.
Set it too high and you might see issues.
I did not see the cap kick in for run speed, but there's code for it. Will get back to this later if need be.
Update #1
Added a test script that allows you to change the loot weights.
I have not done extensive testing, but it seems that the one set to 1000 gives the best items (the most expensive ones anyway). So, I set everything else to 0.
The items are assigned to the creatures on level load - so if you enable it while playing, it will have no effect. Enable it before you hit 'Start'.
I got a green item after 40 kills on normal difficulty. The blacksmith also sold two greens.
This is before:
[Link]
This is after:
[Link]
Warning: boots that help you walk through fields of items are not included!
Also, items are highly repetitive and boring. I do not take responsibility if you fall asleep!
Update #2
Symbol registrations were missing in the loot weight test script.
Update #3
Added casting speed mod
Added cooldown speed mod (0 by default, game adds a lower cap of 0.1 anyway)
Added infinite mana
Added a few "play stats"
Update #4
Added Relic Leveler.
It is disabled by default because the changes are permanent.
Enable and watch your relics go to their max level (just open and close the inventory panel).
Update #5
Removed Relic Leveler (did not add completion bonus) - thanks for reporting, neong.
Added Relic Instant Level. This will add completion bonus but you'll need to burn one relic on the upgrade.
If you have upgraded items earlier using the Relic Leveler, here's the script to level them back down to level 1 - see mov eax,1 - (copy-paste to CE table):
Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>134250</ID>
<Description>"--aobRelicLevelReader"</Description>
<Options moHideChildren="1"/>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscanmodule(aobRelicLevelReader,Game.dll,8B 81 ?? 04 00 00 3B 81 ?? 04 00 00 1B C0 83 C0 01 C3)
aobscanmodule(aobRelicLevelSetter,Game.dll,8B 44 24 04 89 81 ?? 04 00 00 89 81 ?? ?? 00 00 C2 04 00)
alloc(newmem,2048)
label(aobRelicLevelReader_r)
label(aobRelicLevelReader_i)
registersymbol(aobRelicLevelReader_r)
registersymbol(aobRelicLevelReader_i)
label(lblRelicLevelReader)
label(lblRelicLevelReaderSkip)
label(lblRelicLevelReaderRet)
label(bEnableRelicLeveler)
registersymbol(bEnableRelicLeveler)
newmem:
bEnableRelicLeveler:
dd 1
lblRelicLevelReader:
push ebx
cmp dword ptr [bEnableRelicLeveler],1
jne short lblRelicLevelReaderSkip
mov ebx,[aobRelicLevelReader_i+2]
//mov eax,[ecx+ebx+4]
mov eax,1
mov dword ptr [ecx+ebx],eax
mov ebx,[aobRelicLevelReader_i+6]
mov [ecx+ebx],eax
lblRelicLevelReaderSkip:
pop ebx
//"Game.dll"+16B070:
//Alt: mov eax,[ecx+000004D4]
//db 8B 81 D4 04 00 00
readmem(aobRelicLevelReader,6)
jmp lblRelicLevelReaderRet
aobRelicLevelReader_i:
readmem(aobRelicLevelReader,6)
readmem(aobRelicLevelSetter+c,4)
//"Game.dll"+16B070:
aobRelicLevelReader:
aobRelicLevelReader_r:
jmp lblRelicLevelReader
nop
lblRelicLevelReaderRet:
[DISABLE]
aobRelicLevelReader_r:
//"Game.dll"+16B070:
//Alt: mov eax,[ecx+000004D4]
//db 8B 81 D4 04 00 00
readmem(aobRelicLevelReader_i,6)
unregistersymbol(aobRelicLevelReader_r)
unregistersymbol(aobRelicLevelReader_i)
unregistersymbol(bEnableRelicLeveler)
dealloc(newmem)
</AssemblerScript>
<CheatEntries>
<CheatEntry>
<ID>134251</ID>
<Description>"bEnableRelicLeveler"</Description>
<DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Disabled
1:Enabled
</DropDownList>
<Color>008000</Color>
<VariableType>4 Bytes</VariableType>
<Address>bEnableRelicLeveler</Address>
</CheatEntry>
</CheatEntries>
</CheatEntry>
</CheatEntries>
</CheatTable>
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