Page 1 of 4

Chronicon

Posted: Sat Mar 20, 2021 3:49 am
by aSwedishMagyar
Was gifted the game by junior5a to make a table so here is what I've got so far. I actually really like this game so I'm going to try to add a bunch more as well. Enable grabs all of the hook points as well as the base address for the stats so it takes a few seconds to load but after that everything is done and you don't have to wait to enable individual scripts.

Current Table:
Chronicon.CT
26-10-2021
v1.3.0.2
(173.7 KiB) Downloaded 4562 times


Latest Update:
Redid literally everything since just about everything was broken. The pointers should never need to be updated now but some of the scripts that still use AOBs may crap out after a few updates, they will be easier to fix in the future though. Also there are a boatload of pointers I didn't want to sift through under obj_player, not sure if most of them
Previous Updates Log
  1. Added some more scripts. I have also added printout for each successful hook to let you know that things are still progressing even if it takes awhile. The window will close itself when done.
  2. Added more scripts and pointers.
  3. Added a Modify Movement Speed script and fixed the Modify Magic Find script. Updated to game version 1.20.1
  4. Still working in version 1.20.2 but I modified the enable to save the AOB locations as a table file that can be loaded instead of running through all of the scans each time you start up. It will check an 8 kb section with the built-in md5 hash generator and save that to the VERSION table file which it reads from and compares with the current game to act as a version checker. Let me know if it is working as intended.
  5. Redid the AOB saver to check a 20 byte string instead of the md5 hash.


Current Options:
  • Pointers
    • Globals
      • Leveling
        • talentpoints
        • masterypoints
        • playerlevel
        • playermastery
        • playermasteryexp
        • playermasteryexpreq
        • playerexp
        • playerreqexp
      • Killstreak
        • killcount
        • killstreak
        • killstreakcoin
        • killstreakxp
        • killtimer
    • obj_player
      • ID
      • LOS
      • SPEED
      • absorb
      • aggro
      • aimdir
      • animstate
      • anomalyBoss
      • attackanim
      • attacking
      • attackspeed
      • auraCol
      • auraCur
      • auraEffect
      • auraImg
      • auraRot
      • autolootcd
      • base_image_speed
      • basedmg
      • basehp
      • basehpreg
      • basemana
      • basemanareg
      • basestamina
      • bleeddmg
      • bleeddur
      • bleedproc
      • blockdmg
      • blockrate
      • bonusMoveSpeed
      • bonusaspd
      • boundary_height
      • boundary_width
      • buff
      • buffupdated
      • burrow
      • burrowtime
      • canAttack
      • canSpecial
      • canaim
      • canchase
      • canmove
      • casting
      • cdr
      • chase
      • chasemax
      • chasetime
      • class
      • clickInteract
      • clicktomoveActive
      • collided
      • colour_to_find
      • critrate
      • ctm_onlymove
      • ctm_state
      • customheight
      • death
      • deathanim
      • def_alpha
      • dmg
      • dmgdim
      • dmgpercentage
      • hasshadow
      • haste
      • healed
      • healer
      • healthpercentage
      • hover
      • hp
      • hpreg
      • hprpercentage
      • inportal
      • invisattack
      • invulframes
      • invulnerable
      • is_static
      • isboss
      • ischampion
      • isclose
      • iselite
      • isunique
      • knockback
      • knockcd
      • knockdir
      • knockdist
      • knocks
      • knockstr
      • knocktraveled
      • knocky
      • leechcd
      • level
      • light_on
      • light_radius
      • light_strobe
      • light_strobe_dir
      • light_strobe_speed
      • light_strobeam
      • mana
      • manapercentage
      • manareg
      • masterydmgpercentage
      • masteryhealthpercentage
      • masterymanapercentage
      • maxabsorb
      • maxexplode
      • maxhp
      • maxmana
      • maxstamina
      • monsterType
      • monsterVariety
      • moveAcc
      • moveSpeed
      • mprpercentage
      • peaceful
      • playercontrol
      • render
      • returndist
      • returning
      • scale
      • shieldhp
      • stamina
      • stuncd
      • stunduration
      • stunned
      • superspells
      • thorns
      • thornsElement
      • thornscooldown
      • thornspercentage
      • vampcd
      • walkmax
      • walkmin
      • walkspd
    • Generate Gem List
    • Essences and Crystals
      • Crystals
      • Magic Essence
      • Crystal Essence
      • Soul Essence
      • Memory Essence
    • Item Quantities
      • Slot 1
      • Slot 2
      • Slot 3
      • Slot 4
    • Populate Stats (need to lock in order for them to not revert)
  • Scripts
    • God Mode
    • Inf Mana
    • Modify Damage
      • Multiplier
    • Modify Attack Speed
      • Multiplier
    • Modify Movement Speed
      • Movement Speed
    • No Cooldowns
    • Modify Exp Gain
      • Multiplier
    • Modify Mastery Exp Gain
      • Multiplier
    • Inf Consumables
    • Inf Gems
    • Modify Killcount Gain
      • Multiplier
    • Stop Killcount Timer
    • Inf Talent Points
    • Inf Mastery Points
    • Berserker: Inf Rage
    • Warlock: Inf Souls



Previous Versions
Chronicon.CT
03-04-2021
v1.20.2
(101.65 KiB) Downloaded 217 times
Chronicon.CT
25-03-2021
v1.20.2
(101.58 KiB) Downloaded 108 times
Chronicon.CT
24-03-2021
v1.20.1
(92.33 KiB) Downloaded 93 times
Chronicon.CT
23-03-2021
v1.11.1
(92.33 KiB) Downloaded 92 times
Chronicon.CT
20-03-2021
v1.11.1
(65.58 KiB) Downloaded 96 times
Chronicon.CT
19-03-2021
v1.11.1
(39.17 KiB) Downloaded 93 times

Re: Chronicon

Posted: Sat Mar 20, 2021 10:45 am
by junior5a
I'm sure you can modify level and modify essences, gems much as cube and star.

Edit: Add mastery points as well

Re: Chronicon

Posted: Tue Mar 23, 2021 8:54 am
by aSwedishMagyar
junior5a wrote:
Sat Mar 20, 2021 10:45 am
I'm sure you can modify level and modify essences, gems much as cube and star.

Edit: Add mastery points as well
Updated and added all of these except the different types of gems. I'll add them later this week.

Re: Chronicon

Posted: Wed Mar 24, 2021 11:55 am
by Special
Big game update just happened, so no doubt it broke this table (haven't tried), and expect a bunch of smaller hotfix patches too, as things get fixed as reports come in.

Re: Chronicon

Posted: Wed Mar 24, 2021 10:50 pm
by junior5a
aSwedishMagyar wrote:
Tue Mar 23, 2021 8:54 am
junior5a wrote:
Sat Mar 20, 2021 10:45 am
I'm sure you can modify level and modify essences, gems much as cube and star.

Edit: Add mastery points as well
Updated and added all of these except the different types of gems. I'll add them later this week.
Chronicon is updated to 1.20.0 can you can update this table?

Re: Chronicon

Posted: Thu Mar 25, 2021 9:19 pm
by junior5a
Hotfixes as well 1.20.2

Re: Chronicon

Posted: Fri Mar 26, 2021 12:09 am
by aSwedishMagyar
junior5a wrote:
Thu Mar 25, 2021 9:19 pm
Hotfixes as well 1.20.2
I uploaded a new version, all the scripts were still working from version 1.20.1 to 1.20.2 but now the table will save the scan locations to a file so you don't have to wait each time, just the first time you use the table with a new version.

Re: Chronicon

Posted: Sat Mar 27, 2021 5:35 am
by junior5a
aSwedishMagyar wrote:
Fri Mar 26, 2021 12:09 am
junior5a wrote:
Thu Mar 25, 2021 9:19 pm
Hotfixes as well 1.20.2
I uploaded a new version, all the scripts were still working from version 1.20.1 to 1.20.2 but now the table will save the scan locations to a file so you don't have to wait each time, just the first time you use the table with a new version.
Ah okay some values doesn't match because it's updated table and looks like weird stuff.

Re: Chronicon

Posted: Sat Mar 27, 2021 6:14 am
by aSwedishMagyar
junior5a wrote:
Sat Mar 27, 2021 5:35 am
aSwedishMagyar wrote:
Fri Mar 26, 2021 12:09 am
junior5a wrote:
Thu Mar 25, 2021 9:19 pm
Hotfixes as well 1.20.2
I uploaded a new version, all the scripts were still working from version 1.20.1 to 1.20.2 but now the table will save the scan locations to a file so you don't have to wait each time, just the first time you use the table with a new version.
Ah okay some values doesn't match because it's updated table and looks like weird stuff.
Which ones? I think the player pointers are the ones that would probably be wrong for you. I just uploaded a new version that hopefully has the right values since the offsets I had before were bogus.

Re: Chronicon

Posted: Sat Apr 10, 2021 1:31 pm
by vashstaler
can you add the Max Augment and Enchant Roll Range?

Re: Chronicon

Posted: Tue Apr 13, 2021 12:00 am
by junior5a
Updated to 1.20.4 this table still working.

Re: Chronicon

Posted: Sun May 02, 2021 10:14 pm
by junior5a
Any plans new update table like Max Augment and Enchant Roll Range?

Re: Chronicon

Posted: Wed May 12, 2021 6:41 am
by shapka85
amazing work!
thank you so much!

Re: Chronicon

Posted: Sun May 23, 2021 2:39 pm
by q2w3e2007
Unluckily I met random crash when when modifing the exp/mastery exp gain. It seems related to equiped companions since I didn't met this problem with templar or berserker...
Besides the pointers for player isn't working correctly now for 1.20.4

Re: Chronicon

Posted: Sun Jul 18, 2021 1:30 am
by junior5a
aSwedishMagyar wrote:
Sat Mar 27, 2021 6:14 am
junior5a wrote:
Sat Mar 27, 2021 5:35 am
aSwedishMagyar wrote:
Fri Mar 26, 2021 12:09 am


I uploaded a new version, all the scripts were still working from version 1.20.1 to 1.20.2 but now the table will save the scan locations to a file so you don't have to wait each time, just the first time you use the table with a new version.
Ah okay some values doesn't match because it's updated table and looks like weird stuff.
Which ones? I think the player pointers are the ones that would probably be wrong for you. I just uploaded a new version that hopefully has the right values since the offsets I had before were bogus.
Looks like it would be random crash when exp and mastery exp gain it was happened for me.