Page 43 of 100

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 3:40 am
by leseho
budabum wrote:
Mon Oct 29, 2018 8:45 pm
SunBeam wrote:
Mon Oct 29, 2018 8:16 pm
I store mostly Purple and Orange.
what i noticed, the same gear can be spawned in random order as Common, Rare or Epic. the only "stable" gears are Legendary, Club and Helix ones. However Epic gears from Helix/Club can be spawned with random set of perks. :shock:
Sorry. I have a question.
Do I have to add -10 to the privilege value in the HashId?

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 6:29 am
by ColdWater
Is there a new version?

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 12:36 pm
by SunBeam
jonasbeckman wrote:
Mon Oct 29, 2018 8:24 pm
...
I think it's one of the few broken quests. Because in all others I've acquired items for (like almost all of the Xenia quests) before even having found the quest, I could complete it.

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 12:38 pm
by sleeksetsleek
I don't think exp multiplier works anymore. The number on the top right is correct, but the actual level when I enter abilities/items etc. is still without the multiplied exp.
Edit: it also appears that it stops you from actually getting any exp at all.
Edit2: You do get exp and ability points and the ability points can be spent. However the level is stuck and you can't equip any items, even though the in-game screen shows that you can.

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 1:15 pm
by acecel
simon93 wrote:
Tue Oct 30, 2018 1:02 am
acecel wrote:
Mon Oct 29, 2018 11:01 pm
simon93 wrote:
Mon Oct 29, 2018 10:26 pm


Did you simply replace the HashID without following the proper procedure of searching for the hex value, -10, then replace the pPerk? If you simply replace the HashID you're gonna completely mess up your gear's perks. There have been some posts discussing this between p.34 and onward.
I did not, thanks for the info ;)
budabum wrote:
Fri Oct 26, 2018 5:42 pm
example of dirty way for item replacement, i intentionally do not post this as part of the table:
- equip any owned item you have, e.g. "Timeless Greaves" / hash 00000181F8611C39 (Inventory->Store(T)->Owned)
- search 8 bytes hex value 000001844B09F571 ("Warrior's Restraints Arms Legendary")
- you'll find single (i hope) address. pick that address and substruct it by 10h. e.g. you found 155A6D990, then you need 155A6D980
- paste your calculated value into pItem->Value column
- save game
- load game
Spoiler
[Link]
you'll get your "Warrior's Restraints" but... it'll be EPIC instead of LEGENDARY. that is fixable by Edidor. and second but, set of perks will be inherited from previous item. because of these two buts and save/load, i do not like this way of replacement.
Using this method, how to choose when you have more than 1 adress ? (i have 4 for example)
Determining the right result comes with experience. What you need to identify is the closest value to what you're looking for. For example, you're trying to swap a blue gear into a gold store gear, you could end up finding 60+ results by searching the HashID (which happens a lot to me in the case of the Nemean lion set). If you switch to a gold gear and compare the pitem value of that gear with the results, you will usually find one that is pretty close in value and it stands out from the rest (like all the other will be 0F...or 21 but there is one value that starts with 12. So this should be the pPerk value for that store item.

It takes a lot of trial and errors, my game crashed at least 30-40 times while trying because I identified the wrong value either for the pitem value or for the pperk value. It took me around 4 hours to learn the whole thing and become fully confident. I have now swapped all the store gear sets with my customized perks so just practice and you will get better.
Yep this is the method i finally used yesterday, and after a few hours i was able to swap items 'easily'.

Thanks for answering, and thanks again to everyone who helped in the making of all the tables ;)

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 2:07 pm
by gogo561
acecel wrote:
Tue Oct 30, 2018 1:15 pm
simon93 wrote:
Tue Oct 30, 2018 1:02 am
acecel wrote:
Mon Oct 29, 2018 11:01 pm

I did not, thanks for the info ;)

Using this method, how to choose when you have more than 1 adress ? (i have 4 for example)
Determining the right result comes with experience. What you need to identify is the closest value to what you're looking for. For example, you're trying to swap a blue gear into a gold store gear, you could end up finding 60+ results by searching the HashID (which happens a lot to me in the case of the Nemean lion set). If you switch to a gold gear and compare the pitem value of that gear with the results, you will usually find one that is pretty close in value and it stands out from the rest (like all the other will be 0F...or 21 but there is one value that starts with 12. So this should be the pPerk value for that store item.

It takes a lot of trial and errors, my game crashed at least 30-40 times while trying because I identified the wrong value either for the pitem value or for the pperk value. It took me around 4 hours to learn the whole thing and become fully confident. I have now swapped all the store gear sets with my customized perks so just practice and you will get better.
Yep this is the method i finally used yesterday, and after a few hours i was able to swap items 'easily'.

Thanks for answering, and thanks again to everyone who helped in the making of all the tables ;)
Can you give me some tips on how you figured it out i tried to follow the instructions but i get like 70 results and every time i go -10 on 1 of them it crashes my game

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 2:36 pm
by simon93
gogo561 wrote:
Tue Oct 30, 2018 2:07 pm
acecel wrote:
Tue Oct 30, 2018 1:15 pm
simon93 wrote:
Tue Oct 30, 2018 1:02 am

Determining the right result comes with experience. What you need to identify is the closest value to what you're looking for. For example, you're trying to swap a blue gear into a gold store gear, you could end up finding 60+ results by searching the HashID (which happens a lot to me in the case of the Nemean lion set). If you switch to a gold gear and compare the pitem value of that gear with the results, you will usually find one that is pretty close in value and it stands out from the rest (like all the other will be 0F...or 21 but there is one value that starts with 12. So this should be the pPerk value for that store item.

It takes a lot of trial and errors, my game crashed at least 30-40 times while trying because I identified the wrong value either for the pitem value or for the pperk value. It took me around 4 hours to learn the whole thing and become fully confident. I have now swapped all the store gear sets with my customized perks so just practice and you will get better.
Yep this is the method i finally used yesterday, and after a few hours i was able to swap items 'easily'.

Thanks for answering, and thanks again to everyone who helped in the making of all the tables ;)
Can you give me some tips on how you figured it out i tried to follow the instructions but i get like 70 results and every time i go -10 on 1 of them it crashes my game
because you obviously chose the wrong result. Please choose carefully. The right result should be pretty obvious and it STANDS OUT from the rest of the results. So if you pay attention and compare it to various pitem value of gears you already have, you should find it.

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 3:45 pm
by SunBeam
After all these years and AC titles.. Ubisoft finally speaks of me:

Image

:D :D :D

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 3:57 pm
by TechnoJacker
SunBeam wrote:
Tue Oct 30, 2018 3:45 pm
After all these years and AC titles.. Ubisoft finally speaks me:

Image

:D :D :D
See, even in death we can't escape the greatness that is Sunbeam. He always shines over us. Praise the sun.
Image

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 6:28 pm
by TagoKG
Hope someone post the new ids for underworld set

[Link]

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 6:51 pm
by arnevehug
TagoKG wrote:
Tue Oct 30, 2018 6:28 pm
Hope someone post the new ids for underworld set

[Link]
OMG yes! i just went on ACOdyssey now and saw it in the store! looks incredible! need this so bad ;D

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 8:20 pm
by ColdWater
TagoKG wrote:
Tue Oct 30, 2018 6:28 pm
Hope someone post the new ids for underworld set

[Link]
I hope to get it.

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 8:22 pm
by lordkain
simon93 wrote:
Tue Oct 30, 2018 1:02 am
Determining the right result comes with experience. What you need to identify is the closest value to what you're looking for. For example, you're trying to swap a blue gear into a gold store gear, you could end up finding 60+ results by searching the HashID (which happens a lot to me in the case of the Nemean lion set). If you switch to a gold gear and compare the pitem value of that gear with the results, you will usually find one that is pretty close in value and it stands out from the rest (like all the other will be 0F...or 21 but there is one value that starts with 12. So this should be the pPerk value for that store item.

It takes a lot of trial and errors, my game crashed at least 30-40 times while trying because I identified the wrong value either for the pitem value or for the pperk value. It took me around 4 hours to learn the whole thing and become fully confident. I have now swapped all the store gear sets with my customized perks so just practice and you will get better.
With this method you're able to change only the visual appearence or the perks as well? I made the common mistake, started by replacing only the hashid for both the item appearence and all the perks, and screwed my perks.
It would be great if someone could post a step by step, for just one item... i don't really get the part that i'm supposed to guess...
I guess i'm doing everything i'm supposed to do. I equip one item (the one that will be replaced, let's call it the "origin" item). I have the hashid from the item i want to get (the "destination" item). I search for that address... except that, instead of getting 1 coincidence... i get 65!!!! And none of them stands out from the others. So... what do i do now????
Now... let's say that, a miracle happens, and i'm able to identify the right address... I would be just chaging the visual appearence, not the item itself right? So... how do i change the perks? do i have to repeat this whole process for the hash ids of the perks?

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 8:39 pm
by budabum
Dear Friends. here we go.
Underworld Mythical Pack / Legendary & Perk1, Perk3, Perk4 hashes

Code: Select all

Greaves of the Underworld (H)	Legs	00000186B36027DB / 0000018C024A5E9F 0000017F15C90594
Belt of the Underworld (H)	Waist	00000186B36027EE / 0000018C024A5E9F 000001825F87B9C8
Chest Plate of the Underworld 	Torso	00000186B3602801 / 0000018C024A5E9F 000001840A4A696B
Bracers of the Underworld (H)	Arms	00000186B3602814 / 0000018C024A5E9F 0000017F30B8CCFB
Helm of the Underworld (H)	Head	00000186B3602827 / 0000018C024A5E9F 0000017FC7ECC374
Cerberus's Offspring (H)	Phobos Skin			
Bident of the Underworld (H)	Spear	00000186B36B2A8B / 0000018C024A5E9F 0000017F15C90594 0000018AECDDBD73

Re: Assassin's Creed Odyssey +16 (table Update11.2)

Posted: Tue Oct 30, 2018 8:40 pm
by arnevehug
budabum wrote:
Tue Oct 30, 2018 8:39 pm
Dear Friends. here we go.
Underworld Mythical Pack / Legendary & Perk1, Perk3, Perk4 hashes

Code: Select all

Greaves of the Underworld (H)	Legs	00000186B36027DB / 0000018C024A5E9F 0000017F15C90594
Belt of the Underworld (H)	Waist	00000186B36027EE / 0000018C024A5E9F 000001825F87B9C8
Chest Plate of the Underworld 	Torso	00000186B3602801 / 0000018C024A5E9F 000001840A4A696B
Bracers of the Underworld (H)	Arms	00000186B3602814 / 0000018C024A5E9F 0000017F30B8CCFB
Helm of the Underworld (H)	Head	00000186B3602827 / 0000018C024A5E9F 0000017FC7ECC374
Cerberus's Offspring (H)	Phobos Skin			
Bident of the Underworld (H)	Spear	00000186B36B2A8B / 0000018C024A5E9F 0000017F15C90594 0000018AECDDBD73
:o LOVE U, mate! thx very much!!